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

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

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

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

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

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

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Nunito, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 239, var(--tw-border-opacity));
}

[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: #adb5bd;
  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;
  --tw-shadow: 0 0 #0000;
}

[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: #2152ff;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 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);
  border-color: #2152ff;
}

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

input::placeholder,textarea::placeholder {
  color: #adb5bd;
  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='%23adb5bd' 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;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2152ff;
  background-color: #fff;
  border-color: #adb5bd;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[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: #2152ff;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 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);
}

[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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

.prose {
  color: #495057;
  max-width: 65ch;
}

.prose [class~="lead"] {
  color: #6c757d;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #141727;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong {
  color: #141727;
  font-weight: 600;
}

.prose ol[type="A"] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="A" s] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a" s] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="I"] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="I" s] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i" s] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #adb5bd;
  left: 0;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d2d6da;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #e9ecef;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #141727;
  border-left-width: 0.25rem;
  border-left-color: #e9ecef;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #141727;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #141727;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #141727;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #141727;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #adb5bd;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #141727;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose a code {
  color: #141727;
}

.prose pre {
  color: #e9ecef;
  background-color: #252f40;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: none;
}

.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #141727;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d2d6da;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e9ecef;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm code {
  font-size: 0.8571429em;
}

.prose-sm h2 code {
  font-size: 0.9em;
}

.prose-sm h3 code {
  font-size: 0.8888889em;
}

.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm ol > li {
  padding-left: 1.5714286em;
}

.prose-sm ol > li::before {
  left: 0;
}

.prose-sm ul > li {
  padding-left: 1.5714286em;
}

.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}

.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}

.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}

.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm hr + * {
  margin-top: 0;
}

.prose-sm h2 + * {
  margin-top: 0;
}

.prose-sm h3 + * {
  margin-top: 0;
}

.prose-sm h4 + * {
  margin-top: 0;
}

.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm thead th:first-child {
  padding-left: 0;
}

.prose-sm thead th:last-child {
  padding-right: 0;
}

.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm tbody td:first-child {
  padding-left: 0;
}

.prose-sm tbody td:last-child {
  padding-right: 0;
}

.prose-sm > :first-child {
  margin-top: 0;
}

.prose-sm > :last-child {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg [class~="lead"] {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg blockquote {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg h2 {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg h3 {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg h4 {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg img {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg video {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg figure figcaption {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg code {
  font-size: 0.8888889em;
}

.prose-lg h2 code {
  font-size: 0.8666667em;
}

.prose-lg h3 code {
  font-size: 0.875em;
}

.prose-lg pre {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg li {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg ol > li {
  padding-left: 1.6666667em;
}

.prose-lg ol > li::before {
  left: 0;
}

.prose-lg ul > li {
  padding-left: 1.6666667em;
}

.prose-lg ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8888889em - 0.1666667em);
  left: 0.2222222em;
}

.prose-lg > ul > li p {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-lg > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg hr {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg hr + * {
  margin-top: 0;
}

.prose-lg h2 + * {
  margin-top: 0;
}

.prose-lg h3 + * {
  margin-top: 0;
}

.prose-lg h4 + * {
  margin-top: 0;
}

.prose-lg table {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg thead th {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg thead th:first-child {
  padding-left: 0;
}

.prose-lg thead th:last-child {
  padding-right: 0;
}

.prose-lg tbody td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg tbody td:first-child {
  padding-left: 0;
}

.prose-lg tbody td:last-child {
  padding-right: 0;
}

.prose-lg > :first-child {
  margin-top: 0;
}

.prose-lg > :last-child {
  margin-bottom: 0;
}

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl [class~="lead"] {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl blockquote {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl h1 {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl h2 {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl h3 {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl h4 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-xl figure figcaption {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl code {
  font-size: 0.9em;
}

.prose-xl h2 code {
  font-size: 0.8611111em;
}

.prose-xl h3 code {
  font-size: 0.9em;
}

.prose-xl pre {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl ul {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl ol > li {
  padding-left: 1.8em;
}

.prose-xl ol > li::before {
  left: 0;
}

.prose-xl ul > li {
  padding-left: 1.8em;
}

.prose-xl ul > li::before {
  width: 0.35em;
  height: 0.35em;
  top: calc(0.9em - 0.175em);
  left: 0.25em;
}

.prose-xl > ul > li p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl > ul > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ul > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl > ol > li > *:first-child {
  margin-top: 1.2em;
}

.prose-xl > ol > li > *:last-child {
  margin-bottom: 1.2em;
}

.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl hr {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.prose-xl hr + * {
  margin-top: 0;
}

.prose-xl h2 + * {
  margin-top: 0;
}

.prose-xl h3 + * {
  margin-top: 0;
}

.prose-xl h4 + * {
  margin-top: 0;
}

.prose-xl table {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl thead th {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl thead th:first-child {
  padding-left: 0;
}

.prose-xl thead th:last-child {
  padding-right: 0;
}

.prose-xl tbody td {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

.prose-xl tbody td:first-child {
  padding-left: 0;
}

.prose-xl tbody td:last-child {
  padding-right: 0;
}

.prose-xl > :first-child {
  margin-top: 0;
}

.prose-xl > :last-child {
  margin-bottom: 0;
}

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

.prose-2xl p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl [class~="lead"] {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.prose-2xl blockquote {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.prose-2xl h1 {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.prose-2xl h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.prose-2xl h3 {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.prose-2xl h4 {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-2xl img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-2xl figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-2xl figure figcaption {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.prose-2xl code {
  font-size: 0.8333333em;
}

.prose-2xl h2 code {
  font-size: 0.875em;
}

.prose-2xl h3 code {
  font-size: 0.8888889em;
}

.prose-2xl pre {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-2xl ol {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl ul {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-2xl li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose-2xl ol > li {
  padding-left: 1.6666667em;
}

.prose-2xl ol > li::before {
  left: 0;
}

.prose-2xl ul > li {
  padding-left: 1.6666667em;
}

.prose-2xl ul > li::before {
  width: 0.3333333em;
  height: 0.3333333em;
  top: calc(0.8333333em - 0.1666667em);
  left: 0.25em;
}

.prose-2xl > ul > li p {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl > ul > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ul > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl > ol > li > *:first-child {
  margin-top: 1.3333333em;
}

.prose-2xl > ol > li > *:last-child {
  margin-bottom: 1.3333333em;
}

.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-2xl hr {
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-2xl hr + * {
  margin-top: 0;
}

.prose-2xl h2 + * {
  margin-top: 0;
}

.prose-2xl h3 + * {
  margin-top: 0;
}

.prose-2xl h4 + * {
  margin-top: 0;
}

.prose-2xl table {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.prose-2xl thead th {
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl thead th:first-child {
  padding-left: 0;
}

.prose-2xl thead th:last-child {
  padding-right: 0;
}

.prose-2xl tbody td {
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

.prose-2xl tbody td:first-child {
  padding-left: 0;
}

.prose-2xl tbody td:last-child {
  padding-right: 0;
}

.prose-2xl > :first-child {
  margin-top: 0;
}

.prose-2xl > :last-child {
  margin-bottom: 0;
}

.prose-red a {
  color: #ea0606;
}

.prose-red a code {
  color: #ea0606;
}

.prose-yellow a {
  color: #ca8a04;
}

.prose-yellow a code {
  color: #ca8a04;
}

.prose-green a {
  color: #17ad37;
}

.prose-green a code {
  color: #17ad37;
}

.prose-indigo a {
  color: #4f46e5;
}

.prose-indigo a code {
  color: #4f46e5;
}

.prose-purple a {
  color: #9333ea;
}

.prose-purple a code {
  color: #9333ea;
}

.prose-pink a {
  color: #db2777;
}

.prose-pink a code {
  color: #db2777;
}

.prose-blue a {
  color: #2152ff;
}

.prose-blue a code {
  color: #2152ff;
}

.prose-slate a {
  color: #627594;
}

.prose-slate a code {
  color: #627594;
}

.prose-zinc a {
  color: #52525b;
}

.prose-zinc a code {
  color: #52525b;
}

.prose-neutral a {
  color: #525252;
}

.prose-neutral a code {
  color: #525252;
}

.prose-stone a {
  color: #57534e;
}

.prose-stone a code {
  color: #57534e;
}

.prose-orange a {
  color: #ea580c;
}

.prose-orange a code {
  color: #ea580c;
}

.prose-amber a {
  color: #d97706;
}

.prose-amber a code {
  color: #d97706;
}

.prose-lime a {
  color: #67b108;
}

.prose-lime a code {
  color: #67b108;
}

.prose-emerald a {
  color: #059669;
}

.prose-emerald a code {
  color: #059669;
}

.prose-teal a {
  color: #0d9488;
}

.prose-teal a code {
  color: #0d9488;
}

.prose-cyan a {
  color: #08a1c4;
}

.prose-cyan a code {
  color: #08a1c4;
}

.prose-sky a {
  color: #3ea1ec;
}

.prose-sky a code {
  color: #3ea1ec;
}

.prose-violet a {
  color: #7c3aed;
}

.prose-violet a code {
  color: #7c3aed;
}

.prose-fuchsia a {
  color: #c026d3;
}

.prose-fuchsia a code {
  color: #c026d3;
}

.prose-rose a {
  color: #e11d48;
}

.prose-rose a code {
  color: #e11d48;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.inset-13 {
  top: 3.25rem;
  right: 3.25rem;
  bottom: 3.25rem;
  left: 3.25rem;
}

.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-19 {
  top: 4.75rem;
  right: 4.75rem;
  bottom: 4.75rem;
  left: 4.75rem;
}

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

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

.inset-25 {
  top: 6.25rem;
  right: 6.25rem;
  bottom: 6.25rem;
  left: 6.25rem;
}

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

.inset-30 {
  top: 7.5rem;
  right: 7.5rem;
  bottom: 7.5rem;
  left: 7.5rem;
}

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

.inset-34 {
  top: 8.5rem;
  right: 8.5rem;
  bottom: 8.5rem;
  left: 8.5rem;
}

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

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

.inset-42 {
  top: 10.5rem;
  right: 10.5rem;
  bottom: 10.5rem;
  left: 10.5rem;
}

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

.inset-46 {
  top: 11.5rem;
  right: 11.5rem;
  bottom: 11.5rem;
  left: 11.5rem;
}

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

.inset-50 {
  top: 12.5rem;
  right: 12.5rem;
  bottom: 12.5rem;
  left: 12.5rem;
}

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

.inset-54 {
  top: 13.5rem;
  right: 13.5rem;
  bottom: 13.5rem;
  left: 13.5rem;
}

.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-68 {
  top: 17rem;
  right: 17rem;
  bottom: 17rem;
  left: 17rem;
}

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

.inset-75 {
  top: 18.75rem;
  right: 18.75rem;
  bottom: 18.75rem;
  left: 18.75rem;
}

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

.inset-85 {
  top: 22rem;
  right: 22rem;
  bottom: 22rem;
  left: 22rem;
}

.inset-90 {
  top: 22.5rem;
  right: 22.5rem;
  bottom: 22.5rem;
  left: 22.5rem;
}

.inset-92 {
  top: 23rem;
  right: 23rem;
  bottom: 23rem;
  left: 23rem;
}

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

.inset-100 {
  top: 25rem;
  right: 25rem;
  bottom: 25rem;
  left: 25rem;
}

.inset-116 {
  top: 29rem;
  right: 29rem;
  bottom: 29rem;
  left: 29rem;
}

.inset-120 {
  top: 30rem;
  right: 30rem;
  bottom: 30rem;
  left: 30rem;
}

.inset-125 {
  top: 31.25rem;
  right: 31.25rem;
  bottom: 31.25rem;
  left: 31.25rem;
}

.inset-135 {
  top: 33.75rem;
  right: 33.75rem;
  bottom: 33.75rem;
  left: 33.75rem;
}

.inset-160 {
  top: 40rem;
  right: 40rem;
  bottom: 40rem;
  left: 40rem;
}

.inset-180 {
  top: 45rem;
  right: 45rem;
  bottom: 45rem;
  left: 45rem;
}

.inset-240 {
  top: 60rem;
  right: 60rem;
  bottom: 60rem;
  left: 60rem;
}

.inset-285 {
  top: 71.25rem;
  right: 71.25rem;
  bottom: 71.25rem;
  left: 71.25rem;
}

.inset-330 {
  top: 82.5rem;
  right: 82.5rem;
  bottom: 82.5rem;
  left: 82.5rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-unset {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.4 {
  top: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  left: 0.1rem;
}

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

.inset-0\.6 {
  top: 0.15rem;
  right: 0.15rem;
  bottom: 0.15rem;
  left: 0.15rem;
}

.inset-0\.75 {
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
}

.inset-1\.2 {
  top: 0.3rem;
  right: 0.3rem;
  bottom: 0.3rem;
  left: 0.3rem;
}

.inset-1\.25 {
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  left: 0.3125rem;
}

.inset-1\.4 {
  top: 0.35rem;
  right: 0.35rem;
  bottom: 0.35rem;
  left: 0.35rem;
}

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

.inset-1\.6 {
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  left: 0.4rem;
}

.inset-1\.75 {
  top: 0.4375rem;
  right: 0.4375rem;
  bottom: 0.4375rem;
  left: 0.4375rem;
}

.inset-1\.8 {
  top: 0.45rem;
  right: 0.45rem;
  bottom: 0.45rem;
  left: 0.45rem;
}

.inset-2\.2 {
  top: 0.55rem;
  right: 0.55rem;
  bottom: 0.55rem;
  left: 0.55rem;
}

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

.inset-2\.6 {
  top: 0.65rem;
  right: 0.65rem;
  bottom: 0.65rem;
  left: 0.65rem;
}

.inset-2\.7 {
  top: 0.675rem;
  right: 0.675rem;
  bottom: 0.675rem;
  left: 0.675rem;
}

.inset-2\.8 {
  top: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
}

.inset-3\.4 {
  top: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  left: 0.85rem;
}

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

.inset-3\.6 {
  top: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  left: 0.9rem;
}

.inset-4\.5 {
  top: 1.125rem;
  right: 1.125rem;
  bottom: 1.125rem;
  left: 1.125rem;
}

.inset-4\.8 {
  top: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
}

.inset-5\.3 {
  top: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
  left: 1.3rem;
}

.inset-5\.4 {
  top: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  left: 1.35rem;
}

.inset-5\.5 {
  top: 1.375rem;
  right: 1.375rem;
  bottom: 1.375rem;
  left: 1.375rem;
}

.inset-5\.6 {
  top: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  left: 1.4rem;
}

.inset-6\.5 {
  top: 1.625rem;
  right: 1.625rem;
  bottom: 1.625rem;
  left: 1.625rem;
}

.inset-70\/100 {
  top: 70%;
  right: 70%;
  bottom: 70%;
  left: 70%;
}

.inset-31\/100 {
  top: 31%;
  right: 31%;
  bottom: 31%;
  left: 31%;
}

.inset-15\/100 {
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
}

.inset-1\/100 {
  top: 1%;
  right: 1%;
  bottom: 1%;
  left: 1%;
}

.inset-1\/10 {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

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

.-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-13 {
  top: -3.25rem;
  right: -3.25rem;
  bottom: -3.25rem;
  left: -3.25rem;
}

.-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-19 {
  top: -4.75rem;
  right: -4.75rem;
  bottom: -4.75rem;
  left: -4.75rem;
}

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

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

.-inset-25 {
  top: -6.25rem;
  right: -6.25rem;
  bottom: -6.25rem;
  left: -6.25rem;
}

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

.-inset-30 {
  top: -7.5rem;
  right: -7.5rem;
  bottom: -7.5rem;
  left: -7.5rem;
}

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

.-inset-34 {
  top: -8.5rem;
  right: -8.5rem;
  bottom: -8.5rem;
  left: -8.5rem;
}

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

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

.-inset-42 {
  top: -10.5rem;
  right: -10.5rem;
  bottom: -10.5rem;
  left: -10.5rem;
}

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

.-inset-46 {
  top: -11.5rem;
  right: -11.5rem;
  bottom: -11.5rem;
  left: -11.5rem;
}

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

.-inset-50 {
  top: -12.5rem;
  right: -12.5rem;
  bottom: -12.5rem;
  left: -12.5rem;
}

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

.-inset-54 {
  top: -13.5rem;
  right: -13.5rem;
  bottom: -13.5rem;
  left: -13.5rem;
}

.-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-68 {
  top: -17rem;
  right: -17rem;
  bottom: -17rem;
  left: -17rem;
}

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

.-inset-75 {
  top: -18.75rem;
  right: -18.75rem;
  bottom: -18.75rem;
  left: -18.75rem;
}

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

.-inset-85 {
  top: -22rem;
  right: -22rem;
  bottom: -22rem;
  left: -22rem;
}

.-inset-90 {
  top: -22.5rem;
  right: -22.5rem;
  bottom: -22.5rem;
  left: -22.5rem;
}

.-inset-92 {
  top: -23rem;
  right: -23rem;
  bottom: -23rem;
  left: -23rem;
}

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

.-inset-100 {
  top: -25rem;
  right: -25rem;
  bottom: -25rem;
  left: -25rem;
}

.-inset-116 {
  top: -29rem;
  right: -29rem;
  bottom: -29rem;
  left: -29rem;
}

.-inset-120 {
  top: -30rem;
  right: -30rem;
  bottom: -30rem;
  left: -30rem;
}

.-inset-125 {
  top: -31.25rem;
  right: -31.25rem;
  bottom: -31.25rem;
  left: -31.25rem;
}

.-inset-135 {
  top: -33.75rem;
  right: -33.75rem;
  bottom: -33.75rem;
  left: -33.75rem;
}

.-inset-160 {
  top: -40rem;
  right: -40rem;
  bottom: -40rem;
  left: -40rem;
}

.-inset-180 {
  top: -45rem;
  right: -45rem;
  bottom: -45rem;
  left: -45rem;
}

.-inset-240 {
  top: -60rem;
  right: -60rem;
  bottom: -60rem;
  left: -60rem;
}

.-inset-285 {
  top: -71.25rem;
  right: -71.25rem;
  bottom: -71.25rem;
  left: -71.25rem;
}

.-inset-330 {
  top: -82.5rem;
  right: -82.5rem;
  bottom: -82.5rem;
  left: -82.5rem;
}

.-inset-unset {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.4 {
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
}

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

.-inset-0\.6 {
  top: -0.15rem;
  right: -0.15rem;
  bottom: -0.15rem;
  left: -0.15rem;
}

.-inset-0\.75 {
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
}

.-inset-1\.2 {
  top: -0.3rem;
  right: -0.3rem;
  bottom: -0.3rem;
  left: -0.3rem;
}

.-inset-1\.25 {
  top: -0.3125rem;
  right: -0.3125rem;
  bottom: -0.3125rem;
  left: -0.3125rem;
}

.-inset-1\.4 {
  top: -0.35rem;
  right: -0.35rem;
  bottom: -0.35rem;
  left: -0.35rem;
}

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

.-inset-1\.6 {
  top: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
  left: -0.4rem;
}

.-inset-1\.75 {
  top: -0.4375rem;
  right: -0.4375rem;
  bottom: -0.4375rem;
  left: -0.4375rem;
}

.-inset-1\.8 {
  top: -0.45rem;
  right: -0.45rem;
  bottom: -0.45rem;
  left: -0.45rem;
}

.-inset-2\.2 {
  top: -0.55rem;
  right: -0.55rem;
  bottom: -0.55rem;
  left: -0.55rem;
}

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

.-inset-2\.6 {
  top: -0.65rem;
  right: -0.65rem;
  bottom: -0.65rem;
  left: -0.65rem;
}

.-inset-2\.7 {
  top: -0.675rem;
  right: -0.675rem;
  bottom: -0.675rem;
  left: -0.675rem;
}

.-inset-2\.8 {
  top: -0.7rem;
  right: -0.7rem;
  bottom: -0.7rem;
  left: -0.7rem;
}

.-inset-3\.4 {
  top: -0.85rem;
  right: -0.85rem;
  bottom: -0.85rem;
  left: -0.85rem;
}

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

.-inset-3\.6 {
  top: -0.9rem;
  right: -0.9rem;
  bottom: -0.9rem;
  left: -0.9rem;
}

.-inset-4\.5 {
  top: -1.125rem;
  right: -1.125rem;
  bottom: -1.125rem;
  left: -1.125rem;
}

.-inset-4\.8 {
  top: -1.2rem;
  right: -1.2rem;
  bottom: -1.2rem;
  left: -1.2rem;
}

.-inset-5\.3 {
  top: -1.3rem;
  right: -1.3rem;
  bottom: -1.3rem;
  left: -1.3rem;
}

.-inset-5\.4 {
  top: -1.35rem;
  right: -1.35rem;
  bottom: -1.35rem;
  left: -1.35rem;
}

.-inset-5\.5 {
  top: -1.375rem;
  right: -1.375rem;
  bottom: -1.375rem;
  left: -1.375rem;
}

.-inset-5\.6 {
  top: -1.4rem;
  right: -1.4rem;
  bottom: -1.4rem;
  left: -1.4rem;
}

.-inset-6\.5 {
  top: -1.625rem;
  right: -1.625rem;
  bottom: -1.625rem;
  left: -1.625rem;
}

.-inset-70\/100 {
  top: -70%;
  right: -70%;
  bottom: -70%;
  left: -70%;
}

.-inset-31\/100 {
  top: -31%;
  right: -31%;
  bottom: -31%;
  left: -31%;
}

.-inset-15\/100 {
  top: -15%;
  right: -15%;
  bottom: -15%;
  left: -15%;
}

.-inset-1\/100 {
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
}

.-inset-1\/10 {
  top: -10%;
  right: -10%;
  bottom: -10%;
  left: -10%;
}

.-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\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-x-19 {
  left: 4.75rem;
  right: 4.75rem;
}

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

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

.inset-x-25 {
  left: 6.25rem;
  right: 6.25rem;
}

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

.inset-x-30 {
  left: 7.5rem;
  right: 7.5rem;
}

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

.inset-x-34 {
  left: 8.5rem;
  right: 8.5rem;
}

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

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

.inset-x-42 {
  left: 10.5rem;
  right: 10.5rem;
}

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

.inset-x-46 {
  left: 11.5rem;
  right: 11.5rem;
}

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

.inset-x-50 {
  left: 12.5rem;
  right: 12.5rem;
}

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

.inset-x-54 {
  left: 13.5rem;
  right: 13.5rem;
}

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

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

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

.inset-x-68 {
  left: 17rem;
  right: 17rem;
}

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

.inset-x-75 {
  left: 18.75rem;
  right: 18.75rem;
}

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

.inset-x-85 {
  left: 22rem;
  right: 22rem;
}

.inset-x-90 {
  left: 22.5rem;
  right: 22.5rem;
}

.inset-x-92 {
  left: 23rem;
  right: 23rem;
}

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

.inset-x-100 {
  left: 25rem;
  right: 25rem;
}

.inset-x-116 {
  left: 29rem;
  right: 29rem;
}

.inset-x-120 {
  left: 30rem;
  right: 30rem;
}

.inset-x-125 {
  left: 31.25rem;
  right: 31.25rem;
}

.inset-x-135 {
  left: 33.75rem;
  right: 33.75rem;
}

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

.inset-x-180 {
  left: 45rem;
  right: 45rem;
}

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

.inset-x-285 {
  left: 71.25rem;
  right: 71.25rem;
}

.inset-x-330 {
  left: 82.5rem;
  right: 82.5rem;
}

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

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

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

.inset-x-0\.4 {
  left: 0.1rem;
  right: 0.1rem;
}

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

.inset-x-0\.6 {
  left: 0.15rem;
  right: 0.15rem;
}

.inset-x-0\.75 {
  left: 0.2rem;
  right: 0.2rem;
}

.inset-x-1\.2 {
  left: 0.3rem;
  right: 0.3rem;
}

.inset-x-1\.25 {
  left: 0.3125rem;
  right: 0.3125rem;
}

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

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

.inset-x-1\.6 {
  left: 0.4rem;
  right: 0.4rem;
}

.inset-x-1\.75 {
  left: 0.4375rem;
  right: 0.4375rem;
}

.inset-x-1\.8 {
  left: 0.45rem;
  right: 0.45rem;
}

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

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

.inset-x-2\.6 {
  left: 0.65rem;
  right: 0.65rem;
}

.inset-x-2\.7 {
  left: 0.675rem;
  right: 0.675rem;
}

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

.inset-x-3\.4 {
  left: 0.85rem;
  right: 0.85rem;
}

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

.inset-x-3\.6 {
  left: 0.9rem;
  right: 0.9rem;
}

.inset-x-4\.5 {
  left: 1.125rem;
  right: 1.125rem;
}

.inset-x-4\.8 {
  left: 1.2rem;
  right: 1.2rem;
}

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

.inset-x-5\.4 {
  left: 1.35rem;
  right: 1.35rem;
}

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

.inset-x-5\.6 {
  left: 1.4rem;
  right: 1.4rem;
}

.inset-x-6\.5 {
  left: 1.625rem;
  right: 1.625rem;
}

.inset-x-70\/100 {
  left: 70%;
  right: 70%;
}

.inset-x-31\/100 {
  left: 31%;
  right: 31%;
}

.inset-x-15\/100 {
  left: 15%;
  right: 15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-inset-x-19 {
  left: -4.75rem;
  right: -4.75rem;
}

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

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

.-inset-x-25 {
  left: -6.25rem;
  right: -6.25rem;
}

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

.-inset-x-30 {
  left: -7.5rem;
  right: -7.5rem;
}

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

.-inset-x-34 {
  left: -8.5rem;
  right: -8.5rem;
}

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

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

.-inset-x-42 {
  left: -10.5rem;
  right: -10.5rem;
}

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

.-inset-x-46 {
  left: -11.5rem;
  right: -11.5rem;
}

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

.-inset-x-50 {
  left: -12.5rem;
  right: -12.5rem;
}

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

.-inset-x-54 {
  left: -13.5rem;
  right: -13.5rem;
}

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

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

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

.-inset-x-68 {
  left: -17rem;
  right: -17rem;
}

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

.-inset-x-75 {
  left: -18.75rem;
  right: -18.75rem;
}

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

.-inset-x-85 {
  left: -22rem;
  right: -22rem;
}

.-inset-x-90 {
  left: -22.5rem;
  right: -22.5rem;
}

.-inset-x-92 {
  left: -23rem;
  right: -23rem;
}

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

.-inset-x-100 {
  left: -25rem;
  right: -25rem;
}

.-inset-x-116 {
  left: -29rem;
  right: -29rem;
}

.-inset-x-120 {
  left: -30rem;
  right: -30rem;
}

.-inset-x-125 {
  left: -31.25rem;
  right: -31.25rem;
}

.-inset-x-135 {
  left: -33.75rem;
  right: -33.75rem;
}

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

.-inset-x-180 {
  left: -45rem;
  right: -45rem;
}

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

.-inset-x-285 {
  left: -71.25rem;
  right: -71.25rem;
}

.-inset-x-330 {
  left: -82.5rem;
  right: -82.5rem;
}

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

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

.-inset-x-0\.4 {
  left: -0.1rem;
  right: -0.1rem;
}

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

.-inset-x-0\.6 {
  left: -0.15rem;
  right: -0.15rem;
}

.-inset-x-0\.75 {
  left: -0.2rem;
  right: -0.2rem;
}

.-inset-x-1\.2 {
  left: -0.3rem;
  right: -0.3rem;
}

.-inset-x-1\.25 {
  left: -0.3125rem;
  right: -0.3125rem;
}

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

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

.-inset-x-1\.6 {
  left: -0.4rem;
  right: -0.4rem;
}

.-inset-x-1\.75 {
  left: -0.4375rem;
  right: -0.4375rem;
}

.-inset-x-1\.8 {
  left: -0.45rem;
  right: -0.45rem;
}

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

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

.-inset-x-2\.6 {
  left: -0.65rem;
  right: -0.65rem;
}

.-inset-x-2\.7 {
  left: -0.675rem;
  right: -0.675rem;
}

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

.-inset-x-3\.4 {
  left: -0.85rem;
  right: -0.85rem;
}

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

.-inset-x-3\.6 {
  left: -0.9rem;
  right: -0.9rem;
}

.-inset-x-4\.5 {
  left: -1.125rem;
  right: -1.125rem;
}

.-inset-x-4\.8 {
  left: -1.2rem;
  right: -1.2rem;
}

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

.-inset-x-5\.4 {
  left: -1.35rem;
  right: -1.35rem;
}

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

.-inset-x-5\.6 {
  left: -1.4rem;
  right: -1.4rem;
}

.-inset-x-6\.5 {
  left: -1.625rem;
  right: -1.625rem;
}

.-inset-x-70\/100 {
  left: -70%;
  right: -70%;
}

.-inset-x-31\/100 {
  left: -31%;
  right: -31%;
}

.-inset-x-15\/100 {
  left: -15%;
  right: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-y-19 {
  top: 4.75rem;
  bottom: 4.75rem;
}

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

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

.inset-y-25 {
  top: 6.25rem;
  bottom: 6.25rem;
}

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

.inset-y-30 {
  top: 7.5rem;
  bottom: 7.5rem;
}

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

.inset-y-34 {
  top: 8.5rem;
  bottom: 8.5rem;
}

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

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

.inset-y-42 {
  top: 10.5rem;
  bottom: 10.5rem;
}

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

.inset-y-46 {
  top: 11.5rem;
  bottom: 11.5rem;
}

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

.inset-y-50 {
  top: 12.5rem;
  bottom: 12.5rem;
}

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

.inset-y-54 {
  top: 13.5rem;
  bottom: 13.5rem;
}

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

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

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

.inset-y-68 {
  top: 17rem;
  bottom: 17rem;
}

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

.inset-y-75 {
  top: 18.75rem;
  bottom: 18.75rem;
}

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

.inset-y-85 {
  top: 22rem;
  bottom: 22rem;
}

.inset-y-90 {
  top: 22.5rem;
  bottom: 22.5rem;
}

.inset-y-92 {
  top: 23rem;
  bottom: 23rem;
}

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

.inset-y-100 {
  top: 25rem;
  bottom: 25rem;
}

.inset-y-116 {
  top: 29rem;
  bottom: 29rem;
}

.inset-y-120 {
  top: 30rem;
  bottom: 30rem;
}

.inset-y-125 {
  top: 31.25rem;
  bottom: 31.25rem;
}

.inset-y-135 {
  top: 33.75rem;
  bottom: 33.75rem;
}

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

.inset-y-180 {
  top: 45rem;
  bottom: 45rem;
}

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

.inset-y-285 {
  top: 71.25rem;
  bottom: 71.25rem;
}

.inset-y-330 {
  top: 82.5rem;
  bottom: 82.5rem;
}

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

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

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

.inset-y-0\.4 {
  top: 0.1rem;
  bottom: 0.1rem;
}

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

.inset-y-0\.6 {
  top: 0.15rem;
  bottom: 0.15rem;
}

.inset-y-0\.75 {
  top: 0.2rem;
  bottom: 0.2rem;
}

.inset-y-1\.2 {
  top: 0.3rem;
  bottom: 0.3rem;
}

.inset-y-1\.25 {
  top: 0.3125rem;
  bottom: 0.3125rem;
}

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

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

.inset-y-1\.6 {
  top: 0.4rem;
  bottom: 0.4rem;
}

.inset-y-1\.75 {
  top: 0.4375rem;
  bottom: 0.4375rem;
}

.inset-y-1\.8 {
  top: 0.45rem;
  bottom: 0.45rem;
}

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

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

.inset-y-2\.6 {
  top: 0.65rem;
  bottom: 0.65rem;
}

.inset-y-2\.7 {
  top: 0.675rem;
  bottom: 0.675rem;
}

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

.inset-y-3\.4 {
  top: 0.85rem;
  bottom: 0.85rem;
}

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

.inset-y-3\.6 {
  top: 0.9rem;
  bottom: 0.9rem;
}

.inset-y-4\.5 {
  top: 1.125rem;
  bottom: 1.125rem;
}

.inset-y-4\.8 {
  top: 1.2rem;
  bottom: 1.2rem;
}

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

.inset-y-5\.4 {
  top: 1.35rem;
  bottom: 1.35rem;
}

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

.inset-y-5\.6 {
  top: 1.4rem;
  bottom: 1.4rem;
}

.inset-y-6\.5 {
  top: 1.625rem;
  bottom: 1.625rem;
}

.inset-y-70\/100 {
  top: 70%;
  bottom: 70%;
}

.inset-y-31\/100 {
  top: 31%;
  bottom: 31%;
}

.inset-y-15\/100 {
  top: 15%;
  bottom: 15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-inset-y-19 {
  top: -4.75rem;
  bottom: -4.75rem;
}

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

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

.-inset-y-25 {
  top: -6.25rem;
  bottom: -6.25rem;
}

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

.-inset-y-30 {
  top: -7.5rem;
  bottom: -7.5rem;
}

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

.-inset-y-34 {
  top: -8.5rem;
  bottom: -8.5rem;
}

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

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

.-inset-y-42 {
  top: -10.5rem;
  bottom: -10.5rem;
}

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

.-inset-y-46 {
  top: -11.5rem;
  bottom: -11.5rem;
}

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

.-inset-y-50 {
  top: -12.5rem;
  bottom: -12.5rem;
}

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

.-inset-y-54 {
  top: -13.5rem;
  bottom: -13.5rem;
}

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

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

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

.-inset-y-68 {
  top: -17rem;
  bottom: -17rem;
}

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

.-inset-y-75 {
  top: -18.75rem;
  bottom: -18.75rem;
}

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

.-inset-y-85 {
  top: -22rem;
  bottom: -22rem;
}

.-inset-y-90 {
  top: -22.5rem;
  bottom: -22.5rem;
}

.-inset-y-92 {
  top: -23rem;
  bottom: -23rem;
}

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

.-inset-y-100 {
  top: -25rem;
  bottom: -25rem;
}

.-inset-y-116 {
  top: -29rem;
  bottom: -29rem;
}

.-inset-y-120 {
  top: -30rem;
  bottom: -30rem;
}

.-inset-y-125 {
  top: -31.25rem;
  bottom: -31.25rem;
}

.-inset-y-135 {
  top: -33.75rem;
  bottom: -33.75rem;
}

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

.-inset-y-180 {
  top: -45rem;
  bottom: -45rem;
}

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

.-inset-y-285 {
  top: -71.25rem;
  bottom: -71.25rem;
}

.-inset-y-330 {
  top: -82.5rem;
  bottom: -82.5rem;
}

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

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

.-inset-y-0\.4 {
  top: -0.1rem;
  bottom: -0.1rem;
}

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

.-inset-y-0\.6 {
  top: -0.15rem;
  bottom: -0.15rem;
}

.-inset-y-0\.75 {
  top: -0.2rem;
  bottom: -0.2rem;
}

.-inset-y-1\.2 {
  top: -0.3rem;
  bottom: -0.3rem;
}

.-inset-y-1\.25 {
  top: -0.3125rem;
  bottom: -0.3125rem;
}

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

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

.-inset-y-1\.6 {
  top: -0.4rem;
  bottom: -0.4rem;
}

.-inset-y-1\.75 {
  top: -0.4375rem;
  bottom: -0.4375rem;
}

.-inset-y-1\.8 {
  top: -0.45rem;
  bottom: -0.45rem;
}

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

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

.-inset-y-2\.6 {
  top: -0.65rem;
  bottom: -0.65rem;
}

.-inset-y-2\.7 {
  top: -0.675rem;
  bottom: -0.675rem;
}

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

.-inset-y-3\.4 {
  top: -0.85rem;
  bottom: -0.85rem;
}

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

.-inset-y-3\.6 {
  top: -0.9rem;
  bottom: -0.9rem;
}

.-inset-y-4\.5 {
  top: -1.125rem;
  bottom: -1.125rem;
}

.-inset-y-4\.8 {
  top: -1.2rem;
  bottom: -1.2rem;
}

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

.-inset-y-5\.4 {
  top: -1.35rem;
  bottom: -1.35rem;
}

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

.-inset-y-5\.6 {
  top: -1.4rem;
  bottom: -1.4rem;
}

.-inset-y-6\.5 {
  top: -1.625rem;
  bottom: -1.625rem;
}

.-inset-y-70\/100 {
  top: -70%;
  bottom: -70%;
}

.-inset-y-31\/100 {
  top: -31%;
  bottom: -31%;
}

.-inset-y-15\/100 {
  top: -15%;
  bottom: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-13 {
  top: 3.25rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-19 {
  top: 4.75rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-25 {
  top: 6.25rem;
}

.top-28 {
  top: 7rem;
}

.top-30 {
  top: 7.5rem;
}

.top-32 {
  top: 8rem;
}

.top-34 {
  top: 8.5rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-42 {
  top: 10.5rem;
}

.top-44 {
  top: 11rem;
}

.top-46 {
  top: 11.5rem;
}

.top-48 {
  top: 12rem;
}

.top-50 {
  top: 12.5rem;
}

.top-52 {
  top: 13rem;
}

.top-54 {
  top: 13.5rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-68 {
  top: 17rem;
}

.top-72 {
  top: 18rem;
}

.top-75 {
  top: 18.75rem;
}

.top-80 {
  top: 20rem;
}

.top-85 {
  top: 22rem;
}

.top-90 {
  top: 22.5rem;
}

.top-92 {
  top: 23rem;
}

.top-96 {
  top: 24rem;
}

.top-100 {
  top: 25rem;
}

.top-116 {
  top: 29rem;
}

.top-120 {
  top: 30rem;
}

.top-125 {
  top: 31.25rem;
}

.top-135 {
  top: 33.75rem;
}

.top-160 {
  top: 40rem;
}

.top-180 {
  top: 45rem;
}

.top-240 {
  top: 60rem;
}

.top-285 {
  top: 71.25rem;
}

.top-330 {
  top: 82.5rem;
}

.top-auto {
  top: auto;
}

.top-unset {
  top: unset;
}

.top-px {
  top: 1px;
}

.top-0\.4 {
  top: 0.1rem;
}

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

.top-0\.6 {
  top: 0.15rem;
}

.top-0\.75 {
  top: 0.2rem;
}

.top-1\.2 {
  top: 0.3rem;
}

.top-1\.25 {
  top: 0.3125rem;
}

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

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

.top-1\.6 {
  top: 0.4rem;
}

.top-1\.75 {
  top: 0.4375rem;
}

.top-1\.8 {
  top: 0.45rem;
}

.top-2\.2 {
  top: 0.55rem;
}

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

.top-2\.6 {
  top: 0.65rem;
}

.top-2\.7 {
  top: 0.675rem;
}

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

.top-3\.4 {
  top: 0.85rem;
}

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

.top-3\.6 {
  top: 0.9rem;
}

.top-4\.5 {
  top: 1.125rem;
}

.top-4\.8 {
  top: 1.2rem;
}

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

.top-5\.4 {
  top: 1.35rem;
}

.top-5\.5 {
  top: 1.375rem;
}

.top-5\.6 {
  top: 1.4rem;
}

.top-6\.5 {
  top: 1.625rem;
}

.top-70\/100 {
  top: 70%;
}

.top-31\/100 {
  top: 31%;
}

.top-15\/100 {
  top: 15%;
}

.top-1\/100 {
  top: 1%;
}

.top-1\/10 {
  top: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-19 {
  top: -4.75rem;
}

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

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

.-top-25 {
  top: -6.25rem;
}

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

.-top-30 {
  top: -7.5rem;
}

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

.-top-34 {
  top: -8.5rem;
}

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

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

.-top-42 {
  top: -10.5rem;
}

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

.-top-46 {
  top: -11.5rem;
}

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

.-top-50 {
  top: -12.5rem;
}

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

.-top-54 {
  top: -13.5rem;
}

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

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

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

.-top-68 {
  top: -17rem;
}

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

.-top-75 {
  top: -18.75rem;
}

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

.-top-85 {
  top: -22rem;
}

.-top-90 {
  top: -22.5rem;
}

.-top-92 {
  top: -23rem;
}

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

.-top-100 {
  top: -25rem;
}

.-top-116 {
  top: -29rem;
}

.-top-120 {
  top: -30rem;
}

.-top-125 {
  top: -31.25rem;
}

.-top-135 {
  top: -33.75rem;
}

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

.-top-180 {
  top: -45rem;
}

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

.-top-285 {
  top: -71.25rem;
}

.-top-330 {
  top: -82.5rem;
}

.-top-unset {
  top: unset;
}

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

.-top-0\.4 {
  top: -0.1rem;
}

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

.-top-0\.6 {
  top: -0.15rem;
}

.-top-0\.75 {
  top: -0.2rem;
}

.-top-1\.2 {
  top: -0.3rem;
}

.-top-1\.25 {
  top: -0.3125rem;
}

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

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

.-top-1\.6 {
  top: -0.4rem;
}

.-top-1\.75 {
  top: -0.4375rem;
}

.-top-1\.8 {
  top: -0.45rem;
}

.-top-2\.2 {
  top: -0.55rem;
}

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

.-top-2\.6 {
  top: -0.65rem;
}

.-top-2\.7 {
  top: -0.675rem;
}

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

.-top-3\.4 {
  top: -0.85rem;
}

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

.-top-3\.6 {
  top: -0.9rem;
}

.-top-4\.5 {
  top: -1.125rem;
}

.-top-4\.8 {
  top: -1.2rem;
}

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

.-top-5\.4 {
  top: -1.35rem;
}

.-top-5\.5 {
  top: -1.375rem;
}

.-top-5\.6 {
  top: -1.4rem;
}

.-top-6\.5 {
  top: -1.625rem;
}

.-top-70\/100 {
  top: -70%;
}

.-top-31\/100 {
  top: -31%;
}

.-top-15\/100 {
  top: -15%;
}

.-top-1\/100 {
  top: -1%;
}

.-top-1\/10 {
  top: -10%;
}

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

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-13 {
  right: 3.25rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-19 {
  right: 4.75rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-25 {
  right: 6.25rem;
}

.right-28 {
  right: 7rem;
}

.right-30 {
  right: 7.5rem;
}

.right-32 {
  right: 8rem;
}

.right-34 {
  right: 8.5rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-42 {
  right: 10.5rem;
}

.right-44 {
  right: 11rem;
}

.right-46 {
  right: 11.5rem;
}

.right-48 {
  right: 12rem;
}

.right-50 {
  right: 12.5rem;
}

.right-52 {
  right: 13rem;
}

.right-54 {
  right: 13.5rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-68 {
  right: 17rem;
}

.right-72 {
  right: 18rem;
}

.right-75 {
  right: 18.75rem;
}

.right-80 {
  right: 20rem;
}

.right-85 {
  right: 22rem;
}

.right-90 {
  right: 22.5rem;
}

.right-92 {
  right: 23rem;
}

.right-96 {
  right: 24rem;
}

.right-100 {
  right: 25rem;
}

.right-116 {
  right: 29rem;
}

.right-120 {
  right: 30rem;
}

.right-125 {
  right: 31.25rem;
}

.right-135 {
  right: 33.75rem;
}

.right-160 {
  right: 40rem;
}

.right-180 {
  right: 45rem;
}

.right-240 {
  right: 60rem;
}

.right-285 {
  right: 71.25rem;
}

.right-330 {
  right: 82.5rem;
}

.right-auto {
  right: auto;
}

.right-unset {
  right: unset;
}

.right-px {
  right: 1px;
}

.right-0\.4 {
  right: 0.1rem;
}

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

.right-0\.6 {
  right: 0.15rem;
}

.right-0\.75 {
  right: 0.2rem;
}

.right-1\.2 {
  right: 0.3rem;
}

.right-1\.25 {
  right: 0.3125rem;
}

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

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

.right-1\.6 {
  right: 0.4rem;
}

.right-1\.75 {
  right: 0.4375rem;
}

.right-1\.8 {
  right: 0.45rem;
}

.right-2\.2 {
  right: 0.55rem;
}

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

.right-2\.6 {
  right: 0.65rem;
}

.right-2\.7 {
  right: 0.675rem;
}

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

.right-3\.4 {
  right: 0.85rem;
}

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

.right-3\.6 {
  right: 0.9rem;
}

.right-4\.5 {
  right: 1.125rem;
}

.right-4\.8 {
  right: 1.2rem;
}

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

.right-5\.4 {
  right: 1.35rem;
}

.right-5\.5 {
  right: 1.375rem;
}

.right-5\.6 {
  right: 1.4rem;
}

.right-6\.5 {
  right: 1.625rem;
}

.right-70\/100 {
  right: 70%;
}

.right-31\/100 {
  right: 31%;
}

.right-15\/100 {
  right: 15%;
}

.right-1\/100 {
  right: 1%;
}

.right-1\/10 {
  right: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-right-19 {
  right: -4.75rem;
}

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

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

.-right-25 {
  right: -6.25rem;
}

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

.-right-30 {
  right: -7.5rem;
}

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

.-right-34 {
  right: -8.5rem;
}

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

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

.-right-42 {
  right: -10.5rem;
}

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

.-right-46 {
  right: -11.5rem;
}

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

.-right-50 {
  right: -12.5rem;
}

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

.-right-54 {
  right: -13.5rem;
}

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

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

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

.-right-68 {
  right: -17rem;
}

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

.-right-75 {
  right: -18.75rem;
}

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

.-right-85 {
  right: -22rem;
}

.-right-90 {
  right: -22.5rem;
}

.-right-92 {
  right: -23rem;
}

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

.-right-100 {
  right: -25rem;
}

.-right-116 {
  right: -29rem;
}

.-right-120 {
  right: -30rem;
}

.-right-125 {
  right: -31.25rem;
}

.-right-135 {
  right: -33.75rem;
}

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

.-right-180 {
  right: -45rem;
}

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

.-right-285 {
  right: -71.25rem;
}

.-right-330 {
  right: -82.5rem;
}

.-right-unset {
  right: unset;
}

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

.-right-0\.4 {
  right: -0.1rem;
}

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

.-right-0\.6 {
  right: -0.15rem;
}

.-right-0\.75 {
  right: -0.2rem;
}

.-right-1\.2 {
  right: -0.3rem;
}

.-right-1\.25 {
  right: -0.3125rem;
}

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

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

.-right-1\.6 {
  right: -0.4rem;
}

.-right-1\.75 {
  right: -0.4375rem;
}

.-right-1\.8 {
  right: -0.45rem;
}

.-right-2\.2 {
  right: -0.55rem;
}

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

.-right-2\.6 {
  right: -0.65rem;
}

.-right-2\.7 {
  right: -0.675rem;
}

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

.-right-3\.4 {
  right: -0.85rem;
}

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

.-right-3\.6 {
  right: -0.9rem;
}

.-right-4\.5 {
  right: -1.125rem;
}

.-right-4\.8 {
  right: -1.2rem;
}

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

.-right-5\.4 {
  right: -1.35rem;
}

.-right-5\.5 {
  right: -1.375rem;
}

.-right-5\.6 {
  right: -1.4rem;
}

.-right-6\.5 {
  right: -1.625rem;
}

.-right-70\/100 {
  right: -70%;
}

.-right-31\/100 {
  right: -31%;
}

.-right-15\/100 {
  right: -15%;
}

.-right-1\/100 {
  right: -1%;
}

.-right-1\/10 {
  right: -10%;
}

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

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

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

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

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

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

.right-full {
  right: 100%;
}

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-13 {
  bottom: 3.25rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-19 {
  bottom: 4.75rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-25 {
  bottom: 6.25rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-30 {
  bottom: 7.5rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-34 {
  bottom: 8.5rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-42 {
  bottom: 10.5rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-46 {
  bottom: 11.5rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-50 {
  bottom: 12.5rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-54 {
  bottom: 13.5rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-68 {
  bottom: 17rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-75 {
  bottom: 18.75rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-85 {
  bottom: 22rem;
}

.bottom-90 {
  bottom: 22.5rem;
}

.bottom-92 {
  bottom: 23rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-100 {
  bottom: 25rem;
}

.bottom-116 {
  bottom: 29rem;
}

.bottom-120 {
  bottom: 30rem;
}

.bottom-125 {
  bottom: 31.25rem;
}

.bottom-135 {
  bottom: 33.75rem;
}

.bottom-160 {
  bottom: 40rem;
}

.bottom-180 {
  bottom: 45rem;
}

.bottom-240 {
  bottom: 60rem;
}

.bottom-285 {
  bottom: 71.25rem;
}

.bottom-330 {
  bottom: 82.5rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-unset {
  bottom: unset;
}

.bottom-px {
  bottom: 1px;
}

.bottom-0\.4 {
  bottom: 0.1rem;
}

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

.bottom-0\.6 {
  bottom: 0.15rem;
}

.bottom-0\.75 {
  bottom: 0.2rem;
}

.bottom-1\.2 {
  bottom: 0.3rem;
}

.bottom-1\.25 {
  bottom: 0.3125rem;
}

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

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

.bottom-1\.6 {
  bottom: 0.4rem;
}

.bottom-1\.75 {
  bottom: 0.4375rem;
}

.bottom-1\.8 {
  bottom: 0.45rem;
}

.bottom-2\.2 {
  bottom: 0.55rem;
}

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

.bottom-2\.6 {
  bottom: 0.65rem;
}

.bottom-2\.7 {
  bottom: 0.675rem;
}

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

.bottom-3\.4 {
  bottom: 0.85rem;
}

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

.bottom-3\.6 {
  bottom: 0.9rem;
}

.bottom-4\.5 {
  bottom: 1.125rem;
}

.bottom-4\.8 {
  bottom: 1.2rem;
}

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

.bottom-5\.4 {
  bottom: 1.35rem;
}

.bottom-5\.5 {
  bottom: 1.375rem;
}

.bottom-5\.6 {
  bottom: 1.4rem;
}

.bottom-6\.5 {
  bottom: 1.625rem;
}

.bottom-70\/100 {
  bottom: 70%;
}

.bottom-31\/100 {
  bottom: 31%;
}

.bottom-15\/100 {
  bottom: 15%;
}

.bottom-1\/100 {
  bottom: 1%;
}

.bottom-1\/10 {
  bottom: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-bottom-19 {
  bottom: -4.75rem;
}

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

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

.-bottom-25 {
  bottom: -6.25rem;
}

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

.-bottom-30 {
  bottom: -7.5rem;
}

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

.-bottom-34 {
  bottom: -8.5rem;
}

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

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

.-bottom-42 {
  bottom: -10.5rem;
}

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

.-bottom-46 {
  bottom: -11.5rem;
}

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

.-bottom-50 {
  bottom: -12.5rem;
}

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

.-bottom-54 {
  bottom: -13.5rem;
}

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

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

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

.-bottom-68 {
  bottom: -17rem;
}

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

.-bottom-75 {
  bottom: -18.75rem;
}

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

.-bottom-85 {
  bottom: -22rem;
}

.-bottom-90 {
  bottom: -22.5rem;
}

.-bottom-92 {
  bottom: -23rem;
}

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

.-bottom-100 {
  bottom: -25rem;
}

.-bottom-116 {
  bottom: -29rem;
}

.-bottom-120 {
  bottom: -30rem;
}

.-bottom-125 {
  bottom: -31.25rem;
}

.-bottom-135 {
  bottom: -33.75rem;
}

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

.-bottom-180 {
  bottom: -45rem;
}

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

.-bottom-285 {
  bottom: -71.25rem;
}

.-bottom-330 {
  bottom: -82.5rem;
}

.-bottom-unset {
  bottom: unset;
}

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

.-bottom-0\.4 {
  bottom: -0.1rem;
}

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

.-bottom-0\.6 {
  bottom: -0.15rem;
}

.-bottom-0\.75 {
  bottom: -0.2rem;
}

.-bottom-1\.2 {
  bottom: -0.3rem;
}

.-bottom-1\.25 {
  bottom: -0.3125rem;
}

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

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

.-bottom-1\.6 {
  bottom: -0.4rem;
}

.-bottom-1\.75 {
  bottom: -0.4375rem;
}

.-bottom-1\.8 {
  bottom: -0.45rem;
}

.-bottom-2\.2 {
  bottom: -0.55rem;
}

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

.-bottom-2\.6 {
  bottom: -0.65rem;
}

.-bottom-2\.7 {
  bottom: -0.675rem;
}

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

.-bottom-3\.4 {
  bottom: -0.85rem;
}

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

.-bottom-3\.6 {
  bottom: -0.9rem;
}

.-bottom-4\.5 {
  bottom: -1.125rem;
}

.-bottom-4\.8 {
  bottom: -1.2rem;
}

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

.-bottom-5\.4 {
  bottom: -1.35rem;
}

.-bottom-5\.5 {
  bottom: -1.375rem;
}

.-bottom-5\.6 {
  bottom: -1.4rem;
}

.-bottom-6\.5 {
  bottom: -1.625rem;
}

.-bottom-70\/100 {
  bottom: -70%;
}

.-bottom-31\/100 {
  bottom: -31%;
}

.-bottom-15\/100 {
  bottom: -15%;
}

.-bottom-1\/100 {
  bottom: -1%;
}

.-bottom-1\/10 {
  bottom: -10%;
}

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

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

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

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

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

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

.bottom-full {
  bottom: 100%;
}

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

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

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

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

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

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

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-13 {
  left: 3.25rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-19 {
  left: 4.75rem;
}

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-25 {
  left: 6.25rem;
}

.left-28 {
  left: 7rem;
}

.left-30 {
  left: 7.5rem;
}

.left-32 {
  left: 8rem;
}

.left-34 {
  left: 8.5rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-42 {
  left: 10.5rem;
}

.left-44 {
  left: 11rem;
}

.left-46 {
  left: 11.5rem;
}

.left-48 {
  left: 12rem;
}

.left-50 {
  left: 12.5rem;
}

.left-52 {
  left: 13rem;
}

.left-54 {
  left: 13.5rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-68 {
  left: 17rem;
}

.left-72 {
  left: 18rem;
}

.left-75 {
  left: 18.75rem;
}

.left-80 {
  left: 20rem;
}

.left-85 {
  left: 22rem;
}

.left-90 {
  left: 22.5rem;
}

.left-92 {
  left: 23rem;
}

.left-96 {
  left: 24rem;
}

.left-100 {
  left: 25rem;
}

.left-116 {
  left: 29rem;
}

.left-120 {
  left: 30rem;
}

.left-125 {
  left: 31.25rem;
}

.left-135 {
  left: 33.75rem;
}

.left-160 {
  left: 40rem;
}

.left-180 {
  left: 45rem;
}

.left-240 {
  left: 60rem;
}

.left-285 {
  left: 71.25rem;
}

.left-330 {
  left: 82.5rem;
}

.left-auto {
  left: auto;
}

.left-unset {
  left: unset;
}

.left-px {
  left: 1px;
}

.left-0\.4 {
  left: 0.1rem;
}

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

.left-0\.6 {
  left: 0.15rem;
}

.left-0\.75 {
  left: 0.2rem;
}

.left-1\.2 {
  left: 0.3rem;
}

.left-1\.25 {
  left: 0.3125rem;
}

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

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

.left-1\.6 {
  left: 0.4rem;
}

.left-1\.75 {
  left: 0.4375rem;
}

.left-1\.8 {
  left: 0.45rem;
}

.left-2\.2 {
  left: 0.55rem;
}

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

.left-2\.6 {
  left: 0.65rem;
}

.left-2\.7 {
  left: 0.675rem;
}

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

.left-3\.4 {
  left: 0.85rem;
}

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

.left-3\.6 {
  left: 0.9rem;
}

.left-4\.5 {
  left: 1.125rem;
}

.left-4\.8 {
  left: 1.2rem;
}

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

.left-5\.4 {
  left: 1.35rem;
}

.left-5\.5 {
  left: 1.375rem;
}

.left-5\.6 {
  left: 1.4rem;
}

.left-6\.5 {
  left: 1.625rem;
}

.left-70\/100 {
  left: 70%;
}

.left-31\/100 {
  left: 31%;
}

.left-15\/100 {
  left: 15%;
}

.left-1\/100 {
  left: 1%;
}

.left-1\/10 {
  left: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-left-19 {
  left: -4.75rem;
}

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

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

.-left-25 {
  left: -6.25rem;
}

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

.-left-30 {
  left: -7.5rem;
}

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

.-left-34 {
  left: -8.5rem;
}

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

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

.-left-42 {
  left: -10.5rem;
}

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

.-left-46 {
  left: -11.5rem;
}

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

.-left-50 {
  left: -12.5rem;
}

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

.-left-54 {
  left: -13.5rem;
}

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

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

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

.-left-68 {
  left: -17rem;
}

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

.-left-75 {
  left: -18.75rem;
}

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

.-left-85 {
  left: -22rem;
}

.-left-90 {
  left: -22.5rem;
}

.-left-92 {
  left: -23rem;
}

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

.-left-100 {
  left: -25rem;
}

.-left-116 {
  left: -29rem;
}

.-left-120 {
  left: -30rem;
}

.-left-125 {
  left: -31.25rem;
}

.-left-135 {
  left: -33.75rem;
}

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

.-left-180 {
  left: -45rem;
}

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

.-left-285 {
  left: -71.25rem;
}

.-left-330 {
  left: -82.5rem;
}

.-left-unset {
  left: unset;
}

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

.-left-0\.4 {
  left: -0.1rem;
}

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

.-left-0\.6 {
  left: -0.15rem;
}

.-left-0\.75 {
  left: -0.2rem;
}

.-left-1\.2 {
  left: -0.3rem;
}

.-left-1\.25 {
  left: -0.3125rem;
}

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

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

.-left-1\.6 {
  left: -0.4rem;
}

.-left-1\.75 {
  left: -0.4375rem;
}

.-left-1\.8 {
  left: -0.45rem;
}

.-left-2\.2 {
  left: -0.55rem;
}

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

.-left-2\.6 {
  left: -0.65rem;
}

.-left-2\.7 {
  left: -0.675rem;
}

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

.-left-3\.4 {
  left: -0.85rem;
}

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

.-left-3\.6 {
  left: -0.9rem;
}

.-left-4\.5 {
  left: -1.125rem;
}

.-left-4\.8 {
  left: -1.2rem;
}

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

.-left-5\.4 {
  left: -1.35rem;
}

.-left-5\.5 {
  left: -1.375rem;
}

.-left-5\.6 {
  left: -1.4rem;
}

.-left-6\.5 {
  left: -1.625rem;
}

.-left-70\/100 {
  left: -70%;
}

.-left-31\/100 {
  left: -31%;
}

.-left-15\/100 {
  left: -15%;
}

.-left-1\/100 {
  left: -1%;
}

.-left-1\/10 {
  left: -10%;
}

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

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

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

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

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

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

.left-full {
  left: 100%;
}

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

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

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

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

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

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

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-19 {
  margin: 4.75rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-25 {
  margin: 6.25rem;
}

.m-28 {
  margin: 7rem;
}

.m-30 {
  margin: 7.5rem;
}

.m-32 {
  margin: 8rem;
}

.m-34 {
  margin: 8.5rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-42 {
  margin: 10.5rem;
}

.m-44 {
  margin: 11rem;
}

.m-46 {
  margin: 11.5rem;
}

.m-48 {
  margin: 12rem;
}

.m-50 {
  margin: 12.5rem;
}

.m-52 {
  margin: 13rem;
}

.m-54 {
  margin: 13.5rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-68 {
  margin: 17rem;
}

.m-72 {
  margin: 18rem;
}

.m-75 {
  margin: 18.75rem;
}

.m-80 {
  margin: 20rem;
}

.m-85 {
  margin: 22rem;
}

.m-90 {
  margin: 22.5rem;
}

.m-92 {
  margin: 23rem;
}

.m-96 {
  margin: 24rem;
}

.m-100 {
  margin: 25rem;
}

.m-116 {
  margin: 29rem;
}

.m-120 {
  margin: 30rem;
}

.m-125 {
  margin: 31.25rem;
}

.m-135 {
  margin: 33.75rem;
}

.m-160 {
  margin: 40rem;
}

.m-180 {
  margin: 45rem;
}

.m-240 {
  margin: 60rem;
}

.m-285 {
  margin: 71.25rem;
}

.m-330 {
  margin: 82.5rem;
}

.m-auto {
  margin: auto;
}

.m-unset {
  margin: unset;
}

.m-px {
  margin: 1px;
}

.m-0\.4 {
  margin: 0.1rem;
}

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

.m-0\.6 {
  margin: 0.15rem;
}

.m-0\.75 {
  margin: 0.2rem;
}

.m-1\.2 {
  margin: 0.3rem;
}

.m-1\.25 {
  margin: 0.3125rem;
}

.m-1\.4 {
  margin: 0.35rem;
}

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

.m-1\.6 {
  margin: 0.4rem;
}

.m-1\.75 {
  margin: 0.4375rem;
}

.m-1\.8 {
  margin: 0.45rem;
}

.m-2\.2 {
  margin: 0.55rem;
}

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

.m-2\.6 {
  margin: 0.65rem;
}

.m-2\.7 {
  margin: 0.675rem;
}

.m-2\.8 {
  margin: 0.7rem;
}

.m-3\.4 {
  margin: 0.85rem;
}

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

.m-3\.6 {
  margin: 0.9rem;
}

.m-4\.5 {
  margin: 1.125rem;
}

.m-4\.8 {
  margin: 1.2rem;
}

.m-5\.3 {
  margin: 1.3rem;
}

.m-5\.4 {
  margin: 1.35rem;
}

.m-5\.5 {
  margin: 1.375rem;
}

.m-5\.6 {
  margin: 1.4rem;
}

.m-6\.5 {
  margin: 1.625rem;
}

.m-70\/100 {
  margin: 70%;
}

.m-31\/100 {
  margin: 31%;
}

.m-15\/100 {
  margin: 15%;
}

.m-1\/100 {
  margin: 1%;
}

.m-1\/10 {
  margin: 10%;
}

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

.-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-13 {
  margin: -3.25rem;
}

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

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

.-m-19 {
  margin: -4.75rem;
}

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

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

.-m-25 {
  margin: -6.25rem;
}

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

.-m-30 {
  margin: -7.5rem;
}

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

.-m-34 {
  margin: -8.5rem;
}

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

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

.-m-42 {
  margin: -10.5rem;
}

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

.-m-46 {
  margin: -11.5rem;
}

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

.-m-50 {
  margin: -12.5rem;
}

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

.-m-54 {
  margin: -13.5rem;
}

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

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

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

.-m-68 {
  margin: -17rem;
}

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

.-m-75 {
  margin: -18.75rem;
}

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

.-m-85 {
  margin: -22rem;
}

.-m-90 {
  margin: -22.5rem;
}

.-m-92 {
  margin: -23rem;
}

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

.-m-100 {
  margin: -25rem;
}

.-m-116 {
  margin: -29rem;
}

.-m-120 {
  margin: -30rem;
}

.-m-125 {
  margin: -31.25rem;
}

.-m-135 {
  margin: -33.75rem;
}

.-m-160 {
  margin: -40rem;
}

.-m-180 {
  margin: -45rem;
}

.-m-240 {
  margin: -60rem;
}

.-m-285 {
  margin: -71.25rem;
}

.-m-330 {
  margin: -82.5rem;
}

.-m-unset {
  margin: unset;
}

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

.-m-0\.4 {
  margin: -0.1rem;
}

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

.-m-0\.6 {
  margin: -0.15rem;
}

.-m-0\.75 {
  margin: -0.2rem;
}

.-m-1\.2 {
  margin: -0.3rem;
}

.-m-1\.25 {
  margin: -0.3125rem;
}

.-m-1\.4 {
  margin: -0.35rem;
}

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

.-m-1\.6 {
  margin: -0.4rem;
}

.-m-1\.75 {
  margin: -0.4375rem;
}

.-m-1\.8 {
  margin: -0.45rem;
}

.-m-2\.2 {
  margin: -0.55rem;
}

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

.-m-2\.6 {
  margin: -0.65rem;
}

.-m-2\.7 {
  margin: -0.675rem;
}

.-m-2\.8 {
  margin: -0.7rem;
}

.-m-3\.4 {
  margin: -0.85rem;
}

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

.-m-3\.6 {
  margin: -0.9rem;
}

.-m-4\.5 {
  margin: -1.125rem;
}

.-m-4\.8 {
  margin: -1.2rem;
}

.-m-5\.3 {
  margin: -1.3rem;
}

.-m-5\.4 {
  margin: -1.35rem;
}

.-m-5\.5 {
  margin: -1.375rem;
}

.-m-5\.6 {
  margin: -1.4rem;
}

.-m-6\.5 {
  margin: -1.625rem;
}

.-m-70\/100 {
  margin: -70%;
}

.-m-31\/100 {
  margin: -31%;
}

.-m-15\/100 {
  margin: -15%;
}

.-m-1\/100 {
  margin: -1%;
}

.-m-1\/10 {
  margin: -10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

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

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

.mx-25 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

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

.mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

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

.mx-34 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

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

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

.mx-42 {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}

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

.mx-46 {
  margin-left: 11.5rem;
  margin-right: 11.5rem;
}

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

.mx-50 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

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

.mx-54 {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

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

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

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

.mx-68 {
  margin-left: 17rem;
  margin-right: 17rem;
}

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

.mx-75 {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

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

.mx-85 {
  margin-left: 22rem;
  margin-right: 22rem;
}

.mx-90 {
  margin-left: 22.5rem;
  margin-right: 22.5rem;
}

.mx-92 {
  margin-left: 23rem;
  margin-right: 23rem;
}

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

.mx-100 {
  margin-left: 25rem;
  margin-right: 25rem;
}

.mx-116 {
  margin-left: 29rem;
  margin-right: 29rem;
}

.mx-120 {
  margin-left: 30rem;
  margin-right: 30rem;
}

.mx-125 {
  margin-left: 31.25rem;
  margin-right: 31.25rem;
}

.mx-135 {
  margin-left: 33.75rem;
  margin-right: 33.75rem;
}

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

.mx-180 {
  margin-left: 45rem;
  margin-right: 45rem;
}

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

.mx-285 {
  margin-left: 71.25rem;
  margin-right: 71.25rem;
}

.mx-330 {
  margin-left: 82.5rem;
  margin-right: 82.5rem;
}

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

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

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

.mx-0\.4 {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

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

.mx-0\.6 {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

.mx-0\.75 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.mx-1\.2 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.mx-1\.25 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

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

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

.mx-1\.6 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.mx-1\.75 {
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
}

.mx-1\.8 {
  margin-left: 0.45rem;
  margin-right: 0.45rem;
}

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

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

.mx-2\.6 {
  margin-left: 0.65rem;
  margin-right: 0.65rem;
}

.mx-2\.7 {
  margin-left: 0.675rem;
  margin-right: 0.675rem;
}

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

.mx-3\.4 {
  margin-left: 0.85rem;
  margin-right: 0.85rem;
}

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

.mx-3\.6 {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}

.mx-4\.5 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.mx-4\.8 {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

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

.mx-5\.4 {
  margin-left: 1.35rem;
  margin-right: 1.35rem;
}

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

.mx-5\.6 {
  margin-left: 1.4rem;
  margin-right: 1.4rem;
}

.mx-6\.5 {
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}

.mx-70\/100 {
  margin-left: 70%;
  margin-right: 70%;
}

.mx-31\/100 {
  margin-left: 31%;
  margin-right: 31%;
}

.mx-15\/100 {
  margin-left: 15%;
  margin-right: 15%;
}

.mx-1\/100 {
  margin-left: 1%;
  margin-right: 1%;
}

.mx-1\/10 {
  margin-left: 10%;
  margin-right: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx-19 {
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

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

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

.-mx-25 {
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

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

.-mx-30 {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

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

.-mx-34 {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

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

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

.-mx-42 {
  margin-left: -10.5rem;
  margin-right: -10.5rem;
}

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

.-mx-46 {
  margin-left: -11.5rem;
  margin-right: -11.5rem;
}

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

.-mx-50 {
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}

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

.-mx-54 {
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

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

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

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

.-mx-68 {
  margin-left: -17rem;
  margin-right: -17rem;
}

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

.-mx-75 {
  margin-left: -18.75rem;
  margin-right: -18.75rem;
}

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

.-mx-85 {
  margin-left: -22rem;
  margin-right: -22rem;
}

.-mx-90 {
  margin-left: -22.5rem;
  margin-right: -22.5rem;
}

.-mx-92 {
  margin-left: -23rem;
  margin-right: -23rem;
}

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

.-mx-100 {
  margin-left: -25rem;
  margin-right: -25rem;
}

.-mx-116 {
  margin-left: -29rem;
  margin-right: -29rem;
}

.-mx-120 {
  margin-left: -30rem;
  margin-right: -30rem;
}

.-mx-125 {
  margin-left: -31.25rem;
  margin-right: -31.25rem;
}

.-mx-135 {
  margin-left: -33.75rem;
  margin-right: -33.75rem;
}

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

.-mx-180 {
  margin-left: -45rem;
  margin-right: -45rem;
}

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

.-mx-285 {
  margin-left: -71.25rem;
  margin-right: -71.25rem;
}

.-mx-330 {
  margin-left: -82.5rem;
  margin-right: -82.5rem;
}

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

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

.-mx-0\.4 {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}

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

.-mx-0\.6 {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}

.-mx-0\.75 {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.-mx-1\.2 {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

.-mx-1\.25 {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

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

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

.-mx-1\.6 {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.-mx-1\.75 {
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}

.-mx-1\.8 {
  margin-left: -0.45rem;
  margin-right: -0.45rem;
}

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

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

.-mx-2\.6 {
  margin-left: -0.65rem;
  margin-right: -0.65rem;
}

.-mx-2\.7 {
  margin-left: -0.675rem;
  margin-right: -0.675rem;
}

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

.-mx-3\.4 {
  margin-left: -0.85rem;
  margin-right: -0.85rem;
}

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

.-mx-3\.6 {
  margin-left: -0.9rem;
  margin-right: -0.9rem;
}

.-mx-4\.5 {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.-mx-4\.8 {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

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

.-mx-5\.4 {
  margin-left: -1.35rem;
  margin-right: -1.35rem;
}

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

.-mx-5\.6 {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

.-mx-6\.5 {
  margin-left: -1.625rem;
  margin-right: -1.625rem;
}

.-mx-70\/100 {
  margin-left: -70%;
  margin-right: -70%;
}

.-mx-31\/100 {
  margin-left: -31%;
  margin-right: -31%;
}

.-mx-15\/100 {
  margin-left: -15%;
  margin-right: -15%;
}

.-mx-1\/100 {
  margin-left: -1%;
  margin-right: -1%;
}

.-mx-1\/10 {
  margin-left: -10%;
  margin-right: -10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

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

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

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

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

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

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

.my-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

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

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

.my-42 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

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

.my-46 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

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

.my-50 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

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

.my-54 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

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

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

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

.my-68 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

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

.my-75 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

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

.my-85 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.my-90 {
  margin-top: 22.5rem;
  margin-bottom: 22.5rem;
}

.my-92 {
  margin-top: 23rem;
  margin-bottom: 23rem;
}

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

.my-100 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.my-116 {
  margin-top: 29rem;
  margin-bottom: 29rem;
}

.my-120 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.my-125 {
  margin-top: 31.25rem;
  margin-bottom: 31.25rem;
}

.my-135 {
  margin-top: 33.75rem;
  margin-bottom: 33.75rem;
}

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

.my-180 {
  margin-top: 45rem;
  margin-bottom: 45rem;
}

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

.my-285 {
  margin-top: 71.25rem;
  margin-bottom: 71.25rem;
}

.my-330 {
  margin-top: 82.5rem;
  margin-bottom: 82.5rem;
}

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

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

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

.my-0\.4 {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

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

.my-0\.6 {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}

.my-0\.75 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.my-1\.2 {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.my-1\.25 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

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

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

.my-1\.6 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.my-1\.75 {
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}

.my-1\.8 {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}

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

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

.my-2\.6 {
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
}

.my-2\.7 {
  margin-top: 0.675rem;
  margin-bottom: 0.675rem;
}

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

.my-3\.4 {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}

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

.my-3\.6 {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

.my-4\.5 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.my-4\.8 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

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

.my-5\.4 {
  margin-top: 1.35rem;
  margin-bottom: 1.35rem;
}

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

.my-5\.6 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.my-6\.5 {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

.my-70\/100 {
  margin-top: 70%;
  margin-bottom: 70%;
}

.my-31\/100 {
  margin-top: 31%;
  margin-bottom: 31%;
}

.my-15\/100 {
  margin-top: 15%;
  margin-bottom: 15%;
}

.my-1\/100 {
  margin-top: 1%;
  margin-bottom: 1%;
}

.my-1\/10 {
  margin-top: 10%;
  margin-bottom: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-13 {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-19 {
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-my-25 {
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-30 {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-34 {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-42 {
  margin-top: -10.5rem;
  margin-bottom: -10.5rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-46 {
  margin-top: -11.5rem;
  margin-bottom: -11.5rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-50 {
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-54 {
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-68 {
  margin-top: -17rem;
  margin-bottom: -17rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-75 {
  margin-top: -18.75rem;
  margin-bottom: -18.75rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-85 {
  margin-top: -22rem;
  margin-bottom: -22rem;
}

.-my-90 {
  margin-top: -22.5rem;
  margin-bottom: -22.5rem;
}

.-my-92 {
  margin-top: -23rem;
  margin-bottom: -23rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-100 {
  margin-top: -25rem;
  margin-bottom: -25rem;
}

.-my-116 {
  margin-top: -29rem;
  margin-bottom: -29rem;
}

.-my-120 {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.-my-125 {
  margin-top: -31.25rem;
  margin-bottom: -31.25rem;
}

.-my-135 {
  margin-top: -33.75rem;
  margin-bottom: -33.75rem;
}

.-my-160 {
  margin-top: -40rem;
  margin-bottom: -40rem;
}

.-my-180 {
  margin-top: -45rem;
  margin-bottom: -45rem;
}

.-my-240 {
  margin-top: -60rem;
  margin-bottom: -60rem;
}

.-my-285 {
  margin-top: -71.25rem;
  margin-bottom: -71.25rem;
}

.-my-330 {
  margin-top: -82.5rem;
  margin-bottom: -82.5rem;
}

.-my-unset {
  margin-top: unset;
  margin-bottom: unset;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-my-0\.4 {
  margin-top: -0.1rem;
  margin-bottom: -0.1rem;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-0\.6 {
  margin-top: -0.15rem;
  margin-bottom: -0.15rem;
}

.-my-0\.75 {
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
}

.-my-1\.2 {
  margin-top: -0.3rem;
  margin-bottom: -0.3rem;
}

.-my-1\.25 {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

.-my-1\.4 {
  margin-top: -0.35rem;
  margin-bottom: -0.35rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-1\.6 {
  margin-top: -0.4rem;
  margin-bottom: -0.4rem;
}

.-my-1\.75 {
  margin-top: -0.4375rem;
  margin-bottom: -0.4375rem;
}

.-my-1\.8 {
  margin-top: -0.45rem;
  margin-bottom: -0.45rem;
}

.-my-2\.2 {
  margin-top: -0.55rem;
  margin-bottom: -0.55rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-2\.6 {
  margin-top: -0.65rem;
  margin-bottom: -0.65rem;
}

.-my-2\.7 {
  margin-top: -0.675rem;
  margin-bottom: -0.675rem;
}

.-my-2\.8 {
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}

.-my-3\.4 {
  margin-top: -0.85rem;
  margin-bottom: -0.85rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-my-3\.6 {
  margin-top: -0.9rem;
  margin-bottom: -0.9rem;
}

.-my-4\.5 {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.-my-4\.8 {
  margin-top: -1.2rem;
  margin-bottom: -1.2rem;
}

.-my-5\.3 {
  margin-top: -1.3rem;
  margin-bottom: -1.3rem;
}

.-my-5\.4 {
  margin-top: -1.35rem;
  margin-bottom: -1.35rem;
}

.-my-5\.5 {
  margin-top: -1.375rem;
  margin-bottom: -1.375rem;
}

.-my-5\.6 {
  margin-top: -1.4rem;
  margin-bottom: -1.4rem;
}

.-my-6\.5 {
  margin-top: -1.625rem;
  margin-bottom: -1.625rem;
}

.-my-70\/100 {
  margin-top: -70%;
  margin-bottom: -70%;
}

.-my-31\/100 {
  margin-top: -31%;
  margin-bottom: -31%;
}

.-my-15\/100 {
  margin-top: -15%;
  margin-bottom: -15%;
}

.-my-1\/100 {
  margin-top: -1%;
  margin-bottom: -1%;
}

.-my-1\/10 {
  margin-top: -10%;
  margin-bottom: -10%;
}

.-my-1\/2 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-34 {
  margin-top: 8.5rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-42 {
  margin-top: 10.5rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-46 {
  margin-top: 11.5rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-50 {
  margin-top: 12.5rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-54 {
  margin-top: 13.5rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-68 {
  margin-top: 17rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-75 {
  margin-top: 18.75rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-85 {
  margin-top: 22rem;
}

.mt-90 {
  margin-top: 22.5rem;
}

.mt-92 {
  margin-top: 23rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-100 {
  margin-top: 25rem;
}

.mt-116 {
  margin-top: 29rem;
}

.mt-120 {
  margin-top: 30rem;
}

.mt-125 {
  margin-top: 31.25rem;
}

.mt-135 {
  margin-top: 33.75rem;
}

.mt-160 {
  margin-top: 40rem;
}

.mt-180 {
  margin-top: 45rem;
}

.mt-240 {
  margin-top: 60rem;
}

.mt-285 {
  margin-top: 71.25rem;
}

.mt-330 {
  margin-top: 82.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-unset {
  margin-top: unset;
}

.mt-px {
  margin-top: 1px;
}

.mt-0\.4 {
  margin-top: 0.1rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-0\.6 {
  margin-top: 0.15rem;
}

.mt-0\.75 {
  margin-top: 0.2rem;
}

.mt-1\.2 {
  margin-top: 0.3rem;
}

.mt-1\.25 {
  margin-top: 0.3125rem;
}

.mt-1\.4 {
  margin-top: 0.35rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-1\.6 {
  margin-top: 0.4rem;
}

.mt-1\.75 {
  margin-top: 0.4375rem;
}

.mt-1\.8 {
  margin-top: 0.45rem;
}

.mt-2\.2 {
  margin-top: 0.55rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-2\.6 {
  margin-top: 0.65rem;
}

.mt-2\.7 {
  margin-top: 0.675rem;
}

.mt-2\.8 {
  margin-top: 0.7rem;
}

.mt-3\.4 {
  margin-top: 0.85rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-3\.6 {
  margin-top: 0.9rem;
}

.mt-4\.5 {
  margin-top: 1.125rem;
}

.mt-4\.8 {
  margin-top: 1.2rem;
}

.mt-5\.3 {
  margin-top: 1.3rem;
}

.mt-5\.4 {
  margin-top: 1.35rem;
}

.mt-5\.5 {
  margin-top: 1.375rem;
}

.mt-5\.6 {
  margin-top: 1.4rem;
}

.mt-6\.5 {
  margin-top: 1.625rem;
}

.mt-70\/100 {
  margin-top: 70%;
}

.mt-31\/100 {
  margin-top: 31%;
}

.mt-15\/100 {
  margin-top: 15%;
}

.mt-1\/100 {
  margin-top: 1%;
}

.mt-1\/10 {
  margin-top: 10%;
}

.mt-1\/2 {
  margin-top: 50%;
}

.-mt-0 {
  margin-top: 0px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-13 {
  margin-top: -3.25rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-19 {
  margin-top: -4.75rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-25 {
  margin-top: -6.25rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mt-30 {
  margin-top: -7.5rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-34 {
  margin-top: -8.5rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-42 {
  margin-top: -10.5rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mt-46 {
  margin-top: -11.5rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-50 {
  margin-top: -12.5rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mt-54 {
  margin-top: -13.5rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mt-68 {
  margin-top: -17rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mt-75 {
  margin-top: -18.75rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mt-85 {
  margin-top: -22rem;
}

.-mt-90 {
  margin-top: -22.5rem;
}

.-mt-92 {
  margin-top: -23rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mt-100 {
  margin-top: -25rem;
}

.-mt-116 {
  margin-top: -29rem;
}

.-mt-120 {
  margin-top: -30rem;
}

.-mt-125 {
  margin-top: -31.25rem;
}

.-mt-135 {
  margin-top: -33.75rem;
}

.-mt-160 {
  margin-top: -40rem;
}

.-mt-180 {
  margin-top: -45rem;
}

.-mt-240 {
  margin-top: -60rem;
}

.-mt-285 {
  margin-top: -71.25rem;
}

.-mt-330 {
  margin-top: -82.5rem;
}

.-mt-unset {
  margin-top: unset;
}

.-mt-px {
  margin-top: -1px;
}

.-mt-0\.4 {
  margin-top: -0.1rem;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mt-0\.6 {
  margin-top: -0.15rem;
}

.-mt-0\.75 {
  margin-top: -0.2rem;
}

.-mt-1\.2 {
  margin-top: -0.3rem;
}

.-mt-1\.25 {
  margin-top: -0.3125rem;
}

.-mt-1\.4 {
  margin-top: -0.35rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mt-1\.6 {
  margin-top: -0.4rem;
}

.-mt-1\.75 {
  margin-top: -0.4375rem;
}

.-mt-1\.8 {
  margin-top: -0.45rem;
}

.-mt-2\.2 {
  margin-top: -0.55rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mt-2\.6 {
  margin-top: -0.65rem;
}

.-mt-2\.7 {
  margin-top: -0.675rem;
}

.-mt-2\.8 {
  margin-top: -0.7rem;
}

.-mt-3\.4 {
  margin-top: -0.85rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.-mt-3\.6 {
  margin-top: -0.9rem;
}

.-mt-4\.5 {
  margin-top: -1.125rem;
}

.-mt-4\.8 {
  margin-top: -1.2rem;
}

.-mt-5\.3 {
  margin-top: -1.3rem;
}

.-mt-5\.4 {
  margin-top: -1.35rem;
}

.-mt-5\.5 {
  margin-top: -1.375rem;
}

.-mt-5\.6 {
  margin-top: -1.4rem;
}

.-mt-6\.5 {
  margin-top: -1.625rem;
}

.-mt-70\/100 {
  margin-top: -70%;
}

.-mt-31\/100 {
  margin-top: -31%;
}

.-mt-15\/100 {
  margin-top: -15%;
}

.-mt-1\/100 {
  margin-top: -1%;
}

.-mt-1\/10 {
  margin-top: -10%;
}

.-mt-1\/2 {
  margin-top: -50%;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-25 {
  margin-right: 6.25rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-34 {
  margin-right: 8.5rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-42 {
  margin-right: 10.5rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-46 {
  margin-right: 11.5rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-50 {
  margin-right: 12.5rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-54 {
  margin-right: 13.5rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-68 {
  margin-right: 17rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-75 {
  margin-right: 18.75rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-85 {
  margin-right: 22rem;
}

.mr-90 {
  margin-right: 22.5rem;
}

.mr-92 {
  margin-right: 23rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-100 {
  margin-right: 25rem;
}

.mr-116 {
  margin-right: 29rem;
}

.mr-120 {
  margin-right: 30rem;
}

.mr-125 {
  margin-right: 31.25rem;
}

.mr-135 {
  margin-right: 33.75rem;
}

.mr-160 {
  margin-right: 40rem;
}

.mr-180 {
  margin-right: 45rem;
}

.mr-240 {
  margin-right: 60rem;
}

.mr-285 {
  margin-right: 71.25rem;
}

.mr-330 {
  margin-right: 82.5rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-unset {
  margin-right: unset;
}

.mr-px {
  margin-right: 1px;
}

.mr-0\.4 {
  margin-right: 0.1rem;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-0\.6 {
  margin-right: 0.15rem;
}

.mr-0\.75 {
  margin-right: 0.2rem;
}

.mr-1\.2 {
  margin-right: 0.3rem;
}

.mr-1\.25 {
  margin-right: 0.3125rem;
}

.mr-1\.4 {
  margin-right: 0.35rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-1\.6 {
  margin-right: 0.4rem;
}

.mr-1\.75 {
  margin-right: 0.4375rem;
}

.mr-1\.8 {
  margin-right: 0.45rem;
}

.mr-2\.2 {
  margin-right: 0.55rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-2\.6 {
  margin-right: 0.65rem;
}

.mr-2\.7 {
  margin-right: 0.675rem;
}

.mr-2\.8 {
  margin-right: 0.7rem;
}

.mr-3\.4 {
  margin-right: 0.85rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-3\.6 {
  margin-right: 0.9rem;
}

.mr-4\.5 {
  margin-right: 1.125rem;
}

.mr-4\.8 {
  margin-right: 1.2rem;
}

.mr-5\.3 {
  margin-right: 1.3rem;
}

.mr-5\.4 {
  margin-right: 1.35rem;
}

.mr-5\.5 {
  margin-right: 1.375rem;
}

.mr-5\.6 {
  margin-right: 1.4rem;
}

.mr-6\.5 {
  margin-right: 1.625rem;
}

.mr-70\/100 {
  margin-right: 70%;
}

.mr-31\/100 {
  margin-right: 31%;
}

.mr-15\/100 {
  margin-right: 15%;
}

.mr-1\/100 {
  margin-right: 1%;
}

.mr-1\/10 {
  margin-right: 10%;
}

.mr-1\/2 {
  margin-right: 50%;
}

.-mr-0 {
  margin-right: 0px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-13 {
  margin-right: -3.25rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-19 {
  margin-right: -4.75rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-25 {
  margin-right: -6.25rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-30 {
  margin-right: -7.5rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-34 {
  margin-right: -8.5rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-42 {
  margin-right: -10.5rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-46 {
  margin-right: -11.5rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-50 {
  margin-right: -12.5rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-54 {
  margin-right: -13.5rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-68 {
  margin-right: -17rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-75 {
  margin-right: -18.75rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-85 {
  margin-right: -22rem;
}

.-mr-90 {
  margin-right: -22.5rem;
}

.-mr-92 {
  margin-right: -23rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-100 {
  margin-right: -25rem;
}

.-mr-116 {
  margin-right: -29rem;
}

.-mr-120 {
  margin-right: -30rem;
}

.-mr-125 {
  margin-right: -31.25rem;
}

.-mr-135 {
  margin-right: -33.75rem;
}

.-mr-160 {
  margin-right: -40rem;
}

.-mr-180 {
  margin-right: -45rem;
}

.-mr-240 {
  margin-right: -60rem;
}

.-mr-285 {
  margin-right: -71.25rem;
}

.-mr-330 {
  margin-right: -82.5rem;
}

.-mr-unset {
  margin-right: unset;
}

.-mr-px {
  margin-right: -1px;
}

.-mr-0\.4 {
  margin-right: -0.1rem;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-0\.6 {
  margin-right: -0.15rem;
}

.-mr-0\.75 {
  margin-right: -0.2rem;
}

.-mr-1\.2 {
  margin-right: -0.3rem;
}

.-mr-1\.25 {
  margin-right: -0.3125rem;
}

.-mr-1\.4 {
  margin-right: -0.35rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mr-1\.6 {
  margin-right: -0.4rem;
}

.-mr-1\.75 {
  margin-right: -0.4375rem;
}

.-mr-1\.8 {
  margin-right: -0.45rem;
}

.-mr-2\.2 {
  margin-right: -0.55rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mr-2\.6 {
  margin-right: -0.65rem;
}

.-mr-2\.7 {
  margin-right: -0.675rem;
}

.-mr-2\.8 {
  margin-right: -0.7rem;
}

.-mr-3\.4 {
  margin-right: -0.85rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.-mr-3\.6 {
  margin-right: -0.9rem;
}

.-mr-4\.5 {
  margin-right: -1.125rem;
}

.-mr-4\.8 {
  margin-right: -1.2rem;
}

.-mr-5\.3 {
  margin-right: -1.3rem;
}

.-mr-5\.4 {
  margin-right: -1.35rem;
}

.-mr-5\.5 {
  margin-right: -1.375rem;
}

.-mr-5\.6 {
  margin-right: -1.4rem;
}

.-mr-6\.5 {
  margin-right: -1.625rem;
}

.-mr-70\/100 {
  margin-right: -70%;
}

.-mr-31\/100 {
  margin-right: -31%;
}

.-mr-15\/100 {
  margin-right: -15%;
}

.-mr-1\/100 {
  margin-right: -1%;
}

.-mr-1\/10 {
  margin-right: -10%;
}

.-mr-1\/2 {
  margin-right: -50%;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-25 {
  margin-bottom: 6.25rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-34 {
  margin-bottom: 8.5rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-42 {
  margin-bottom: 10.5rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-46 {
  margin-bottom: 11.5rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-50 {
  margin-bottom: 12.5rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-54 {
  margin-bottom: 13.5rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-68 {
  margin-bottom: 17rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-75 {
  margin-bottom: 18.75rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-85 {
  margin-bottom: 22rem;
}

.mb-90 {
  margin-bottom: 22.5rem;
}

.mb-92 {
  margin-bottom: 23rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-100 {
  margin-bottom: 25rem;
}

.mb-116 {
  margin-bottom: 29rem;
}

.mb-120 {
  margin-bottom: 30rem;
}

.mb-125 {
  margin-bottom: 31.25rem;
}

.mb-135 {
  margin-bottom: 33.75rem;
}

.mb-160 {
  margin-bottom: 40rem;
}

.mb-180 {
  margin-bottom: 45rem;
}

.mb-240 {
  margin-bottom: 60rem;
}

.mb-285 {
  margin-bottom: 71.25rem;
}

.mb-330 {
  margin-bottom: 82.5rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-unset {
  margin-bottom: unset;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-0\.4 {
  margin-bottom: 0.1rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-0\.6 {
  margin-bottom: 0.15rem;
}

.mb-0\.75 {
  margin-bottom: 0.2rem;
}

.mb-1\.2 {
  margin-bottom: 0.3rem;
}

.mb-1\.25 {
  margin-bottom: 0.3125rem;
}

.mb-1\.4 {
  margin-bottom: 0.35rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-1\.6 {
  margin-bottom: 0.4rem;
}

.mb-1\.75 {
  margin-bottom: 0.4375rem;
}

.mb-1\.8 {
  margin-bottom: 0.45rem;
}

.mb-2\.2 {
  margin-bottom: 0.55rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-2\.6 {
  margin-bottom: 0.65rem;
}

.mb-2\.7 {
  margin-bottom: 0.675rem;
}

.mb-2\.8 {
  margin-bottom: 0.7rem;
}

.mb-3\.4 {
  margin-bottom: 0.85rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-3\.6 {
  margin-bottom: 0.9rem;
}

.mb-4\.5 {
  margin-bottom: 1.125rem;
}

.mb-4\.8 {
  margin-bottom: 1.2rem;
}

.mb-5\.3 {
  margin-bottom: 1.3rem;
}

.mb-5\.4 {
  margin-bottom: 1.35rem;
}

.mb-5\.5 {
  margin-bottom: 1.375rem;
}

.mb-5\.6 {
  margin-bottom: 1.4rem;
}

.mb-6\.5 {
  margin-bottom: 1.625rem;
}

.mb-70\/100 {
  margin-bottom: 70%;
}

.mb-31\/100 {
  margin-bottom: 31%;
}

.mb-15\/100 {
  margin-bottom: 15%;
}

.mb-1\/100 {
  margin-bottom: 1%;
}

.mb-1\/10 {
  margin-bottom: 10%;
}

.mb-1\/2 {
  margin-bottom: 50%;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-13 {
  margin-bottom: -3.25rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-19 {
  margin-bottom: -4.75rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mb-25 {
  margin-bottom: -6.25rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-mb-30 {
  margin-bottom: -7.5rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-34 {
  margin-bottom: -8.5rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-42 {
  margin-bottom: -10.5rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-46 {
  margin-bottom: -11.5rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-50 {
  margin-bottom: -12.5rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-54 {
  margin-bottom: -13.5rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-68 {
  margin-bottom: -17rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-75 {
  margin-bottom: -18.75rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-85 {
  margin-bottom: -22rem;
}

.-mb-90 {
  margin-bottom: -22.5rem;
}

.-mb-92 {
  margin-bottom: -23rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-mb-100 {
  margin-bottom: -25rem;
}

.-mb-116 {
  margin-bottom: -29rem;
}

.-mb-120 {
  margin-bottom: -30rem;
}

.-mb-125 {
  margin-bottom: -31.25rem;
}

.-mb-135 {
  margin-bottom: -33.75rem;
}

.-mb-160 {
  margin-bottom: -40rem;
}

.-mb-180 {
  margin-bottom: -45rem;
}

.-mb-240 {
  margin-bottom: -60rem;
}

.-mb-285 {
  margin-bottom: -71.25rem;
}

.-mb-330 {
  margin-bottom: -82.5rem;
}

.-mb-unset {
  margin-bottom: unset;
}

.-mb-px {
  margin-bottom: -1px;
}

.-mb-0\.4 {
  margin-bottom: -0.1rem;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-mb-0\.6 {
  margin-bottom: -0.15rem;
}

.-mb-0\.75 {
  margin-bottom: -0.2rem;
}

.-mb-1\.2 {
  margin-bottom: -0.3rem;
}

.-mb-1\.25 {
  margin-bottom: -0.3125rem;
}

.-mb-1\.4 {
  margin-bottom: -0.35rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-mb-1\.6 {
  margin-bottom: -0.4rem;
}

.-mb-1\.75 {
  margin-bottom: -0.4375rem;
}

.-mb-1\.8 {
  margin-bottom: -0.45rem;
}

.-mb-2\.2 {
  margin-bottom: -0.55rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-mb-2\.6 {
  margin-bottom: -0.65rem;
}

.-mb-2\.7 {
  margin-bottom: -0.675rem;
}

.-mb-2\.8 {
  margin-bottom: -0.7rem;
}

.-mb-3\.4 {
  margin-bottom: -0.85rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.-mb-3\.6 {
  margin-bottom: -0.9rem;
}

.-mb-4\.5 {
  margin-bottom: -1.125rem;
}

.-mb-4\.8 {
  margin-bottom: -1.2rem;
}

.-mb-5\.3 {
  margin-bottom: -1.3rem;
}

.-mb-5\.4 {
  margin-bottom: -1.35rem;
}

.-mb-5\.5 {
  margin-bottom: -1.375rem;
}

.-mb-5\.6 {
  margin-bottom: -1.4rem;
}

.-mb-6\.5 {
  margin-bottom: -1.625rem;
}

.-mb-70\/100 {
  margin-bottom: -70%;
}

.-mb-31\/100 {
  margin-bottom: -31%;
}

.-mb-15\/100 {
  margin-bottom: -15%;
}

.-mb-1\/100 {
  margin-bottom: -1%;
}

.-mb-1\/10 {
  margin-bottom: -10%;
}

.-mb-1\/2 {
  margin-bottom: -50%;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-25 {
  margin-left: 6.25rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-34 {
  margin-left: 8.5rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-42 {
  margin-left: 10.5rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-46 {
  margin-left: 11.5rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-50 {
  margin-left: 12.5rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-54 {
  margin-left: 13.5rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-68 {
  margin-left: 17rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-75 {
  margin-left: 18.75rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-85 {
  margin-left: 22rem;
}

.ml-90 {
  margin-left: 22.5rem;
}

.ml-92 {
  margin-left: 23rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-100 {
  margin-left: 25rem;
}

.ml-116 {
  margin-left: 29rem;
}

.ml-120 {
  margin-left: 30rem;
}

.ml-125 {
  margin-left: 31.25rem;
}

.ml-135 {
  margin-left: 33.75rem;
}

.ml-160 {
  margin-left: 40rem;
}

.ml-180 {
  margin-left: 45rem;
}

.ml-240 {
  margin-left: 60rem;
}

.ml-285 {
  margin-left: 71.25rem;
}

.ml-330 {
  margin-left: 82.5rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-unset {
  margin-left: unset;
}

.ml-px {
  margin-left: 1px;
}

.ml-0\.4 {
  margin-left: 0.1rem;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-0\.6 {
  margin-left: 0.15rem;
}

.ml-0\.75 {
  margin-left: 0.2rem;
}

.ml-1\.2 {
  margin-left: 0.3rem;
}

.ml-1\.25 {
  margin-left: 0.3125rem;
}

.ml-1\.4 {
  margin-left: 0.35rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-1\.6 {
  margin-left: 0.4rem;
}

.ml-1\.75 {
  margin-left: 0.4375rem;
}

.ml-1\.8 {
  margin-left: 0.45rem;
}

.ml-2\.2 {
  margin-left: 0.55rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-2\.6 {
  margin-left: 0.65rem;
}

.ml-2\.7 {
  margin-left: 0.675rem;
}

.ml-2\.8 {
  margin-left: 0.7rem;
}

.ml-3\.4 {
  margin-left: 0.85rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-3\.6 {
  margin-left: 0.9rem;
}

.ml-4\.5 {
  margin-left: 1.125rem;
}

.ml-4\.8 {
  margin-left: 1.2rem;
}

.ml-5\.3 {
  margin-left: 1.3rem;
}

.ml-5\.4 {
  margin-left: 1.35rem;
}

.ml-5\.5 {
  margin-left: 1.375rem;
}

.ml-5\.6 {
  margin-left: 1.4rem;
}

.ml-6\.5 {
  margin-left: 1.625rem;
}

.ml-70\/100 {
  margin-left: 70%;
}

.ml-31\/100 {
  margin-left: 31%;
}

.ml-15\/100 {
  margin-left: 15%;
}

.ml-1\/100 {
  margin-left: 1%;
}

.ml-1\/10 {
  margin-left: 10%;
}

.ml-1\/2 {
  margin-left: 50%;
}

.-ml-0 {
  margin-left: 0px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-13 {
  margin-left: -3.25rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-19 {
  margin-left: -4.75rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-25 {
  margin-left: -6.25rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-30 {
  margin-left: -7.5rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-34 {
  margin-left: -8.5rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-42 {
  margin-left: -10.5rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-46 {
  margin-left: -11.5rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-50 {
  margin-left: -12.5rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-54 {
  margin-left: -13.5rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-68 {
  margin-left: -17rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-75 {
  margin-left: -18.75rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-85 {
  margin-left: -22rem;
}

.-ml-90 {
  margin-left: -22.5rem;
}

.-ml-92 {
  margin-left: -23rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-100 {
  margin-left: -25rem;
}

.-ml-116 {
  margin-left: -29rem;
}

.-ml-120 {
  margin-left: -30rem;
}

.-ml-125 {
  margin-left: -31.25rem;
}

.-ml-135 {
  margin-left: -33.75rem;
}

.-ml-160 {
  margin-left: -40rem;
}

.-ml-180 {
  margin-left: -45rem;
}

.-ml-240 {
  margin-left: -60rem;
}

.-ml-285 {
  margin-left: -71.25rem;
}

.-ml-330 {
  margin-left: -82.5rem;
}

.-ml-unset {
  margin-left: unset;
}

.-ml-px {
  margin-left: -1px;
}

.-ml-0\.4 {
  margin-left: -0.1rem;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-0\.6 {
  margin-left: -0.15rem;
}

.-ml-0\.75 {
  margin-left: -0.2rem;
}

.-ml-1\.2 {
  margin-left: -0.3rem;
}

.-ml-1\.25 {
  margin-left: -0.3125rem;
}

.-ml-1\.4 {
  margin-left: -0.35rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-1\.6 {
  margin-left: -0.4rem;
}

.-ml-1\.75 {
  margin-left: -0.4375rem;
}

.-ml-1\.8 {
  margin-left: -0.45rem;
}

.-ml-2\.2 {
  margin-left: -0.55rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-2\.6 {
  margin-left: -0.65rem;
}

.-ml-2\.7 {
  margin-left: -0.675rem;
}

.-ml-2\.8 {
  margin-left: -0.7rem;
}

.-ml-3\.4 {
  margin-left: -0.85rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.-ml-3\.6 {
  margin-left: -0.9rem;
}

.-ml-4\.5 {
  margin-left: -1.125rem;
}

.-ml-4\.8 {
  margin-left: -1.2rem;
}

.-ml-5\.3 {
  margin-left: -1.3rem;
}

.-ml-5\.4 {
  margin-left: -1.35rem;
}

.-ml-5\.5 {
  margin-left: -1.375rem;
}

.-ml-5\.6 {
  margin-left: -1.4rem;
}

.-ml-6\.5 {
  margin-left: -1.625rem;
}

.-ml-70\/100 {
  margin-left: -70%;
}

.-ml-31\/100 {
  margin-left: -31%;
}

.-ml-15\/100 {
  margin-left: -15%;
}

.-ml-1\/100 {
  margin-left: -1%;
}

.-ml-1\/10 {
  margin-left: -10%;
}

.-ml-1\/2 {
  margin-left: -50%;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-13 {
  height: 3.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-19 {
  height: 4.75rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-25 {
  height: 6.25rem;
}

.h-28 {
  height: 7rem;
}

.h-30 {
  height: 7.5rem;
}

.h-32 {
  height: 8rem;
}

.h-34 {
  height: 8.5rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-42 {
  height: 10.5rem;
}

.h-44 {
  height: 11rem;
}

.h-46 {
  height: 11.5rem;
}

.h-48 {
  height: 12rem;
}

.h-50 {
  height: 12.5rem;
}

.h-52 {
  height: 13rem;
}

.h-54 {
  height: 13.5rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-68 {
  height: 17rem;
}

.h-72 {
  height: 18rem;
}

.h-75 {
  height: 18.75rem;
}

.h-80 {
  height: 20rem;
}

.h-85 {
  height: 22rem;
}

.h-90 {
  height: 22.5rem;
}

.h-92 {
  height: 23rem;
}

.h-96 {
  height: 24rem;
}

.h-100 {
  height: 25rem;
}

.h-116 {
  height: 29rem;
}

.h-120 {
  height: 30rem;
}

.h-125 {
  height: 31.25rem;
}

.h-135 {
  height: 33.75rem;
}

.h-160 {
  height: 40rem;
}

.h-180 {
  height: 45rem;
}

.h-240 {
  height: 60rem;
}

.h-285 {
  height: 71.25rem;
}

.h-330 {
  height: 82.5rem;
}

.h-auto {
  height: auto;
}

.h-unset {
  height: unset;
}

.h-px {
  height: 1px;
}

.h-0\.4 {
  height: 0.1rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0\.6 {
  height: 0.15rem;
}

.h-0\.75 {
  height: 0.2rem;
}

.h-1\.2 {
  height: 0.3rem;
}

.h-1\.25 {
  height: 0.3125rem;
}

.h-1\.4 {
  height: 0.35rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-1\.6 {
  height: 0.4rem;
}

.h-1\.75 {
  height: 0.4375rem;
}

.h-1\.8 {
  height: 0.45rem;
}

.h-2\.2 {
  height: 0.55rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2\.6 {
  height: 0.65rem;
}

.h-2\.7 {
  height: 0.675rem;
}

.h-2\.8 {
  height: 0.7rem;
}

.h-3\.4 {
  height: 0.85rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3\.6 {
  height: 0.9rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-4\.8 {
  height: 1.2rem;
}

.h-5\.3 {
  height: 1.3rem;
}

.h-5\.4 {
  height: 1.35rem;
}

.h-5\.5 {
  height: 1.375rem;
}

.h-5\.6 {
  height: 1.4rem;
}

.h-6\.5 {
  height: 1.625rem;
}

.h-70\/100 {
  height: 70%;
}

.h-31\/100 {
  height: 31%;
}

.h-15\/100 {
  height: 15%;
}

.h-1\/100 {
  height: 1%;
}

.h-1\/10 {
  height: 10%;
}

.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;
}

.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-13 {
  max-height: 3.25rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-19 {
  max-height: 4.75rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-25 {
  max-height: 6.25rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-30 {
  max-height: 7.5rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-34 {
  max-height: 8.5rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-42 {
  max-height: 10.5rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-46 {
  max-height: 11.5rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-50 {
  max-height: 12.5rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-54 {
  max-height: 13.5rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-68 {
  max-height: 17rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-75 {
  max-height: 18.75rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-85 {
  max-height: 22rem;
}

.max-h-90 {
  max-height: 22.5rem;
}

.max-h-92 {
  max-height: 23rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-100 {
  max-height: 25rem;
}

.max-h-116 {
  max-height: 29rem;
}

.max-h-120 {
  max-height: 30rem;
}

.max-h-125 {
  max-height: 31.25rem;
}

.max-h-135 {
  max-height: 33.75rem;
}

.max-h-160 {
  max-height: 40rem;
}

.max-h-180 {
  max-height: 45rem;
}

.max-h-240 {
  max-height: 60rem;
}

.max-h-285 {
  max-height: 71.25rem;
}

.max-h-330 {
  max-height: 82.5rem;
}

.max-h-unset {
  max-height: unset;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.4 {
  max-height: 0.1rem;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-0\.6 {
  max-height: 0.15rem;
}

.max-h-0\.75 {
  max-height: 0.2rem;
}

.max-h-1\.2 {
  max-height: 0.3rem;
}

.max-h-1\.25 {
  max-height: 0.3125rem;
}

.max-h-1\.4 {
  max-height: 0.35rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-1\.6 {
  max-height: 0.4rem;
}

.max-h-1\.75 {
  max-height: 0.4375rem;
}

.max-h-1\.8 {
  max-height: 0.45rem;
}

.max-h-2\.2 {
  max-height: 0.55rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-2\.6 {
  max-height: 0.65rem;
}

.max-h-2\.7 {
  max-height: 0.675rem;
}

.max-h-2\.8 {
  max-height: 0.7rem;
}

.max-h-3\.4 {
  max-height: 0.85rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-3\.6 {
  max-height: 0.9rem;
}

.max-h-4\.5 {
  max-height: 1.125rem;
}

.max-h-4\.8 {
  max-height: 1.2rem;
}

.max-h-5\.3 {
  max-height: 1.3rem;
}

.max-h-5\.4 {
  max-height: 1.35rem;
}

.max-h-5\.5 {
  max-height: 1.375rem;
}

.max-h-5\.6 {
  max-height: 1.4rem;
}

.max-h-6\.5 {
  max-height: 1.625rem;
}

.max-h-70\/100 {
  max-height: 70%;
}

.max-h-31\/100 {
  max-height: 31%;
}

.max-h-15\/100 {
  max-height: 15%;
}

.max-h-1\/100 {
  max-height: 1%;
}

.max-h-1\/10 {
  max-height: 10%;
}

.max-h-1\/2 {
  max-height: 50%;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.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-13 {
  width: 3.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-19 {
  width: 4.75rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 6.25rem;
}

.w-28 {
  width: 7rem;
}

.w-30 {
  width: 7.5rem;
}

.w-32 {
  width: 8rem;
}

.w-34 {
  width: 8.5rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-42 {
  width: 10.5rem;
}

.w-44 {
  width: 11rem;
}

.w-46 {
  width: 11.5rem;
}

.w-48 {
  width: 12rem;
}

.w-50 {
  width: 12.5rem;
}

.w-52 {
  width: 13rem;
}

.w-54 {
  width: 13.5rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-68 {
  width: 17rem;
}

.w-72 {
  width: 18rem;
}

.w-75 {
  width: 18.75rem;
}

.w-80 {
  width: 20rem;
}

.w-85 {
  width: 22rem;
}

.w-90 {
  width: 22.5rem;
}

.w-92 {
  width: 23rem;
}

.w-96 {
  width: 24rem;
}

.w-100 {
  width: 25rem;
}

.w-116 {
  width: 29rem;
}

.w-120 {
  width: 30rem;
}

.w-125 {
  width: 31.25rem;
}

.w-135 {
  width: 33.75rem;
}

.w-160 {
  width: 40rem;
}

.w-180 {
  width: 45rem;
}

.w-240 {
  width: 60rem;
}

.w-285 {
  width: 71.25rem;
}

.w-330 {
  width: 82.5rem;
}

.w-auto {
  width: auto;
}

.w-unset {
  width: unset;
}

.w-px {
  width: 1px;
}

.w-0\.4 {
  width: 0.1rem;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-0\.6 {
  width: 0.15rem;
}

.w-0\.75 {
  width: 0.2rem;
}

.w-1\.2 {
  width: 0.3rem;
}

.w-1\.25 {
  width: 0.3125rem;
}

.w-1\.4 {
  width: 0.35rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1\.6 {
  width: 0.4rem;
}

.w-1\.75 {
  width: 0.4375rem;
}

.w-1\.8 {
  width: 0.45rem;
}

.w-2\.2 {
  width: 0.55rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\.6 {
  width: 0.65rem;
}

.w-2\.7 {
  width: 0.675rem;
}

.w-2\.8 {
  width: 0.7rem;
}

.w-3\.4 {
  width: 0.85rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\.6 {
  width: 0.9rem;
}

.w-4\.5 {
  width: 1.125rem;
}

.w-4\.8 {
  width: 1.2rem;
}

.w-5\.3 {
  width: 1.3rem;
}

.w-5\.4 {
  width: 1.35rem;
}

.w-5\.5 {
  width: 1.375rem;
}

.w-5\.6 {
  width: 1.4rem;
}

.w-6\.5 {
  width: 1.625rem;
}

.w-70\/100 {
  width: 70%;
}

.w-31\/100 {
  width: 31%;
}

.w-15\/100 {
  width: 15%;
}

.w-1\/100 {
  width: 1%;
}

.w-1\/10 {
  width: 10%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 576px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 992px;
}

.max-w-screen-xl {
  max-width: 1200px;
}

.max-w-screen-2xl {
  max-width: 1400px;
}

.flex-0 {
  flex: 0 0 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-1-0 {
  flex: 1 0 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-13 {
  --tw-translate-x: 3.25rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-19 {
  --tw-translate-x: 4.75rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-25 {
  --tw-translate-x: 6.25rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-30 {
  --tw-translate-x: 7.5rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-34 {
  --tw-translate-x: 8.5rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-42 {
  --tw-translate-x: 10.5rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-46 {
  --tw-translate-x: 11.5rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-50 {
  --tw-translate-x: 12.5rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-54 {
  --tw-translate-x: 13.5rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-68 {
  --tw-translate-x: 17rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-75 {
  --tw-translate-x: 18.75rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-85 {
  --tw-translate-x: 22rem;
}

.translate-x-90 {
  --tw-translate-x: 22.5rem;
}

.translate-x-92 {
  --tw-translate-x: 23rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-100 {
  --tw-translate-x: 25rem;
}

.translate-x-116 {
  --tw-translate-x: 29rem;
}

.translate-x-120 {
  --tw-translate-x: 30rem;
}

.translate-x-125 {
  --tw-translate-x: 31.25rem;
}

.translate-x-135 {
  --tw-translate-x: 33.75rem;
}

.translate-x-160 {
  --tw-translate-x: 40rem;
}

.translate-x-180 {
  --tw-translate-x: 45rem;
}

.translate-x-240 {
  --tw-translate-x: 60rem;
}

.translate-x-285 {
  --tw-translate-x: 71.25rem;
}

.translate-x-330 {
  --tw-translate-x: 82.5rem;
}

.translate-x-unset {
  --tw-translate-x: unset;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.4 {
  --tw-translate-x: 0.1rem;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.translate-x-0\.6 {
  --tw-translate-x: 0.15rem;
}

.translate-x-0\.75 {
  --tw-translate-x: 0.2rem;
}

.translate-x-1\.2 {
  --tw-translate-x: 0.3rem;
}

.translate-x-1\.25 {
  --tw-translate-x: 0.3125rem;
}

.translate-x-1\.4 {
  --tw-translate-x: 0.35rem;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.translate-x-1\.6 {
  --tw-translate-x: 0.4rem;
}

.translate-x-1\.75 {
  --tw-translate-x: 0.4375rem;
}

.translate-x-1\.8 {
  --tw-translate-x: 0.45rem;
}

.translate-x-2\.2 {
  --tw-translate-x: 0.55rem;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.translate-x-2\.6 {
  --tw-translate-x: 0.65rem;
}

.translate-x-2\.7 {
  --tw-translate-x: 0.675rem;
}

.translate-x-2\.8 {
  --tw-translate-x: 0.7rem;
}

.translate-x-3\.4 {
  --tw-translate-x: 0.85rem;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.translate-x-3\.6 {
  --tw-translate-x: 0.9rem;
}

.translate-x-4\.5 {
  --tw-translate-x: 1.125rem;
}

.translate-x-4\.8 {
  --tw-translate-x: 1.2rem;
}

.translate-x-5\.3 {
  --tw-translate-x: 1.3rem;
}

.translate-x-5\.4 {
  --tw-translate-x: 1.35rem;
}

.translate-x-5\.5 {
  --tw-translate-x: 1.375rem;
}

.translate-x-5\.6 {
  --tw-translate-x: 1.4rem;
}

.translate-x-6\.5 {
  --tw-translate-x: 1.625rem;
}

.translate-x-70\/100 {
  --tw-translate-x: 70%;
}

.translate-x-31\/100 {
  --tw-translate-x: 31%;
}

.translate-x-15\/100 {
  --tw-translate-x: 15%;
}

.translate-x-1\/100 {
  --tw-translate-x: 1%;
}

.translate-x-1\/10 {
  --tw-translate-x: 10%;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.-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-13 {
  --tw-translate-x: -3.25rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-19 {
  --tw-translate-x: -4.75rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-25 {
  --tw-translate-x: -6.25rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-30 {
  --tw-translate-x: -7.5rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-34 {
  --tw-translate-x: -8.5rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-42 {
  --tw-translate-x: -10.5rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-46 {
  --tw-translate-x: -11.5rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-50 {
  --tw-translate-x: -12.5rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-54 {
  --tw-translate-x: -13.5rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-68 {
  --tw-translate-x: -17rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-75 {
  --tw-translate-x: -18.75rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-85 {
  --tw-translate-x: -22rem;
}

.-translate-x-90 {
  --tw-translate-x: -22.5rem;
}

.-translate-x-92 {
  --tw-translate-x: -23rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-100 {
  --tw-translate-x: -25rem;
}

.-translate-x-116 {
  --tw-translate-x: -29rem;
}

.-translate-x-120 {
  --tw-translate-x: -30rem;
}

.-translate-x-125 {
  --tw-translate-x: -31.25rem;
}

.-translate-x-135 {
  --tw-translate-x: -33.75rem;
}

.-translate-x-160 {
  --tw-translate-x: -40rem;
}

.-translate-x-180 {
  --tw-translate-x: -45rem;
}

.-translate-x-240 {
  --tw-translate-x: -60rem;
}

.-translate-x-285 {
  --tw-translate-x: -71.25rem;
}

.-translate-x-330 {
  --tw-translate-x: -82.5rem;
}

.-translate-x-unset {
  --tw-translate-x: unset;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.4 {
  --tw-translate-x: -0.1rem;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.-translate-x-0\.6 {
  --tw-translate-x: -0.15rem;
}

.-translate-x-0\.75 {
  --tw-translate-x: -0.2rem;
}

.-translate-x-1\.2 {
  --tw-translate-x: -0.3rem;
}

.-translate-x-1\.25 {
  --tw-translate-x: -0.3125rem;
}

.-translate-x-1\.4 {
  --tw-translate-x: -0.35rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.-translate-x-1\.6 {
  --tw-translate-x: -0.4rem;
}

.-translate-x-1\.75 {
  --tw-translate-x: -0.4375rem;
}

.-translate-x-1\.8 {
  --tw-translate-x: -0.45rem;
}

.-translate-x-2\.2 {
  --tw-translate-x: -0.55rem;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.-translate-x-2\.6 {
  --tw-translate-x: -0.65rem;
}

.-translate-x-2\.7 {
  --tw-translate-x: -0.675rem;
}

.-translate-x-2\.8 {
  --tw-translate-x: -0.7rem;
}

.-translate-x-3\.4 {
  --tw-translate-x: -0.85rem;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.-translate-x-3\.6 {
  --tw-translate-x: -0.9rem;
}

.-translate-x-4\.5 {
  --tw-translate-x: -1.125rem;
}

.-translate-x-4\.8 {
  --tw-translate-x: -1.2rem;
}

.-translate-x-5\.3 {
  --tw-translate-x: -1.3rem;
}

.-translate-x-5\.4 {
  --tw-translate-x: -1.35rem;
}

.-translate-x-5\.5 {
  --tw-translate-x: -1.375rem;
}

.-translate-x-5\.6 {
  --tw-translate-x: -1.4rem;
}

.-translate-x-6\.5 {
  --tw-translate-x: -1.625rem;
}

.-translate-x-70\/100 {
  --tw-translate-x: -70%;
}

.-translate-x-31\/100 {
  --tw-translate-x: -31%;
}

.-translate-x-15\/100 {
  --tw-translate-x: -15%;
}

.-translate-x-1\/100 {
  --tw-translate-x: -1%;
}

.-translate-x-1\/10 {
  --tw-translate-x: -10%;
}

.-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\/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-13 {
  --tw-translate-y: 3.25rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-19 {
  --tw-translate-y: 4.75rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-25 {
  --tw-translate-y: 6.25rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-30 {
  --tw-translate-y: 7.5rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-34 {
  --tw-translate-y: 8.5rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-42 {
  --tw-translate-y: 10.5rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-46 {
  --tw-translate-y: 11.5rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-50 {
  --tw-translate-y: 12.5rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-54 {
  --tw-translate-y: 13.5rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-68 {
  --tw-translate-y: 17rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-75 {
  --tw-translate-y: 18.75rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-85 {
  --tw-translate-y: 22rem;
}

.translate-y-90 {
  --tw-translate-y: 22.5rem;
}

.translate-y-92 {
  --tw-translate-y: 23rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-100 {
  --tw-translate-y: 25rem;
}

.translate-y-116 {
  --tw-translate-y: 29rem;
}

.translate-y-120 {
  --tw-translate-y: 30rem;
}

.translate-y-125 {
  --tw-translate-y: 31.25rem;
}

.translate-y-135 {
  --tw-translate-y: 33.75rem;
}

.translate-y-160 {
  --tw-translate-y: 40rem;
}

.translate-y-180 {
  --tw-translate-y: 45rem;
}

.translate-y-240 {
  --tw-translate-y: 60rem;
}

.translate-y-285 {
  --tw-translate-y: 71.25rem;
}

.translate-y-330 {
  --tw-translate-y: 82.5rem;
}

.translate-y-unset {
  --tw-translate-y: unset;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.4 {
  --tw-translate-y: 0.1rem;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.translate-y-0\.6 {
  --tw-translate-y: 0.15rem;
}

.translate-y-0\.75 {
  --tw-translate-y: 0.2rem;
}

.translate-y-1\.2 {
  --tw-translate-y: 0.3rem;
}

.translate-y-1\.25 {
  --tw-translate-y: 0.3125rem;
}

.translate-y-1\.4 {
  --tw-translate-y: 0.35rem;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.translate-y-1\.6 {
  --tw-translate-y: 0.4rem;
}

.translate-y-1\.75 {
  --tw-translate-y: 0.4375rem;
}

.translate-y-1\.8 {
  --tw-translate-y: 0.45rem;
}

.translate-y-2\.2 {
  --tw-translate-y: 0.55rem;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.translate-y-2\.6 {
  --tw-translate-y: 0.65rem;
}

.translate-y-2\.7 {
  --tw-translate-y: 0.675rem;
}

.translate-y-2\.8 {
  --tw-translate-y: 0.7rem;
}

.translate-y-3\.4 {
  --tw-translate-y: 0.85rem;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.translate-y-3\.6 {
  --tw-translate-y: 0.9rem;
}

.translate-y-4\.5 {
  --tw-translate-y: 1.125rem;
}

.translate-y-4\.8 {
  --tw-translate-y: 1.2rem;
}

.translate-y-5\.3 {
  --tw-translate-y: 1.3rem;
}

.translate-y-5\.4 {
  --tw-translate-y: 1.35rem;
}

.translate-y-5\.5 {
  --tw-translate-y: 1.375rem;
}

.translate-y-5\.6 {
  --tw-translate-y: 1.4rem;
}

.translate-y-6\.5 {
  --tw-translate-y: 1.625rem;
}

.translate-y-70\/100 {
  --tw-translate-y: 70%;
}

.translate-y-31\/100 {
  --tw-translate-y: 31%;
}

.translate-y-15\/100 {
  --tw-translate-y: 15%;
}

.translate-y-1\/100 {
  --tw-translate-y: 1%;
}

.translate-y-1\/10 {
  --tw-translate-y: 10%;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.-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-13 {
  --tw-translate-y: -3.25rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-19 {
  --tw-translate-y: -4.75rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-25 {
  --tw-translate-y: -6.25rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-30 {
  --tw-translate-y: -7.5rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-34 {
  --tw-translate-y: -8.5rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-42 {
  --tw-translate-y: -10.5rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-46 {
  --tw-translate-y: -11.5rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-50 {
  --tw-translate-y: -12.5rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-54 {
  --tw-translate-y: -13.5rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-68 {
  --tw-translate-y: -17rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-75 {
  --tw-translate-y: -18.75rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-85 {
  --tw-translate-y: -22rem;
}

.-translate-y-90 {
  --tw-translate-y: -22.5rem;
}

.-translate-y-92 {
  --tw-translate-y: -23rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-100 {
  --tw-translate-y: -25rem;
}

.-translate-y-116 {
  --tw-translate-y: -29rem;
}

.-translate-y-120 {
  --tw-translate-y: -30rem;
}

.-translate-y-125 {
  --tw-translate-y: -31.25rem;
}

.-translate-y-135 {
  --tw-translate-y: -33.75rem;
}

.-translate-y-160 {
  --tw-translate-y: -40rem;
}

.-translate-y-180 {
  --tw-translate-y: -45rem;
}

.-translate-y-240 {
  --tw-translate-y: -60rem;
}

.-translate-y-285 {
  --tw-translate-y: -71.25rem;
}

.-translate-y-330 {
  --tw-translate-y: -82.5rem;
}

.-translate-y-unset {
  --tw-translate-y: unset;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.4 {
  --tw-translate-y: -0.1rem;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.-translate-y-0\.6 {
  --tw-translate-y: -0.15rem;
}

.-translate-y-0\.75 {
  --tw-translate-y: -0.2rem;
}

.-translate-y-1\.2 {
  --tw-translate-y: -0.3rem;
}

.-translate-y-1\.25 {
  --tw-translate-y: -0.3125rem;
}

.-translate-y-1\.4 {
  --tw-translate-y: -0.35rem;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.-translate-y-1\.6 {
  --tw-translate-y: -0.4rem;
}

.-translate-y-1\.75 {
  --tw-translate-y: -0.4375rem;
}

.-translate-y-1\.8 {
  --tw-translate-y: -0.45rem;
}

.-translate-y-2\.2 {
  --tw-translate-y: -0.55rem;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.-translate-y-2\.6 {
  --tw-translate-y: -0.65rem;
}

.-translate-y-2\.7 {
  --tw-translate-y: -0.675rem;
}

.-translate-y-2\.8 {
  --tw-translate-y: -0.7rem;
}

.-translate-y-3\.4 {
  --tw-translate-y: -0.85rem;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.-translate-y-3\.6 {
  --tw-translate-y: -0.9rem;
}

.-translate-y-4\.5 {
  --tw-translate-y: -1.125rem;
}

.-translate-y-4\.8 {
  --tw-translate-y: -1.2rem;
}

.-translate-y-5\.3 {
  --tw-translate-y: -1.3rem;
}

.-translate-y-5\.4 {
  --tw-translate-y: -1.35rem;
}

.-translate-y-5\.5 {
  --tw-translate-y: -1.375rem;
}

.-translate-y-5\.6 {
  --tw-translate-y: -1.4rem;
}

.-translate-y-6\.5 {
  --tw-translate-y: -1.625rem;
}

.-translate-y-70\/100 {
  --tw-translate-y: -70%;
}

.-translate-y-31\/100 {
  --tw-translate-y: -31%;
}

.-translate-y-15\/100 {
  --tw-translate-y: -15%;
}

.-translate-y-1\/100 {
  --tw-translate-y: -1%;
}

.-translate-y-1\/10 {
  --tw-translate-y: -10%;
}

.-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\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-13:hover {
  --tw-translate-x: 3.25rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:translate-x-19:hover {
  --tw-translate-x: 4.75rem;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:translate-x-25:hover {
  --tw-translate-x: 6.25rem;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 7.5rem;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-34:hover {
  --tw-translate-x: 8.5rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-42:hover {
  --tw-translate-x: 10.5rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-46:hover {
  --tw-translate-x: 11.5rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:translate-x-50:hover {
  --tw-translate-x: 12.5rem;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-54:hover {
  --tw-translate-x: 13.5rem;
}

.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-68:hover {
  --tw-translate-x: 17rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-75:hover {
  --tw-translate-x: 18.75rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-85:hover {
  --tw-translate-x: 22rem;
}

.hover\:translate-x-90:hover {
  --tw-translate-x: 22.5rem;
}

.hover\:translate-x-92:hover {
  --tw-translate-x: 23rem;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:translate-x-100:hover {
  --tw-translate-x: 25rem;
}

.hover\:translate-x-116:hover {
  --tw-translate-x: 29rem;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 30rem;
}

.hover\:translate-x-125:hover {
  --tw-translate-x: 31.25rem;
}

.hover\:translate-x-135:hover {
  --tw-translate-x: 33.75rem;
}

.hover\:translate-x-160:hover {
  --tw-translate-x: 40rem;
}

.hover\:translate-x-180:hover {
  --tw-translate-x: 45rem;
}

.hover\:translate-x-240:hover {
  --tw-translate-x: 60rem;
}

.hover\:translate-x-285:hover {
  --tw-translate-x: 71.25rem;
}

.hover\:translate-x-330:hover {
  --tw-translate-x: 82.5rem;
}

.hover\:translate-x-unset:hover {
  --tw-translate-x: unset;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.4:hover {
  --tw-translate-x: 0.1rem;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-0\.6:hover {
  --tw-translate-x: 0.15rem;
}

.hover\:translate-x-0\.75:hover {
  --tw-translate-x: 0.2rem;
}

.hover\:translate-x-1\.2:hover {
  --tw-translate-x: 0.3rem;
}

.hover\:translate-x-1\.25:hover {
  --tw-translate-x: 0.3125rem;
}

.hover\:translate-x-1\.4:hover {
  --tw-translate-x: 0.35rem;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-1\.6:hover {
  --tw-translate-x: 0.4rem;
}

.hover\:translate-x-1\.75:hover {
  --tw-translate-x: 0.4375rem;
}

.hover\:translate-x-1\.8:hover {
  --tw-translate-x: 0.45rem;
}

.hover\:translate-x-2\.2:hover {
  --tw-translate-x: 0.55rem;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-2\.6:hover {
  --tw-translate-x: 0.65rem;
}

.hover\:translate-x-2\.7:hover {
  --tw-translate-x: 0.675rem;
}

.hover\:translate-x-2\.8:hover {
  --tw-translate-x: 0.7rem;
}

.hover\:translate-x-3\.4:hover {
  --tw-translate-x: 0.85rem;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:translate-x-3\.6:hover {
  --tw-translate-x: 0.9rem;
}

.hover\:translate-x-4\.5:hover {
  --tw-translate-x: 1.125rem;
}

.hover\:translate-x-4\.8:hover {
  --tw-translate-x: 1.2rem;
}

.hover\:translate-x-5\.3:hover {
  --tw-translate-x: 1.3rem;
}

.hover\:translate-x-5\.4:hover {
  --tw-translate-x: 1.35rem;
}

.hover\:translate-x-5\.5:hover {
  --tw-translate-x: 1.375rem;
}

.hover\:translate-x-5\.6:hover {
  --tw-translate-x: 1.4rem;
}

.hover\:translate-x-6\.5:hover {
  --tw-translate-x: 1.625rem;
}

.hover\:translate-x-70\/100:hover {
  --tw-translate-x: 70%;
}

.hover\:translate-x-31\/100:hover {
  --tw-translate-x: 31%;
}

.hover\:translate-x-15\/100:hover {
  --tw-translate-x: 15%;
}

.hover\:translate-x-1\/100:hover {
  --tw-translate-x: 1%;
}

.hover\:translate-x-1\/10:hover {
  --tw-translate-x: 10%;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.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-13:hover {
  --tw-translate-x: -3.25rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-19:hover {
  --tw-translate-x: -4.75rem;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-25:hover {
  --tw-translate-x: -6.25rem;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -7.5rem;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-34:hover {
  --tw-translate-x: -8.5rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-42:hover {
  --tw-translate-x: -10.5rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-46:hover {
  --tw-translate-x: -11.5rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-50:hover {
  --tw-translate-x: -12.5rem;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-54:hover {
  --tw-translate-x: -13.5rem;
}

.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-68:hover {
  --tw-translate-x: -17rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-75:hover {
  --tw-translate-x: -18.75rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-85:hover {
  --tw-translate-x: -22rem;
}

.hover\:-translate-x-90:hover {
  --tw-translate-x: -22.5rem;
}

.hover\:-translate-x-92:hover {
  --tw-translate-x: -23rem;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-100:hover {
  --tw-translate-x: -25rem;
}

.hover\:-translate-x-116:hover {
  --tw-translate-x: -29rem;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -30rem;
}

.hover\:-translate-x-125:hover {
  --tw-translate-x: -31.25rem;
}

.hover\:-translate-x-135:hover {
  --tw-translate-x: -33.75rem;
}

.hover\:-translate-x-160:hover {
  --tw-translate-x: -40rem;
}

.hover\:-translate-x-180:hover {
  --tw-translate-x: -45rem;
}

.hover\:-translate-x-240:hover {
  --tw-translate-x: -60rem;
}

.hover\:-translate-x-285:hover {
  --tw-translate-x: -71.25rem;
}

.hover\:-translate-x-330:hover {
  --tw-translate-x: -82.5rem;
}

.hover\:-translate-x-unset:hover {
  --tw-translate-x: unset;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.4:hover {
  --tw-translate-x: -0.1rem;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-0\.6:hover {
  --tw-translate-x: -0.15rem;
}

.hover\:-translate-x-0\.75:hover {
  --tw-translate-x: -0.2rem;
}

.hover\:-translate-x-1\.2:hover {
  --tw-translate-x: -0.3rem;
}

.hover\:-translate-x-1\.25:hover {
  --tw-translate-x: -0.3125rem;
}

.hover\:-translate-x-1\.4:hover {
  --tw-translate-x: -0.35rem;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-1\.6:hover {
  --tw-translate-x: -0.4rem;
}

.hover\:-translate-x-1\.75:hover {
  --tw-translate-x: -0.4375rem;
}

.hover\:-translate-x-1\.8:hover {
  --tw-translate-x: -0.45rem;
}

.hover\:-translate-x-2\.2:hover {
  --tw-translate-x: -0.55rem;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-2\.6:hover {
  --tw-translate-x: -0.65rem;
}

.hover\:-translate-x-2\.7:hover {
  --tw-translate-x: -0.675rem;
}

.hover\:-translate-x-2\.8:hover {
  --tw-translate-x: -0.7rem;
}

.hover\:-translate-x-3\.4:hover {
  --tw-translate-x: -0.85rem;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:-translate-x-3\.6:hover {
  --tw-translate-x: -0.9rem;
}

.hover\:-translate-x-4\.5:hover {
  --tw-translate-x: -1.125rem;
}

.hover\:-translate-x-4\.8:hover {
  --tw-translate-x: -1.2rem;
}

.hover\:-translate-x-5\.3:hover {
  --tw-translate-x: -1.3rem;
}

.hover\:-translate-x-5\.4:hover {
  --tw-translate-x: -1.35rem;
}

.hover\:-translate-x-5\.5:hover {
  --tw-translate-x: -1.375rem;
}

.hover\:-translate-x-5\.6:hover {
  --tw-translate-x: -1.4rem;
}

.hover\:-translate-x-6\.5:hover {
  --tw-translate-x: -1.625rem;
}

.hover\:-translate-x-70\/100:hover {
  --tw-translate-x: -70%;
}

.hover\:-translate-x-31\/100:hover {
  --tw-translate-x: -31%;
}

.hover\:-translate-x-15\/100:hover {
  --tw-translate-x: -15%;
}

.hover\:-translate-x-1\/100:hover {
  --tw-translate-x: -1%;
}

.hover\:-translate-x-1\/10:hover {
  --tw-translate-x: -10%;
}

.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\/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-13:hover {
  --tw-translate-y: 3.25rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:translate-y-19:hover {
  --tw-translate-y: 4.75rem;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:translate-y-25:hover {
  --tw-translate-y: 6.25rem;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 7.5rem;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-34:hover {
  --tw-translate-y: 8.5rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-42:hover {
  --tw-translate-y: 10.5rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-46:hover {
  --tw-translate-y: 11.5rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:translate-y-50:hover {
  --tw-translate-y: 12.5rem;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-54:hover {
  --tw-translate-y: 13.5rem;
}

.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-68:hover {
  --tw-translate-y: 17rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-75:hover {
  --tw-translate-y: 18.75rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-85:hover {
  --tw-translate-y: 22rem;
}

.hover\:translate-y-90:hover {
  --tw-translate-y: 22.5rem;
}

.hover\:translate-y-92:hover {
  --tw-translate-y: 23rem;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:translate-y-100:hover {
  --tw-translate-y: 25rem;
}

.hover\:translate-y-116:hover {
  --tw-translate-y: 29rem;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 30rem;
}

.hover\:translate-y-125:hover {
  --tw-translate-y: 31.25rem;
}

.hover\:translate-y-135:hover {
  --tw-translate-y: 33.75rem;
}

.hover\:translate-y-160:hover {
  --tw-translate-y: 40rem;
}

.hover\:translate-y-180:hover {
  --tw-translate-y: 45rem;
}

.hover\:translate-y-240:hover {
  --tw-translate-y: 60rem;
}

.hover\:translate-y-285:hover {
  --tw-translate-y: 71.25rem;
}

.hover\:translate-y-330:hover {
  --tw-translate-y: 82.5rem;
}

.hover\:translate-y-unset:hover {
  --tw-translate-y: unset;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.4:hover {
  --tw-translate-y: 0.1rem;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-0\.6:hover {
  --tw-translate-y: 0.15rem;
}

.hover\:translate-y-0\.75:hover {
  --tw-translate-y: 0.2rem;
}

.hover\:translate-y-1\.2:hover {
  --tw-translate-y: 0.3rem;
}

.hover\:translate-y-1\.25:hover {
  --tw-translate-y: 0.3125rem;
}

.hover\:translate-y-1\.4:hover {
  --tw-translate-y: 0.35rem;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-1\.6:hover {
  --tw-translate-y: 0.4rem;
}

.hover\:translate-y-1\.75:hover {
  --tw-translate-y: 0.4375rem;
}

.hover\:translate-y-1\.8:hover {
  --tw-translate-y: 0.45rem;
}

.hover\:translate-y-2\.2:hover {
  --tw-translate-y: 0.55rem;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-2\.6:hover {
  --tw-translate-y: 0.65rem;
}

.hover\:translate-y-2\.7:hover {
  --tw-translate-y: 0.675rem;
}

.hover\:translate-y-2\.8:hover {
  --tw-translate-y: 0.7rem;
}

.hover\:translate-y-3\.4:hover {
  --tw-translate-y: 0.85rem;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:translate-y-3\.6:hover {
  --tw-translate-y: 0.9rem;
}

.hover\:translate-y-4\.5:hover {
  --tw-translate-y: 1.125rem;
}

.hover\:translate-y-4\.8:hover {
  --tw-translate-y: 1.2rem;
}

.hover\:translate-y-5\.3:hover {
  --tw-translate-y: 1.3rem;
}

.hover\:translate-y-5\.4:hover {
  --tw-translate-y: 1.35rem;
}

.hover\:translate-y-5\.5:hover {
  --tw-translate-y: 1.375rem;
}

.hover\:translate-y-5\.6:hover {
  --tw-translate-y: 1.4rem;
}

.hover\:translate-y-6\.5:hover {
  --tw-translate-y: 1.625rem;
}

.hover\:translate-y-70\/100:hover {
  --tw-translate-y: 70%;
}

.hover\:translate-y-31\/100:hover {
  --tw-translate-y: 31%;
}

.hover\:translate-y-15\/100:hover {
  --tw-translate-y: 15%;
}

.hover\:translate-y-1\/100:hover {
  --tw-translate-y: 1%;
}

.hover\:translate-y-1\/10:hover {
  --tw-translate-y: 10%;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.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-13:hover {
  --tw-translate-y: -3.25rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-19:hover {
  --tw-translate-y: -4.75rem;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-25:hover {
  --tw-translate-y: -6.25rem;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -7.5rem;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-34:hover {
  --tw-translate-y: -8.5rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-42:hover {
  --tw-translate-y: -10.5rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-46:hover {
  --tw-translate-y: -11.5rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-50:hover {
  --tw-translate-y: -12.5rem;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-54:hover {
  --tw-translate-y: -13.5rem;
}

.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-68:hover {
  --tw-translate-y: -17rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-75:hover {
  --tw-translate-y: -18.75rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-85:hover {
  --tw-translate-y: -22rem;
}

.hover\:-translate-y-90:hover {
  --tw-translate-y: -22.5rem;
}

.hover\:-translate-y-92:hover {
  --tw-translate-y: -23rem;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-100:hover {
  --tw-translate-y: -25rem;
}

.hover\:-translate-y-116:hover {
  --tw-translate-y: -29rem;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -30rem;
}

.hover\:-translate-y-125:hover {
  --tw-translate-y: -31.25rem;
}

.hover\:-translate-y-135:hover {
  --tw-translate-y: -33.75rem;
}

.hover\:-translate-y-160:hover {
  --tw-translate-y: -40rem;
}

.hover\:-translate-y-180:hover {
  --tw-translate-y: -45rem;
}

.hover\:-translate-y-240:hover {
  --tw-translate-y: -60rem;
}

.hover\:-translate-y-285:hover {
  --tw-translate-y: -71.25rem;
}

.hover\:-translate-y-330:hover {
  --tw-translate-y: -82.5rem;
}

.hover\:-translate-y-unset:hover {
  --tw-translate-y: unset;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.4:hover {
  --tw-translate-y: -0.1rem;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-0\.6:hover {
  --tw-translate-y: -0.15rem;
}

.hover\:-translate-y-0\.75:hover {
  --tw-translate-y: -0.2rem;
}

.hover\:-translate-y-1\.2:hover {
  --tw-translate-y: -0.3rem;
}

.hover\:-translate-y-1\.25:hover {
  --tw-translate-y: -0.3125rem;
}

.hover\:-translate-y-1\.4:hover {
  --tw-translate-y: -0.35rem;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-1\.6:hover {
  --tw-translate-y: -0.4rem;
}

.hover\:-translate-y-1\.75:hover {
  --tw-translate-y: -0.4375rem;
}

.hover\:-translate-y-1\.8:hover {
  --tw-translate-y: -0.45rem;
}

.hover\:-translate-y-2\.2:hover {
  --tw-translate-y: -0.55rem;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-2\.6:hover {
  --tw-translate-y: -0.65rem;
}

.hover\:-translate-y-2\.7:hover {
  --tw-translate-y: -0.675rem;
}

.hover\:-translate-y-2\.8:hover {
  --tw-translate-y: -0.7rem;
}

.hover\:-translate-y-3\.4:hover {
  --tw-translate-y: -0.85rem;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:-translate-y-3\.6:hover {
  --tw-translate-y: -0.9rem;
}

.hover\:-translate-y-4\.5:hover {
  --tw-translate-y: -1.125rem;
}

.hover\:-translate-y-4\.8:hover {
  --tw-translate-y: -1.2rem;
}

.hover\:-translate-y-5\.3:hover {
  --tw-translate-y: -1.3rem;
}

.hover\:-translate-y-5\.4:hover {
  --tw-translate-y: -1.35rem;
}

.hover\:-translate-y-5\.5:hover {
  --tw-translate-y: -1.375rem;
}

.hover\:-translate-y-5\.6:hover {
  --tw-translate-y: -1.4rem;
}

.hover\:-translate-y-6\.5:hover {
  --tw-translate-y: -1.625rem;
}

.hover\:-translate-y-70\/100:hover {
  --tw-translate-y: -70%;
}

.hover\:-translate-y-31\/100:hover {
  --tw-translate-y: -31%;
}

.hover\:-translate-y-15\/100:hover {
  --tw-translate-y: -15%;
}

.hover\:-translate-y-1\/100:hover {
  --tw-translate-y: -1%;
}

.hover\:-translate-y-1\/10:hover {
  --tw-translate-y: -10%;
}

.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\/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-13:focus {
  --tw-translate-x: 3.25rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:translate-x-19:focus {
  --tw-translate-x: 4.75rem;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:translate-x-25:focus {
  --tw-translate-x: 6.25rem;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 7.5rem;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-34:focus {
  --tw-translate-x: 8.5rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-42:focus {
  --tw-translate-x: 10.5rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-46:focus {
  --tw-translate-x: 11.5rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:translate-x-50:focus {
  --tw-translate-x: 12.5rem;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-54:focus {
  --tw-translate-x: 13.5rem;
}

.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-68:focus {
  --tw-translate-x: 17rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-75:focus {
  --tw-translate-x: 18.75rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-85:focus {
  --tw-translate-x: 22rem;
}

.focus\:translate-x-90:focus {
  --tw-translate-x: 22.5rem;
}

.focus\:translate-x-92:focus {
  --tw-translate-x: 23rem;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:translate-x-100:focus {
  --tw-translate-x: 25rem;
}

.focus\:translate-x-116:focus {
  --tw-translate-x: 29rem;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 30rem;
}

.focus\:translate-x-125:focus {
  --tw-translate-x: 31.25rem;
}

.focus\:translate-x-135:focus {
  --tw-translate-x: 33.75rem;
}

.focus\:translate-x-160:focus {
  --tw-translate-x: 40rem;
}

.focus\:translate-x-180:focus {
  --tw-translate-x: 45rem;
}

.focus\:translate-x-240:focus {
  --tw-translate-x: 60rem;
}

.focus\:translate-x-285:focus {
  --tw-translate-x: 71.25rem;
}

.focus\:translate-x-330:focus {
  --tw-translate-x: 82.5rem;
}

.focus\:translate-x-unset:focus {
  --tw-translate-x: unset;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.4:focus {
  --tw-translate-x: 0.1rem;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-0\.6:focus {
  --tw-translate-x: 0.15rem;
}

.focus\:translate-x-0\.75:focus {
  --tw-translate-x: 0.2rem;
}

.focus\:translate-x-1\.2:focus {
  --tw-translate-x: 0.3rem;
}

.focus\:translate-x-1\.25:focus {
  --tw-translate-x: 0.3125rem;
}

.focus\:translate-x-1\.4:focus {
  --tw-translate-x: 0.35rem;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-1\.6:focus {
  --tw-translate-x: 0.4rem;
}

.focus\:translate-x-1\.75:focus {
  --tw-translate-x: 0.4375rem;
}

.focus\:translate-x-1\.8:focus {
  --tw-translate-x: 0.45rem;
}

.focus\:translate-x-2\.2:focus {
  --tw-translate-x: 0.55rem;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-2\.6:focus {
  --tw-translate-x: 0.65rem;
}

.focus\:translate-x-2\.7:focus {
  --tw-translate-x: 0.675rem;
}

.focus\:translate-x-2\.8:focus {
  --tw-translate-x: 0.7rem;
}

.focus\:translate-x-3\.4:focus {
  --tw-translate-x: 0.85rem;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:translate-x-3\.6:focus {
  --tw-translate-x: 0.9rem;
}

.focus\:translate-x-4\.5:focus {
  --tw-translate-x: 1.125rem;
}

.focus\:translate-x-4\.8:focus {
  --tw-translate-x: 1.2rem;
}

.focus\:translate-x-5\.3:focus {
  --tw-translate-x: 1.3rem;
}

.focus\:translate-x-5\.4:focus {
  --tw-translate-x: 1.35rem;
}

.focus\:translate-x-5\.5:focus {
  --tw-translate-x: 1.375rem;
}

.focus\:translate-x-5\.6:focus {
  --tw-translate-x: 1.4rem;
}

.focus\:translate-x-6\.5:focus {
  --tw-translate-x: 1.625rem;
}

.focus\:translate-x-70\/100:focus {
  --tw-translate-x: 70%;
}

.focus\:translate-x-31\/100:focus {
  --tw-translate-x: 31%;
}

.focus\:translate-x-15\/100:focus {
  --tw-translate-x: 15%;
}

.focus\:translate-x-1\/100:focus {
  --tw-translate-x: 1%;
}

.focus\:translate-x-1\/10:focus {
  --tw-translate-x: 10%;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.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-13:focus {
  --tw-translate-x: -3.25rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-19:focus {
  --tw-translate-x: -4.75rem;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-25:focus {
  --tw-translate-x: -6.25rem;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -7.5rem;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-34:focus {
  --tw-translate-x: -8.5rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-42:focus {
  --tw-translate-x: -10.5rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-46:focus {
  --tw-translate-x: -11.5rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-50:focus {
  --tw-translate-x: -12.5rem;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-54:focus {
  --tw-translate-x: -13.5rem;
}

.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-68:focus {
  --tw-translate-x: -17rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-75:focus {
  --tw-translate-x: -18.75rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-85:focus {
  --tw-translate-x: -22rem;
}

.focus\:-translate-x-90:focus {
  --tw-translate-x: -22.5rem;
}

.focus\:-translate-x-92:focus {
  --tw-translate-x: -23rem;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-100:focus {
  --tw-translate-x: -25rem;
}

.focus\:-translate-x-116:focus {
  --tw-translate-x: -29rem;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -30rem;
}

.focus\:-translate-x-125:focus {
  --tw-translate-x: -31.25rem;
}

.focus\:-translate-x-135:focus {
  --tw-translate-x: -33.75rem;
}

.focus\:-translate-x-160:focus {
  --tw-translate-x: -40rem;
}

.focus\:-translate-x-180:focus {
  --tw-translate-x: -45rem;
}

.focus\:-translate-x-240:focus {
  --tw-translate-x: -60rem;
}

.focus\:-translate-x-285:focus {
  --tw-translate-x: -71.25rem;
}

.focus\:-translate-x-330:focus {
  --tw-translate-x: -82.5rem;
}

.focus\:-translate-x-unset:focus {
  --tw-translate-x: unset;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.4:focus {
  --tw-translate-x: -0.1rem;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-0\.6:focus {
  --tw-translate-x: -0.15rem;
}

.focus\:-translate-x-0\.75:focus {
  --tw-translate-x: -0.2rem;
}

.focus\:-translate-x-1\.2:focus {
  --tw-translate-x: -0.3rem;
}

.focus\:-translate-x-1\.25:focus {
  --tw-translate-x: -0.3125rem;
}

.focus\:-translate-x-1\.4:focus {
  --tw-translate-x: -0.35rem;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-1\.6:focus {
  --tw-translate-x: -0.4rem;
}

.focus\:-translate-x-1\.75:focus {
  --tw-translate-x: -0.4375rem;
}

.focus\:-translate-x-1\.8:focus {
  --tw-translate-x: -0.45rem;
}

.focus\:-translate-x-2\.2:focus {
  --tw-translate-x: -0.55rem;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-2\.6:focus {
  --tw-translate-x: -0.65rem;
}

.focus\:-translate-x-2\.7:focus {
  --tw-translate-x: -0.675rem;
}

.focus\:-translate-x-2\.8:focus {
  --tw-translate-x: -0.7rem;
}

.focus\:-translate-x-3\.4:focus {
  --tw-translate-x: -0.85rem;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:-translate-x-3\.6:focus {
  --tw-translate-x: -0.9rem;
}

.focus\:-translate-x-4\.5:focus {
  --tw-translate-x: -1.125rem;
}

.focus\:-translate-x-4\.8:focus {
  --tw-translate-x: -1.2rem;
}

.focus\:-translate-x-5\.3:focus {
  --tw-translate-x: -1.3rem;
}

.focus\:-translate-x-5\.4:focus {
  --tw-translate-x: -1.35rem;
}

.focus\:-translate-x-5\.5:focus {
  --tw-translate-x: -1.375rem;
}

.focus\:-translate-x-5\.6:focus {
  --tw-translate-x: -1.4rem;
}

.focus\:-translate-x-6\.5:focus {
  --tw-translate-x: -1.625rem;
}

.focus\:-translate-x-70\/100:focus {
  --tw-translate-x: -70%;
}

.focus\:-translate-x-31\/100:focus {
  --tw-translate-x: -31%;
}

.focus\:-translate-x-15\/100:focus {
  --tw-translate-x: -15%;
}

.focus\:-translate-x-1\/100:focus {
  --tw-translate-x: -1%;
}

.focus\:-translate-x-1\/10:focus {
  --tw-translate-x: -10%;
}

.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\/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-13:focus {
  --tw-translate-y: 3.25rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:translate-y-19:focus {
  --tw-translate-y: 4.75rem;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:translate-y-25:focus {
  --tw-translate-y: 6.25rem;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 7.5rem;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-34:focus {
  --tw-translate-y: 8.5rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-42:focus {
  --tw-translate-y: 10.5rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-46:focus {
  --tw-translate-y: 11.5rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:translate-y-50:focus {
  --tw-translate-y: 12.5rem;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-54:focus {
  --tw-translate-y: 13.5rem;
}

.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-68:focus {
  --tw-translate-y: 17rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-75:focus {
  --tw-translate-y: 18.75rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-85:focus {
  --tw-translate-y: 22rem;
}

.focus\:translate-y-90:focus {
  --tw-translate-y: 22.5rem;
}

.focus\:translate-y-92:focus {
  --tw-translate-y: 23rem;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:translate-y-100:focus {
  --tw-translate-y: 25rem;
}

.focus\:translate-y-116:focus {
  --tw-translate-y: 29rem;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 30rem;
}

.focus\:translate-y-125:focus {
  --tw-translate-y: 31.25rem;
}

.focus\:translate-y-135:focus {
  --tw-translate-y: 33.75rem;
}

.focus\:translate-y-160:focus {
  --tw-translate-y: 40rem;
}

.focus\:translate-y-180:focus {
  --tw-translate-y: 45rem;
}

.focus\:translate-y-240:focus {
  --tw-translate-y: 60rem;
}

.focus\:translate-y-285:focus {
  --tw-translate-y: 71.25rem;
}

.focus\:translate-y-330:focus {
  --tw-translate-y: 82.5rem;
}

.focus\:translate-y-unset:focus {
  --tw-translate-y: unset;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.4:focus {
  --tw-translate-y: 0.1rem;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-0\.6:focus {
  --tw-translate-y: 0.15rem;
}

.focus\:translate-y-0\.75:focus {
  --tw-translate-y: 0.2rem;
}

.focus\:translate-y-1\.2:focus {
  --tw-translate-y: 0.3rem;
}

.focus\:translate-y-1\.25:focus {
  --tw-translate-y: 0.3125rem;
}

.focus\:translate-y-1\.4:focus {
  --tw-translate-y: 0.35rem;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-1\.6:focus {
  --tw-translate-y: 0.4rem;
}

.focus\:translate-y-1\.75:focus {
  --tw-translate-y: 0.4375rem;
}

.focus\:translate-y-1\.8:focus {
  --tw-translate-y: 0.45rem;
}

.focus\:translate-y-2\.2:focus {
  --tw-translate-y: 0.55rem;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-2\.6:focus {
  --tw-translate-y: 0.65rem;
}

.focus\:translate-y-2\.7:focus {
  --tw-translate-y: 0.675rem;
}

.focus\:translate-y-2\.8:focus {
  --tw-translate-y: 0.7rem;
}

.focus\:translate-y-3\.4:focus {
  --tw-translate-y: 0.85rem;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:translate-y-3\.6:focus {
  --tw-translate-y: 0.9rem;
}

.focus\:translate-y-4\.5:focus {
  --tw-translate-y: 1.125rem;
}

.focus\:translate-y-4\.8:focus {
  --tw-translate-y: 1.2rem;
}

.focus\:translate-y-5\.3:focus {
  --tw-translate-y: 1.3rem;
}

.focus\:translate-y-5\.4:focus {
  --tw-translate-y: 1.35rem;
}

.focus\:translate-y-5\.5:focus {
  --tw-translate-y: 1.375rem;
}

.focus\:translate-y-5\.6:focus {
  --tw-translate-y: 1.4rem;
}

.focus\:translate-y-6\.5:focus {
  --tw-translate-y: 1.625rem;
}

.focus\:translate-y-70\/100:focus {
  --tw-translate-y: 70%;
}

.focus\:translate-y-31\/100:focus {
  --tw-translate-y: 31%;
}

.focus\:translate-y-15\/100:focus {
  --tw-translate-y: 15%;
}

.focus\:translate-y-1\/100:focus {
  --tw-translate-y: 1%;
}

.focus\:translate-y-1\/10:focus {
  --tw-translate-y: 10%;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.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-13:focus {
  --tw-translate-y: -3.25rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-19:focus {
  --tw-translate-y: -4.75rem;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-25:focus {
  --tw-translate-y: -6.25rem;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -7.5rem;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-34:focus {
  --tw-translate-y: -8.5rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-42:focus {
  --tw-translate-y: -10.5rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-46:focus {
  --tw-translate-y: -11.5rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-50:focus {
  --tw-translate-y: -12.5rem;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-54:focus {
  --tw-translate-y: -13.5rem;
}

.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-68:focus {
  --tw-translate-y: -17rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-75:focus {
  --tw-translate-y: -18.75rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-85:focus {
  --tw-translate-y: -22rem;
}

.focus\:-translate-y-90:focus {
  --tw-translate-y: -22.5rem;
}

.focus\:-translate-y-92:focus {
  --tw-translate-y: -23rem;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-100:focus {
  --tw-translate-y: -25rem;
}

.focus\:-translate-y-116:focus {
  --tw-translate-y: -29rem;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -30rem;
}

.focus\:-translate-y-125:focus {
  --tw-translate-y: -31.25rem;
}

.focus\:-translate-y-135:focus {
  --tw-translate-y: -33.75rem;
}

.focus\:-translate-y-160:focus {
  --tw-translate-y: -40rem;
}

.focus\:-translate-y-180:focus {
  --tw-translate-y: -45rem;
}

.focus\:-translate-y-240:focus {
  --tw-translate-y: -60rem;
}

.focus\:-translate-y-285:focus {
  --tw-translate-y: -71.25rem;
}

.focus\:-translate-y-330:focus {
  --tw-translate-y: -82.5rem;
}

.focus\:-translate-y-unset:focus {
  --tw-translate-y: unset;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.4:focus {
  --tw-translate-y: -0.1rem;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-0\.6:focus {
  --tw-translate-y: -0.15rem;
}

.focus\:-translate-y-0\.75:focus {
  --tw-translate-y: -0.2rem;
}

.focus\:-translate-y-1\.2:focus {
  --tw-translate-y: -0.3rem;
}

.focus\:-translate-y-1\.25:focus {
  --tw-translate-y: -0.3125rem;
}

.focus\:-translate-y-1\.4:focus {
  --tw-translate-y: -0.35rem;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-1\.6:focus {
  --tw-translate-y: -0.4rem;
}

.focus\:-translate-y-1\.75:focus {
  --tw-translate-y: -0.4375rem;
}

.focus\:-translate-y-1\.8:focus {
  --tw-translate-y: -0.45rem;
}

.focus\:-translate-y-2\.2:focus {
  --tw-translate-y: -0.55rem;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-2\.6:focus {
  --tw-translate-y: -0.65rem;
}

.focus\:-translate-y-2\.7:focus {
  --tw-translate-y: -0.675rem;
}

.focus\:-translate-y-2\.8:focus {
  --tw-translate-y: -0.7rem;
}

.focus\:-translate-y-3\.4:focus {
  --tw-translate-y: -0.85rem;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:-translate-y-3\.6:focus {
  --tw-translate-y: -0.9rem;
}

.focus\:-translate-y-4\.5:focus {
  --tw-translate-y: -1.125rem;
}

.focus\:-translate-y-4\.8:focus {
  --tw-translate-y: -1.2rem;
}

.focus\:-translate-y-5\.3:focus {
  --tw-translate-y: -1.3rem;
}

.focus\:-translate-y-5\.4:focus {
  --tw-translate-y: -1.35rem;
}

.focus\:-translate-y-5\.5:focus {
  --tw-translate-y: -1.375rem;
}

.focus\:-translate-y-5\.6:focus {
  --tw-translate-y: -1.4rem;
}

.focus\:-translate-y-6\.5:focus {
  --tw-translate-y: -1.625rem;
}

.focus\:-translate-y-70\/100:focus {
  --tw-translate-y: -70%;
}

.focus\:-translate-y-31\/100:focus {
  --tw-translate-y: -31%;
}

.focus\:-translate-y-15\/100:focus {
  --tw-translate-y: -15%;
}

.focus\:-translate-y-1\/100:focus {
  --tw-translate-y: -1%;
}

.focus\:-translate-y-1\/10:focus {
  --tw-translate-y: -10%;
}

.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\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.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;
}

.cursor-none {
  cursor: none;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-progress {
  cursor: progress;
}

.cursor-cell {
  cursor: cell;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-vertical-text {
  cursor: vertical-text;
}

.cursor-alias {
  cursor: alias;
}

.cursor-copy {
  cursor: copy;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-13 {
  gap: 3.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-19 {
  gap: 4.75rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-25 {
  gap: 6.25rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-30 {
  gap: 7.5rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-34 {
  gap: 8.5rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-42 {
  gap: 10.5rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-46 {
  gap: 11.5rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-50 {
  gap: 12.5rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-54 {
  gap: 13.5rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-68 {
  gap: 17rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-75 {
  gap: 18.75rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-85 {
  gap: 22rem;
}

.gap-90 {
  gap: 22.5rem;
}

.gap-92 {
  gap: 23rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-100 {
  gap: 25rem;
}

.gap-116 {
  gap: 29rem;
}

.gap-120 {
  gap: 30rem;
}

.gap-125 {
  gap: 31.25rem;
}

.gap-135 {
  gap: 33.75rem;
}

.gap-160 {
  gap: 40rem;
}

.gap-180 {
  gap: 45rem;
}

.gap-240 {
  gap: 60rem;
}

.gap-285 {
  gap: 71.25rem;
}

.gap-330 {
  gap: 82.5rem;
}

.gap-unset {
  gap: unset;
}

.gap-px {
  gap: 1px;
}

.gap-0\.4 {
  gap: 0.1rem;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-0\.6 {
  gap: 0.15rem;
}

.gap-0\.75 {
  gap: 0.2rem;
}

.gap-1\.2 {
  gap: 0.3rem;
}

.gap-1\.25 {
  gap: 0.3125rem;
}

.gap-1\.4 {
  gap: 0.35rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-1\.6 {
  gap: 0.4rem;
}

.gap-1\.75 {
  gap: 0.4375rem;
}

.gap-1\.8 {
  gap: 0.45rem;
}

.gap-2\.2 {
  gap: 0.55rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-2\.6 {
  gap: 0.65rem;
}

.gap-2\.7 {
  gap: 0.675rem;
}

.gap-2\.8 {
  gap: 0.7rem;
}

.gap-3\.4 {
  gap: 0.85rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-3\.6 {
  gap: 0.9rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-4\.8 {
  gap: 1.2rem;
}

.gap-5\.3 {
  gap: 1.3rem;
}

.gap-5\.4 {
  gap: 1.35rem;
}

.gap-5\.5 {
  gap: 1.375rem;
}

.gap-5\.6 {
  gap: 1.4rem;
}

.gap-6\.5 {
  gap: 1.625rem;
}

.gap-70\/100 {
  gap: 70%;
}

.gap-31\/100 {
  gap: 31%;
}

.gap-15\/100 {
  gap: 15%;
}

.gap-1\/100 {
  gap: 1%;
}

.gap-1\/10 {
  gap: 10%;
}

.gap-1\/2 {
  gap: 50%;
}

.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-13 {
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-19 {
  -moz-column-gap: 4.75rem;
       column-gap: 4.75rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-25 {
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-30 {
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-34 {
  -moz-column-gap: 8.5rem;
       column-gap: 8.5rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-42 {
  -moz-column-gap: 10.5rem;
       column-gap: 10.5rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-46 {
  -moz-column-gap: 11.5rem;
       column-gap: 11.5rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-50 {
  -moz-column-gap: 12.5rem;
       column-gap: 12.5rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-54 {
  -moz-column-gap: 13.5rem;
       column-gap: 13.5rem;
}

.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-68 {
  -moz-column-gap: 17rem;
       column-gap: 17rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-75 {
  -moz-column-gap: 18.75rem;
       column-gap: 18.75rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-85 {
  -moz-column-gap: 22rem;
       column-gap: 22rem;
}

.gap-x-90 {
  -moz-column-gap: 22.5rem;
       column-gap: 22.5rem;
}

.gap-x-92 {
  -moz-column-gap: 23rem;
       column-gap: 23rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-100 {
  -moz-column-gap: 25rem;
       column-gap: 25rem;
}

.gap-x-116 {
  -moz-column-gap: 29rem;
       column-gap: 29rem;
}

.gap-x-120 {
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.gap-x-125 {
  -moz-column-gap: 31.25rem;
       column-gap: 31.25rem;
}

.gap-x-135 {
  -moz-column-gap: 33.75rem;
       column-gap: 33.75rem;
}

.gap-x-160 {
  -moz-column-gap: 40rem;
       column-gap: 40rem;
}

.gap-x-180 {
  -moz-column-gap: 45rem;
       column-gap: 45rem;
}

.gap-x-240 {
  -moz-column-gap: 60rem;
       column-gap: 60rem;
}

.gap-x-285 {
  -moz-column-gap: 71.25rem;
       column-gap: 71.25rem;
}

.gap-x-330 {
  -moz-column-gap: 82.5rem;
       column-gap: 82.5rem;
}

.gap-x-unset {
  -moz-column-gap: unset;
       column-gap: unset;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0\.4 {
  -moz-column-gap: 0.1rem;
       column-gap: 0.1rem;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-0\.6 {
  -moz-column-gap: 0.15rem;
       column-gap: 0.15rem;
}

.gap-x-0\.75 {
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}

.gap-x-1\.2 {
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}

.gap-x-1\.25 {
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}

.gap-x-1\.4 {
  -moz-column-gap: 0.35rem;
       column-gap: 0.35rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-1\.6 {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}

.gap-x-1\.75 {
  -moz-column-gap: 0.4375rem;
       column-gap: 0.4375rem;
}

.gap-x-1\.8 {
  -moz-column-gap: 0.45rem;
       column-gap: 0.45rem;
}

.gap-x-2\.2 {
  -moz-column-gap: 0.55rem;
       column-gap: 0.55rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-2\.6 {
  -moz-column-gap: 0.65rem;
       column-gap: 0.65rem;
}

.gap-x-2\.7 {
  -moz-column-gap: 0.675rem;
       column-gap: 0.675rem;
}

.gap-x-2\.8 {
  -moz-column-gap: 0.7rem;
       column-gap: 0.7rem;
}

.gap-x-3\.4 {
  -moz-column-gap: 0.85rem;
       column-gap: 0.85rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-3\.6 {
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
}

.gap-x-4\.5 {
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
}

.gap-x-4\.8 {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.gap-x-5\.3 {
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}

.gap-x-5\.4 {
  -moz-column-gap: 1.35rem;
       column-gap: 1.35rem;
}

.gap-x-5\.5 {
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
}

.gap-x-5\.6 {
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}

.gap-x-6\.5 {
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
}

.gap-x-70\/100 {
  -moz-column-gap: 70%;
       column-gap: 70%;
}

.gap-x-31\/100 {
  -moz-column-gap: 31%;
       column-gap: 31%;
}

.gap-x-15\/100 {
  -moz-column-gap: 15%;
       column-gap: 15%;
}

.gap-x-1\/100 {
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.gap-x-1\/10 {
  -moz-column-gap: 10%;
       column-gap: 10%;
}

.gap-x-1\/2 {
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.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-13 {
  row-gap: 3.25rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-19 {
  row-gap: 4.75rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-25 {
  row-gap: 6.25rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-30 {
  row-gap: 7.5rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-34 {
  row-gap: 8.5rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-42 {
  row-gap: 10.5rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-46 {
  row-gap: 11.5rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-50 {
  row-gap: 12.5rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-54 {
  row-gap: 13.5rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-68 {
  row-gap: 17rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-75 {
  row-gap: 18.75rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-85 {
  row-gap: 22rem;
}

.gap-y-90 {
  row-gap: 22.5rem;
}

.gap-y-92 {
  row-gap: 23rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-100 {
  row-gap: 25rem;
}

.gap-y-116 {
  row-gap: 29rem;
}

.gap-y-120 {
  row-gap: 30rem;
}

.gap-y-125 {
  row-gap: 31.25rem;
}

.gap-y-135 {
  row-gap: 33.75rem;
}

.gap-y-160 {
  row-gap: 40rem;
}

.gap-y-180 {
  row-gap: 45rem;
}

.gap-y-240 {
  row-gap: 60rem;
}

.gap-y-285 {
  row-gap: 71.25rem;
}

.gap-y-330 {
  row-gap: 82.5rem;
}

.gap-y-unset {
  row-gap: unset;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-0\.4 {
  row-gap: 0.1rem;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-0\.6 {
  row-gap: 0.15rem;
}

.gap-y-0\.75 {
  row-gap: 0.2rem;
}

.gap-y-1\.2 {
  row-gap: 0.3rem;
}

.gap-y-1\.25 {
  row-gap: 0.3125rem;
}

.gap-y-1\.4 {
  row-gap: 0.35rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-1\.6 {
  row-gap: 0.4rem;
}

.gap-y-1\.75 {
  row-gap: 0.4375rem;
}

.gap-y-1\.8 {
  row-gap: 0.45rem;
}

.gap-y-2\.2 {
  row-gap: 0.55rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-2\.6 {
  row-gap: 0.65rem;
}

.gap-y-2\.7 {
  row-gap: 0.675rem;
}

.gap-y-2\.8 {
  row-gap: 0.7rem;
}

.gap-y-3\.4 {
  row-gap: 0.85rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-3\.6 {
  row-gap: 0.9rem;
}

.gap-y-4\.5 {
  row-gap: 1.125rem;
}

.gap-y-4\.8 {
  row-gap: 1.2rem;
}

.gap-y-5\.3 {
  row-gap: 1.3rem;
}

.gap-y-5\.4 {
  row-gap: 1.35rem;
}

.gap-y-5\.5 {
  row-gap: 1.375rem;
}

.gap-y-5\.6 {
  row-gap: 1.4rem;
}

.gap-y-6\.5 {
  row-gap: 1.625rem;
}

.gap-y-70\/100 {
  row-gap: 70%;
}

.gap-y-31\/100 {
  row-gap: 31%;
}

.gap-y-15\/100 {
  row-gap: 15%;
}

.gap-y-1\/100 {
  row-gap: 1%;
}

.gap-y-1\/10 {
  row-gap: 10%;
}

.gap-y-1\/2 {
  row-gap: 50%;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-13 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.25rem * var(--tw-space-x-reverse));
  margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-19 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4.75rem * var(--tw-space-x-reverse));
  margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6.25rem * var(--tw-space-x-reverse));
  margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7.5rem * var(--tw-space-x-reverse));
  margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8.5rem * var(--tw-space-x-reverse));
  margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10.5rem * var(--tw-space-x-reverse));
  margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-46 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11.5rem * var(--tw-space-x-reverse));
  margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12.5rem * var(--tw-space-x-reverse));
  margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13.5rem * var(--tw-space-x-reverse));
  margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-68 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(17rem * var(--tw-space-x-reverse));
  margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18.75rem * var(--tw-space-x-reverse));
  margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(22rem * var(--tw-space-x-reverse));
  margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(22.5rem * var(--tw-space-x-reverse));
  margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-92 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(23rem * var(--tw-space-x-reverse));
  margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(25rem * var(--tw-space-x-reverse));
  margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-116 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(29rem * var(--tw-space-x-reverse));
  margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30rem * var(--tw-space-x-reverse));
  margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(31.25rem * var(--tw-space-x-reverse));
  margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(33.75rem * var(--tw-space-x-reverse));
  margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40rem * var(--tw-space-x-reverse));
  margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(45rem * var(--tw-space-x-reverse));
  margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-240 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(60rem * var(--tw-space-x-reverse));
  margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-285 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(71.25rem * var(--tw-space-x-reverse));
  margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-330 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(82.5rem * var(--tw-space-x-reverse));
  margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-unset > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(unset * var(--tw-space-x-reverse));
  margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.1rem * var(--tw-space-x-reverse));
  margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.15rem * var(--tw-space-x-reverse));
  margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.2rem * var(--tw-space-x-reverse));
  margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.3rem * var(--tw-space-x-reverse));
  margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.35rem * var(--tw-space-x-reverse));
  margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.4rem * var(--tw-space-x-reverse));
  margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.45rem * var(--tw-space-x-reverse));
  margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.55rem * var(--tw-space-x-reverse));
  margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.65rem * var(--tw-space-x-reverse));
  margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.675rem * var(--tw-space-x-reverse));
  margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.7rem * var(--tw-space-x-reverse));
  margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.85rem * var(--tw-space-x-reverse));
  margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.9rem * var(--tw-space-x-reverse));
  margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.125rem * var(--tw-space-x-reverse));
  margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.2rem * var(--tw-space-x-reverse));
  margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.3rem * var(--tw-space-x-reverse));
  margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.35rem * var(--tw-space-x-reverse));
  margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.375rem * var(--tw-space-x-reverse));
  margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.4rem * var(--tw-space-x-reverse));
  margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.625rem * var(--tw-space-x-reverse));
  margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(70% * var(--tw-space-x-reverse));
  margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(31% * var(--tw-space-x-reverse));
  margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15% * var(--tw-space-x-reverse));
  margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1% * var(--tw-space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10% * var(--tw-space-x-reverse));
  margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(50% * var(--tw-space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-13 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-19 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-46 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-68 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-17rem * var(--tw-space-x-reverse));
  margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-22rem * var(--tw-space-x-reverse));
  margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-92 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-23rem * var(--tw-space-x-reverse));
  margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-25rem * var(--tw-space-x-reverse));
  margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-116 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-29rem * var(--tw-space-x-reverse));
  margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30rem * var(--tw-space-x-reverse));
  margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-40rem * var(--tw-space-x-reverse));
  margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-45rem * var(--tw-space-x-reverse));
  margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-240 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-60rem * var(--tw-space-x-reverse));
  margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-285 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-330 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-unset > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(unset * var(--tw-space-x-reverse));
  margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-70% * var(--tw-space-x-reverse));
  margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-31% * var(--tw-space-x-reverse));
  margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15% * var(--tw-space-x-reverse));
  margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1% * var(--tw-space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10% * var(--tw-space-x-reverse));
  margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-50% * var(--tw-space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-13 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-19 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-46 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-68 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(17rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(22rem * var(--tw-space-y-reverse));
}

.space-y-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
}

.space-y-92 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(23rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25rem * var(--tw-space-y-reverse));
}

.space-y-116 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(29rem * var(--tw-space-y-reverse));
}

.space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30rem * var(--tw-space-y-reverse));
}

.space-y-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
}

.space-y-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
}

.space-y-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40rem * var(--tw-space-y-reverse));
}

.space-y-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(45rem * var(--tw-space-y-reverse));
}

.space-y-240 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60rem * var(--tw-space-y-reverse));
}

.space-y-285 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
}

.space-y-330 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
}

.space-y-unset > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(unset * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
}

.space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
}

.space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
}

.space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
}

.space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
}

.space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
}

.space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
}

.space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
}

.space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
}

.space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
}

.space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
}

.space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}

.space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
}

.space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
}

.space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
}

.space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
}

.space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
}

.space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
}

.space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(70% * var(--tw-space-y-reverse));
}

.space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(31% * var(--tw-space-y-reverse));
}

.space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15% * var(--tw-space-y-reverse));
}

.space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1% * var(--tw-space-y-reverse));
}

.space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10% * var(--tw-space-y-reverse));
}

.space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50% * var(--tw-space-y-reverse));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-13 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-19 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-46 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-68 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
}

.-space-y-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
}

.-space-y-92 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
}

.-space-y-116 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
}

.-space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
}

.-space-y-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
}

.-space-y-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
}

.-space-y-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
}

.-space-y-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
}

.-space-y-240 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
}

.-space-y-285 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
}

.-space-y-330 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
}

.-space-y-unset > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(unset * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
}

.-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
}

.-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
}

.-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
}

.-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
}

.-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
}

.-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
}

.-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
}

.-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
}

.-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
}

.-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
}

.-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
}

.-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
}

.-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
}

.-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
}

.-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
}

.-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
}

.-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
}

.-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-70% * var(--tw-space-y-reverse));
}

.-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-31% * var(--tw-space-y-reverse));
}

.-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15% * var(--tw-space-y-reverse));
}

.-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1% * var(--tw-space-y-reverse));
}

.-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10% * var(--tw-space-y-reverse));
}

.-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-50% * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.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-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
}

.divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
}

.divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
}

.divide-red-650 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
}

.divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
}

.divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
}

.divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
}

.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
}

.divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
}

.divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
}

.divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
}

.divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
}

.divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
}

.divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
}

.divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
}

.divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
}

.divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
}

.divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
}

.divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
}

.divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
}

.divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
}

.divide-slate > :not([hidden]) ~ :not([hidden]) {
}

.divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.divide-zinc > :not([hidden]) ~ :not([hidden]) {
}

.divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}

.divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
}

.divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
}

.divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
}

.divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}

.divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
}

.divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
}

.divide-neutral > :not([hidden]) ~ :not([hidden]) {
}

.divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
}

.divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
}

.divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
}

.divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
}

.divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
}

.divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
}

.divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
}

.divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
}

.divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
}

.divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
}

.divide-stone > :not([hidden]) ~ :not([hidden]) {
}

.divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 245, 211, 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-650 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
}

.divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-divide-opacity));
}

.divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
}

.divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, 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-550 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
}

.divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-divide-opacity));
}

.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
}

.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
}

.divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
}

.divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
}

.divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
}

.divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
}

.divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-divide-opacity));
}

.divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
}

.divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
}

.divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
}

.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;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-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-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-transparent {
  border-color: transparent;
}

.border-current {
  border-color: currentColor;
}

.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-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 250, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(235, 239, 244, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 239, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 218, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 212, 218, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 181, 189, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 117, 125, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(73, 80, 87, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 47, 64, var(--tw-border-opacity));
}

.border-gray-850 {
  --tw-border-opacity: 1;
  border-color: rgba(26, 32, 53, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 39, var(--tw-border-opacity));
}

.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 19, 34, var(--tw-border-opacity));
}

.border-gray-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-gray-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.border-gray-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.border-gray-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.border-gray-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.border-gray-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.border-gray-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.border-gray-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.border-gray-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.border-gray-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 6, 6, var(--tw-border-opacity));
}

.border-red-650 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 31, 26, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.border-yellow-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.border-green-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.border-green-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.border-green-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.border-green-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.border-green-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.border-green-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.border-green-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.border-green-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.border-green-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.border-purple-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.border-purple-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.border-purple-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.border-purple-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.border-purple-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.border-purple-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.border-purple-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.border-purple-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.border-purple-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 125, var(--tw-border-opacity));
}

.border-blue-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.border-slate-150 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 211, 218, var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 232, 237, var(--tw-border-opacity));
}

.border-slate-250 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 211, 222, var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 184, 216, var(--tw-border-opacity));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 146, 171, var(--tw-border-opacity));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 116, 142, var(--tw-border-opacity));
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgba(98, 117, 148, var(--tw-border-opacity));
}

.border-slate-650 {
  --tw-border-opacity: 1;
  border-color: rgba(89, 116, 162, var(--tw-border-opacity));
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 71, 103, var(--tw-border-opacity));
}

.border-slate-750 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 46, 74, var(--tw-border-opacity));
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgba(58, 65, 111, var(--tw-border-opacity));
}

.border-slate-850 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 58, 84, var(--tw-border-opacity));
}

.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 40, var(--tw-border-opacity));
}

.border-slate {
}

.border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.border-zinc {
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 117, 117, var(--tw-border-opacity));
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.border-neutral {
}

.border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.border-stone {
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 211, 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-650 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.border-orange-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.border-orange-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.border-orange-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.border-orange-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.border-orange-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.border-orange-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.border-orange-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.border-orange-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.border-orange-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-amber-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-amber-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-amber-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-amber-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-amber-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-amber-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-amber-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-amber-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-amber-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgba(130, 214, 22, var(--tw-border-opacity));
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.border-lime-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.border-lime-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.border-lime-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.border-lime-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.border-lime-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.border-lime-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.border-lime-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.border-lime-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.border-lime-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-emerald-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, 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-550 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.border-teal-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.border-teal-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.border-teal-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.border-teal-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.border-teal-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.border-teal-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.border-teal-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.border-teal-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.border-teal-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgba(23, 193, 232, var(--tw-border-opacity));
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.border-cyan-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgba(171, 233, 247, var(--tw-border-opacity));
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgba(62, 161, 236, var(--tw-border-opacity));
}

.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 69, 109, var(--tw-border-opacity));
}

.border-sky-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.border-sky-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.border-sky-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.border-sky-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.border-sky-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.border-sky-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.border-sky-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.border-sky-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.border-sky-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.border-sky-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-violet-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-violet-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-violet-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-violet-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-violet-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-violet-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-violet-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-violet-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-violet-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
}

.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 102, var(--tw-border-opacity));
}

.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.border-fuchsia-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.border-rose-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.border-rose-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.border-rose-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.border-rose-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.border-rose-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.border-rose-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.border-rose-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.border-rose-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.border-rose-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor;
}

.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-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(235, 239, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 239, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 218, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 212, 218, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 181, 189, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(108, 117, 125, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(73, 80, 87, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 47, 64, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-850 {
  --tw-border-opacity: 1;
  border-color: rgba(26, 32, 53, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 39, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 19, 34, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 6, 6, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-650 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 31, 26, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 125, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-150 {
  --tw-border-opacity: 1;
  border-color: rgba(203, 211, 218, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 232, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-250 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 211, 222, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 184, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 146, 171, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 116, 142, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgba(98, 117, 148, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-650 {
  --tw-border-opacity: 1;
  border-color: rgba(89, 116, 162, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 71, 103, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-750 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 46, 74, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgba(58, 65, 111, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-850 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 58, 84, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 40, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-slate {
}

.group:hover .group-hover\:border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-zinc {
}

.group:hover .group-hover\:border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgba(117, 117, 117, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-neutral {
}

.group:hover .group-hover\:border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-stone {
}

.group:hover .group-hover\:border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 211, 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-650 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-amber-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgba(130, 214, 22, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lime-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-emerald-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, 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-550 {
  --tw-border-opacity: 1;
  border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgba(23, 193, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-cyan-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgba(171, 233, 247, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgba(62, 161, 236, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 69, 109, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-sky-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-violet-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-fuchsia-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-500 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-600 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-800 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-rose-DEFAULT-900 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor;
}

.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-gray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 250, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(235, 239, 244, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 239, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 218, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(206, 212, 218, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(173, 181, 189, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(108, 117, 125, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(73, 80, 87, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 47, 64, var(--tw-border-opacity));
}

.focus-within\:border-gray-850:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(26, 32, 53, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 39, var(--tw-border-opacity));
}

.focus-within\:border-gray-950:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 19, 34, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus-within\:border-gray-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(234, 6, 6, var(--tw-border-opacity));
}

.focus-within\:border-red-650:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(212, 31, 26, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:border-red-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.focus-within\:border-yellow-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.focus-within\:border-green-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.focus-within\:border-purple-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus-within\:border-pink-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 125, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:border-blue-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus-within\:border-slate-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.focus-within\:border-slate-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.focus-within\:border-slate-150:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(203, 211, 218, var(--tw-border-opacity));
}

.focus-within\:border-slate-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(228, 232, 237, var(--tw-border-opacity));
}

.focus-within\:border-slate-250:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(199, 211, 222, var(--tw-border-opacity));
}

.focus-within\:border-slate-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(168, 184, 216, var(--tw-border-opacity));
}

.focus-within\:border-slate-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(131, 146, 171, var(--tw-border-opacity));
}

.focus-within\:border-slate-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(103, 116, 142, var(--tw-border-opacity));
}

.focus-within\:border-slate-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(98, 117, 148, var(--tw-border-opacity));
}

.focus-within\:border-slate-650:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(89, 116, 162, var(--tw-border-opacity));
}

.focus-within\:border-slate-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(52, 71, 103, var(--tw-border-opacity));
}

.focus-within\:border-slate-750:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 46, 74, var(--tw-border-opacity));
}

.focus-within\:border-slate-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(58, 65, 111, var(--tw-border-opacity));
}

.focus-within\:border-slate-850:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(50, 58, 84, var(--tw-border-opacity));
}

.focus-within\:border-slate-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.focus-within\:border-slate-950:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 40, var(--tw-border-opacity));
}

.focus-within\:border-slate:focus-within {
}

.focus-within\:border-zinc-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus-within\:border-zinc-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus-within\:border-zinc-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus-within\:border-zinc-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus-within\:border-zinc-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus-within\:border-zinc-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus-within\:border-zinc-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus-within\:border-zinc-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus-within\:border-zinc-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus-within\:border-zinc-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.focus-within\:border-zinc:focus-within {
}

.focus-within\:border-neutral-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus-within\:border-neutral-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.focus-within\:border-neutral-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.focus-within\:border-neutral-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.focus-within\:border-neutral-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.focus-within\:border-neutral-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(117, 117, 117, var(--tw-border-opacity));
}

.focus-within\:border-neutral-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.focus-within\:border-neutral-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.focus-within\:border-neutral-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-neutral-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.focus-within\:border-neutral:focus-within {
}

.focus-within\:border-stone-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.focus-within\:border-stone-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.focus-within\:border-stone-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.focus-within\:border-stone-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.focus-within\:border-stone-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.focus-within\:border-stone-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.focus-within\:border-stone-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.focus-within\:border-stone-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.focus-within\:border-stone-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.focus-within\:border-stone-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.focus-within\:border-stone:focus-within {
}

.focus-within\:border-orange-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 211, 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-650:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.focus-within\:border-orange-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus-within\:border-amber-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
}

.focus-within\:border-lime-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(130, 214, 22, var(--tw-border-opacity));
}

.focus-within\:border-lime-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.focus-within\:border-lime-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus-within\:border-emerald-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, 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-550:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.focus-within\:border-teal-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
}

.focus-within\:border-cyan-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(23, 193, 232, var(--tw-border-opacity));
}

.focus-within\:border-cyan-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.focus-within\:border-cyan-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.focus-within\:border-sky-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.focus-within\:border-sky-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus-within\:border-sky-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(171, 233, 247, var(--tw-border-opacity));
}

.focus-within\:border-sky-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus-within\:border-sky-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus-within\:border-sky-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus-within\:border-sky-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(62, 161, 236, var(--tw-border-opacity));
}

.focus-within\:border-sky-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus-within\:border-sky-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus-within\:border-sky-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(14, 69, 109, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus-within\:border-sky-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:border-violet-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.focus-within\:border-fuchsia-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.focus-within\:border-rose-DEFAULT-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.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-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 250, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(235, 239, 244, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 239, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 218, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(206, 212, 218, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(173, 181, 189, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(108, 117, 125, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(73, 80, 87, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 47, 64, var(--tw-border-opacity));
}

.hover\:border-gray-850:hover {
  --tw-border-opacity: 1;
  border-color: rgba(26, 32, 53, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 39, var(--tw-border-opacity));
}

.hover\:border-gray-950:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 19, 34, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hover\:border-gray-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 6, 6, var(--tw-border-opacity));
}

.hover\:border-red-650:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 31, 26, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.hover\:border-green-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.hover\:border-purple-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 125, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-slate-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.hover\:border-slate-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.hover\:border-slate-150:hover {
  --tw-border-opacity: 1;
  border-color: rgba(203, 211, 218, var(--tw-border-opacity));
}

.hover\:border-slate-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 232, 237, var(--tw-border-opacity));
}

.hover\:border-slate-250:hover {
  --tw-border-opacity: 1;
  border-color: rgba(199, 211, 222, var(--tw-border-opacity));
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 184, 216, var(--tw-border-opacity));
}

.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 146, 171, var(--tw-border-opacity));
}

.hover\:border-slate-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 116, 142, var(--tw-border-opacity));
}

.hover\:border-slate-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(98, 117, 148, var(--tw-border-opacity));
}

.hover\:border-slate-650:hover {
  --tw-border-opacity: 1;
  border-color: rgba(89, 116, 162, var(--tw-border-opacity));
}

.hover\:border-slate-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 71, 103, var(--tw-border-opacity));
}

.hover\:border-slate-750:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 46, 74, var(--tw-border-opacity));
}

.hover\:border-slate-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(58, 65, 111, var(--tw-border-opacity));
}

.hover\:border-slate-850:hover {
  --tw-border-opacity: 1;
  border-color: rgba(50, 58, 84, var(--tw-border-opacity));
}

.hover\:border-slate-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.hover\:border-slate-950:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 40, var(--tw-border-opacity));
}

.hover\:border-slate:hover {
}

.hover\:border-zinc-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-zinc-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hover\:border-zinc-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hover\:border-zinc-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hover\:border-zinc-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hover\:border-zinc-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hover\:border-zinc-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hover\:border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hover\:border-zinc-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hover\:border-zinc-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.hover\:border-zinc:hover {
}

.hover\:border-neutral-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:border-neutral-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.hover\:border-neutral-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.hover\:border-neutral-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(117, 117, 117, var(--tw-border-opacity));
}

.hover\:border-neutral-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.hover\:border-neutral-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.hover\:border-neutral-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.hover\:border-neutral:hover {
}

.hover\:border-stone-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.hover\:border-stone-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.hover\:border-stone-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.hover\:border-stone-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.hover\:border-stone-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.hover\:border-stone-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.hover\:border-stone-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.hover\:border-stone-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.hover\:border-stone-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.hover\:border-stone-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.hover\:border-stone:hover {
}

.hover\:border-orange-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 211, 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-650:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.hover\:border-orange-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-amber-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
}

.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(130, 214, 22, var(--tw-border-opacity));
}

.hover\:border-lime-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.hover\:border-lime-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-emerald-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, 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-550:hover {
  --tw-border-opacity: 1;
  border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.hover\:border-teal-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
}

.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(23, 193, 232, var(--tw-border-opacity));
}

.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.hover\:border-cyan-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.hover\:border-sky-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.hover\:border-sky-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.hover\:border-sky-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(171, 233, 247, var(--tw-border-opacity));
}

.hover\:border-sky-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.hover\:border-sky-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.hover\:border-sky-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(62, 161, 236, var(--tw-border-opacity));
}

.hover\:border-sky-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.hover\:border-sky-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.hover\:border-sky-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 69, 109, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.hover\:border-sky-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-violet-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
}

.hover\:border-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.hover\:border-fuchsia-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.hover\:border-rose-DEFAULT-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.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-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 250, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(235, 239, 244, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 239, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(210, 214, 218, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(206, 212, 218, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(173, 181, 189, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(108, 117, 125, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(73, 80, 87, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 47, 64, var(--tw-border-opacity));
}

.focus\:border-gray-850:focus {
  --tw-border-opacity: 1;
  border-color: rgba(26, 32, 53, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 39, var(--tw-border-opacity));
}

.focus\:border-gray-950:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 19, 34, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus\:border-gray-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 6, 6, var(--tw-border-opacity));
}

.focus\:border-red-650:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 31, 26, var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus\:border-red-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity));
}

.focus\:border-yellow-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
}

.focus\:border-green-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity));
}

.focus\:border-purple-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus\:border-pink-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 125, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus\:border-blue-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus\:border-slate-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity));
}

.focus\:border-slate-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(222, 226, 230, var(--tw-border-opacity));
}

.focus\:border-slate-150:focus {
  --tw-border-opacity: 1;
  border-color: rgba(203, 211, 218, var(--tw-border-opacity));
}

.focus\:border-slate-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(228, 232, 237, var(--tw-border-opacity));
}

.focus\:border-slate-250:focus {
  --tw-border-opacity: 1;
  border-color: rgba(199, 211, 222, var(--tw-border-opacity));
}

.focus\:border-slate-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(168, 184, 216, var(--tw-border-opacity));
}

.focus\:border-slate-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(131, 146, 171, var(--tw-border-opacity));
}

.focus\:border-slate-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(103, 116, 142, var(--tw-border-opacity));
}

.focus\:border-slate-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(98, 117, 148, var(--tw-border-opacity));
}

.focus\:border-slate-650:focus {
  --tw-border-opacity: 1;
  border-color: rgba(89, 116, 162, var(--tw-border-opacity));
}

.focus\:border-slate-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(52, 71, 103, var(--tw-border-opacity));
}

.focus\:border-slate-750:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 46, 74, var(--tw-border-opacity));
}

.focus\:border-slate-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(58, 65, 111, var(--tw-border-opacity));
}

.focus\:border-slate-850:focus {
  --tw-border-opacity: 1;
  border-color: rgba(50, 58, 84, var(--tw-border-opacity));
}

.focus\:border-slate-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity));
}

.focus\:border-slate-950:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 23, 40, var(--tw-border-opacity));
}

.focus\:border-slate:focus {
}

.focus\:border-zinc-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus\:border-zinc-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus\:border-zinc-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus\:border-zinc-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus\:border-zinc-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus\:border-zinc-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus\:border-zinc-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus\:border-zinc-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus\:border-zinc-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus\:border-zinc-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.focus\:border-zinc:focus {
}

.focus\:border-neutral-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus\:border-neutral-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.focus\:border-neutral-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.focus\:border-neutral-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.focus\:border-neutral-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(163, 163, 163, var(--tw-border-opacity));
}

.focus\:border-neutral-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(117, 117, 117, var(--tw-border-opacity));
}

.focus\:border-neutral-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity));
}

.focus\:border-neutral-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.focus\:border-neutral-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
}

.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.focus\:border-neutral:focus {
}

.focus\:border-stone-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 249, var(--tw-border-opacity));
}

.focus\:border-stone-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 244, var(--tw-border-opacity));
}

.focus\:border-stone-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(231, 229, 228, var(--tw-border-opacity));
}

.focus\:border-stone-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}

.focus\:border-stone-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}

.focus\:border-stone-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(120, 113, 108, var(--tw-border-opacity));
}

.focus\:border-stone-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(87, 83, 78, var(--tw-border-opacity));
}

.focus\:border-stone-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(68, 64, 60, var(--tw-border-opacity));
}

.focus\:border-stone-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(41, 37, 36, var(--tw-border-opacity));
}

.focus\:border-stone-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(28, 25, 23, var(--tw-border-opacity));
}

.focus\:border-stone:focus {
}

.focus\:border-orange-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 211, 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-650:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity));
}

.focus\:border-orange-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus\:border-amber-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
}

.focus\:border-lime-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(130, 214, 22, var(--tw-border-opacity));
}

.focus\:border-lime-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity));
}

.focus\:border-lime-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus\:border-emerald-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, 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-550:focus {
  --tw-border-opacity: 1;
  border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity));
}

.focus\:border-teal-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
}

.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(23, 193, 232, var(--tw-border-opacity));
}

.focus\:border-cyan-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity));
}

.focus\:border-cyan-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity));
}

.focus\:border-sky-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.focus\:border-sky-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus\:border-sky-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(171, 233, 247, var(--tw-border-opacity));
}

.focus\:border-sky-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus\:border-sky-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus\:border-sky-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus\:border-sky-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(62, 161, 236, var(--tw-border-opacity));
}

.focus\:border-sky-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus\:border-sky-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus\:border-sky-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(14, 69, 109, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity));
}

.focus\:border-sky-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus\:border-violet-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
}

.focus\:border-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity));
}

.focus\:border-fuchsia-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity));
}

.focus\:border-rose-DEFAULT-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-current {
  background-color: currentColor;
}

.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-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
}

.bg-gray-850 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.bg-gray-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
}

.bg-red-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.bg-yellow-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.bg-green-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.bg-purple-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.bg-slate-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
}

.bg-slate-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
}

.bg-slate-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
}

.bg-slate-750 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
}

.bg-slate-850 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
}

.bg-slate {
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.bg-zinc {
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.bg-neutral {
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.bg-stone {
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 211, 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-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.bg-orange-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-amber-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.bg-lime-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-emerald-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, 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-550 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.bg-teal-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.bg-cyan-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.bg-sky-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-violet-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.bg-fuchsia-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.bg-rose-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor;
}

.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-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-850 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-150 {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-250 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-750 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-850 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-slate {
}

.group:hover .group-hover\:bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-zinc {
}

.group:hover .group-hover\:bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-neutral {
}

.group:hover .group-hover\:bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-stone {
}

.group:hover .group-hover\:bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 211, 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-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-amber-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lime-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-emerald-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, 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-550 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-cyan-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-sky-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-violet-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-fuchsia-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rose-DEFAULT-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor;
}

.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-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-850:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-950:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-red-650:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus-within\:bg-green-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-pink-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-blue-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-150:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-250:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-650:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-750:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-850:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-slate-950:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
}

.focus-within\:bg-slate:focus-within {
}

.focus-within\:bg-zinc-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-zinc:focus-within {
}

.focus-within\:bg-neutral-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.focus-within\:bg-neutral:focus-within {
}

.focus-within\:bg-stone-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-stone-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus-within\:bg-stone:focus-within {
}

.focus-within\:bg-orange-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 211, 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-650:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-amber-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus-within\:bg-lime-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-emerald-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, 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-550:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus-within\:bg-teal-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus-within\:bg-cyan-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-sky-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-violet-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus-within\:bg-rose-DEFAULT-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.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-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
}

.hover\:bg-gray-850:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
}

.hover\:bg-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hover\:bg-gray-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
}

.hover\:bg-red-650:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.hover\:bg-yellow-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.hover\:bg-green-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.hover\:bg-purple-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.hover\:bg-pink-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:bg-blue-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.hover\:bg-slate-150:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
}

.hover\:bg-slate-250:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
}

.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
}

.hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
}

.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
}

.hover\:bg-slate-650:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
}

.hover\:bg-slate-750:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
}

.hover\:bg-slate-850:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.hover\:bg-slate-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
}

.hover\:bg-slate:hover {
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:bg-zinc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hover\:bg-zinc-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hover\:bg-zinc-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hover\:bg-zinc-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hover\:bg-zinc-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.hover\:bg-zinc:hover {
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.hover\:bg-neutral-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.hover\:bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
}

.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.hover\:bg-neutral:hover {
}

.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.hover\:bg-stone-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.hover\:bg-stone-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.hover\:bg-stone-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.hover\:bg-stone-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.hover\:bg-stone-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.hover\:bg-stone-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.hover\:bg-stone:hover {
}

.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 211, 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-650:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.hover\:bg-orange-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.hover\:bg-amber-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.hover\:bg-lime-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.hover\:bg-emerald-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, 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-550:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.hover\:bg-teal-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.hover\:bg-cyan-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
}

.hover\:bg-sky-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.hover\:bg-sky-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.hover\:bg-sky-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-violet-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.hover\:bg-fuchsia-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.hover\:bg-rose-DEFAULT-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.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-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
}

.focus\:bg-gray-850:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
}

.focus\:bg-gray-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus\:bg-gray-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
}

.focus\:bg-red-650:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
}

.focus\:bg-green-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
}

.focus\:bg-purple-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:bg-slate-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}

.focus\:bg-slate-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
}

.focus\:bg-slate-150:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
}

.focus\:bg-slate-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
}

.focus\:bg-slate-250:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
}

.focus\:bg-slate-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
}

.focus\:bg-slate-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
}

.focus\:bg-slate-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
}

.focus\:bg-slate-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
}

.focus\:bg-slate-650:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
}

.focus\:bg-slate-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
}

.focus\:bg-slate-750:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
}

.focus\:bg-slate-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
}

.focus\:bg-slate-850:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
}

.focus\:bg-slate-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}

.focus\:bg-slate-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
}

.focus\:bg-slate:focus {
}

.focus\:bg-zinc-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:bg-zinc-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus\:bg-zinc-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus\:bg-zinc-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus\:bg-zinc-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus\:bg-zinc-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus\:bg-zinc-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus\:bg-zinc-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus\:bg-zinc-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus\:bg-zinc-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus\:bg-zinc:focus {
}

.focus\:bg-neutral-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:bg-neutral-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus\:bg-neutral-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.focus\:bg-neutral-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.focus\:bg-neutral-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.focus\:bg-neutral-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
}

.focus\:bg-neutral-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}

.focus\:bg-neutral-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}

.focus\:bg-neutral-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-neutral-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.focus\:bg-neutral:focus {
}

.focus\:bg-stone-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
}

.focus\:bg-stone-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
}

.focus\:bg-stone-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}

.focus\:bg-stone-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
}

.focus\:bg-stone-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
}

.focus\:bg-stone-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
}

.focus\:bg-stone-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
}

.focus\:bg-stone-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
}

.focus\:bg-stone-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
}

.focus\:bg-stone-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
}

.focus\:bg-stone:focus {
}

.focus\:bg-orange-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 211, 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-650:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
}

.focus\:bg-orange-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-amber-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
}

.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
}

.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
}

.focus\:bg-lime-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-emerald-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, 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-550:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
}

.focus\:bg-teal-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
}

.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
}

.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
}

.focus\:bg-cyan-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
}

.focus\:bg-sky-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus\:bg-sky-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus\:bg-sky-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
}

.focus\:bg-sky-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus\:bg-sky-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus\:bg-sky-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus\:bg-sky-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
}

.focus\:bg-sky-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus\:bg-sky-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus\:bg-sky-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
}

.focus\:bg-sky-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-violet-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
}

.focus\:bg-fuchsia-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
}

.focus\:bg-rose-DEFAULT-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
}

.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;
}

.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;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.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-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-green-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-green-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-green-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-green-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-green-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-green-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-green-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-purple-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-purple-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-purple-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-purple-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-purple-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-purple-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-purple-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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));
}

.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\:from-current:hover {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.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-gray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:hover {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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));
}

.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\:from-current:focus {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.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-gray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:focus {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-gray-500 {
  --tw-gradient-to: #6b7280;
}

.to-gray-600 {
  --tw-gradient-to: #4b5563;
}

.to-gray-700 {
  --tw-gradient-to: #374151;
}

.to-gray-800 {
  --tw-gradient-to: #1f2937;
}

.to-gray-900 {
  --tw-gradient-to: #111827;
}

.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-yellow-50 {
  --tw-gradient-to: #fffbeb;
}

.to-yellow-100 {
  --tw-gradient-to: #fef3c7;
}

.to-yellow-200 {
  --tw-gradient-to: #fde68a;
}

.to-yellow-300 {
  --tw-gradient-to: #fcd34d;
}

.to-yellow-400 {
  --tw-gradient-to: #fbbf24;
}

.to-yellow-500 {
  --tw-gradient-to: #f59e0b;
}

.to-yellow-600 {
  --tw-gradient-to: #d97706;
}

.to-yellow-700 {
  --tw-gradient-to: #b45309;
}

.to-yellow-800 {
  --tw-gradient-to: #92400e;
}

.to-yellow-900 {
  --tw-gradient-to: #78350f;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-green-400 {
  --tw-gradient-to: #34d399;
}

.to-green-500 {
  --tw-gradient-to: #10b981;
}

.to-green-600 {
  --tw-gradient-to: #059669;
}

.to-green-700 {
  --tw-gradient-to: #047857;
}

.to-green-800 {
  --tw-gradient-to: #065f46;
}

.to-green-900 {
  --tw-gradient-to: #064e3b;
}

.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-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-purple-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-purple-100 {
  --tw-gradient-to: #ede9fe;
}

.to-purple-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-purple-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-purple-400 {
  --tw-gradient-to: #a78bfa;
}

.to-purple-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-purple-600 {
  --tw-gradient-to: #7c3aed;
}

.to-purple-700 {
  --tw-gradient-to: #6d28d9;
}

.to-purple-800 {
  --tw-gradient-to: #5b21b6;
}

.to-purple-900 {
  --tw-gradient-to: #4c1d95;
}

.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;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #f9fafb;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f3f4f6;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e5e7eb;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d1d5db;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #9ca3af;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #6b7280;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #4b5563;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #374151;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #1f2937;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #111827;
}

.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-yellow-50:hover {
  --tw-gradient-to: #fffbeb;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef3c7;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fde68a;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fcd34d;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #fbbf24;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #f59e0b;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #d97706;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #b45309;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #92400e;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #78350f;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #d1fae5;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #6ee7b7;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #34d399;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #10b981;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #059669;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #047857;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #065f46;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #064e3b;
}

.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-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-purple-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #4c1d95;
}

.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;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #f9fafb;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f3f4f6;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e5e7eb;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d1d5db;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #9ca3af;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #6b7280;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #4b5563;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #374151;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #1f2937;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #111827;
}

.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-yellow-50:focus {
  --tw-gradient-to: #fffbeb;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef3c7;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fde68a;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fcd34d;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #fbbf24;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #f59e0b;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #d97706;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #b45309;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #92400e;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #78350f;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #d1fae5;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #6ee7b7;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #34d399;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #10b981;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #059669;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #047857;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #065f46;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #064e3b;
}

.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-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-purple-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #4c1d95;
}

.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;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-150 {
  background-size: 150%;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-x-25 {
  background-position: 25% 0;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-13 {
  padding: 3.25rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-19 {
  padding: 4.75rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-25 {
  padding: 6.25rem;
}

.p-28 {
  padding: 7rem;
}

.p-30 {
  padding: 7.5rem;
}

.p-32 {
  padding: 8rem;
}

.p-34 {
  padding: 8.5rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-42 {
  padding: 10.5rem;
}

.p-44 {
  padding: 11rem;
}

.p-46 {
  padding: 11.5rem;
}

.p-48 {
  padding: 12rem;
}

.p-50 {
  padding: 12.5rem;
}

.p-52 {
  padding: 13rem;
}

.p-54 {
  padding: 13.5rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-68 {
  padding: 17rem;
}

.p-72 {
  padding: 18rem;
}

.p-75 {
  padding: 18.75rem;
}

.p-80 {
  padding: 20rem;
}

.p-85 {
  padding: 22rem;
}

.p-90 {
  padding: 22.5rem;
}

.p-92 {
  padding: 23rem;
}

.p-96 {
  padding: 24rem;
}

.p-100 {
  padding: 25rem;
}

.p-116 {
  padding: 29rem;
}

.p-120 {
  padding: 30rem;
}

.p-125 {
  padding: 31.25rem;
}

.p-135 {
  padding: 33.75rem;
}

.p-160 {
  padding: 40rem;
}

.p-180 {
  padding: 45rem;
}

.p-240 {
  padding: 60rem;
}

.p-285 {
  padding: 71.25rem;
}

.p-330 {
  padding: 82.5rem;
}

.p-unset {
  padding: unset;
}

.p-px {
  padding: 1px;
}

.p-0\.4 {
  padding: 0.1rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0\.6 {
  padding: 0.15rem;
}

.p-0\.75 {
  padding: 0.2rem;
}

.p-1\.2 {
  padding: 0.3rem;
}

.p-1\.25 {
  padding: 0.3125rem;
}

.p-1\.4 {
  padding: 0.35rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-1\.6 {
  padding: 0.4rem;
}

.p-1\.75 {
  padding: 0.4375rem;
}

.p-1\.8 {
  padding: 0.45rem;
}

.p-2\.2 {
  padding: 0.55rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2\.6 {
  padding: 0.65rem;
}

.p-2\.7 {
  padding: 0.675rem;
}

.p-2\.8 {
  padding: 0.7rem;
}

.p-3\.4 {
  padding: 0.85rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-3\.6 {
  padding: 0.9rem;
}

.p-4\.5 {
  padding: 1.125rem;
}

.p-4\.8 {
  padding: 1.2rem;
}

.p-5\.3 {
  padding: 1.3rem;
}

.p-5\.4 {
  padding: 1.35rem;
}

.p-5\.5 {
  padding: 1.375rem;
}

.p-5\.6 {
  padding: 1.4rem;
}

.p-6\.5 {
  padding: 1.625rem;
}

.p-70\/100 {
  padding: 70%;
}

.p-31\/100 {
  padding: 31%;
}

.p-15\/100 {
  padding: 15%;
}

.p-1\/100 {
  padding: 1%;
}

.p-1\/10 {
  padding: 10%;
}

.p-1\/2 {
  padding: 50%;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-19 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-42 {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-46 {
  padding-left: 11.5rem;
  padding-right: 11.5rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-50 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-54 {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-68 {
  padding-left: 17rem;
  padding-right: 17rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-75 {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-85 {
  padding-left: 22rem;
  padding-right: 22rem;
}

.px-90 {
  padding-left: 22.5rem;
  padding-right: 22.5rem;
}

.px-92 {
  padding-left: 23rem;
  padding-right: 23rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-100 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.px-116 {
  padding-left: 29rem;
  padding-right: 29rem;
}

.px-120 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.px-125 {
  padding-left: 31.25rem;
  padding-right: 31.25rem;
}

.px-135 {
  padding-left: 33.75rem;
  padding-right: 33.75rem;
}

.px-160 {
  padding-left: 40rem;
  padding-right: 40rem;
}

.px-180 {
  padding-left: 45rem;
  padding-right: 45rem;
}

.px-240 {
  padding-left: 60rem;
  padding-right: 60rem;
}

.px-285 {
  padding-left: 71.25rem;
  padding-right: 71.25rem;
}

.px-330 {
  padding-left: 82.5rem;
  padding-right: 82.5rem;
}

.px-unset {
  padding-left: unset;
  padding-right: unset;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.4 {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-0\.6 {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}

.px-0\.75 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.px-1\.2 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.px-1\.25 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.px-1\.4 {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-1\.6 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.px-1\.75 {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}

.px-1\.8 {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}

.px-2\.2 {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-2\.6 {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

.px-2\.7 {
  padding-left: 0.675rem;
  padding-right: 0.675rem;
}

.px-2\.8 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.px-3\.4 {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-3\.6 {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.px-4\.8 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.px-5\.3 {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.px-5\.4 {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.px-5\.5 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-5\.6 {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.px-6\.5 {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.px-70\/100 {
  padding-left: 70%;
  padding-right: 70%;
}

.px-31\/100 {
  padding-left: 31%;
  padding-right: 31%;
}

.px-15\/100 {
  padding-left: 15%;
  padding-right: 15%;
}

.px-1\/100 {
  padding-left: 1%;
  padding-right: 1%;
}

.px-1\/10 {
  padding-left: 10%;
  padding-right: 10%;
}

.px-1\/2 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-19 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-42 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-46 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-50 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-54 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-68 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-75 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-85 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.py-90 {
  padding-top: 22.5rem;
  padding-bottom: 22.5rem;
}

.py-92 {
  padding-top: 23rem;
  padding-bottom: 23rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-100 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.py-116 {
  padding-top: 29rem;
  padding-bottom: 29rem;
}

.py-120 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.py-125 {
  padding-top: 31.25rem;
  padding-bottom: 31.25rem;
}

.py-135 {
  padding-top: 33.75rem;
  padding-bottom: 33.75rem;
}

.py-160 {
  padding-top: 40rem;
  padding-bottom: 40rem;
}

.py-180 {
  padding-top: 45rem;
  padding-bottom: 45rem;
}

.py-240 {
  padding-top: 60rem;
  padding-bottom: 60rem;
}

.py-285 {
  padding-top: 71.25rem;
  padding-bottom: 71.25rem;
}

.py-330 {
  padding-top: 82.5rem;
  padding-bottom: 82.5rem;
}

.py-unset {
  padding-top: unset;
  padding-bottom: unset;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.4 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-0\.6 {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.py-0\.75 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.py-1\.2 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.py-1\.25 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-1\.4 {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1\.6 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.py-1\.75 {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.py-1\.8 {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.py-2\.2 {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-2\.6 {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.py-2\.7 {
  padding-top: 0.675rem;
  padding-bottom: 0.675rem;
}

.py-2\.8 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.py-3\.4 {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-3\.6 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-4\.8 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.py-5\.3 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.py-5\.4 {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.py-5\.5 {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.py-5\.6 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.py-6\.5 {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-70\/100 {
  padding-top: 70%;
  padding-bottom: 70%;
}

.py-31\/100 {
  padding-top: 31%;
  padding-bottom: 31%;
}

.py-15\/100 {
  padding-top: 15%;
  padding-bottom: 15%;
}

.py-1\/100 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.py-1\/10 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.py-1\/2 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-19 {
  padding-top: 4.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-34 {
  padding-top: 8.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-42 {
  padding-top: 10.5rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-46 {
  padding-top: 11.5rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-50 {
  padding-top: 12.5rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-54 {
  padding-top: 13.5rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-68 {
  padding-top: 17rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-75 {
  padding-top: 18.75rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-85 {
  padding-top: 22rem;
}

.pt-90 {
  padding-top: 22.5rem;
}

.pt-92 {
  padding-top: 23rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-100 {
  padding-top: 25rem;
}

.pt-116 {
  padding-top: 29rem;
}

.pt-120 {
  padding-top: 30rem;
}

.pt-125 {
  padding-top: 31.25rem;
}

.pt-135 {
  padding-top: 33.75rem;
}

.pt-160 {
  padding-top: 40rem;
}

.pt-180 {
  padding-top: 45rem;
}

.pt-240 {
  padding-top: 60rem;
}

.pt-285 {
  padding-top: 71.25rem;
}

.pt-330 {
  padding-top: 82.5rem;
}

.pt-unset {
  padding-top: unset;
}

.pt-px {
  padding-top: 1px;
}

.pt-0\.4 {
  padding-top: 0.1rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-0\.6 {
  padding-top: 0.15rem;
}

.pt-0\.75 {
  padding-top: 0.2rem;
}

.pt-1\.2 {
  padding-top: 0.3rem;
}

.pt-1\.25 {
  padding-top: 0.3125rem;
}

.pt-1\.4 {
  padding-top: 0.35rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-1\.6 {
  padding-top: 0.4rem;
}

.pt-1\.75 {
  padding-top: 0.4375rem;
}

.pt-1\.8 {
  padding-top: 0.45rem;
}

.pt-2\.2 {
  padding-top: 0.55rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-2\.6 {
  padding-top: 0.65rem;
}

.pt-2\.7 {
  padding-top: 0.675rem;
}

.pt-2\.8 {
  padding-top: 0.7rem;
}

.pt-3\.4 {
  padding-top: 0.85rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-3\.6 {
  padding-top: 0.9rem;
}

.pt-4\.5 {
  padding-top: 1.125rem;
}

.pt-4\.8 {
  padding-top: 1.2rem;
}

.pt-5\.3 {
  padding-top: 1.3rem;
}

.pt-5\.4 {
  padding-top: 1.35rem;
}

.pt-5\.5 {
  padding-top: 1.375rem;
}

.pt-5\.6 {
  padding-top: 1.4rem;
}

.pt-6\.5 {
  padding-top: 1.625rem;
}

.pt-70\/100 {
  padding-top: 70%;
}

.pt-31\/100 {
  padding-top: 31%;
}

.pt-15\/100 {
  padding-top: 15%;
}

.pt-1\/100 {
  padding-top: 1%;
}

.pt-1\/10 {
  padding-top: 10%;
}

.pt-1\/2 {
  padding-top: 50%;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-19 {
  padding-right: 4.75rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-25 {
  padding-right: 6.25rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-34 {
  padding-right: 8.5rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-42 {
  padding-right: 10.5rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-46 {
  padding-right: 11.5rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-50 {
  padding-right: 12.5rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-54 {
  padding-right: 13.5rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-68 {
  padding-right: 17rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-75 {
  padding-right: 18.75rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-85 {
  padding-right: 22rem;
}

.pr-90 {
  padding-right: 22.5rem;
}

.pr-92 {
  padding-right: 23rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-100 {
  padding-right: 25rem;
}

.pr-116 {
  padding-right: 29rem;
}

.pr-120 {
  padding-right: 30rem;
}

.pr-125 {
  padding-right: 31.25rem;
}

.pr-135 {
  padding-right: 33.75rem;
}

.pr-160 {
  padding-right: 40rem;
}

.pr-180 {
  padding-right: 45rem;
}

.pr-240 {
  padding-right: 60rem;
}

.pr-285 {
  padding-right: 71.25rem;
}

.pr-330 {
  padding-right: 82.5rem;
}

.pr-unset {
  padding-right: unset;
}

.pr-px {
  padding-right: 1px;
}

.pr-0\.4 {
  padding-right: 0.1rem;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-0\.6 {
  padding-right: 0.15rem;
}

.pr-0\.75 {
  padding-right: 0.2rem;
}

.pr-1\.2 {
  padding-right: 0.3rem;
}

.pr-1\.25 {
  padding-right: 0.3125rem;
}

.pr-1\.4 {
  padding-right: 0.35rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-1\.6 {
  padding-right: 0.4rem;
}

.pr-1\.75 {
  padding-right: 0.4375rem;
}

.pr-1\.8 {
  padding-right: 0.45rem;
}

.pr-2\.2 {
  padding-right: 0.55rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-2\.6 {
  padding-right: 0.65rem;
}

.pr-2\.7 {
  padding-right: 0.675rem;
}

.pr-2\.8 {
  padding-right: 0.7rem;
}

.pr-3\.4 {
  padding-right: 0.85rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-3\.6 {
  padding-right: 0.9rem;
}

.pr-4\.5 {
  padding-right: 1.125rem;
}

.pr-4\.8 {
  padding-right: 1.2rem;
}

.pr-5\.3 {
  padding-right: 1.3rem;
}

.pr-5\.4 {
  padding-right: 1.35rem;
}

.pr-5\.5 {
  padding-right: 1.375rem;
}

.pr-5\.6 {
  padding-right: 1.4rem;
}

.pr-6\.5 {
  padding-right: 1.625rem;
}

.pr-70\/100 {
  padding-right: 70%;
}

.pr-31\/100 {
  padding-right: 31%;
}

.pr-15\/100 {
  padding-right: 15%;
}

.pr-1\/100 {
  padding-right: 1%;
}

.pr-1\/10 {
  padding-right: 10%;
}

.pr-1\/2 {
  padding-right: 50%;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-19 {
  padding-bottom: 4.75rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-25 {
  padding-bottom: 6.25rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-34 {
  padding-bottom: 8.5rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-42 {
  padding-bottom: 10.5rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-46 {
  padding-bottom: 11.5rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-50 {
  padding-bottom: 12.5rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-54 {
  padding-bottom: 13.5rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-68 {
  padding-bottom: 17rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-75 {
  padding-bottom: 18.75rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-85 {
  padding-bottom: 22rem;
}

.pb-90 {
  padding-bottom: 22.5rem;
}

.pb-92 {
  padding-bottom: 23rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-100 {
  padding-bottom: 25rem;
}

.pb-116 {
  padding-bottom: 29rem;
}

.pb-120 {
  padding-bottom: 30rem;
}

.pb-125 {
  padding-bottom: 31.25rem;
}

.pb-135 {
  padding-bottom: 33.75rem;
}

.pb-160 {
  padding-bottom: 40rem;
}

.pb-180 {
  padding-bottom: 45rem;
}

.pb-240 {
  padding-bottom: 60rem;
}

.pb-285 {
  padding-bottom: 71.25rem;
}

.pb-330 {
  padding-bottom: 82.5rem;
}

.pb-unset {
  padding-bottom: unset;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.4 {
  padding-bottom: 0.1rem;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-0\.6 {
  padding-bottom: 0.15rem;
}

.pb-0\.75 {
  padding-bottom: 0.2rem;
}

.pb-1\.2 {
  padding-bottom: 0.3rem;
}

.pb-1\.25 {
  padding-bottom: 0.3125rem;
}

.pb-1\.4 {
  padding-bottom: 0.35rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-1\.6 {
  padding-bottom: 0.4rem;
}

.pb-1\.75 {
  padding-bottom: 0.4375rem;
}

.pb-1\.8 {
  padding-bottom: 0.45rem;
}

.pb-2\.2 {
  padding-bottom: 0.55rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-2\.6 {
  padding-bottom: 0.65rem;
}

.pb-2\.7 {
  padding-bottom: 0.675rem;
}

.pb-2\.8 {
  padding-bottom: 0.7rem;
}

.pb-3\.4 {
  padding-bottom: 0.85rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-3\.6 {
  padding-bottom: 0.9rem;
}

.pb-4\.5 {
  padding-bottom: 1.125rem;
}

.pb-4\.8 {
  padding-bottom: 1.2rem;
}

.pb-5\.3 {
  padding-bottom: 1.3rem;
}

.pb-5\.4 {
  padding-bottom: 1.35rem;
}

.pb-5\.5 {
  padding-bottom: 1.375rem;
}

.pb-5\.6 {
  padding-bottom: 1.4rem;
}

.pb-6\.5 {
  padding-bottom: 1.625rem;
}

.pb-70\/100 {
  padding-bottom: 70%;
}

.pb-31\/100 {
  padding-bottom: 31%;
}

.pb-15\/100 {
  padding-bottom: 15%;
}

.pb-1\/100 {
  padding-bottom: 1%;
}

.pb-1\/10 {
  padding-bottom: 10%;
}

.pb-1\/2 {
  padding-bottom: 50%;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-19 {
  padding-left: 4.75rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-25 {
  padding-left: 6.25rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-34 {
  padding-left: 8.5rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-42 {
  padding-left: 10.5rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-46 {
  padding-left: 11.5rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-50 {
  padding-left: 12.5rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-54 {
  padding-left: 13.5rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-68 {
  padding-left: 17rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-75 {
  padding-left: 18.75rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-85 {
  padding-left: 22rem;
}

.pl-90 {
  padding-left: 22.5rem;
}

.pl-92 {
  padding-left: 23rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-100 {
  padding-left: 25rem;
}

.pl-116 {
  padding-left: 29rem;
}

.pl-120 {
  padding-left: 30rem;
}

.pl-125 {
  padding-left: 31.25rem;
}

.pl-135 {
  padding-left: 33.75rem;
}

.pl-160 {
  padding-left: 40rem;
}

.pl-180 {
  padding-left: 45rem;
}

.pl-240 {
  padding-left: 60rem;
}

.pl-285 {
  padding-left: 71.25rem;
}

.pl-330 {
  padding-left: 82.5rem;
}

.pl-unset {
  padding-left: unset;
}

.pl-px {
  padding-left: 1px;
}

.pl-0\.4 {
  padding-left: 0.1rem;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-0\.6 {
  padding-left: 0.15rem;
}

.pl-0\.75 {
  padding-left: 0.2rem;
}

.pl-1\.2 {
  padding-left: 0.3rem;
}

.pl-1\.25 {
  padding-left: 0.3125rem;
}

.pl-1\.4 {
  padding-left: 0.35rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-1\.6 {
  padding-left: 0.4rem;
}

.pl-1\.75 {
  padding-left: 0.4375rem;
}

.pl-1\.8 {
  padding-left: 0.45rem;
}

.pl-2\.2 {
  padding-left: 0.55rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-2\.6 {
  padding-left: 0.65rem;
}

.pl-2\.7 {
  padding-left: 0.675rem;
}

.pl-2\.8 {
  padding-left: 0.7rem;
}

.pl-3\.4 {
  padding-left: 0.85rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-3\.6 {
  padding-left: 0.9rem;
}

.pl-4\.5 {
  padding-left: 1.125rem;
}

.pl-4\.8 {
  padding-left: 1.2rem;
}

.pl-5\.3 {
  padding-left: 1.3rem;
}

.pl-5\.4 {
  padding-left: 1.35rem;
}

.pl-5\.5 {
  padding-left: 1.375rem;
}

.pl-5\.6 {
  padding-left: 1.4rem;
}

.pl-6\.5 {
  padding-left: 1.625rem;
}

.pl-70\/100 {
  padding-left: 70%;
}

.pl-31\/100 {
  padding-left: 31%;
}

.pl-15\/100 {
  padding-left: 15%;
}

.pl-1\/100 {
  padding-left: 1%;
}

.pl-1\/10 {
  padding-left: 10%;
}

.pl-1\/2 {
  padding-left: 50%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-sans {
  font-family: Nunito, sans-serif;
}

.font-serif {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
}

.font-body {
  font-family: Roboto, sans-serif;
}

.font-awesome {
  font-family: FontAwesome;
}

.font-awesome-5-free {
  font-family: Font Awesome\ 5 Free;
}

.text-inherit {
  font-size: inherit;
}

.text-3xs {
  font-size: 0.5rem;
  line-height: 1rem;
}

.text-xxs {
  font-size: 0.65rem;
  line-height: 1rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.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: 5rem;
  line-height: 1;
}

.text-9xl {
  font-size: 6rem;
  line-height: 1;
}

.text-10xl {
  font-size: 8rem;
  line-height: 1;
}

.text-size-banner-calculate {
  font-size: calc(1.625rem+4.5vw);
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-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;
}

.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;
}

.text-transparent {
  color: transparent;
}

.text-current {
  color: currentColor;
}

.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-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-text-opacity));
}

.text-gray-850 {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-text-opacity));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-text-opacity));
}

.text-gray-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-gray-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.text-gray-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.text-gray-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.text-gray-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.text-gray-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.text-gray-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.text-gray-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-gray-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.text-gray-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-text-opacity));
}

.text-red-650 {
  --tw-text-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.text-yellow-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.text-green-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.text-green-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.text-green-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.text-green-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.text-green-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.text-green-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.text-green-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.text-green-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.text-green-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.text-purple-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.text-purple-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.text-purple-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.text-purple-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.text-purple-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.text-purple-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.text-purple-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.text-purple-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.text-purple-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-text-opacity));
}

.text-blue-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.text-slate-150 {
  --tw-text-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-text-opacity));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-text-opacity));
}

.text-slate-250 {
  --tw-text-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-text-opacity));
}

.text-slate-650 {
  --tw-text-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-text-opacity));
}

.text-slate-750 {
  --tw-text-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-text-opacity));
}

.text-slate-850 {
  --tw-text-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-text-opacity));
}

.text-slate {
}

.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.text-zinc {
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.text-neutral {
}

.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.text-stone {
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 245, 211, 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-650 {
  --tw-text-opacity: 1;
  color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.text-orange-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.text-orange-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.text-orange-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.text-orange-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.text-orange-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-orange-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.text-orange-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.text-orange-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.text-orange-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-amber-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-amber-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-amber-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-amber-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-amber-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-amber-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-amber-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-amber-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-amber-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-text-opacity));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.text-lime-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.text-lime-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.text-lime-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.text-lime-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.text-lime-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.text-lime-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.text-lime-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.text-lime-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.text-lime-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-emerald-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, 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-550 {
  --tw-text-opacity: 1;
  color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.text-teal-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.text-teal-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.text-teal-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.text-teal-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.text-teal-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.text-teal-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.text-teal-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.text-teal-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.text-teal-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.text-cyan-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-text-opacity));
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-text-opacity));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-text-opacity));
}

.text-sky-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.text-sky-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.text-sky-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.text-sky-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.text-sky-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.text-sky-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.text-sky-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.text-sky-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.text-sky-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.text-sky-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-violet-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-violet-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-violet-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-violet-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-violet-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-violet-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-violet-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-violet-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-violet-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 102, var(--tw-text-opacity));
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.text-fuchsia-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.text-rose-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.text-rose-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.text-rose-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.text-rose-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.text-rose-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.text-rose-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.text-rose-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.text-rose-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.text-rose-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.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-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-850 {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-950 {
  --tw-text-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-650 {
  --tw-text-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-50 {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-100 {
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-150 {
  --tw-text-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-250 {
  --tw-text-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-300 {
  --tw-text-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-400 {
  --tw-text-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-500 {
  --tw-text-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-600 {
  --tw-text-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-650 {
  --tw-text-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-700 {
  --tw-text-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-750 {
  --tw-text-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-800 {
  --tw-text-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-850 {
  --tw-text-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-900 {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate-950 {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-slate {
}

.group:hover .group-hover\:text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-zinc {
}

.group:hover .group-hover\:text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-neutral {
}

.group:hover .group-hover\:text-stone-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-100 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-200 {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-400 {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-600 {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-700 {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-800 {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone-900 {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-stone {
}

.group:hover .group-hover\:text-orange-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 245, 211, 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-650 {
  --tw-text-opacity: 1;
  color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-amber-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-500 {
  --tw-text-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-600 {
  --tw-text-opacity: 1;
  color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lime-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-emerald-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, 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-550 {
  --tw-text-opacity: 1;
  color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-cyan-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-200 {
  --tw-text-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-600 {
  --tw-text-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-900 {
  --tw-text-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-sky-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-violet-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-fuchsia-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rose-DEFAULT-900 {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-current:focus-within {
  color: currentColor;
}

.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-gray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-text-opacity));
}

.focus-within\:text-gray-850:focus-within {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-text-opacity));
}

.focus-within\:text-gray-950:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus-within\:text-gray-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-text-opacity));
}

.focus-within\:text-red-650:focus-within {
  --tw-text-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:text-red-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus-within\:text-yellow-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus-within\:text-green-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus-within\:text-purple-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-within\:text-pink-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:text-blue-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:text-slate-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus-within\:text-slate-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.focus-within\:text-slate-150:focus-within {
  --tw-text-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-text-opacity));
}

.focus-within\:text-slate-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-text-opacity));
}

.focus-within\:text-slate-250:focus-within {
  --tw-text-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-text-opacity));
}

.focus-within\:text-slate-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-text-opacity));
}

.focus-within\:text-slate-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-text-opacity));
}

.focus-within\:text-slate-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-text-opacity));
}

.focus-within\:text-slate-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-text-opacity));
}

.focus-within\:text-slate-650:focus-within {
  --tw-text-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-text-opacity));
}

.focus-within\:text-slate-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-text-opacity));
}

.focus-within\:text-slate-750:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-text-opacity));
}

.focus-within\:text-slate-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-text-opacity));
}

.focus-within\:text-slate-850:focus-within {
  --tw-text-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-text-opacity));
}

.focus-within\:text-slate-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus-within\:text-slate-950:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-text-opacity));
}

.focus-within\:text-slate:focus-within {
}

.focus-within\:text-zinc-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-within\:text-zinc-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus-within\:text-zinc-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus-within\:text-zinc-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus-within\:text-zinc-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus-within\:text-zinc-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus-within\:text-zinc-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus-within\:text-zinc-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus-within\:text-zinc-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus-within\:text-zinc-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus-within\:text-zinc:focus-within {
}

.focus-within\:text-neutral-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-within\:text-neutral-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus-within\:text-neutral-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus-within\:text-neutral-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus-within\:text-neutral-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus-within\:text-neutral-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}

.focus-within\:text-neutral-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus-within\:text-neutral-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus-within\:text-neutral-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-neutral-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.focus-within\:text-neutral:focus-within {
}

.focus-within\:text-stone-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus-within\:text-stone-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus-within\:text-stone-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus-within\:text-stone-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus-within\:text-stone-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus-within\:text-stone-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus-within\:text-stone-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus-within\:text-stone-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus-within\:text-stone-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus-within\:text-stone-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus-within\:text-stone:focus-within {
}

.focus-within\:text-orange-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 245, 211, 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-650:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus-within\:text-orange-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-within\:text-amber-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
}

.focus-within\:text-lime-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-text-opacity));
}

.focus-within\:text-lime-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus-within\:text-lime-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-within\:text-emerald-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, 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-550:focus-within {
  --tw-text-opacity: 1;
  color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus-within\:text-teal-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
}

.focus-within\:text-cyan-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-text-opacity));
}

.focus-within\:text-cyan-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus-within\:text-cyan-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus-within\:text-sky-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus-within\:text-sky-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus-within\:text-sky-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-text-opacity));
}

.focus-within\:text-sky-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus-within\:text-sky-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus-within\:text-sky-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus-within\:text-sky-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-text-opacity));
}

.focus-within\:text-sky-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus-within\:text-sky-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus-within\:text-sky-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus-within\:text-sky-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:text-violet-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus-within\:text-fuchsia-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus-within\:text-rose-DEFAULT-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.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-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-text-opacity));
}

.hover\:text-gray-850:hover {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-text-opacity));
}

.hover\:text-gray-950:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hover\:text-gray-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-text-opacity));
}

.hover\:text-red-650:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.hover\:text-green-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.hover\:text-purple-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-slate-50:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.hover\:text-slate-100:hover {
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.hover\:text-slate-150:hover {
  --tw-text-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-text-opacity));
}

.hover\:text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-text-opacity));
}

.hover\:text-slate-250:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-text-opacity));
}

.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-text-opacity));
}

.hover\:text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-text-opacity));
}

.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-text-opacity));
}

.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-text-opacity));
}

.hover\:text-slate-650:hover {
  --tw-text-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-text-opacity));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-text-opacity));
}

.hover\:text-slate-750:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-text-opacity));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-text-opacity));
}

.hover\:text-slate-850:hover {
  --tw-text-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-text-opacity));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.hover\:text-slate-950:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-text-opacity));
}

.hover\:text-slate:hover {
}

.hover\:text-zinc-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-zinc-100:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hover\:text-zinc-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hover\:text-zinc-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hover\:text-zinc-400:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hover\:text-zinc-500:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hover\:text-zinc-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hover\:text-zinc-700:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hover\:text-zinc-800:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hover\:text-zinc-900:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hover\:text-zinc:hover {
}

.hover\:text-neutral-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.hover\:text-neutral-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.hover\:text-neutral-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.hover\:text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}

.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.hover\:text-neutral:hover {
}

.hover\:text-stone-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.hover\:text-stone-100:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.hover\:text-stone-200:hover {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.hover\:text-stone-300:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.hover\:text-stone-400:hover {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.hover\:text-stone-500:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.hover\:text-stone-600:hover {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.hover\:text-stone-700:hover {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.hover\:text-stone-800:hover {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.hover\:text-stone-900:hover {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.hover\:text-stone:hover {
}

.hover\:text-orange-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 245, 211, 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-650:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.hover\:text-orange-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-amber-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-text-opacity));
}

.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.hover\:text-lime-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-emerald-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, 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-550:hover {
  --tw-text-opacity: 1;
  color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.hover\:text-teal-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
}

.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-text-opacity));
}

.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1;
  color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.hover\:text-cyan-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.hover\:text-sky-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.hover\:text-sky-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.hover\:text-sky-200:hover {
  --tw-text-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-text-opacity));
}

.hover\:text-sky-300:hover {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-text-opacity));
}

.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.hover\:text-sky-900:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.hover\:text-sky-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-violet-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
}

.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 102, var(--tw-text-opacity));
}

.hover\:text-fuchsia-900:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.hover\:text-fuchsia-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-400:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-500:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-600:hover {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-700:hover {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-800:hover {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.hover\:text-rose-DEFAULT-900:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-current:focus {
  color: currentColor;
}

.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-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-text-opacity));
}

.focus\:text-gray-850:focus {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-text-opacity));
}

.focus\:text-gray-950:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus\:text-gray-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-text-opacity));
}

.focus\:text-red-650:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.focus\:text-green-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-text-opacity));
}

.focus\:text-purple-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-slate-50:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-text-opacity));
}

.focus\:text-slate-100:focus {
  --tw-text-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-text-opacity));
}

.focus\:text-slate-150:focus {
  --tw-text-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-text-opacity));
}

.focus\:text-slate-200:focus {
  --tw-text-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-text-opacity));
}

.focus\:text-slate-250:focus {
  --tw-text-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-text-opacity));
}

.focus\:text-slate-300:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-text-opacity));
}

.focus\:text-slate-400:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-text-opacity));
}

.focus\:text-slate-500:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-text-opacity));
}

.focus\:text-slate-600:focus {
  --tw-text-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-text-opacity));
}

.focus\:text-slate-650:focus {
  --tw-text-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-text-opacity));
}

.focus\:text-slate-700:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-text-opacity));
}

.focus\:text-slate-750:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-text-opacity));
}

.focus\:text-slate-800:focus {
  --tw-text-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-text-opacity));
}

.focus\:text-slate-850:focus {
  --tw-text-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-text-opacity));
}

.focus\:text-slate-900:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}

.focus\:text-slate-950:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-text-opacity));
}

.focus\:text-slate:focus {
}

.focus\:text-zinc-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-zinc-100:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus\:text-zinc-200:focus {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus\:text-zinc-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus\:text-zinc-400:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus\:text-zinc-500:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus\:text-zinc-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus\:text-zinc-700:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus\:text-zinc-800:focus {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus\:text-zinc-900:focus {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus\:text-zinc:focus {
}

.focus\:text-neutral-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:text-neutral-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus\:text-neutral-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.focus\:text-neutral-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

.focus\:text-neutral-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-text-opacity));
}

.focus\:text-neutral-500:focus {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}

.focus\:text-neutral-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus\:text-neutral-700:focus {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.focus\:text-neutral-800:focus {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.focus\:text-neutral-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.focus\:text-neutral:focus {
}

.focus\:text-stone-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-text-opacity));
}

.focus\:text-stone-100:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-text-opacity));
}

.focus\:text-stone-200:focus {
  --tw-text-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-text-opacity));
}

.focus\:text-stone-300:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}

.focus\:text-stone-400:focus {
  --tw-text-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-text-opacity));
}

.focus\:text-stone-500:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}

.focus\:text-stone-600:focus {
  --tw-text-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-text-opacity));
}

.focus\:text-stone-700:focus {
  --tw-text-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-text-opacity));
}

.focus\:text-stone-800:focus {
  --tw-text-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-text-opacity));
}

.focus\:text-stone-900:focus {
  --tw-text-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-text-opacity));
}

.focus\:text-stone:focus {
}

.focus\:text-orange-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 245, 211, 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-650:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.focus\:text-orange-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-amber-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
}

.focus\:text-lime-500:focus {
  --tw-text-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-text-opacity));
}

.focus\:text-lime-600:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-text-opacity));
}

.focus\:text-lime-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-emerald-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, 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-550:focus {
  --tw-text-opacity: 1;
  color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-text-opacity));
}

.focus\:text-teal-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
}

.focus\:text-cyan-500:focus {
  --tw-text-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-text-opacity));
}

.focus\:text-cyan-600:focus {
  --tw-text-opacity: 1;
  color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-text-opacity));
}

.focus\:text-cyan-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-text-opacity));
}

.focus\:text-sky-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus\:text-sky-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus\:text-sky-200:focus {
  --tw-text-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-text-opacity));
}

.focus\:text-sky-300:focus {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus\:text-sky-400:focus {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus\:text-sky-500:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus\:text-sky-600:focus {
  --tw-text-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-text-opacity));
}

.focus\:text-sky-700:focus {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus\:text-sky-800:focus {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus\:text-sky-900:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-text-opacity));
}

.focus\:text-sky-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-violet-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
}

.focus\:text-fuchsia-800:focus {
  --tw-text-opacity: 1;
  color: rgba(131, 8, 102, var(--tw-text-opacity));
}

.focus\:text-fuchsia-900:focus {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-text-opacity));
}

.focus\:text-fuchsia-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-300:focus {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-400:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-500:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-600:focus {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-700:focus {
  --tw-text-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-800:focus {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.focus\:text-rose-DEFAULT-900:focus {
  --tw-text-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.focus-within\:underline:focus-within {
  text-decoration: underline;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-black::-moz-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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
}

.placeholder-gray-850::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
}

.placeholder-gray-850::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
}

.placeholder-gray-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-gray-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
}

.placeholder-red-650::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
}

.placeholder-red-650::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(189, 0, 0, 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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.placeholder-yellow-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 173, 55, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.placeholder-green-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(121, 40, 202, 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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.placeholder-purple-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 0, 128, 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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-slate-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-slate-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.placeholder-slate-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.placeholder-slate-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.placeholder-slate-150::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
}

.placeholder-slate-150::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
}

.placeholder-slate-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
}

.placeholder-slate-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
}

.placeholder-slate-250::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
}

.placeholder-slate-250::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
}

.placeholder-slate-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
}

.placeholder-slate-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
}

.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
}

.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
}

.placeholder-slate-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
}

.placeholder-slate-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
}

.placeholder-slate-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
}

.placeholder-slate-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
}

.placeholder-slate-650::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
}

.placeholder-slate-650::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
}

.placeholder-slate-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
}

.placeholder-slate-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
}

.placeholder-slate-750::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
}

.placeholder-slate-750::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
}

.placeholder-slate-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
}

.placeholder-slate-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
}

.placeholder-slate-850::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
}

.placeholder-slate-850::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
}

.placeholder-slate-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-slate-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.placeholder-slate-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
}

.placeholder-slate-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
}

.placeholder-slate::-moz-placeholder {
}

.placeholder-slate::placeholder {
}

.placeholder-zinc-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-zinc-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-zinc-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-zinc-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.placeholder-zinc-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-zinc-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.placeholder-zinc-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-zinc-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.placeholder-zinc-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-zinc-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.placeholder-zinc-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-zinc-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.placeholder-zinc-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-zinc-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.placeholder-zinc-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-zinc-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.placeholder-zinc-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-zinc-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.placeholder-zinc-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-zinc-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.placeholder-zinc::-moz-placeholder {
}

.placeholder-zinc::placeholder {
}

.placeholder-neutral-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-neutral-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.placeholder-neutral-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-neutral-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-neutral-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-neutral-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.placeholder-neutral-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-neutral-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.placeholder-neutral-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
}

.placeholder-neutral-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
}

.placeholder-neutral-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-neutral-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.placeholder-neutral-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-neutral-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.placeholder-neutral-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-neutral-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-neutral-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.placeholder-neutral-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.placeholder-neutral::-moz-placeholder {
}

.placeholder-neutral::placeholder {
}

.placeholder-stone-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-stone-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.placeholder-stone-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-stone-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.placeholder-stone-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-stone-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.placeholder-stone-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-stone-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.placeholder-stone-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-stone-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.placeholder-stone-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-stone-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.placeholder-stone-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-stone-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.placeholder-stone-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-stone-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.placeholder-stone-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-stone-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.placeholder-stone-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-stone-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.placeholder-stone::-moz-placeholder {
}

.placeholder-stone::placeholder {
}

.placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
}

.placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-650::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-650::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 61, 0, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.placeholder-orange-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
}

.placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-amber-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
}

.placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
}

.placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
}

.placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 177, 8, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.placeholder-lime-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-emerald-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-550::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
}

.placeholder-teal-550::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 152, 116, 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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.placeholder-teal-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
}

.placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
}

.placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
}

.placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 161, 196, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-cyan-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.placeholder-sky-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-sky-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-sky-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-sky-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-sky-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
}

.placeholder-sky-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
}

.placeholder-sky-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-sky-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-sky-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-sky-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-sky-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-sky-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-sky-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
}

.placeholder-sky-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
}

.placeholder-sky-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-sky-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-sky-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-sky-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-sky-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
}

.placeholder-sky-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.placeholder-sky-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-violet-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 8, 102, 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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.placeholder-fuchsia-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
}

.placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-rose-DEFAULT-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-black:focus::-moz-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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-850:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-850:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-650:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-650:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(189, 0, 0, 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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 173, 55, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(121, 40, 202, 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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 0, 128, 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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-150:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-150:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-250:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-250:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-650:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-650:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-750:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-750:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-850:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-850:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
}

.focus\:placeholder-slate:focus::-moz-placeholder {
}

.focus\:placeholder-slate:focus::placeholder {
}

.focus\:placeholder-zinc-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-zinc:focus::-moz-placeholder {
}

.focus\:placeholder-zinc:focus::placeholder {
}

.focus\:placeholder-neutral-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.focus\:placeholder-neutral:focus::-moz-placeholder {
}

.focus\:placeholder-neutral:focus::placeholder {
}

.focus\:placeholder-stone-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
}

.focus\:placeholder-stone:focus::-moz-placeholder {
}

.focus\:placeholder-stone:focus::placeholder {
}

.focus\:placeholder-orange-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-650:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-650:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 61, 0, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 177, 8, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-550:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-550:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(50, 152, 116, 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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 161, 196, 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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 8, 102, 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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
}

.focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-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::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.caret-transparent {
  caret-color: transparent;
}

.caret-current {
  caret-color: currentColor;
}

.caret-black {
  caret-color: #000;
}

.caret-white {
  caret-color: #fff;
}

.caret-gray-50 {
  caret-color: #f8f9fa;
}

.caret-gray-100 {
  caret-color: #ebeff4;
}

.caret-gray-200 {
  caret-color: #e9ecef;
}

.caret-gray-300 {
  caret-color: #d2d6da;
}

.caret-gray-400 {
  caret-color: #ced4da;
}

.caret-gray-500 {
  caret-color: #adb5bd;
}

.caret-gray-600 {
  caret-color: #6c757d;
}

.caret-gray-700 {
  caret-color: #495057;
}

.caret-gray-800 {
  caret-color: #252f40;
}

.caret-gray-850 {
  caret-color: #1a2035;
}

.caret-gray-900 {
  caret-color: #141727;
}

.caret-gray-950 {
  caret-color: #111322;
}

.caret-gray-DEFAULT-50 {
  caret-color: #fafafa;
}

.caret-gray-DEFAULT-100 {
  caret-color: #f4f4f5;
}

.caret-gray-DEFAULT-200 {
  caret-color: #e4e4e7;
}

.caret-gray-DEFAULT-300 {
  caret-color: #d4d4d8;
}

.caret-gray-DEFAULT-400 {
  caret-color: #a1a1aa;
}

.caret-gray-DEFAULT-500 {
  caret-color: #71717a;
}

.caret-gray-DEFAULT-600 {
  caret-color: #52525b;
}

.caret-gray-DEFAULT-700 {
  caret-color: #3f3f46;
}

.caret-gray-DEFAULT-800 {
  caret-color: #27272a;
}

.caret-gray-DEFAULT-900 {
  caret-color: #18181b;
}

.caret-red-50 {
  caret-color: #fef2f2;
}

.caret-red-100 {
  caret-color: #fee2e2;
}

.caret-red-200 {
  caret-color: #fc9797;
}

.caret-red-300 {
  caret-color: #fca5a5;
}

.caret-red-400 {
  caret-color: #f87171;
}

.caret-red-500 {
  caret-color: #f53939;
}

.caret-red-600 {
  caret-color: #ea0606;
}

.caret-red-650 {
  caret-color: #d41f1a;
}

.caret-red-700 {
  caret-color: #bd0000;
}

.caret-red-800 {
  caret-color: #991b1b;
}

.caret-red-900 {
  caret-color: #7f1d1d;
}

.caret-red-DEFAULT-50 {
  caret-color: #fef2f2;
}

.caret-red-DEFAULT-100 {
  caret-color: #fee2e2;
}

.caret-red-DEFAULT-200 {
  caret-color: #fecaca;
}

.caret-red-DEFAULT-300 {
  caret-color: #fca5a5;
}

.caret-red-DEFAULT-400 {
  caret-color: #f87171;
}

.caret-red-DEFAULT-500 {
  caret-color: #ef4444;
}

.caret-red-DEFAULT-600 {
  caret-color: #dc2626;
}

.caret-red-DEFAULT-700 {
  caret-color: #b91c1c;
}

.caret-red-DEFAULT-800 {
  caret-color: #991b1b;
}

.caret-red-DEFAULT-900 {
  caret-color: #7f1d1d;
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-400 {
  caret-color: #fbcf33;
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-700 {
  caret-color: #a16207;
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-900 {
  caret-color: #713f12;
}

.caret-yellow-DEFAULT-50 {
  caret-color: #fefce8;
}

.caret-yellow-DEFAULT-100 {
  caret-color: #fef9c3;
}

.caret-yellow-DEFAULT-200 {
  caret-color: #fef08a;
}

.caret-yellow-DEFAULT-300 {
  caret-color: #fde047;
}

.caret-yellow-DEFAULT-400 {
  caret-color: #facc15;
}

.caret-yellow-DEFAULT-500 {
  caret-color: #eab308;
}

.caret-yellow-DEFAULT-600 {
  caret-color: #ca8a04;
}

.caret-yellow-DEFAULT-700 {
  caret-color: #a16207;
}

.caret-yellow-DEFAULT-800 {
  caret-color: #854d0e;
}

.caret-yellow-DEFAULT-900 {
  caret-color: #713f12;
}

.caret-green-50 {
  caret-color: #f0fdf4;
}

.caret-green-100 {
  caret-color: #dcfce7;
}

.caret-green-200 {
  caret-color: #bbf7d0;
}

.caret-green-300 {
  caret-color: #86efac;
}

.caret-green-400 {
  caret-color: #4ade80;
}

.caret-green-500 {
  caret-color: #22c55e;
}

.caret-green-600 {
  caret-color: #17ad37;
}

.caret-green-700 {
  caret-color: #15803d;
}

.caret-green-800 {
  caret-color: #166534;
}

.caret-green-900 {
  caret-color: #14532d;
}

.caret-green-DEFAULT-50 {
  caret-color: #f0fdf4;
}

.caret-green-DEFAULT-100 {
  caret-color: #dcfce7;
}

.caret-green-DEFAULT-200 {
  caret-color: #bbf7d0;
}

.caret-green-DEFAULT-300 {
  caret-color: #86efac;
}

.caret-green-DEFAULT-400 {
  caret-color: #4ade80;
}

.caret-green-DEFAULT-500 {
  caret-color: #22c55e;
}

.caret-green-DEFAULT-600 {
  caret-color: #16a34a;
}

.caret-green-DEFAULT-700 {
  caret-color: #15803d;
}

.caret-green-DEFAULT-800 {
  caret-color: #166534;
}

.caret-green-DEFAULT-900 {
  caret-color: #14532d;
}

.caret-indigo-50 {
  caret-color: #eef2ff;
}

.caret-indigo-100 {
  caret-color: #e0e7ff;
}

.caret-indigo-200 {
  caret-color: #c7d2fe;
}

.caret-indigo-300 {
  caret-color: #a5b4fc;
}

.caret-indigo-400 {
  caret-color: #818cf8;
}

.caret-indigo-500 {
  caret-color: #6366f1;
}

.caret-indigo-600 {
  caret-color: #4f46e5;
}

.caret-indigo-700 {
  caret-color: #4338ca;
}

.caret-indigo-800 {
  caret-color: #3730a3;
}

.caret-indigo-900 {
  caret-color: #312e81;
}

.caret-indigo-DEFAULT-50 {
  caret-color: #eef2ff;
}

.caret-indigo-DEFAULT-100 {
  caret-color: #e0e7ff;
}

.caret-indigo-DEFAULT-200 {
  caret-color: #c7d2fe;
}

.caret-indigo-DEFAULT-300 {
  caret-color: #a5b4fc;
}

.caret-indigo-DEFAULT-400 {
  caret-color: #818cf8;
}

.caret-indigo-DEFAULT-500 {
  caret-color: #6366f1;
}

.caret-indigo-DEFAULT-600 {
  caret-color: #4f46e5;
}

.caret-indigo-DEFAULT-700 {
  caret-color: #4338ca;
}

.caret-indigo-DEFAULT-800 {
  caret-color: #3730a3;
}

.caret-indigo-DEFAULT-900 {
  caret-color: #312e81;
}

.caret-purple-50 {
  caret-color: #faf5ff;
}

.caret-purple-100 {
  caret-color: #f3e8ff;
}

.caret-purple-200 {
  caret-color: #e9d5ff;
}

.caret-purple-300 {
  caret-color: #d8b4fe;
}

.caret-purple-400 {
  caret-color: #c084fc;
}

.caret-purple-500 {
  caret-color: #a855f7;
}

.caret-purple-600 {
  caret-color: #9333ea;
}

.caret-purple-700 {
  caret-color: #7928ca;
}

.caret-purple-800 {
  caret-color: #6b21a8;
}

.caret-purple-900 {
  caret-color: #581c87;
}

.caret-purple-DEFAULT-50 {
  caret-color: #faf5ff;
}

.caret-purple-DEFAULT-100 {
  caret-color: #f3e8ff;
}

.caret-purple-DEFAULT-200 {
  caret-color: #e9d5ff;
}

.caret-purple-DEFAULT-300 {
  caret-color: #d8b4fe;
}

.caret-purple-DEFAULT-400 {
  caret-color: #c084fc;
}

.caret-purple-DEFAULT-500 {
  caret-color: #a855f7;
}

.caret-purple-DEFAULT-600 {
  caret-color: #9333ea;
}

.caret-purple-DEFAULT-700 {
  caret-color: #7e22ce;
}

.caret-purple-DEFAULT-800 {
  caret-color: #6b21a8;
}

.caret-purple-DEFAULT-900 {
  caret-color: #581c87;
}

.caret-pink-50 {
  caret-color: #fdf2f8;
}

.caret-pink-100 {
  caret-color: #fce7f3;
}

.caret-pink-200 {
  caret-color: #fbcfe8;
}

.caret-pink-300 {
  caret-color: #f883dd;
}

.caret-pink-400 {
  caret-color: #f472b6;
}

.caret-pink-500 {
  caret-color: #ff0080;
}

.caret-pink-600 {
  caret-color: #db2777;
}

.caret-pink-700 {
  caret-color: #be185d;
}

.caret-pink-800 {
  caret-color: #9d174d;
}

.caret-pink-900 {
  caret-color: #831843;
}

.caret-pink-DEFAULT-50 {
  caret-color: #fdf2f8;
}

.caret-pink-DEFAULT-100 {
  caret-color: #fce7f3;
}

.caret-pink-DEFAULT-200 {
  caret-color: #fbcfe8;
}

.caret-pink-DEFAULT-300 {
  caret-color: #f9a8d4;
}

.caret-pink-DEFAULT-400 {
  caret-color: #f472b6;
}

.caret-pink-DEFAULT-500 {
  caret-color: #ec4899;
}

.caret-pink-DEFAULT-600 {
  caret-color: #db2777;
}

.caret-pink-DEFAULT-700 {
  caret-color: #be185d;
}

.caret-pink-DEFAULT-800 {
  caret-color: #9d174d;
}

.caret-pink-DEFAULT-900 {
  caret-color: #831843;
}

.caret-blue-50 {
  caret-color: #eff6ff;
}

.caret-blue-100 {
  caret-color: #dbeafe;
}

.caret-blue-200 {
  caret-color: #bfdbfe;
}

.caret-blue-300 {
  caret-color: #93c5fd;
}

.caret-blue-400 {
  caret-color: #60a5fa;
}

.caret-blue-500 {
  caret-color: #3b82f6;
}

.caret-blue-600 {
  caret-color: #2152ff;
}

.caret-blue-700 {
  caret-color: #1d4ed8;
}

.caret-blue-800 {
  caret-color: #344e86;
}

.caret-blue-900 {
  caret-color: #00007d;
}

.caret-blue-DEFAULT-50 {
  caret-color: #eff6ff;
}

.caret-blue-DEFAULT-100 {
  caret-color: #dbeafe;
}

.caret-blue-DEFAULT-200 {
  caret-color: #bfdbfe;
}

.caret-blue-DEFAULT-300 {
  caret-color: #93c5fd;
}

.caret-blue-DEFAULT-400 {
  caret-color: #60a5fa;
}

.caret-blue-DEFAULT-500 {
  caret-color: #3b82f6;
}

.caret-blue-DEFAULT-600 {
  caret-color: #2563eb;
}

.caret-blue-DEFAULT-700 {
  caret-color: #1d4ed8;
}

.caret-blue-DEFAULT-800 {
  caret-color: #1e40af;
}

.caret-blue-DEFAULT-900 {
  caret-color: #1e3a8a;
}

.caret-slate-50 {
  caret-color: #f8fafc;
}

.caret-slate-100 {
  caret-color: #dee2e6;
}

.caret-slate-150 {
  caret-color: #cbd3da;
}

.caret-slate-200 {
  caret-color: #e4e8ed;
}

.caret-slate-250 {
  caret-color: #c7d3de;
}

.caret-slate-300 {
  caret-color: #a8b8d8;
}

.caret-slate-400 {
  caret-color: #8392ab;
}

.caret-slate-500 {
  caret-color: #67748e;
}

.caret-slate-600 {
  caret-color: #627594;
}

.caret-slate-650 {
  caret-color: #5974a2;
}

.caret-slate-700 {
  caret-color: #344767;
}

.caret-slate-750 {
  caret-color: #1e2e4a;
}

.caret-slate-800 {
  caret-color: #3a416f;
}

.caret-slate-850 {
  caret-color: #323a54;
}

.caret-slate-900 {
  caret-color: #0f172a;
}

.caret-slate-950 {
  caret-color: #141728;
}

.caret-slate {
}

.caret-zinc-50 {
  caret-color: #fafafa;
}

.caret-zinc-100 {
  caret-color: #f4f4f5;
}

.caret-zinc-200 {
  caret-color: #e4e4e7;
}

.caret-zinc-300 {
  caret-color: #d4d4d8;
}

.caret-zinc-400 {
  caret-color: #a1a1aa;
}

.caret-zinc-500 {
  caret-color: #71717a;
}

.caret-zinc-600 {
  caret-color: #52525b;
}

.caret-zinc-700 {
  caret-color: #3f3f46;
}

.caret-zinc-800 {
  caret-color: #27272a;
}

.caret-zinc-900 {
  caret-color: #18181b;
}

.caret-zinc {
}

.caret-neutral-50 {
  caret-color: #fafafa;
}

.caret-neutral-100 {
  caret-color: #f5f5f5;
}

.caret-neutral-200 {
  caret-color: #e5e5e5;
}

.caret-neutral-300 {
  caret-color: #d4d4d4;
}

.caret-neutral-400 {
  caret-color: #a3a3a3;
}

.caret-neutral-500 {
  caret-color: #757575;
}

.caret-neutral-600 {
  caret-color: #525252;
}

.caret-neutral-700 {
  caret-color: #404040;
}

.caret-neutral-800 {
  caret-color: #262626;
}

.caret-neutral-900 {
  caret-color: #111111;
}

.caret-neutral {
}

.caret-stone-50 {
  caret-color: #fafaf9;
}

.caret-stone-100 {
  caret-color: #f5f5f4;
}

.caret-stone-200 {
  caret-color: #e7e5e4;
}

.caret-stone-300 {
  caret-color: #d6d3d1;
}

.caret-stone-400 {
  caret-color: #a8a29e;
}

.caret-stone-500 {
  caret-color: #78716c;
}

.caret-stone-600 {
  caret-color: #57534e;
}

.caret-stone-700 {
  caret-color: #44403c;
}

.caret-stone-800 {
  caret-color: #292524;
}

.caret-stone-900 {
  caret-color: #1c1917;
}

.caret-stone {
}

.caret-orange-50 {
  caret-color: #fef5d3;
}

.caret-orange-100 {
  caret-color: #ffedd5;
}

.caret-orange-200 {
  caret-color: #fed7aa;
}

.caret-orange-300 {
  caret-color: #fdba74;
}

.caret-orange-400 {
  caret-color: #fb923c;
}

.caret-orange-500 {
  caret-color: #f97316;
}

.caret-orange-600 {
  caret-color: #ea580c;
}

.caret-orange-650 {
  caret-color: #e03d00;
}

.caret-orange-700 {
  caret-color: #c2410c;
}

.caret-orange-800 {
  caret-color: #9a3412;
}

.caret-orange-900 {
  caret-color: #7c2d12;
}

.caret-orange-DEFAULT-50 {
  caret-color: #fff7ed;
}

.caret-orange-DEFAULT-100 {
  caret-color: #ffedd5;
}

.caret-orange-DEFAULT-200 {
  caret-color: #fed7aa;
}

.caret-orange-DEFAULT-300 {
  caret-color: #fdba74;
}

.caret-orange-DEFAULT-400 {
  caret-color: #fb923c;
}

.caret-orange-DEFAULT-500 {
  caret-color: #f97316;
}

.caret-orange-DEFAULT-600 {
  caret-color: #ea580c;
}

.caret-orange-DEFAULT-700 {
  caret-color: #c2410c;
}

.caret-orange-DEFAULT-800 {
  caret-color: #9a3412;
}

.caret-orange-DEFAULT-900 {
  caret-color: #7c2d12;
}

.caret-amber-50 {
  caret-color: #fffbeb;
}

.caret-amber-100 {
  caret-color: #fef3c7;
}

.caret-amber-200 {
  caret-color: #fde68a;
}

.caret-amber-300 {
  caret-color: #fcd34d;
}

.caret-amber-400 {
  caret-color: #fbc400;
}

.caret-amber-500 {
  caret-color: #f59e0b;
}

.caret-amber-600 {
  caret-color: #d97706;
}

.caret-amber-700 {
  caret-color: #b45309;
}

.caret-amber-800 {
  caret-color: #92400e;
}

.caret-amber-900 {
  caret-color: #78350f;
}

.caret-amber-DEFAULT-50 {
  caret-color: #fffbeb;
}

.caret-amber-DEFAULT-100 {
  caret-color: #fef3c7;
}

.caret-amber-DEFAULT-200 {
  caret-color: #fde68a;
}

.caret-amber-DEFAULT-300 {
  caret-color: #fcd34d;
}

.caret-amber-DEFAULT-400 {
  caret-color: #fbbf24;
}

.caret-amber-DEFAULT-500 {
  caret-color: #f59e0b;
}

.caret-amber-DEFAULT-600 {
  caret-color: #d97706;
}

.caret-amber-DEFAULT-700 {
  caret-color: #b45309;
}

.caret-amber-DEFAULT-800 {
  caret-color: #92400e;
}

.caret-amber-DEFAULT-900 {
  caret-color: #78350f;
}

.caret-lime-50 {
  caret-color: #f7fee7;
}

.caret-lime-100 {
  caret-color: #ecfccb;
}

.caret-lime-200 {
  caret-color: #cdf59b;
}

.caret-lime-300 {
  caret-color: #bef264;
}

.caret-lime-400 {
  caret-color: #98ec2d;
}

.caret-lime-500 {
  caret-color: #82d616;
}

.caret-lime-600 {
  caret-color: #67b108;
}

.caret-lime-700 {
  caret-color: #4d7c0f;
}

.caret-lime-800 {
  caret-color: #3f6212;
}

.caret-lime-900 {
  caret-color: #365314;
}

.caret-lime-DEFAULT-50 {
  caret-color: #f7fee7;
}

.caret-lime-DEFAULT-100 {
  caret-color: #ecfccb;
}

.caret-lime-DEFAULT-200 {
  caret-color: #d9f99d;
}

.caret-lime-DEFAULT-300 {
  caret-color: #bef264;
}

.caret-lime-DEFAULT-400 {
  caret-color: #a3e635;
}

.caret-lime-DEFAULT-500 {
  caret-color: #84cc16;
}

.caret-lime-DEFAULT-600 {
  caret-color: #65a30d;
}

.caret-lime-DEFAULT-700 {
  caret-color: #4d7c0f;
}

.caret-lime-DEFAULT-800 {
  caret-color: #3f6212;
}

.caret-lime-DEFAULT-900 {
  caret-color: #365314;
}

.caret-emerald-50 {
  caret-color: #ecfdf5;
}

.caret-emerald-100 {
  caret-color: #d1fae5;
}

.caret-emerald-200 {
  caret-color: #a7f3d0;
}

.caret-emerald-300 {
  caret-color: #6ee7b7;
}

.caret-emerald-400 {
  caret-color: #34d399;
}

.caret-emerald-500 {
  caret-color: #10b981;
}

.caret-emerald-600 {
  caret-color: #059669;
}

.caret-emerald-700 {
  caret-color: #047857;
}

.caret-emerald-800 {
  caret-color: #065f46;
}

.caret-emerald-900 {
  caret-color: #064e3b;
}

.caret-emerald-DEFAULT-50 {
  caret-color: #ecfdf5;
}

.caret-emerald-DEFAULT-100 {
  caret-color: #d1fae5;
}

.caret-emerald-DEFAULT-200 {
  caret-color: #a7f3d0;
}

.caret-emerald-DEFAULT-300 {
  caret-color: #6ee7b7;
}

.caret-emerald-DEFAULT-400 {
  caret-color: #34d399;
}

.caret-emerald-DEFAULT-500 {
  caret-color: #10b981;
}

.caret-emerald-DEFAULT-600 {
  caret-color: #059669;
}

.caret-emerald-DEFAULT-700 {
  caret-color: #047857;
}

.caret-emerald-DEFAULT-800 {
  caret-color: #065f46;
}

.caret-emerald-DEFAULT-900 {
  caret-color: #064e3b;
}

.caret-teal-50 {
  caret-color: #f0fdfa;
}

.caret-teal-100 {
  caret-color: #ccfbf1;
}

.caret-teal-200 {
  caret-color: #99f6e4;
}

.caret-teal-300 {
  caret-color: #5eead4;
}

.caret-teal-400 {
  caret-color: #2dd4bf;
}

.caret-teal-500 {
  caret-color: #14b8a6;
}

.caret-teal-550 {
  caret-color: #329874;
}

.caret-teal-600 {
  caret-color: #0d9488;
}

.caret-teal-700 {
  caret-color: #0f766e;
}

.caret-teal-800 {
  caret-color: #115e59;
}

.caret-teal-900 {
  caret-color: #134e4a;
}

.caret-teal-DEFAULT-50 {
  caret-color: #f0fdfa;
}

.caret-teal-DEFAULT-100 {
  caret-color: #ccfbf1;
}

.caret-teal-DEFAULT-200 {
  caret-color: #99f6e4;
}

.caret-teal-DEFAULT-300 {
  caret-color: #5eead4;
}

.caret-teal-DEFAULT-400 {
  caret-color: #2dd4bf;
}

.caret-teal-DEFAULT-500 {
  caret-color: #14b8a6;
}

.caret-teal-DEFAULT-600 {
  caret-color: #0d9488;
}

.caret-teal-DEFAULT-700 {
  caret-color: #0f766e;
}

.caret-teal-DEFAULT-800 {
  caret-color: #115e59;
}

.caret-teal-DEFAULT-900 {
  caret-color: #134e4a;
}

.caret-cyan-50 {
  caret-color: #ecfeff;
}

.caret-cyan-100 {
  caret-color: #cffafe;
}

.caret-cyan-200 {
  caret-color: #a5f3fc;
}

.caret-cyan-300 {
  caret-color: #67e8f9;
}

.caret-cyan-400 {
  caret-color: #21d4fd;
}

.caret-cyan-500 {
  caret-color: #17c1e8;
}

.caret-cyan-600 {
  caret-color: #08a1c4;
}

.caret-cyan-700 {
  caret-color: #0e7490;
}

.caret-cyan-800 {
  caret-color: #155e75;
}

.caret-cyan-900 {
  caret-color: #164e63;
}

.caret-cyan-DEFAULT-50 {
  caret-color: #ecfeff;
}

.caret-cyan-DEFAULT-100 {
  caret-color: #cffafe;
}

.caret-cyan-DEFAULT-200 {
  caret-color: #a5f3fc;
}

.caret-cyan-DEFAULT-300 {
  caret-color: #67e8f9;
}

.caret-cyan-DEFAULT-400 {
  caret-color: #22d3ee;
}

.caret-cyan-DEFAULT-500 {
  caret-color: #06b6d4;
}

.caret-cyan-DEFAULT-600 {
  caret-color: #0891b2;
}

.caret-cyan-DEFAULT-700 {
  caret-color: #0e7490;
}

.caret-cyan-DEFAULT-800 {
  caret-color: #155e75;
}

.caret-cyan-DEFAULT-900 {
  caret-color: #164e63;
}

.caret-sky-50 {
  caret-color: #f0f9ff;
}

.caret-sky-100 {
  caret-color: #e0f2fe;
}

.caret-sky-200 {
  caret-color: #abe9f7;
}

.caret-sky-300 {
  caret-color: #7dd3fc;
}

.caret-sky-400 {
  caret-color: #38bdf8;
}

.caret-sky-500 {
  caret-color: #0ea5e9;
}

.caret-sky-600 {
  caret-color: #3ea1ec;
}

.caret-sky-700 {
  caret-color: #0369a1;
}

.caret-sky-800 {
  caret-color: #075985;
}

.caret-sky-900 {
  caret-color: #0e456d;
}

.caret-sky-DEFAULT-50 {
  caret-color: #f0f9ff;
}

.caret-sky-DEFAULT-100 {
  caret-color: #e0f2fe;
}

.caret-sky-DEFAULT-200 {
  caret-color: #bae6fd;
}

.caret-sky-DEFAULT-300 {
  caret-color: #7dd3fc;
}

.caret-sky-DEFAULT-400 {
  caret-color: #38bdf8;
}

.caret-sky-DEFAULT-500 {
  caret-color: #0ea5e9;
}

.caret-sky-DEFAULT-600 {
  caret-color: #0284c7;
}

.caret-sky-DEFAULT-700 {
  caret-color: #0369a1;
}

.caret-sky-DEFAULT-800 {
  caret-color: #075985;
}

.caret-sky-DEFAULT-900 {
  caret-color: #0c4a6e;
}

.caret-violet-50 {
  caret-color: #f5f3ff;
}

.caret-violet-100 {
  caret-color: #ede9fe;
}

.caret-violet-200 {
  caret-color: #ddd6fe;
}

.caret-violet-300 {
  caret-color: #c4b5fd;
}

.caret-violet-400 {
  caret-color: #a78bfa;
}

.caret-violet-500 {
  caret-color: #8b5cf6;
}

.caret-violet-600 {
  caret-color: #7c3aed;
}

.caret-violet-700 {
  caret-color: #6d28d9;
}

.caret-violet-800 {
  caret-color: #5b21b6;
}

.caret-violet-900 {
  caret-color: #4c1d95;
}

.caret-violet-DEFAULT-50 {
  caret-color: #f5f3ff;
}

.caret-violet-DEFAULT-100 {
  caret-color: #ede9fe;
}

.caret-violet-DEFAULT-200 {
  caret-color: #ddd6fe;
}

.caret-violet-DEFAULT-300 {
  caret-color: #c4b5fd;
}

.caret-violet-DEFAULT-400 {
  caret-color: #a78bfa;
}

.caret-violet-DEFAULT-500 {
  caret-color: #8b5cf6;
}

.caret-violet-DEFAULT-600 {
  caret-color: #7c3aed;
}

.caret-violet-DEFAULT-700 {
  caret-color: #6d28d9;
}

.caret-violet-DEFAULT-800 {
  caret-color: #5b21b6;
}

.caret-violet-DEFAULT-900 {
  caret-color: #4c1d95;
}

.caret-fuchsia-50 {
  caret-color: #fdf4ff;
}

.caret-fuchsia-100 {
  caret-color: #fae8ff;
}

.caret-fuchsia-200 {
  caret-color: #f5d0fe;
}

.caret-fuchsia-300 {
  caret-color: #e293d3;
}

.caret-fuchsia-400 {
  caret-color: #e879f9;
}

.caret-fuchsia-500 {
  caret-color: #cb0c9f;
}

.caret-fuchsia-600 {
  caret-color: #c026d3;
}

.caret-fuchsia-700 {
  caret-color: #a3017e;
}

.caret-fuchsia-800 {
  caret-color: #830866;
}

.caret-fuchsia-900 {
  caret-color: #701a75;
}

.caret-fuchsia-DEFAULT-50 {
  caret-color: #fdf4ff;
}

.caret-fuchsia-DEFAULT-100 {
  caret-color: #fae8ff;
}

.caret-fuchsia-DEFAULT-200 {
  caret-color: #f5d0fe;
}

.caret-fuchsia-DEFAULT-300 {
  caret-color: #f0abfc;
}

.caret-fuchsia-DEFAULT-400 {
  caret-color: #e879f9;
}

.caret-fuchsia-DEFAULT-500 {
  caret-color: #d946ef;
}

.caret-fuchsia-DEFAULT-600 {
  caret-color: #c026d3;
}

.caret-fuchsia-DEFAULT-700 {
  caret-color: #a21caf;
}

.caret-fuchsia-DEFAULT-800 {
  caret-color: #86198f;
}

.caret-fuchsia-DEFAULT-900 {
  caret-color: #701a75;
}

.caret-rose-50 {
  caret-color: #fff1f2;
}

.caret-rose-100 {
  caret-color: #ffe4e6;
}

.caret-rose-200 {
  caret-color: #fecdd3;
}

.caret-rose-300 {
  caret-color: #fda4af;
}

.caret-rose-400 {
  caret-color: #ff667c;
}

.caret-rose-500 {
  caret-color: #f43f5e;
}

.caret-rose-600 {
  caret-color: #e11d48;
}

.caret-rose-700 {
  caret-color: #be123c;
}

.caret-rose-800 {
  caret-color: #9f1239;
}

.caret-rose-900 {
  caret-color: #881337;
}

.caret-rose-DEFAULT-50 {
  caret-color: #fff1f2;
}

.caret-rose-DEFAULT-100 {
  caret-color: #ffe4e6;
}

.caret-rose-DEFAULT-200 {
  caret-color: #fecdd3;
}

.caret-rose-DEFAULT-300 {
  caret-color: #fda4af;
}

.caret-rose-DEFAULT-400 {
  caret-color: #fb7185;
}

.caret-rose-DEFAULT-500 {
  caret-color: #f43f5e;
}

.caret-rose-DEFAULT-600 {
  caret-color: #e11d48;
}

.caret-rose-DEFAULT-700 {
  caret-color: #be123c;
}

.caret-rose-DEFAULT-800 {
  caret-color: #9f1239;
}

.caret-rose-DEFAULT-900 {
  caret-color: #881337;
}

.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;
}

.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;
}

.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;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-soft-xxs {
  --tw-shadow: 0 1px 5px 1px #ddd;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-xs {
  --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-sm {
  --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-md {
  --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-lg {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-xl {
  --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-2xl {
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-3xl {
  --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-primary-outline {
  --tw-shadow: 0 0 0 2px #e9aede;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blur {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  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 rgb(0 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  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 23px 45px -11px hsla(0,0%,8%,.25);
  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 rgb(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-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-soft-xxs {
  --tw-shadow: 0 1px 5px 1px #ddd;
  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-soft-xs {
  --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
  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-soft-sm {
  --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
  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-soft-md {
  --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
  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-soft-lg {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-soft-xl {
  --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  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-soft-2xl {
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  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-soft-3xl {
  --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline {
  --tw-shadow: 0 0 0 2px #e9aede;
  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-blur {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  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 rgb(0 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  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 23px 45px -11px hsla(0,0%,8%,.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(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-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-soft-xxs:focus-within {
  --tw-shadow: 0 1px 5px 1px #ddd;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-xs:focus-within {
  --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-sm:focus-within {
  --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-md:focus-within {
  --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-lg:focus-within {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-xl:focus-within {
  --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus-within {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-2xl:focus-within {
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-3xl:focus-within {
  --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-soft-primary-outline:focus-within {
  --tw-shadow: 0 0 0 2px #e9aede;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-blur:focus-within {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus-within {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  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 rgb(0 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-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  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 23px 45px -11px hsla(0,0%,8%,.25);
  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 rgb(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-none:focus-within {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-xxs:hover {
  --tw-shadow: 0 1px 5px 1px #ddd;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-xs:hover {
  --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-sm:hover {
  --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-md:hover {
  --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-lg:hover {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-xl:hover {
  --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:hover {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-2xl:hover {
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-3xl:hover {
  --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-soft-primary-outline:hover {
  --tw-shadow: 0 0 0 2px #e9aede;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-blur:hover {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:hover {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  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 rgb(0 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-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 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-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  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 23px 45px -11px hsla(0,0%,8%,.25);
  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 rgb(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-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-soft-xxs:focus {
  --tw-shadow: 0 1px 5px 1px #ddd;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-xs:focus {
  --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-sm:focus {
  --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-md:focus {
  --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-lg:focus {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-xl:focus {
  --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-2xl:focus {
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-3xl:focus {
  --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-soft-primary-outline:focus {
  --tw-shadow: 0 0 0 2px #e9aede;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-blur:focus {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  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 rgb(0 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-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  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 23px 45px -11px hsla(0,0%,8%,.25);
  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 rgb(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-none:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.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-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
}

.ring-gray-850 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
}

.ring-gray-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.ring-gray-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
}

.ring-red-650 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.ring-yellow-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.ring-green-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.ring-purple-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-slate-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.ring-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
}

.ring-slate-150 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
}

.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
}

.ring-slate-250 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
}

.ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
}

.ring-slate-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
}

.ring-slate-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
}

.ring-slate-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
}

.ring-slate-650 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
}

.ring-slate-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
}

.ring-slate-750 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
}

.ring-slate-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
}

.ring-slate-850 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
}

.ring-slate-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.ring-slate-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
}

.ring-slate {
}

.ring-zinc-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-zinc-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.ring-zinc-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.ring-zinc-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.ring-zinc-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.ring-zinc-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.ring-zinc-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.ring-zinc-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.ring-zinc-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.ring-zinc-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.ring-zinc {
}

.ring-neutral-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.ring-neutral-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.ring-neutral-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.ring-neutral-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.ring-neutral-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.ring-neutral-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
}

.ring-neutral-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.ring-neutral-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.ring-neutral-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.ring-neutral-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
}

.ring-neutral {
}

.ring-stone-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.ring-stone-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.ring-stone-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.ring-stone-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.ring-stone-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.ring-stone-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.ring-stone-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.ring-stone-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.ring-stone-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.ring-stone-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.ring-stone {
}

.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 245, 211, 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-650 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.ring-orange-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-amber-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
}

.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
}

.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.ring-lime-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-emerald-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, 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-550 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.ring-teal-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
}

.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
}

.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.ring-cyan-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.ring-sky-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
}

.ring-sky-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.ring-sky-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.ring-sky-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
}

.ring-sky-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.ring-sky-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.ring-sky-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.ring-sky-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-violet-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
}

.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
}

.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.ring-fuchsia-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.ring-rose-DEFAULT-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor;
}

.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-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-850:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-950:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-red-650:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus-within\:ring-green-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-150:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-250:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-650:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-750:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-850:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-slate-950:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
}

.focus-within\:ring-slate:focus-within {
}

.focus-within\:ring-zinc-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-zinc:focus-within {
}

.focus-within\:ring-neutral-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
}

.focus-within\:ring-neutral:focus-within {
}

.focus-within\:ring-stone-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-stone-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus-within\:ring-stone:focus-within {
}

.focus-within\:ring-orange-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 245, 211, 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-650:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-amber-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus-within\:ring-lime-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-emerald-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, 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-550:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus-within\:ring-cyan-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-sky-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-violet-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus-within\:ring-rose-DEFAULT-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.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-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
}

.focus\:ring-gray-850:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
}

.focus\:ring-gray-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus\:ring-gray-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
}

.focus\:ring-red-650:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
}

.focus\:ring-green-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
}

.focus\:ring-purple-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-slate-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
}

.focus\:ring-slate-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
}

.focus\:ring-slate-150:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
}

.focus\:ring-slate-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
}

.focus\:ring-slate-250:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
}

.focus\:ring-slate-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
}

.focus\:ring-slate-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
}

.focus\:ring-slate-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
}

.focus\:ring-slate-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
}

.focus\:ring-slate-650:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
}

.focus\:ring-slate-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
}

.focus\:ring-slate-750:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
}

.focus\:ring-slate-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
}

.focus\:ring-slate-850:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
}

.focus\:ring-slate-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
}

.focus\:ring-slate-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
}

.focus\:ring-slate:focus {
}

.focus\:ring-zinc-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-zinc-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus\:ring-zinc-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus\:ring-zinc-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus\:ring-zinc-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus\:ring-zinc-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus\:ring-zinc-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus\:ring-zinc-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus\:ring-zinc-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus\:ring-zinc-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus\:ring-zinc:focus {
}

.focus\:ring-neutral-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:ring-neutral-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus\:ring-neutral-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.focus\:ring-neutral-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.focus\:ring-neutral-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
}

.focus\:ring-neutral-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
}

.focus\:ring-neutral-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
}

.focus\:ring-neutral-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
}

.focus\:ring-neutral-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-neutral-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
}

.focus\:ring-neutral:focus {
}

.focus\:ring-stone-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
}

.focus\:ring-stone-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
}

.focus\:ring-stone-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
}

.focus\:ring-stone-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
}

.focus\:ring-stone-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
}

.focus\:ring-stone-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
}

.focus\:ring-stone-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
}

.focus\:ring-stone-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
}

.focus\:ring-stone-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
}

.focus\:ring-stone-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
}

.focus\:ring-stone:focus {
}

.focus\:ring-orange-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 245, 211, 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-650:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
}

.focus\:ring-orange-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-amber-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
}

.focus\:ring-lime-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
}

.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
}

.focus\:ring-lime-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-emerald-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, 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-550:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
}

.focus\:ring-teal-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
}

.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
}

.focus\:ring-cyan-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
}

.focus\:ring-sky-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus\:ring-sky-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus\:ring-sky-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
}

.focus\:ring-sky-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus\:ring-sky-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus\:ring-sky-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
}

.focus\:ring-sky-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus\:ring-sky-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus\:ring-sky-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
}

.focus\:ring-sky-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-violet-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
}

.focus\:ring-fuchsia-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
}

.focus\:ring-rose-DEFAULT-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.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;
}

.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;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f8f9fa;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #ebeff4;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e9ecef;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d2d6da;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #ced4da;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #adb5bd;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #6c757d;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #495057;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #252f40;
}

.ring-offset-gray-850 {
  --tw-ring-offset-color: #1a2035;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #141727;
}

.ring-offset-gray-950 {
  --tw-ring-offset-color: #111322;
}

.ring-offset-gray-DEFAULT-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-gray-DEFAULT-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.ring-offset-gray-DEFAULT-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.ring-offset-gray-DEFAULT-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.ring-offset-gray-DEFAULT-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.ring-offset-gray-DEFAULT-500 {
  --tw-ring-offset-color: #71717a;
}

.ring-offset-gray-DEFAULT-600 {
  --tw-ring-offset-color: #52525b;
}

.ring-offset-gray-DEFAULT-700 {
  --tw-ring-offset-color: #3f3f46;
}

.ring-offset-gray-DEFAULT-800 {
  --tw-ring-offset-color: #27272a;
}

.ring-offset-gray-DEFAULT-900 {
  --tw-ring-offset-color: #18181b;
}

.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: #fc9797;
}

.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: #f53939;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #ea0606;
}

.ring-offset-red-650 {
  --tw-ring-offset-color: #d41f1a;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #bd0000;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-red-DEFAULT-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-DEFAULT-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-DEFAULT-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-DEFAULT-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-DEFAULT-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-DEFAULT-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-DEFAULT-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-DEFAULT-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-DEFAULT-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-DEFAULT-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.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: #fbcf33;
}

.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-yellow-DEFAULT-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-DEFAULT-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-DEFAULT-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-DEFAULT-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-DEFAULT-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-DEFAULT-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-DEFAULT-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-DEFAULT-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-DEFAULT-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-DEFAULT-900 {
  --tw-ring-offset-color: #713f12;
}

.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: #17ad37;
}

.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-green-DEFAULT-50 {
  --tw-ring-offset-color: #f0fdf4;
}

.ring-offset-green-DEFAULT-100 {
  --tw-ring-offset-color: #dcfce7;
}

.ring-offset-green-DEFAULT-200 {
  --tw-ring-offset-color: #bbf7d0;
}

.ring-offset-green-DEFAULT-300 {
  --tw-ring-offset-color: #86efac;
}

.ring-offset-green-DEFAULT-400 {
  --tw-ring-offset-color: #4ade80;
}

.ring-offset-green-DEFAULT-500 {
  --tw-ring-offset-color: #22c55e;
}

.ring-offset-green-DEFAULT-600 {
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green-DEFAULT-700 {
  --tw-ring-offset-color: #15803d;
}

.ring-offset-green-DEFAULT-800 {
  --tw-ring-offset-color: #166534;
}

.ring-offset-green-DEFAULT-900 {
  --tw-ring-offset-color: #14532d;
}

.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-indigo-DEFAULT-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-DEFAULT-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-DEFAULT-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-DEFAULT-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-DEFAULT-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-DEFAULT-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-DEFAULT-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-DEFAULT-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-DEFAULT-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-DEFAULT-900 {
  --tw-ring-offset-color: #312e81;
}

.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: #7928ca;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87;
}

.ring-offset-purple-DEFAULT-50 {
  --tw-ring-offset-color: #faf5ff;
}

.ring-offset-purple-DEFAULT-100 {
  --tw-ring-offset-color: #f3e8ff;
}

.ring-offset-purple-DEFAULT-200 {
  --tw-ring-offset-color: #e9d5ff;
}

.ring-offset-purple-DEFAULT-300 {
  --tw-ring-offset-color: #d8b4fe;
}

.ring-offset-purple-DEFAULT-400 {
  --tw-ring-offset-color: #c084fc;
}

.ring-offset-purple-DEFAULT-500 {
  --tw-ring-offset-color: #a855f7;
}

.ring-offset-purple-DEFAULT-600 {
  --tw-ring-offset-color: #9333ea;
}

.ring-offset-purple-DEFAULT-700 {
  --tw-ring-offset-color: #7e22ce;
}

.ring-offset-purple-DEFAULT-800 {
  --tw-ring-offset-color: #6b21a8;
}

.ring-offset-purple-DEFAULT-900 {
  --tw-ring-offset-color: #581c87;
}

.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: #f883dd;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ff0080;
}

.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-pink-DEFAULT-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-DEFAULT-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-DEFAULT-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-DEFAULT-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-DEFAULT-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-DEFAULT-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-DEFAULT-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-DEFAULT-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-DEFAULT-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-DEFAULT-900 {
  --tw-ring-offset-color: #831843;
}

.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: #2152ff;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #344e86;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #00007d;
}

.ring-offset-blue-DEFAULT-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-DEFAULT-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-DEFAULT-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-DEFAULT-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-DEFAULT-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-DEFAULT-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-DEFAULT-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-DEFAULT-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-DEFAULT-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-DEFAULT-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-slate-50 {
  --tw-ring-offset-color: #f8fafc;
}

.ring-offset-slate-100 {
  --tw-ring-offset-color: #dee2e6;
}

.ring-offset-slate-150 {
  --tw-ring-offset-color: #cbd3da;
}

.ring-offset-slate-200 {
  --tw-ring-offset-color: #e4e8ed;
}

.ring-offset-slate-250 {
  --tw-ring-offset-color: #c7d3de;
}

.ring-offset-slate-300 {
  --tw-ring-offset-color: #a8b8d8;
}

.ring-offset-slate-400 {
  --tw-ring-offset-color: #8392ab;
}

.ring-offset-slate-500 {
  --tw-ring-offset-color: #67748e;
}

.ring-offset-slate-600 {
  --tw-ring-offset-color: #627594;
}

.ring-offset-slate-650 {
  --tw-ring-offset-color: #5974a2;
}

.ring-offset-slate-700 {
  --tw-ring-offset-color: #344767;
}

.ring-offset-slate-750 {
  --tw-ring-offset-color: #1e2e4a;
}

.ring-offset-slate-800 {
  --tw-ring-offset-color: #3a416f;
}

.ring-offset-slate-850 {
  --tw-ring-offset-color: #323a54;
}

.ring-offset-slate-900 {
  --tw-ring-offset-color: #0f172a;
}

.ring-offset-slate-950 {
  --tw-ring-offset-color: #141728;
}

.ring-offset-slate {
}

.ring-offset-zinc-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-zinc-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.ring-offset-zinc-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.ring-offset-zinc-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.ring-offset-zinc-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.ring-offset-zinc-500 {
  --tw-ring-offset-color: #71717a;
}

.ring-offset-zinc-600 {
  --tw-ring-offset-color: #52525b;
}

.ring-offset-zinc-700 {
  --tw-ring-offset-color: #3f3f46;
}

.ring-offset-zinc-800 {
  --tw-ring-offset-color: #27272a;
}

.ring-offset-zinc-900 {
  --tw-ring-offset-color: #18181b;
}

.ring-offset-zinc {
}

.ring-offset-neutral-50 {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-neutral-100 {
  --tw-ring-offset-color: #f5f5f5;
}

.ring-offset-neutral-200 {
  --tw-ring-offset-color: #e5e5e5;
}

.ring-offset-neutral-300 {
  --tw-ring-offset-color: #d4d4d4;
}

.ring-offset-neutral-400 {
  --tw-ring-offset-color: #a3a3a3;
}

.ring-offset-neutral-500 {
  --tw-ring-offset-color: #757575;
}

.ring-offset-neutral-600 {
  --tw-ring-offset-color: #525252;
}

.ring-offset-neutral-700 {
  --tw-ring-offset-color: #404040;
}

.ring-offset-neutral-800 {
  --tw-ring-offset-color: #262626;
}

.ring-offset-neutral-900 {
  --tw-ring-offset-color: #111111;
}

.ring-offset-neutral {
}

.ring-offset-stone-50 {
  --tw-ring-offset-color: #fafaf9;
}

.ring-offset-stone-100 {
  --tw-ring-offset-color: #f5f5f4;
}

.ring-offset-stone-200 {
  --tw-ring-offset-color: #e7e5e4;
}

.ring-offset-stone-300 {
  --tw-ring-offset-color: #d6d3d1;
}

.ring-offset-stone-400 {
  --tw-ring-offset-color: #a8a29e;
}

.ring-offset-stone-500 {
  --tw-ring-offset-color: #78716c;
}

.ring-offset-stone-600 {
  --tw-ring-offset-color: #57534e;
}

.ring-offset-stone-700 {
  --tw-ring-offset-color: #44403c;
}

.ring-offset-stone-800 {
  --tw-ring-offset-color: #292524;
}

.ring-offset-stone-900 {
  --tw-ring-offset-color: #1c1917;
}

.ring-offset-stone {
}

.ring-offset-orange-50 {
  --tw-ring-offset-color: #fef5d3;
}

.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-650 {
  --tw-ring-offset-color: #e03d00;
}

.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-orange-DEFAULT-50 {
  --tw-ring-offset-color: #fff7ed;
}

.ring-offset-orange-DEFAULT-100 {
  --tw-ring-offset-color: #ffedd5;
}

.ring-offset-orange-DEFAULT-200 {
  --tw-ring-offset-color: #fed7aa;
}

.ring-offset-orange-DEFAULT-300 {
  --tw-ring-offset-color: #fdba74;
}

.ring-offset-orange-DEFAULT-400 {
  --tw-ring-offset-color: #fb923c;
}

.ring-offset-orange-DEFAULT-500 {
  --tw-ring-offset-color: #f97316;
}

.ring-offset-orange-DEFAULT-600 {
  --tw-ring-offset-color: #ea580c;
}

.ring-offset-orange-DEFAULT-700 {
  --tw-ring-offset-color: #c2410c;
}

.ring-offset-orange-DEFAULT-800 {
  --tw-ring-offset-color: #9a3412;
}

.ring-offset-orange-DEFAULT-900 {
  --tw-ring-offset-color: #7c2d12;
}

.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: #fbc400;
}

.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-amber-DEFAULT-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-amber-DEFAULT-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-amber-DEFAULT-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-amber-DEFAULT-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-amber-DEFAULT-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-amber-DEFAULT-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-amber-DEFAULT-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-amber-DEFAULT-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-amber-DEFAULT-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-amber-DEFAULT-900 {
  --tw-ring-offset-color: #78350f;
}

.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: #cdf59b;
}

.ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264;
}

.ring-offset-lime-400 {
  --tw-ring-offset-color: #98ec2d;
}

.ring-offset-lime-500 {
  --tw-ring-offset-color: #82d616;
}

.ring-offset-lime-600 {
  --tw-ring-offset-color: #67b108;
}

.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-lime-DEFAULT-50 {
  --tw-ring-offset-color: #f7fee7;
}

.ring-offset-lime-DEFAULT-100 {
  --tw-ring-offset-color: #ecfccb;
}

.ring-offset-lime-DEFAULT-200 {
  --tw-ring-offset-color: #d9f99d;
}

.ring-offset-lime-DEFAULT-300 {
  --tw-ring-offset-color: #bef264;
}

.ring-offset-lime-DEFAULT-400 {
  --tw-ring-offset-color: #a3e635;
}

.ring-offset-lime-DEFAULT-500 {
  --tw-ring-offset-color: #84cc16;
}

.ring-offset-lime-DEFAULT-600 {
  --tw-ring-offset-color: #65a30d;
}

.ring-offset-lime-DEFAULT-700 {
  --tw-ring-offset-color: #4d7c0f;
}

.ring-offset-lime-DEFAULT-800 {
  --tw-ring-offset-color: #3f6212;
}

.ring-offset-lime-DEFAULT-900 {
  --tw-ring-offset-color: #365314;
}

.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-emerald-DEFAULT-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-emerald-DEFAULT-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-emerald-DEFAULT-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-emerald-DEFAULT-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-emerald-DEFAULT-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-emerald-DEFAULT-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-emerald-DEFAULT-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-emerald-DEFAULT-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-emerald-DEFAULT-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-emerald-DEFAULT-900 {
  --tw-ring-offset-color: #064e3b;
}

.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-550 {
  --tw-ring-offset-color: #329874;
}

.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-teal-DEFAULT-50 {
  --tw-ring-offset-color: #f0fdfa;
}

.ring-offset-teal-DEFAULT-100 {
  --tw-ring-offset-color: #ccfbf1;
}

.ring-offset-teal-DEFAULT-200 {
  --tw-ring-offset-color: #99f6e4;
}

.ring-offset-teal-DEFAULT-300 {
  --tw-ring-offset-color: #5eead4;
}

.ring-offset-teal-DEFAULT-400 {
  --tw-ring-offset-color: #2dd4bf;
}

.ring-offset-teal-DEFAULT-500 {
  --tw-ring-offset-color: #14b8a6;
}

.ring-offset-teal-DEFAULT-600 {
  --tw-ring-offset-color: #0d9488;
}

.ring-offset-teal-DEFAULT-700 {
  --tw-ring-offset-color: #0f766e;
}

.ring-offset-teal-DEFAULT-800 {
  --tw-ring-offset-color: #115e59;
}

.ring-offset-teal-DEFAULT-900 {
  --tw-ring-offset-color: #134e4a;
}

.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: #21d4fd;
}

.ring-offset-cyan-500 {
  --tw-ring-offset-color: #17c1e8;
}

.ring-offset-cyan-600 {
  --tw-ring-offset-color: #08a1c4;
}

.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-cyan-DEFAULT-50 {
  --tw-ring-offset-color: #ecfeff;
}

.ring-offset-cyan-DEFAULT-100 {
  --tw-ring-offset-color: #cffafe;
}

.ring-offset-cyan-DEFAULT-200 {
  --tw-ring-offset-color: #a5f3fc;
}

.ring-offset-cyan-DEFAULT-300 {
  --tw-ring-offset-color: #67e8f9;
}

.ring-offset-cyan-DEFAULT-400 {
  --tw-ring-offset-color: #22d3ee;
}

.ring-offset-cyan-DEFAULT-500 {
  --tw-ring-offset-color: #06b6d4;
}

.ring-offset-cyan-DEFAULT-600 {
  --tw-ring-offset-color: #0891b2;
}

.ring-offset-cyan-DEFAULT-700 {
  --tw-ring-offset-color: #0e7490;
}

.ring-offset-cyan-DEFAULT-800 {
  --tw-ring-offset-color: #155e75;
}

.ring-offset-cyan-DEFAULT-900 {
  --tw-ring-offset-color: #164e63;
}

.ring-offset-sky-50 {
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-sky-100 {
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-sky-200 {
  --tw-ring-offset-color: #abe9f7;
}

.ring-offset-sky-300 {
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-sky-400 {
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-sky-500 {
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-sky-600 {
  --tw-ring-offset-color: #3ea1ec;
}

.ring-offset-sky-700 {
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-sky-800 {
  --tw-ring-offset-color: #075985;
}

.ring-offset-sky-900 {
  --tw-ring-offset-color: #0e456d;
}

.ring-offset-sky-DEFAULT-50 {
  --tw-ring-offset-color: #f0f9ff;
}

.ring-offset-sky-DEFAULT-100 {
  --tw-ring-offset-color: #e0f2fe;
}

.ring-offset-sky-DEFAULT-200 {
  --tw-ring-offset-color: #bae6fd;
}

.ring-offset-sky-DEFAULT-300 {
  --tw-ring-offset-color: #7dd3fc;
}

.ring-offset-sky-DEFAULT-400 {
  --tw-ring-offset-color: #38bdf8;
}

.ring-offset-sky-DEFAULT-500 {
  --tw-ring-offset-color: #0ea5e9;
}

.ring-offset-sky-DEFAULT-600 {
  --tw-ring-offset-color: #0284c7;
}

.ring-offset-sky-DEFAULT-700 {
  --tw-ring-offset-color: #0369a1;
}

.ring-offset-sky-DEFAULT-800 {
  --tw-ring-offset-color: #075985;
}

.ring-offset-sky-DEFAULT-900 {
  --tw-ring-offset-color: #0c4a6e;
}

.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-violet-DEFAULT-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-violet-DEFAULT-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-violet-DEFAULT-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-violet-DEFAULT-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-violet-DEFAULT-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-violet-DEFAULT-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-violet-DEFAULT-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-violet-DEFAULT-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-violet-DEFAULT-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-violet-DEFAULT-900 {
  --tw-ring-offset-color: #4c1d95;
}

.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: #e293d3;
}

.ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #cb0c9f;
}

.ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a3017e;
}

.ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #830866;
}

.ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75;
}

.ring-offset-fuchsia-DEFAULT-50 {
  --tw-ring-offset-color: #fdf4ff;
}

.ring-offset-fuchsia-DEFAULT-100 {
  --tw-ring-offset-color: #fae8ff;
}

.ring-offset-fuchsia-DEFAULT-200 {
  --tw-ring-offset-color: #f5d0fe;
}

.ring-offset-fuchsia-DEFAULT-300 {
  --tw-ring-offset-color: #f0abfc;
}

.ring-offset-fuchsia-DEFAULT-400 {
  --tw-ring-offset-color: #e879f9;
}

.ring-offset-fuchsia-DEFAULT-500 {
  --tw-ring-offset-color: #d946ef;
}

.ring-offset-fuchsia-DEFAULT-600 {
  --tw-ring-offset-color: #c026d3;
}

.ring-offset-fuchsia-DEFAULT-700 {
  --tw-ring-offset-color: #a21caf;
}

.ring-offset-fuchsia-DEFAULT-800 {
  --tw-ring-offset-color: #86198f;
}

.ring-offset-fuchsia-DEFAULT-900 {
  --tw-ring-offset-color: #701a75;
}

.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: #ff667c;
}

.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-rose-DEFAULT-50 {
  --tw-ring-offset-color: #fff1f2;
}

.ring-offset-rose-DEFAULT-100 {
  --tw-ring-offset-color: #ffe4e6;
}

.ring-offset-rose-DEFAULT-200 {
  --tw-ring-offset-color: #fecdd3;
}

.ring-offset-rose-DEFAULT-300 {
  --tw-ring-offset-color: #fda4af;
}

.ring-offset-rose-DEFAULT-400 {
  --tw-ring-offset-color: #fb7185;
}

.ring-offset-rose-DEFAULT-500 {
  --tw-ring-offset-color: #f43f5e;
}

.ring-offset-rose-DEFAULT-600 {
  --tw-ring-offset-color: #e11d48;
}

.ring-offset-rose-DEFAULT-700 {
  --tw-ring-offset-color: #be123c;
}

.ring-offset-rose-DEFAULT-800 {
  --tw-ring-offset-color: #9f1239;
}

.ring-offset-rose-DEFAULT-900 {
  --tw-ring-offset-color: #881337;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}

.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-gray-50:focus-within {
  --tw-ring-offset-color: #f8f9fa;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #ebeff4;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e9ecef;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d2d6da;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #ced4da;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #adb5bd;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #6c757d;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #495057;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #252f40;
}

.focus-within\:ring-offset-gray-850:focus-within {
  --tw-ring-offset-color: #1a2035;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #141727;
}

.focus-within\:ring-offset-gray-950:focus-within {
  --tw-ring-offset-color: #111322;
}

.focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #f4f4f5;
}

.focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #e4e4e7;
}

.focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #d4d4d8;
}

.focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #a1a1aa;
}

.focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #71717a;
}

.focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #52525b;
}

.focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #3f3f46;
}

.focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #27272a;
}

.focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #18181b;
}

.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: #fc9797;
}

.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: #f53939;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #ea0606;
}

.focus-within\:ring-offset-red-650:focus-within {
  --tw-ring-offset-color: #d41f1a;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #bd0000;
}

.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-red-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.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: #fbcf33;
}

.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-yellow-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fefce8;
}

.focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #fef9c3;
}

.focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #fef08a;
}

.focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #fde047;
}

.focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #facc15;
}

.focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #eab308;
}

.focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #ca8a04;
}

.focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #a16207;
}

.focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #854d0e;
}

.focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #713f12;
}

.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: #17ad37;
}

.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-green-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #f0fdf4;
}

.focus-within\:ring-offset-green-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #dcfce7;
}

.focus-within\:ring-offset-green-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #bbf7d0;
}

.focus-within\:ring-offset-green-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #86efac;
}

.focus-within\:ring-offset-green-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #4ade80;
}

.focus-within\:ring-offset-green-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #22c55e;
}

.focus-within\:ring-offset-green-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #16a34a;
}

.focus-within\:ring-offset-green-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #15803d;
}

.focus-within\:ring-offset-green-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #166534;
}

.focus-within\:ring-offset-green-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #14532d;
}

.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-indigo-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #312e81;
}

.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: #7928ca;
}

.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-purple-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #faf5ff;
}

.focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #f3e8ff;
}

.focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #e9d5ff;
}

.focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #d8b4fe;
}

.focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #c084fc;
}

.focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #a855f7;
}

.focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #9333ea;
}

.focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #7e22ce;
}

.focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #6b21a8;
}

.focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #581c87;
}

.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: #f883dd;
}

.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: #ff0080;
}

.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-pink-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #831843;
}

.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: #2152ff;
}

.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: #344e86;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #00007d;
}

.focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-slate-50:focus-within {
  --tw-ring-offset-color: #f8fafc;
}

.focus-within\:ring-offset-slate-100:focus-within {
  --tw-ring-offset-color: #dee2e6;
}

.focus-within\:ring-offset-slate-150:focus-within {
  --tw-ring-offset-color: #cbd3da;
}

.focus-within\:ring-offset-slate-200:focus-within {
  --tw-ring-offset-color: #e4e8ed;
}

.focus-within\:ring-offset-slate-250:focus-within {
  --tw-ring-offset-color: #c7d3de;
}

.focus-within\:ring-offset-slate-300:focus-within {
  --tw-ring-offset-color: #a8b8d8;
}

.focus-within\:ring-offset-slate-400:focus-within {
  --tw-ring-offset-color: #8392ab;
}

.focus-within\:ring-offset-slate-500:focus-within {
  --tw-ring-offset-color: #67748e;
}

.focus-within\:ring-offset-slate-600:focus-within {
  --tw-ring-offset-color: #627594;
}

.focus-within\:ring-offset-slate-650:focus-within {
  --tw-ring-offset-color: #5974a2;
}

.focus-within\:ring-offset-slate-700:focus-within {
  --tw-ring-offset-color: #344767;
}

.focus-within\:ring-offset-slate-750:focus-within {
  --tw-ring-offset-color: #1e2e4a;
}

.focus-within\:ring-offset-slate-800:focus-within {
  --tw-ring-offset-color: #3a416f;
}

.focus-within\:ring-offset-slate-850:focus-within {
  --tw-ring-offset-color: #323a54;
}

.focus-within\:ring-offset-slate-900:focus-within {
  --tw-ring-offset-color: #0f172a;
}

.focus-within\:ring-offset-slate-950:focus-within {
  --tw-ring-offset-color: #141728;
}

.focus-within\:ring-offset-slate:focus-within {
}

.focus-within\:ring-offset-zinc-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-zinc-100:focus-within {
  --tw-ring-offset-color: #f4f4f5;
}

.focus-within\:ring-offset-zinc-200:focus-within {
  --tw-ring-offset-color: #e4e4e7;
}

.focus-within\:ring-offset-zinc-300:focus-within {
  --tw-ring-offset-color: #d4d4d8;
}

.focus-within\:ring-offset-zinc-400:focus-within {
  --tw-ring-offset-color: #a1a1aa;
}

.focus-within\:ring-offset-zinc-500:focus-within {
  --tw-ring-offset-color: #71717a;
}

.focus-within\:ring-offset-zinc-600:focus-within {
  --tw-ring-offset-color: #52525b;
}

.focus-within\:ring-offset-zinc-700:focus-within {
  --tw-ring-offset-color: #3f3f46;
}

.focus-within\:ring-offset-zinc-800:focus-within {
  --tw-ring-offset-color: #27272a;
}

.focus-within\:ring-offset-zinc-900:focus-within {
  --tw-ring-offset-color: #18181b;
}

.focus-within\:ring-offset-zinc:focus-within {
}

.focus-within\:ring-offset-neutral-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:ring-offset-neutral-100:focus-within {
  --tw-ring-offset-color: #f5f5f5;
}

.focus-within\:ring-offset-neutral-200:focus-within {
  --tw-ring-offset-color: #e5e5e5;
}

.focus-within\:ring-offset-neutral-300:focus-within {
  --tw-ring-offset-color: #d4d4d4;
}

.focus-within\:ring-offset-neutral-400:focus-within {
  --tw-ring-offset-color: #a3a3a3;
}

.focus-within\:ring-offset-neutral-500:focus-within {
  --tw-ring-offset-color: #757575;
}

.focus-within\:ring-offset-neutral-600:focus-within {
  --tw-ring-offset-color: #525252;
}

.focus-within\:ring-offset-neutral-700:focus-within {
  --tw-ring-offset-color: #404040;
}

.focus-within\:ring-offset-neutral-800:focus-within {
  --tw-ring-offset-color: #262626;
}

.focus-within\:ring-offset-neutral-900:focus-within {
  --tw-ring-offset-color: #111111;
}

.focus-within\:ring-offset-neutral:focus-within {
}

.focus-within\:ring-offset-stone-50:focus-within {
  --tw-ring-offset-color: #fafaf9;
}

.focus-within\:ring-offset-stone-100:focus-within {
  --tw-ring-offset-color: #f5f5f4;
}

.focus-within\:ring-offset-stone-200:focus-within {
  --tw-ring-offset-color: #e7e5e4;
}

.focus-within\:ring-offset-stone-300:focus-within {
  --tw-ring-offset-color: #d6d3d1;
}

.focus-within\:ring-offset-stone-400:focus-within {
  --tw-ring-offset-color: #a8a29e;
}

.focus-within\:ring-offset-stone-500:focus-within {
  --tw-ring-offset-color: #78716c;
}

.focus-within\:ring-offset-stone-600:focus-within {
  --tw-ring-offset-color: #57534e;
}

.focus-within\:ring-offset-stone-700:focus-within {
  --tw-ring-offset-color: #44403c;
}

.focus-within\:ring-offset-stone-800:focus-within {
  --tw-ring-offset-color: #292524;
}

.focus-within\:ring-offset-stone-900:focus-within {
  --tw-ring-offset-color: #1c1917;
}

.focus-within\:ring-offset-stone:focus-within {
}

.focus-within\:ring-offset-orange-50:focus-within {
  --tw-ring-offset-color: #fef5d3;
}

.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-650:focus-within {
  --tw-ring-offset-color: #e03d00;
}

.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-orange-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fff7ed;
}

.focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #ffedd5;
}

.focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #fed7aa;
}

.focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #fdba74;
}

.focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #fb923c;
}

.focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #f97316;
}

.focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #ea580c;
}

.focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #c2410c;
}

.focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #9a3412;
}

.focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #7c2d12;
}

.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: #fbc400;
}

.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-amber-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}

.focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #78350f;
}

.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: #cdf59b;
}

.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: #98ec2d;
}

.focus-within\:ring-offset-lime-500:focus-within {
  --tw-ring-offset-color: #82d616;
}

.focus-within\:ring-offset-lime-600:focus-within {
  --tw-ring-offset-color: #67b108;
}

.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-lime-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #f7fee7;
}

.focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #ecfccb;
}

.focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #d9f99d;
}

.focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #bef264;
}

.focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #a3e635;
}

.focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #84cc16;
}

.focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #65a30d;
}

.focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #4d7c0f;
}

.focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #3f6212;
}

.focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #365314;
}

.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-emerald-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}

.focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #34d399;
}

.focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #10b981;
}

.focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #059669;
}

.focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #047857;
}

.focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}

.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-550:focus-within {
  --tw-ring-offset-color: #329874;
}

.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-teal-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #f0fdfa;
}

.focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #ccfbf1;
}

.focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #99f6e4;
}

.focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #5eead4;
}

.focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #2dd4bf;
}

.focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #14b8a6;
}

.focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #0d9488;
}

.focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #0f766e;
}

.focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #115e59;
}

.focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #134e4a;
}

.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: #21d4fd;
}

.focus-within\:ring-offset-cyan-500:focus-within {
  --tw-ring-offset-color: #17c1e8;
}

.focus-within\:ring-offset-cyan-600:focus-within {
  --tw-ring-offset-color: #08a1c4;
}

.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-cyan-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #ecfeff;
}

.focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #cffafe;
}

.focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #a5f3fc;
}

.focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #67e8f9;
}

.focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #22d3ee;
}

.focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #06b6d4;
}

.focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #0891b2;
}

.focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #0e7490;
}

.focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #155e75;
}

.focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #164e63;
}

.focus-within\:ring-offset-sky-50:focus-within {
  --tw-ring-offset-color: #f0f9ff;
}

.focus-within\:ring-offset-sky-100:focus-within {
  --tw-ring-offset-color: #e0f2fe;
}

.focus-within\:ring-offset-sky-200:focus-within {
  --tw-ring-offset-color: #abe9f7;
}

.focus-within\:ring-offset-sky-300:focus-within {
  --tw-ring-offset-color: #7dd3fc;
}

.focus-within\:ring-offset-sky-400:focus-within {
  --tw-ring-offset-color: #38bdf8;
}

.focus-within\:ring-offset-sky-500:focus-within {
  --tw-ring-offset-color: #0ea5e9;
}

.focus-within\:ring-offset-sky-600:focus-within {
  --tw-ring-offset-color: #3ea1ec;
}

.focus-within\:ring-offset-sky-700:focus-within {
  --tw-ring-offset-color: #0369a1;
}

.focus-within\:ring-offset-sky-800:focus-within {
  --tw-ring-offset-color: #075985;
}

.focus-within\:ring-offset-sky-900:focus-within {
  --tw-ring-offset-color: #0e456d;
}

.focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #f0f9ff;
}

.focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #e0f2fe;
}

.focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #bae6fd;
}

.focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #7dd3fc;
}

.focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #38bdf8;
}

.focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #0ea5e9;
}

.focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #0284c7;
}

.focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #0369a1;
}

.focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #075985;
}

.focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #0c4a6e;
}

.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-violet-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.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: #e293d3;
}

.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: #cb0c9f;
}

.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: #a3017e;
}

.focus-within\:ring-offset-fuchsia-800:focus-within {
  --tw-ring-offset-color: #830866;
}

.focus-within\:ring-offset-fuchsia-900:focus-within {
  --tw-ring-offset-color: #701a75;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fdf4ff;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #fae8ff;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #f5d0fe;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #f0abfc;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #e879f9;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #d946ef;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #c026d3;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #a21caf;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #86198f;
}

.focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #701a75;
}

.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: #ff667c;
}

.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-rose-DEFAULT-50:focus-within {
  --tw-ring-offset-color: #fff1f2;
}

.focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
  --tw-ring-offset-color: #ffe4e6;
}

.focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
  --tw-ring-offset-color: #fecdd3;
}

.focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
  --tw-ring-offset-color: #fda4af;
}

.focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
  --tw-ring-offset-color: #fb7185;
}

.focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
  --tw-ring-offset-color: #f43f5e;
}

.focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
  --tw-ring-offset-color: #e11d48;
}

.focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
  --tw-ring-offset-color: #be123c;
}

.focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
  --tw-ring-offset-color: #9f1239;
}

.focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
  --tw-ring-offset-color: #881337;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f8f9fa;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #ebeff4;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e9ecef;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d2d6da;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #ced4da;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #adb5bd;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #6c757d;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #495057;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #252f40;
}

.focus\:ring-offset-gray-850:focus {
  --tw-ring-offset-color: #1a2035;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #141727;
}

.focus\:ring-offset-gray-950:focus {
  --tw-ring-offset-color: #111322;
}

.focus\:ring-offset-gray-DEFAULT-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-gray-DEFAULT-100:focus {
  --tw-ring-offset-color: #f4f4f5;
}

.focus\:ring-offset-gray-DEFAULT-200:focus {
  --tw-ring-offset-color: #e4e4e7;
}

.focus\:ring-offset-gray-DEFAULT-300:focus {
  --tw-ring-offset-color: #d4d4d8;
}

.focus\:ring-offset-gray-DEFAULT-400:focus {
  --tw-ring-offset-color: #a1a1aa;
}

.focus\:ring-offset-gray-DEFAULT-500:focus {
  --tw-ring-offset-color: #71717a;
}

.focus\:ring-offset-gray-DEFAULT-600:focus {
  --tw-ring-offset-color: #52525b;
}

.focus\:ring-offset-gray-DEFAULT-700:focus {
  --tw-ring-offset-color: #3f3f46;
}

.focus\:ring-offset-gray-DEFAULT-800:focus {
  --tw-ring-offset-color: #27272a;
}

.focus\:ring-offset-gray-DEFAULT-900:focus {
  --tw-ring-offset-color: #18181b;
}

.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: #fc9797;
}

.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: #f53939;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #ea0606;
}

.focus\:ring-offset-red-650:focus {
  --tw-ring-offset-color: #d41f1a;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #bd0000;
}

.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-red-DEFAULT-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-DEFAULT-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-DEFAULT-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-DEFAULT-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-DEFAULT-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-DEFAULT-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-DEFAULT-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-DEFAULT-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-DEFAULT-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-DEFAULT-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.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: #fbcf33;
}

.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-yellow-DEFAULT-50:focus {
  --tw-ring-offset-color: #fefce8;
}

.focus\:ring-offset-yellow-DEFAULT-100:focus {
  --tw-ring-offset-color: #fef9c3;
}

.focus\:ring-offset-yellow-DEFAULT-200:focus {
  --tw-ring-offset-color: #fef08a;
}

.focus\:ring-offset-yellow-DEFAULT-300:focus {
  --tw-ring-offset-color: #fde047;
}

.focus\:ring-offset-yellow-DEFAULT-400:focus {
  --tw-ring-offset-color: #facc15;
}

.focus\:ring-offset-yellow-DEFAULT-500:focus {
  --tw-ring-offset-color: #eab308;
}

.focus\:ring-offset-yellow-DEFAULT-600:focus {
  --tw-ring-offset-color: #ca8a04;
}

.focus\:ring-offset-yellow-DEFAULT-700:focus {
  --tw-ring-offset-color: #a16207;
}

.focus\:ring-offset-yellow-DEFAULT-800:focus {
  --tw-ring-offset-color: #854d0e;
}

.focus\:ring-offset-yellow-DEFAULT-900:focus {
  --tw-ring-offset-color: #713f12;
}

.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: #17ad37;
}

.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-green-DEFAULT-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}

.focus\:ring-offset-green-DEFAULT-100:focus {
  --tw-ring-offset-color: #dcfce7;
}

.focus\:ring-offset-green-DEFAULT-200:focus {
  --tw-ring-offset-color: #bbf7d0;
}

.focus\:ring-offset-green-DEFAULT-300:focus {
  --tw-ring-offset-color: #86efac;
}

.focus\:ring-offset-green-DEFAULT-400:focus {
  --tw-ring-offset-color: #4ade80;
}

.focus\:ring-offset-green-DEFAULT-500:focus {
  --tw-ring-offset-color: #22c55e;
}

.focus\:ring-offset-green-DEFAULT-600:focus {
  --tw-ring-offset-color: #16a34a;
}

.focus\:ring-offset-green-DEFAULT-700:focus {
  --tw-ring-offset-color: #15803d;
}

.focus\:ring-offset-green-DEFAULT-800:focus {
  --tw-ring-offset-color: #166534;
}

.focus\:ring-offset-green-DEFAULT-900:focus {
  --tw-ring-offset-color: #14532d;
}

.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-indigo-DEFAULT-50:focus {
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-DEFAULT-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-DEFAULT-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-DEFAULT-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-DEFAULT-400:focus {
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-DEFAULT-500:focus {
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-DEFAULT-600:focus {
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-DEFAULT-700:focus {
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-DEFAULT-800:focus {
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-DEFAULT-900:focus {
  --tw-ring-offset-color: #312e81;
}

.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: #7928ca;
}

.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-purple-DEFAULT-50:focus {
  --tw-ring-offset-color: #faf5ff;
}

.focus\:ring-offset-purple-DEFAULT-100:focus {
  --tw-ring-offset-color: #f3e8ff;
}

.focus\:ring-offset-purple-DEFAULT-200:focus {
  --tw-ring-offset-color: #e9d5ff;
}

.focus\:ring-offset-purple-DEFAULT-300:focus {
  --tw-ring-offset-color: #d8b4fe;
}

.focus\:ring-offset-purple-DEFAULT-400:focus {
  --tw-ring-offset-color: #c084fc;
}

.focus\:ring-offset-purple-DEFAULT-500:focus {
  --tw-ring-offset-color: #a855f7;
}

.focus\:ring-offset-purple-DEFAULT-600:focus {
  --tw-ring-offset-color: #9333ea;
}

.focus\:ring-offset-purple-DEFAULT-700:focus {
  --tw-ring-offset-color: #7e22ce;
}

.focus\:ring-offset-purple-DEFAULT-800:focus {
  --tw-ring-offset-color: #6b21a8;
}

.focus\:ring-offset-purple-DEFAULT-900:focus {
  --tw-ring-offset-color: #581c87;
}

.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: #f883dd;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ff0080;
}

.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-pink-DEFAULT-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-DEFAULT-100:focus {
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-DEFAULT-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-DEFAULT-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-DEFAULT-400:focus {
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-DEFAULT-500:focus {
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-DEFAULT-600:focus {
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-DEFAULT-700:focus {
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-DEFAULT-800:focus {
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-DEFAULT-900:focus {
  --tw-ring-offset-color: #831843;
}

.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: #2152ff;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #344e86;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #00007d;
}

.focus\:ring-offset-blue-DEFAULT-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-DEFAULT-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-DEFAULT-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-DEFAULT-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-DEFAULT-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:ring-offset-blue-DEFAULT-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-DEFAULT-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-DEFAULT-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-DEFAULT-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-DEFAULT-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-slate-50:focus {
  --tw-ring-offset-color: #f8fafc;
}

.focus\:ring-offset-slate-100:focus {
  --tw-ring-offset-color: #dee2e6;
}

.focus\:ring-offset-slate-150:focus {
  --tw-ring-offset-color: #cbd3da;
}

.focus\:ring-offset-slate-200:focus {
  --tw-ring-offset-color: #e4e8ed;
}

.focus\:ring-offset-slate-250:focus {
  --tw-ring-offset-color: #c7d3de;
}

.focus\:ring-offset-slate-300:focus {
  --tw-ring-offset-color: #a8b8d8;
}

.focus\:ring-offset-slate-400:focus {
  --tw-ring-offset-color: #8392ab;
}

.focus\:ring-offset-slate-500:focus {
  --tw-ring-offset-color: #67748e;
}

.focus\:ring-offset-slate-600:focus {
  --tw-ring-offset-color: #627594;
}

.focus\:ring-offset-slate-650:focus {
  --tw-ring-offset-color: #5974a2;
}

.focus\:ring-offset-slate-700:focus {
  --tw-ring-offset-color: #344767;
}

.focus\:ring-offset-slate-750:focus {
  --tw-ring-offset-color: #1e2e4a;
}

.focus\:ring-offset-slate-800:focus {
  --tw-ring-offset-color: #3a416f;
}

.focus\:ring-offset-slate-850:focus {
  --tw-ring-offset-color: #323a54;
}

.focus\:ring-offset-slate-900:focus {
  --tw-ring-offset-color: #0f172a;
}

.focus\:ring-offset-slate-950:focus {
  --tw-ring-offset-color: #141728;
}

.focus\:ring-offset-slate:focus {
}

.focus\:ring-offset-zinc-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-zinc-100:focus {
  --tw-ring-offset-color: #f4f4f5;
}

.focus\:ring-offset-zinc-200:focus {
  --tw-ring-offset-color: #e4e4e7;
}

.focus\:ring-offset-zinc-300:focus {
  --tw-ring-offset-color: #d4d4d8;
}

.focus\:ring-offset-zinc-400:focus {
  --tw-ring-offset-color: #a1a1aa;
}

.focus\:ring-offset-zinc-500:focus {
  --tw-ring-offset-color: #71717a;
}

.focus\:ring-offset-zinc-600:focus {
  --tw-ring-offset-color: #52525b;
}

.focus\:ring-offset-zinc-700:focus {
  --tw-ring-offset-color: #3f3f46;
}

.focus\:ring-offset-zinc-800:focus {
  --tw-ring-offset-color: #27272a;
}

.focus\:ring-offset-zinc-900:focus {
  --tw-ring-offset-color: #18181b;
}

.focus\:ring-offset-zinc:focus {
}

.focus\:ring-offset-neutral-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-neutral-100:focus {
  --tw-ring-offset-color: #f5f5f5;
}

.focus\:ring-offset-neutral-200:focus {
  --tw-ring-offset-color: #e5e5e5;
}

.focus\:ring-offset-neutral-300:focus {
  --tw-ring-offset-color: #d4d4d4;
}

.focus\:ring-offset-neutral-400:focus {
  --tw-ring-offset-color: #a3a3a3;
}

.focus\:ring-offset-neutral-500:focus {
  --tw-ring-offset-color: #757575;
}

.focus\:ring-offset-neutral-600:focus {
  --tw-ring-offset-color: #525252;
}

.focus\:ring-offset-neutral-700:focus {
  --tw-ring-offset-color: #404040;
}

.focus\:ring-offset-neutral-800:focus {
  --tw-ring-offset-color: #262626;
}

.focus\:ring-offset-neutral-900:focus {
  --tw-ring-offset-color: #111111;
}

.focus\:ring-offset-neutral:focus {
}

.focus\:ring-offset-stone-50:focus {
  --tw-ring-offset-color: #fafaf9;
}

.focus\:ring-offset-stone-100:focus {
  --tw-ring-offset-color: #f5f5f4;
}

.focus\:ring-offset-stone-200:focus {
  --tw-ring-offset-color: #e7e5e4;
}

.focus\:ring-offset-stone-300:focus {
  --tw-ring-offset-color: #d6d3d1;
}

.focus\:ring-offset-stone-400:focus {
  --tw-ring-offset-color: #a8a29e;
}

.focus\:ring-offset-stone-500:focus {
  --tw-ring-offset-color: #78716c;
}

.focus\:ring-offset-stone-600:focus {
  --tw-ring-offset-color: #57534e;
}

.focus\:ring-offset-stone-700:focus {
  --tw-ring-offset-color: #44403c;
}

.focus\:ring-offset-stone-800:focus {
  --tw-ring-offset-color: #292524;
}

.focus\:ring-offset-stone-900:focus {
  --tw-ring-offset-color: #1c1917;
}

.focus\:ring-offset-stone:focus {
}

.focus\:ring-offset-orange-50:focus {
  --tw-ring-offset-color: #fef5d3;
}

.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-650:focus {
  --tw-ring-offset-color: #e03d00;
}

.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-orange-DEFAULT-50:focus {
  --tw-ring-offset-color: #fff7ed;
}

.focus\:ring-offset-orange-DEFAULT-100:focus {
  --tw-ring-offset-color: #ffedd5;
}

.focus\:ring-offset-orange-DEFAULT-200:focus {
  --tw-ring-offset-color: #fed7aa;
}

.focus\:ring-offset-orange-DEFAULT-300:focus {
  --tw-ring-offset-color: #fdba74;
}

.focus\:ring-offset-orange-DEFAULT-400:focus {
  --tw-ring-offset-color: #fb923c;
}

.focus\:ring-offset-orange-DEFAULT-500:focus {
  --tw-ring-offset-color: #f97316;
}

.focus\:ring-offset-orange-DEFAULT-600:focus {
  --tw-ring-offset-color: #ea580c;
}

.focus\:ring-offset-orange-DEFAULT-700:focus {
  --tw-ring-offset-color: #c2410c;
}

.focus\:ring-offset-orange-DEFAULT-800:focus {
  --tw-ring-offset-color: #9a3412;
}

.focus\:ring-offset-orange-DEFAULT-900:focus {
  --tw-ring-offset-color: #7c2d12;
}

.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: #fbc400;
}

.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-amber-DEFAULT-50:focus {
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-amber-DEFAULT-100:focus {
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-amber-DEFAULT-200:focus {
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-amber-DEFAULT-300:focus {
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-amber-DEFAULT-400:focus {
  --tw-ring-offset-color: #fbbf24;
}

.focus\:ring-offset-amber-DEFAULT-500:focus {
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-amber-DEFAULT-600:focus {
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-amber-DEFAULT-700:focus {
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-amber-DEFAULT-800:focus {
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-amber-DEFAULT-900:focus {
  --tw-ring-offset-color: #78350f;
}

.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: #cdf59b;
}

.focus\:ring-offset-lime-300:focus {
  --tw-ring-offset-color: #bef264;
}

.focus\:ring-offset-lime-400:focus {
  --tw-ring-offset-color: #98ec2d;
}

.focus\:ring-offset-lime-500:focus {
  --tw-ring-offset-color: #82d616;
}

.focus\:ring-offset-lime-600:focus {
  --tw-ring-offset-color: #67b108;
}

.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-lime-DEFAULT-50:focus {
  --tw-ring-offset-color: #f7fee7;
}

.focus\:ring-offset-lime-DEFAULT-100:focus {
  --tw-ring-offset-color: #ecfccb;
}

.focus\:ring-offset-lime-DEFAULT-200:focus {
  --tw-ring-offset-color: #d9f99d;
}

.focus\:ring-offset-lime-DEFAULT-300:focus {
  --tw-ring-offset-color: #bef264;
}

.focus\:ring-offset-lime-DEFAULT-400:focus {
  --tw-ring-offset-color: #a3e635;
}

.focus\:ring-offset-lime-DEFAULT-500:focus {
  --tw-ring-offset-color: #84cc16;
}

.focus\:ring-offset-lime-DEFAULT-600:focus {
  --tw-ring-offset-color: #65a30d;
}

.focus\:ring-offset-lime-DEFAULT-700:focus {
  --tw-ring-offset-color: #4d7c0f;
}

.focus\:ring-offset-lime-DEFAULT-800:focus {
  --tw-ring-offset-color: #3f6212;
}

.focus\:ring-offset-lime-DEFAULT-900:focus {
  --tw-ring-offset-color: #365314;
}

.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-emerald-DEFAULT-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-emerald-DEFAULT-100:focus {
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-emerald-DEFAULT-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-emerald-DEFAULT-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}

.focus\:ring-offset-emerald-DEFAULT-400:focus {
  --tw-ring-offset-color: #34d399;
}

.focus\:ring-offset-emerald-DEFAULT-500:focus {
  --tw-ring-offset-color: #10b981;
}

.focus\:ring-offset-emerald-DEFAULT-600:focus {
  --tw-ring-offset-color: #059669;
}

.focus\:ring-offset-emerald-DEFAULT-700:focus {
  --tw-ring-offset-color: #047857;
}

.focus\:ring-offset-emerald-DEFAULT-800:focus {
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-emerald-DEFAULT-900:focus {
  --tw-ring-offset-color: #064e3b;
}

.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-550:focus {
  --tw-ring-offset-color: #329874;
}

.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-teal-DEFAULT-50:focus {
  --tw-ring-offset-color: #f0fdfa;
}

.focus\:ring-offset-teal-DEFAULT-100:focus {
  --tw-ring-offset-color: #ccfbf1;
}

.focus\:ring-offset-teal-DEFAULT-200:focus {
  --tw-ring-offset-color: #99f6e4;
}

.focus\:ring-offset-teal-DEFAULT-300:focus {
  --tw-ring-offset-color: #5eead4;
}

.focus\:ring-offset-teal-DEFAULT-400:focus {
  --tw-ring-offset-color: #2dd4bf;
}

.focus\:ring-offset-teal-DEFAULT-500:focus {
  --tw-ring-offset-color: #14b8a6;
}

.focus\:ring-offset-teal-DEFAULT-600:focus {
  --tw-ring-offset-color: #0d9488;
}

.focus\:ring-offset-teal-DEFAULT-700:focus {
  --tw-ring-offset-color: #0f766e;
}

.focus\:ring-offset-teal-DEFAULT-800:focus {
  --tw-ring-offset-color: #115e59;
}

.focus\:ring-offset-teal-DEFAULT-900:focus {
  --tw-ring-offset-color: #134e4a;
}

.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: #21d4fd;
}

.focus\:ring-offset-cyan-500:focus {
  --tw-ring-offset-color: #17c1e8;
}

.focus\:ring-offset-cyan-600:focus {
  --tw-ring-offset-color: #08a1c4;
}

.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-cyan-DEFAULT-50:focus {
  --tw-ring-offset-color: #ecfeff;
}

.focus\:ring-offset-cyan-DEFAULT-100:focus {
  --tw-ring-offset-color: #cffafe;
}

.focus\:ring-offset-cyan-DEFAULT-200:focus {
  --tw-ring-offset-color: #a5f3fc;
}

.focus\:ring-offset-cyan-DEFAULT-300:focus {
  --tw-ring-offset-color: #67e8f9;
}

.focus\:ring-offset-cyan-DEFAULT-400:focus {
  --tw-ring-offset-color: #22d3ee;
}

.focus\:ring-offset-cyan-DEFAULT-500:focus {
  --tw-ring-offset-color: #06b6d4;
}

.focus\:ring-offset-cyan-DEFAULT-600:focus {
  --tw-ring-offset-color: #0891b2;
}

.focus\:ring-offset-cyan-DEFAULT-700:focus {
  --tw-ring-offset-color: #0e7490;
}

.focus\:ring-offset-cyan-DEFAULT-800:focus {
  --tw-ring-offset-color: #155e75;
}

.focus\:ring-offset-cyan-DEFAULT-900:focus {
  --tw-ring-offset-color: #164e63;
}

.focus\:ring-offset-sky-50:focus {
  --tw-ring-offset-color: #f0f9ff;
}

.focus\:ring-offset-sky-100:focus {
  --tw-ring-offset-color: #e0f2fe;
}

.focus\:ring-offset-sky-200:focus {
  --tw-ring-offset-color: #abe9f7;
}

.focus\:ring-offset-sky-300:focus {
  --tw-ring-offset-color: #7dd3fc;
}

.focus\:ring-offset-sky-400:focus {
  --tw-ring-offset-color: #38bdf8;
}

.focus\:ring-offset-sky-500:focus {
  --tw-ring-offset-color: #0ea5e9;
}

.focus\:ring-offset-sky-600:focus {
  --tw-ring-offset-color: #3ea1ec;
}

.focus\:ring-offset-sky-700:focus {
  --tw-ring-offset-color: #0369a1;
}

.focus\:ring-offset-sky-800:focus {
  --tw-ring-offset-color: #075985;
}

.focus\:ring-offset-sky-900:focus {
  --tw-ring-offset-color: #0e456d;
}

.focus\:ring-offset-sky-DEFAULT-50:focus {
  --tw-ring-offset-color: #f0f9ff;
}

.focus\:ring-offset-sky-DEFAULT-100:focus {
  --tw-ring-offset-color: #e0f2fe;
}

.focus\:ring-offset-sky-DEFAULT-200:focus {
  --tw-ring-offset-color: #bae6fd;
}

.focus\:ring-offset-sky-DEFAULT-300:focus {
  --tw-ring-offset-color: #7dd3fc;
}

.focus\:ring-offset-sky-DEFAULT-400:focus {
  --tw-ring-offset-color: #38bdf8;
}

.focus\:ring-offset-sky-DEFAULT-500:focus {
  --tw-ring-offset-color: #0ea5e9;
}

.focus\:ring-offset-sky-DEFAULT-600:focus {
  --tw-ring-offset-color: #0284c7;
}

.focus\:ring-offset-sky-DEFAULT-700:focus {
  --tw-ring-offset-color: #0369a1;
}

.focus\:ring-offset-sky-DEFAULT-800:focus {
  --tw-ring-offset-color: #075985;
}

.focus\:ring-offset-sky-DEFAULT-900:focus {
  --tw-ring-offset-color: #0c4a6e;
}

.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-violet-DEFAULT-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-violet-DEFAULT-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-violet-DEFAULT-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-violet-DEFAULT-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-violet-DEFAULT-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-violet-DEFAULT-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-violet-DEFAULT-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-violet-DEFAULT-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-violet-DEFAULT-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-violet-DEFAULT-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.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: #e293d3;
}

.focus\:ring-offset-fuchsia-400:focus {
  --tw-ring-offset-color: #e879f9;
}

.focus\:ring-offset-fuchsia-500:focus {
  --tw-ring-offset-color: #cb0c9f;
}

.focus\:ring-offset-fuchsia-600:focus {
  --tw-ring-offset-color: #c026d3;
}

.focus\:ring-offset-fuchsia-700:focus {
  --tw-ring-offset-color: #a3017e;
}

.focus\:ring-offset-fuchsia-800:focus {
  --tw-ring-offset-color: #830866;
}

.focus\:ring-offset-fuchsia-900:focus {
  --tw-ring-offset-color: #701a75;
}

.focus\:ring-offset-fuchsia-DEFAULT-50:focus {
  --tw-ring-offset-color: #fdf4ff;
}

.focus\:ring-offset-fuchsia-DEFAULT-100:focus {
  --tw-ring-offset-color: #fae8ff;
}

.focus\:ring-offset-fuchsia-DEFAULT-200:focus {
  --tw-ring-offset-color: #f5d0fe;
}

.focus\:ring-offset-fuchsia-DEFAULT-300:focus {
  --tw-ring-offset-color: #f0abfc;
}

.focus\:ring-offset-fuchsia-DEFAULT-400:focus {
  --tw-ring-offset-color: #e879f9;
}

.focus\:ring-offset-fuchsia-DEFAULT-500:focus {
  --tw-ring-offset-color: #d946ef;
}

.focus\:ring-offset-fuchsia-DEFAULT-600:focus {
  --tw-ring-offset-color: #c026d3;
}

.focus\:ring-offset-fuchsia-DEFAULT-700:focus {
  --tw-ring-offset-color: #a21caf;
}

.focus\:ring-offset-fuchsia-DEFAULT-800:focus {
  --tw-ring-offset-color: #86198f;
}

.focus\:ring-offset-fuchsia-DEFAULT-900:focus {
  --tw-ring-offset-color: #701a75;
}

.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: #ff667c;
}

.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-rose-DEFAULT-50:focus {
  --tw-ring-offset-color: #fff1f2;
}

.focus\:ring-offset-rose-DEFAULT-100:focus {
  --tw-ring-offset-color: #ffe4e6;
}

.focus\:ring-offset-rose-DEFAULT-200:focus {
  --tw-ring-offset-color: #fecdd3;
}

.focus\:ring-offset-rose-DEFAULT-300:focus {
  --tw-ring-offset-color: #fda4af;
}

.focus\:ring-offset-rose-DEFAULT-400:focus {
  --tw-ring-offset-color: #fb7185;
}

.focus\:ring-offset-rose-DEFAULT-500:focus {
  --tw-ring-offset-color: #f43f5e;
}

.focus\:ring-offset-rose-DEFAULT-600:focus {
  --tw-ring-offset-color: #e11d48;
}

.focus\:ring-offset-rose-DEFAULT-700:focus {
  --tw-ring-offset-color: #be123c;
}

.focus\:ring-offset-rose-DEFAULT-800:focus {
  --tw-ring-offset-color: #9f1239;
}

.focus\:ring-offset-rose-DEFAULT-900:focus {
  --tw-ring-offset-color: #881337;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(30px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(30px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-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;
}

.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);
}

.content-none {
  content: none;
}

.dz-details, .dz-success-mark, .dz-error-message, .dz-error-mark {
  display: none;
}

.dz-progress {
  background: gray;
  height: 10px;
  margin-top: 10px;
}

.dz-upload {
  width: 60%;
  background: #6a48f6;
  height: 10px;
  display: block;
}

.success-fix {
  position: fixed;
  border-radius: 0;
}

.dz-image img {
  margin: auto;
  text-align: center;
}

.bg-green-500 {
  background: #ccf936;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ccf936;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ccf936;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.save-dialog {
  background: #17191f;
  text-align: center;
  padding: 2em;
  width: 40%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.avatar{
  min-width:100%;
}

.w-100{
  width:100%;
}

.swal2-title{
  text-align:left !important;
}

.font-size-0{
  font-size:0;
}

.sortable{
  cursor:pointer;
}

.sortable:after{
  display:inline-block;
  float:right;
  content:'\21C5';
  font-size:1.1rem;
}

.sortable.up:after{
  content:'\2191';
}

.sortable.down:after{
  content:'\2193';
}

.dz-progress{
  display:none;
}

.login-button{
  transition: all 0.2s ease, visibility 0s;
  border: 1px solid #CCF936;
  border-radius: 30px;
  background: #CCF936;
}

.input-field{
  transition: all 0.2s ease, visibility 0s;
  border: 1px solid #CCF936;
  background: #18171E;
  border-radius: 30px;
}

.forgot-password{
  color: #CCF936;
}

.appearance-search{
  background: url(/img/search.svg) no-repeat #FFFFFF;
  background-size: 16px 16px;
  background-position: 98% 50%;
  padding-left: 36px;
}

.trim-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

/*!

=========================================================
* Soft UI Dashboard Pro Tailwind - v1.0.1
=========================================================

* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-tailwind
* Copyright 2023 Creative Tim (https://www.creative-tim.com)


* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/

/*! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com

*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e9ecef;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Open Sans;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #ced4da;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #ced4da;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

a {
  letter-spacing: -0.025rem;
  text-decoration: none;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  opacity: .25;
}

img {
  max-width: none;
  display: inline;
}

label {
  display: inline-block;
}

p {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  margin-bottom: 1rem;
}

small {
  font-size: .875em;
}

svg {
  display: inline;
}

table {
  border-collapse: inherit;
}

h1, h2, h3, h4, h5, h6, a {
  color: #344767;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
}

h1, h2, h3, h4 {
  letter-spacing: -0.05rem;
}

h1, h2, h3 {
  font-weight: 700;
}

h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 3rem;
  line-height: 1.25;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.875rem;
  line-height: 1.375;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.375;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.375;
}

h6 {
  font-size: 1rem;
  line-height: 1.625;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-3 {
  top: 0.75rem;
}

.top-1\/10 {
  top: 10%;
}

.bottom-7 {
  bottom: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

.-right-90 {
  right: -22.5rem;
}

.left-auto {
  left: auto;
}

.bottom-0 {
  bottom: 0px;
}

.top-auto {
  top: auto;
}

.-left-90 {
  left: -22.5rem;
}

.top-\[1\%\] {
  top: 1%;
}

.top-1 {
  top: 0.25rem;
}

.top-6 {
  top: 1.5rem;
}

.right-16 {
  right: 4rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-1\/100 {
  bottom: 1%;
}

.right-1\/100 {
  right: 1%;
}

.-right-50 {
  right: -12.5rem;
}

.-top-1 {
  top: -0.25rem;
}

.top-31\/100 {
  top: 31%;
}

.right-4 {
  right: 1rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.left-7 {
  left: 1.75rem;
}

.right-auto {
  right: auto;
}

.left-4 {
  left: 1rem;
}

.-right-40 {
  right: -10rem;
}

.-right-2 {
  right: -0.5rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.right-2 {
  right: 0.5rem;
}

.top-1\/100 {
  top: 1%;
}

.right-5\.5 {
  right: 1.375rem;
}

.-top-12 {
  top: -3rem;
}

.right-5 {
  right: 1.25rem;
}

.isolate {
  isolation: isolate;
}

.z-990 {
  z-index: 990;
}

.z-20 {
  z-index: 20;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-sticky {
  z-index: 1020;
}

.z-110 {
  z-index: 110;
}

.z-100 {
  z-index: 100;
}

.z-1 {
  z-index: 1;
}

.z-40 {
  z-index: 40;
}

.z-30 {
  z-index: 30;
}

.z-2 {
  z-index: 2;
}

.z-0 {
  z-index: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

.-m-2 {
  margin: -0.5rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

.m-2 {
  margin: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-5\.4 {
  margin-left: 1.35rem;
}

.mr-4 {
  margin-right: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-0\.75 {
  margin-bottom: 0.2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.-ml-px {
  margin-left: -1px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-0\.4 {
  margin-top: -0.1rem;
}

.-mt-0 {
  margin-top: -0px;
}

.mt-24 {
  margin-top: 6rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.mr-1\.25 {
  margin-right: 0.3125rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0px;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-0\.75 {
  margin-left: 0.2rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-5\.4 {
  margin-right: 1.35rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-0\.6 {
  margin-right: 0.15rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-0\.75 {
  margin-top: 0.2rem;
}

.mt-1\.75 {
  margin-top: 0.4375rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mt-12 {
  margin-top: 3rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mr-auto {
  margin-right: auto;
}

.-mt-24 {
  margin-top: -6rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.mt-auto {
  margin-top: auto;
}

.-mt-16 {
  margin-top: -4rem;
}

.mt-32 {
  margin-top: 8rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mr-px {
  margin-right: -1px;
}

.ml-1\.25 {
  margin-left: 0.3125rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.mt-40 {
  margin-top: 10rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-auto {
  height: auto;
}

.h-8 {
  height: 2rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-9 {
  height: 2.25rem;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.h-0\.75 {
  height: 0.2rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-1 {
  height: 0.25rem;
}

.h-3\/4 {
  height: 75%;
}

.h-5\.6 {
  height: 1.4rem;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-6 {
  height: 1.5rem;
}

.h-screen {
  height: 100vh;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-28 {
  height: 7rem;
}

.h-14 {
  height: 3.5rem;
}

.h-13 {
  height: 3.25rem;
}

.h-100 {
  height: 25rem;
}

.h-19 {
  height: 4.75rem;
}

.h-16 {
  height: 4rem;
}

.h-6\.5 {
  height: 1.625rem;
}

.h-25 {
  height: 6.25rem;
}

.\!h-1\/2 {
  height: 50% !important;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-70-screen {
  max-height: 70vh;
}

.max-h-25 {
  max-height: 6.25rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-unset {
  min-height: unset;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-75 {
  min-height: 18.75rem;
}

.min-h-75-screen {
  min-height: 75vh;
}

.min-h-50-screen {
  min-height: 50vh;
}

.min-h-85-screen {
  min-height: 85vh;
}

.min-h-25 {
  min-height: 6.25rem;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

.w-0 {
  width: 0px;
}

.w-4\.5 {
  width: 1.125rem;
}

.w-4 {
  width: 1rem;
}

.w-1\/100 {
  width: 1%;
}

.w-9 {
  width: 2.25rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-12 {
  width: 3rem;
}

.w-3\/10 {
  width: 30%;
}

.w-1\/4 {
  width: 25%;
}

.w-5 {
  width: 1.25rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-9\/10 {
  width: 90%;
}

.w-1\/2 {
  width: 50%;
}

.w-90 {
  width: 22.5rem;
}

.w-5\.6 {
  width: 1.4rem;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-screen {
  width: 100vw;
}

.w-2 {
  width: 0.5rem;
}

.w-4\/5 {
  width: 80%;
}

.w-2\/5 {
  width: 40%;
}

.w-15\/100 {
  width: 15%;
}

.w-px {
  width: 1px;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-auto {
  width: auto;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-28 {
  width: 7rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-13 {
  width: 3.25rem;
}

.w-6\/12 {
  width: 50%;
}

.w-70\/100 {
  width: 70%;
}

.w-19 {
  width: 4.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-85 {
  width: 22rem;
}

.w-5\.5 {
  width: 1.375rem;
}

.w-16 {
  width: 4rem;
}

.w-1\/5 {
  width: 20%;
}

.w-6\.5 {
  width: 1.625rem;
}

.w-1 {
  width: 0.25rem;
}

.w-3\/12 {
  width: 25%;
}

.w-25 {
  width: 6.25rem;
}

.w-1\/10 {
  width: 10%;
}

.w-30 {
  width: 7.5rem;
}

.w-5\/100 {
  width: 5%;
}

.w-9\/12 {
  width: 75%;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-80\/100 {
  width: 80%;
}

.w-17\/100 {
  width: 17%;
}

.w-3\/100 {
  width: 3%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-7 {
  min-width: 1.75rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-2xl {
  max-width: 1400px;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-46 {
  max-width: 11.5rem;
}

.max-w-50 {
  max-width: 12.5rem;
}

.max-w-125 {
  max-width: 31.25rem;
}

.max-w-120 {
  max-width: 30rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-0 {
  flex: 0 0 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-1-0 {
  flex: 1 0 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.basis-full {
  flex-basis: 100%;
}

.origin-top {
  transform-origin: top;
}

.origin-10-10 {
  transform-origin: 10% 10%;
}

.origin-10-90 {
  transform-origin: 10% 90%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-\[5px\] {
  --tw-translate-x: 5px;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-\[5px\] {
  --tw-translate-x: -5px;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-13 {
  --tw-translate-y: -3.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-x-10 {
  --tw-skew-x: -10deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-10 {
  --tw-skew-x: 10deg;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), 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 {
  transform: translate(var(--tw-translate-x), 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-none {
  transform: none;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
  }
}

.animate-fade-up {
  animation: fade-up 1.5s both;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.self-center {
  align-self: center;
}

.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;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-10 {
  border-radius: 2.5rem;
}

.rounded-1 {
  border-radius: 0.25rem;
}

.\!rounded-circle {
  border-radius: 50% !important;
}

.rounded-1\.8 {
  border-radius: 0.45rem;
}

.rounded-3\.5xl {
  border-radius: 1.875rem;
}

.rounded-3 {
  border-radius: 0.75rem;
}

.rounded-1\.5 {
  border-radius: 0.375rem;
}

.rounded-0 {
  border-radius: 0px;
}

.rounded-7 {
  border-radius: 1.75rem;
}

.rounded-px {
  border-radius: 1px;
}

.rounded-blur {
  border-radius: 40px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-1\.4 {
  border-radius: 0.35rem;
}

.rounded-t-4 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-inherit {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.rounded-b-inherit {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-1 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-b-1 {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 125 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(210 214 218 / var(--tw-border-opacity));
}

.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(203 12 159 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity));
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(52 71 103 / var(--tw-border-opacity));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(131 146 171 / var(--tw-border-opacity));
}

.border-black\/12\.5 {
  border-color: rgb(0 0 0 / 0.125);
}

.border-inherit {
  border-color: inherit;
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(130 214 22 / var(--tw-border-opacity));
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity));
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 6 6 / var(--tw-border-opacity));
}

.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 147 211 / var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}

.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 232 237 / var(--tw-border-opacity));
}

.border-slate-150 {
  --tw-border-opacity: 1;
  border-color: rgb(203 211 218 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-b-black\/12\.5 {
  border-bottom-color: rgb(0 0 0 / 0.125);
}

.border-t-black\/12\.5 {
  border-top-color: rgb(0 0 0 / 0.125);
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 236 239 / var(--tw-border-opacity));
}

.border-b-slate-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 116 142 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 71 103 / var(--tw-bg-opacity));
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 12 159 / var(--tw-bg-opacity));
}

.bg-slate-800\/10 {
  background-color: rgb(58 65 111 / 0.1);
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(130 214 22 / var(--tw-bg-opacity));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 193 232 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 0.7;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-inherit {
  background-color: inherit;
}

.bg-red-600\/3 {
  background-color: rgb(234 6 6 / 0.03);
}

.bg-purple-700\/3 {
  background-color: rgb(121 40 202 / 0.03);
}

.bg-green-600\/3 {
  background-color: rgb(23 173 55 / 0.03);
}

.bg-red-500\/3 {
  background-color: rgb(245 57 57 / 0.03);
}

.bg-blue-600\/3 {
  background-color: rgb(33 82 255 / 0.03);
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 146 171 / var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 237 / var(--tw-bg-opacity));
}

.bg-blue-600\/5 {
  background-color: rgb(33 82 255 / 0.05);
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 131 221 / var(--tw-bg-opacity));
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 245 155 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 151 151 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 6 6 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/white-curved\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/white-curved.jpg');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/ivancik\.jpg\'\)\] {
  background-image: url('/assets/img/ivancik.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/bg-smart-home-1\.jpg\'\)\] {
  background-image: url('/assets/img/bg-smart-home-1.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/bg-smart-home-2\.jpg\'\)\] {
  background-image: url('/assets/img/bg-smart-home-2.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/home-decor-3\.jpg\'\)\] {
  background-image: url('/assets/img/home-decor-3.jpg');
}

.bg-\[url\(\'https\:\/\/raw\.githubusercontent\.com\/creativetimofficial\/public-assets\/master\/soft-ui-design-system\/assets\/img\/window-desk\.jpg\'\)\] {
  background-image: url('https://raw.githubusercontent.com/creativetimofficial/public-assets/master/soft-ui-design-system//assets/img/window-desk.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/office-dark\.jpg\'\)\] {
  background-image: url('/assets/img/office-dark.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved0\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved0.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved8\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved8.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved14\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved14.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved1\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved1.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/\.\.\/assets\/img\/curved-images\/curved8\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved8.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved7\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved7.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved6\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved6.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved9\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved9.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/curved-images\/curved11\.jpg\'\)\] {
  background-image: url('/assets/img/curved-images/curved11.jpg');
}

.bg-\[url\(\'\.\.\/img\/vr-bg\.jpg\'\)\] {
  background-image: url('/img/vr-bg.jpg');
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700 {
  --tw-gradient-from: #7928ca;
  --tw-gradient-to: rgb(121 40 202 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600 {
  --tw-gradient-from: #627594;
  --tw-gradient-to: rgb(98 117 148 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900 {
  --tw-gradient-from: #141727;
  --tw-gradient-to: rgb(20 23 39 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600 {
  --tw-gradient-from: #2152ff;
  --tw-gradient-to: rgb(33 82 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500 {
  --tw-gradient-from: #f53939;
  --tw-gradient-to: rgb(245 57 57 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600 {
  --tw-gradient-from: #ea0606;
  --tw-gradient-to: rgb(234 6 6 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600 {
  --tw-gradient-from: #17ad37;
  --tw-gradient-to: rgb(23 173 55 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400 {
  --tw-gradient-from: #ced4da;
  --tw-gradient-to: rgb(206 212 218 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-pink-500 {
  --tw-gradient-to: #ff0080;
}

.to-slate-300 {
  --tw-gradient-to: #a8b8d8;
}

.to-slate-800 {
  --tw-gradient-to: #3a416f;
}

.to-cyan-400 {
  --tw-gradient-to: #21d4fd;
}

.to-yellow-400 {
  --tw-gradient-to: #fbcf33;
}

.to-rose-400 {
  --tw-gradient-to: #ff667c;
}

.to-lime-400 {
  --tw-gradient-to: #98ec2d;
}

.to-gray-100 {
  --tw-gradient-to: #ebeff4;
}

.bg-cover {
  background-size: cover;
}

.bg-150 {
  background-size: 150%;
}

.bg-contain {
  background-size: contain;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.bg-center {
  background-position: center;
}

.bg-x-25 {
  background-position: 25% 0;
}

.bg-left {
  background-position: left;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.fill-slate-800 {
  fill: #3a416f;
}

.fill-white {
  fill: #fff;
}

.fill-slate-300 {
  fill: #a8b8d8;
}

.fill-transparent {
  fill: transparent;
}

.fill-gray-900 {
  fill: #141727;
}

.stroke-none {
  stroke: none;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-1\.2 {
  padding: 0.3rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2\.8 {
  padding: 0.7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-12 {
  padding: 3rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-2\.7 {
  padding-top: 0.675rem;
  padding-bottom: 0.675rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-1\.6 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1\.2 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2\.2 {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.px-2\.2 {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-1\.8 {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.py-2\.6 {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3\.6 {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-2\.8 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-3\.4 {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.px-5\.5 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pr-0 {
  padding-right: 0px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-1\.4 {
  padding-top: 0.35rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pl-8 {
  padding-left: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.-indent-330 {
  text-indent: -82.5rem;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-\[-0\.0667em\] {
  vertical-align: -0.0667em;
}

.font-sans {
  font-family: Open Sans;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-3\.4 {
  font-size: 0.85rem;
}

.text-3 {
  font-size: 0.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xxs {
  font-size: 0.65rem;
  line-height: 1rem;
}

.text-3xs {
  font-size: 0.5rem;
  line-height: 1rem;
}

.text-inherit {
  font-size: inherit;
}

.text-5\.3 {
  font-size: 1.3rem;
}

.text-5 {
  font-size: 1.25rem;
}

.text-4\.8 {
  font-size: 1.2rem;
}

.text-4 {
  font-size: 1rem;
}

.text-3\.5 {
  font-size: 0.875rem;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-default {
  line-height: 1.6;
}

.leading-tight {
  line-height: 1.25;
}

.leading-none {
  line-height: 1;
}

.leading-pro {
  line-height: 1.4;
}

.leading-normal {
  line-height: 1.5;
}

.leading-5\.6 {
  line-height: 1.4rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-tighter {
  line-height: 1.2;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-tight-soft {
  letter-spacing: -0.025rem;
}

.tracking-none {
  letter-spacing: 0;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(103 116 142 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(131 146 171 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(52 71 103 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(58 65 111 / var(--tw-text-opacity));
}

.text-slate-800\/50 {
  color: rgb(58 65 111 / 0.5);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(234 6 6 / var(--tw-text-opacity));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(130 214 22 / var(--tw-text-opacity));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(23 193 232 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(203 12 159 / var(--tw-text-opacity));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(222 226 230 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(52 78 134 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(62 161 236 / var(--tw-text-opacity));
}

.text-orange-650 {
  --tw-text-opacity: 1;
  color: rgb(224 61 0 / var(--tw-text-opacity));
}

.text-red-650 {
  --tw-text-opacity: 1;
  color: rgb(212 31 26 / var(--tw-text-opacity));
}

.text-teal-550 {
  --tw-text-opacity: 1;
  color: rgb(50 152 116 / var(--tw-text-opacity));
}

.text-slate-650 {
  --tw-text-opacity: 1;
  color: rgb(89 116 162 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(245 57 57 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 207 51 / var(--tw-text-opacity));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(103 177 8 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(233 236 239 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(189 0 0 / var(--tw-text-opacity));
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(14 69 109 / var(--tw-text-opacity));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-25 {
  opacity: 0.25;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-sm {
  --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
  --tw-shadow-colored: 0 .25rem .375rem -.0625rem var(--tw-shadow-color), 0 .125rem .25rem -.0625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-2xl {
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  --tw-shadow-colored: 0 .3125rem .625rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-md {
  --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
  --tw-shadow-colored: 0 4px 7px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-xl {
  --tw-shadow: 0 20px 27px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 20px 27px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-lg {
  --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
  --tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-3xl {
  --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
  --tw-shadow-colored: 0 8px 26px -4px var(--tw-shadow-color), 0 8px 9px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blur {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: inset 0 0 1px 1px var(--tw-shadow-color), 0 20px 27px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft-xxs {
  --tw-shadow: 0 1px 5px 1px #ddd;
  --tw-shadow-colored: 0 1px 5px 1px var(--tw-shadow-color);
  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 23px 45px -11px hsla(0,0%,8%,.25);
  --tw-shadow-colored: 0 23px 45px -11px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-soft-dark-xl {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  --tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color), 0 3px 1px -2px var(--tw-shadow-color), 0 1px 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-0 {
  outline-width: 0px;
}

.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);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(30px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-width {
  transition-property: width;
  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 {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  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;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-250 {
  transition-duration: 250ms;
}

.duration-600 {
  transition-duration: 600ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-350 {
  transition-duration: 350ms;
}

.ease-soft-in-out {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.ease-soft {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-soft-in {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-soft-out {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.ease-bounce {
  transition-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1.3);
}

.will-change-transform {
  will-change: transform;
}

.transform3d {
  transform: perspective(999px) rotateX(0deg) translateZ(0);
}

.transform-dropdown {
  transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0,37px,0);
}

.transform-dropdown-show {
  transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0,37px,5px);
}

.flex-wrap-inherit {
  flex-wrap: inherit;
}

.text-align-inherit {
  text-align: inherit;
}

.clip-rect-0 {
  clip: rect(0,0,0,0);
}

.\[transform\:scale\(\.7\)_translateZ\(50px\)\] {
  transform: scale(.7) translateZ(50px);
}

.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity));
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity));
}

.before\:visible::before {
  content: var(--tw-content);
  visibility: visible;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:relative::before {
  content: var(--tw-content);
  position: relative;
}

.before\:-left-5::before {
  content: var(--tw-content);
  left: -1.25rem;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:-left-4\.5::before {
  content: var(--tw-content);
  left: -1.125rem;
}

.before\:-left-4::before {
  content: var(--tw-content);
  left: -1rem;
}

.before\:right-2::before {
  content: var(--tw-content);
  right: 0.5rem;
}

.before\:left-auto::before {
  content: var(--tw-content);
  left: auto;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:-top-5::before {
  content: var(--tw-content);
  top: -1.25rem;
}

.before\:right-7::before {
  content: var(--tw-content);
  right: 1.75rem;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:right-5::before {
  content: var(--tw-content);
  right: 1.25rem;
}

.before\:-right-4\.5::before {
  content: var(--tw-content);
  right: -1.125rem;
}

.before\:-right-4::before {
  content: var(--tw-content);
  right: -1rem;
}

.before\:-right-5::before {
  content: var(--tw-content);
  right: -1.25rem;
}

.before\:left-2::before {
  content: var(--tw-content);
  left: 0.5rem;
}

.before\:right-auto::before {
  content: var(--tw-content);
  right: auto;
}

.before\:right-4::before {
  content: var(--tw-content);
  right: 1rem;
}

.before\:left-4::before {
  content: var(--tw-content);
  left: 1rem;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:z-50::before {
  content: var(--tw-content);
  z-index: 50;
}

.before\:z-40::before {
  content: var(--tw-content);
  z-index: 40;
}

.before\:z-30::before {
  content: var(--tw-content);
  z-index: 30;
}

.before\:float-right::before {
  content: var(--tw-content);
  float: right;
}

.before\:float-left::before {
  content: var(--tw-content);
  float: left;
}

.before\:-ml-1\/2::before {
  content: var(--tw-content);
  margin-left: -50%;
}

.before\:-ml-px::before {
  content: var(--tw-content);
  margin-left: -1px;
}

.before\:box-border::before {
  content: var(--tw-content);
  box-sizing: border-box;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-2::before {
  content: var(--tw-content);
  height: 0.5rem;
}

.before\:h-1\.25::before {
  content: var(--tw-content);
  height: 0.3125rem;
}

.before\:h-1::before {
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:h-3\.4::before {
  content: var(--tw-content);
  height: 0.85rem;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-2::before {
  content: var(--tw-content);
  width: 0.5rem;
}

.before\:w-1\.25::before {
  content: var(--tw-content);
  width: 0.3125rem;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:w-3\.4::before {
  content: var(--tw-content);
  width: 0.85rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-3\/10::before {
  content: var(--tw-content);
  width: 30%;
}

.before\:w-0\.75::before {
  content: var(--tw-content);
  width: 0.2rem;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.before\:rotate-45::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), 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));
}

.before\:scale-120::before {
  content: var(--tw-content);
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), 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));
}

.before\:rounded-3xl::before {
  content: var(--tw-content);
  border-radius: 1.5rem;
}

.before\:rounded-circle::before {
  content: var(--tw-content);
  border-radius: 50%;
}

.before\:rounded-1::before {
  content: var(--tw-content);
  border-radius: 0.25rem;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-l-2::before {
  content: var(--tw-content);
  border-left-width: 2px;
}

.before\:border-r-2::before {
  content: var(--tw-content);
  border-right-width: 2px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-current::before {
  content: var(--tw-content);
  border-color: currentColor;
}

.before\:border-slate-100::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.before\:border-l-slate-100::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.before\:border-r-slate-100::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(222 226 230 / var(--tw-border-opacity));
}

.before\:bg-slate-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(58 65 111 / var(--tw-bg-opacity));
}

.before\:bg-slate-800\/50::before {
  content: var(--tw-content);
  background-color: rgb(58 65 111 / 0.5);
}

.before\:bg-current::before {
  content: var(--tw-content);
  background-color: currentColor;
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:bg-inherit::before {
  content: var(--tw-content);
  background-color: inherit;
}

.before\:bg-fuchsia-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(203 12 159 / var(--tw-bg-opacity));
}

.before\:bg-slate-700::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(52 71 103 / var(--tw-bg-opacity));
}

.before\:bg-yellow-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 51 / var(--tw-bg-opacity));
}

.before\:bg-lime-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(130 214 22 / var(--tw-bg-opacity));
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:from-transparent::before {
  content: var(--tw-content);
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:via-neutral-500\/40::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(117 117 117 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(117 117 117 / 0.4), var(--tw-gradient-to);
}

.before\:to-neutral-500\/40::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(117 117 117 / 0.4);
}

.before\:pr-2::before {
  content: var(--tw-content);
  padding-right: 0.5rem;
}

.before\:pl-2::before {
  content: var(--tw-content);
  padding-left: 0.5rem;
}

.before\:align-middle::before {
  content: var(--tw-content);
  vertical-align: middle;
}

.before\:font-awesome::before {
  content: var(--tw-content);
  font-family: FontAwesome;
}

.before\:text-5\.5::before {
  content: var(--tw-content);
  font-size: 1.375rem;
}

.before\:text-5::before {
  content: var(--tw-content);
  font-size: 1.25rem;
}

.before\:font-normal::before {
  content: var(--tw-content);
  font-weight: 400;
}

.before\:leading-default::before {
  content: var(--tw-content);
  line-height: 1.6;
}

.before\:text-gray-600::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity));
}

.before\:text-white::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.before\:antialiased::before {
  content: var(--tw-content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-350::before {
  content: var(--tw-content);
  transition-duration: 350ms;
}

.before\:ease-soft::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.before\:ease-linear::before {
  content: var(--tw-content);
  transition-timing-function: linear;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\'\/\'\]::before {
  --tw-content: '/';
  content: var(--tw-content);
}

.before\:content-\[\'\\f0d8\'\]::before {
  --tw-content: '\F0D8';
  content: var(--tw-content);
}

.before\:content-\[none\]::before {
  --tw-content: none;
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:relative::after {
  content: var(--tw-content);
  position: relative;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-px::after {
  content: var(--tw-content);
  top: 1px;
}

.after\:top-1\.25::after {
  content: var(--tw-content);
  top: 0.3125rem;
}

.after\:left-\[calc\(-50\%-13px\/2\)\]::after {
  content: var(--tw-content);
  left: calc(-50% - 13px / 2);
}

.after\:top-1::after {
  content: var(--tw-content);
  top: 0.25rem;
}

.after\:left-full::after {
  content: var(--tw-content);
  left: 100%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:left-2::after {
  content: var(--tw-content);
  left: 0.5rem;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:z-1::after {
  content: var(--tw-content);
  z-index: 1;
}

.after\:clear-both::after {
  content: var(--tw-content);
  clear: both;
}

.after\:ml-auto::after {
  content: var(--tw-content);
  margin-left: auto;
}

.after\:ml-1::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.after\:mr-auto::after {
  content: var(--tw-content);
  margin-right: auto;
}

.after\:-mr-1\/2::after {
  content: var(--tw-content);
  margin-right: -50%;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:flex::after {
  content: var(--tw-content);
  display: flex;
}

.after\:table::after {
  content: var(--tw-content);
  display: table;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

.after\:w-1\/2::after {
  content: var(--tw-content);
  width: 50%;
}

.after\:w-3\/10::after {
  content: var(--tw-content);
  width: 30%;
}

.after\:translate-x-px::after {
  content: var(--tw-content);
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), 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));
}

.after\:-translate-x-px::after {
  content: var(--tw-content);
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), 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));
}

.after\:rotate-180::after {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.after\:items-center::after {
  content: var(--tw-content);
  align-items: center;
}

.after\:justify-center::after {
  content: var(--tw-content);
  justify-content: center;
}

.after\:rounded-2xl::after {
  content: var(--tw-content);
  border-radius: 1rem;
}

.after\:rounded-circle::after {
  content: var(--tw-content);
  border-radius: 50%;
}

.after\:border-3::after {
  content: var(--tw-content);
  border-width: 3px;
}

.after\:border-b-0::after {
  content: var(--tw-content);
  border-bottom-width: 0px;
}

.after\:border-solid::after {
  content: var(--tw-content);
  border-style: solid;
}

.after\:border-transparent::after {
  content: var(--tw-content);
  border-color: transparent;
}

.after\:border-t-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:bg-current::after {
  content: var(--tw-content);
  background-color: currentColor;
}

.after\:bg-black\/40::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}

.after\:bg-gradient-to-tl::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.after\:bg-gradient-to-r::after {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.after\:from-gray-900::after {
  content: var(--tw-content);
  --tw-gradient-from: #141727;
  --tw-gradient-to: rgb(20 23 39 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-blue-600::after {
  content: var(--tw-content);
  --tw-gradient-from: #2152ff;
  --tw-gradient-to: rgb(33 82 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-red-500::after {
  content: var(--tw-content);
  --tw-gradient-from: #f53939;
  --tw-gradient-to: rgb(245 57 57 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-green-600::after {
  content: var(--tw-content);
  --tw-gradient-from: #17ad37;
  --tw-gradient-to: rgb(23 173 55 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-red-600::after {
  content: var(--tw-content);
  --tw-gradient-from: #ea0606;
  --tw-gradient-to: rgb(234 6 6 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-slate-600::after {
  content: var(--tw-content);
  --tw-gradient-from: #627594;
  --tw-gradient-to: rgb(98 117 148 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-neutral-500\/40::after {
  content: var(--tw-content);
  --tw-gradient-from: rgb(117 117 117 / 0.4);
  --tw-gradient-to: rgb(117 117 117 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-purple-700::after {
  content: var(--tw-content);
  --tw-gradient-from: #7928ca;
  --tw-gradient-to: rgb(121 40 202 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:via-neutral-500\/40::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(117 117 117 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(117 117 117 / 0.4), var(--tw-gradient-to);
}

.after\:to-slate-800::after {
  content: var(--tw-content);
  --tw-gradient-to: #3a416f;
}

.after\:to-cyan-400::after {
  content: var(--tw-content);
  --tw-gradient-to: #21d4fd;
}

.after\:to-yellow-400::after {
  content: var(--tw-content);
  --tw-gradient-to: #fbcf33;
}

.after\:to-lime-400::after {
  content: var(--tw-content);
  --tw-gradient-to: #98ec2d;
}

.after\:to-rose-400::after {
  content: var(--tw-content);
  --tw-gradient-to: #ff667c;
}

.after\:to-slate-300::after {
  content: var(--tw-content);
  --tw-gradient-to: #a8b8d8;
}

.after\:to-transparent::after {
  content: var(--tw-content);
  --tw-gradient-to: transparent;
}

.after\:to-pink-500::after {
  content: var(--tw-content);
  --tw-gradient-to: #ff0080;
}

.after\:align-middle::after {
  content: var(--tw-content);
  vertical-align: middle;
}

.after\:align-\[\.255em\]::after {
  content: var(--tw-content);
  vertical-align: .255em;
}

.after\:font-awesome-5-free::after {
  content: var(--tw-content);
  font-family: Font Awesome\ 5 Free;
}

.after\:font-awesome::after {
  content: var(--tw-content);
  font-family: FontAwesome;
}

.after\:text-xxs::after {
  content: var(--tw-content);
  font-size: 0.65rem;
  line-height: 1rem;
}

.after\:text-\[0\.67rem\]::after {
  content: var(--tw-content);
  font-size: 0.67rem;
}

.after\:font-bold::after {
  content: var(--tw-content);
  font-weight: 700;
}

.after\:text-slate-800::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(58 65 111 / var(--tw-text-opacity));
}

.after\:text-slate-800\/50::after {
  content: var(--tw-content);
  color: rgb(58 65 111 / 0.5);
}

.after\:text-white::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.after\:antialiased::after {
  content: var(--tw-content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.after\:opacity-65::after {
  content: var(--tw-content);
  opacity: 0.65;
}

.after\:opacity-85::after {
  content: var(--tw-content);
  opacity: 0.85;
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:shadow-soft-2xl::after {
  content: var(--tw-content);
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  --tw-shadow-colored: 0 .3125rem .625rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-200::after {
  content: var(--tw-content);
  transition-duration: 200ms;
}

.after\:duration-250::after {
  content: var(--tw-content);
  transition-duration: 250ms;
}

.after\:ease-soft-in-out::after {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.after\:ease-linear::after {
  content: var(--tw-content);
  transition-timing-function: linear;
}

.after\:content-\[\'\\f107\'\]::after {
  --tw-content: '\F107';
  content: var(--tw-content);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'\\\\f107\'\]::after {
  --tw-content: '\\f107';
  content: var(--tw-content);
}

.after\:content-\[\'\\f00c\'\]::after {
  --tw-content: '\F00C';
  content: var(--tw-content);
}

.checked\:border-0:checked {
  border-width: 0px;
}

.checked\:border-slate-800\/95:checked {
  border-color: rgb(58 65 111 / 0.95);
}

.checked\:border-transparent:checked {
  border-color: transparent;
}

.checked\:bg-slate-800\/95:checked {
  background-color: rgb(58 65 111 / 0.95);
}

.checked\:bg-transparent:checked {
  background-color: transparent;
}

.checked\:bg-none:checked {
  background-image: none;
}

.checked\:bg-gradient-to-tl:checked {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.checked\:from-gray-900:checked {
  --tw-gradient-from: #141727;
  --tw-gradient-to: rgb(20 23 39 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.checked\:to-slate-800:checked {
  --tw-gradient-to: #3a416f;
}

.checked\:bg-right:checked {
  background-position: right;
}

.checked\:bg-left:checked {
  background-position: left;
}

.checked\:after\:translate-x-5\.3:checked::after {
  content: var(--tw-content);
  --tw-translate-x: 1.3rem;
  transform: translate(var(--tw-translate-x), 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));
}

.checked\:after\:translate-x-5:checked::after {
  content: var(--tw-content);
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.checked\:after\:-translate-x-5\.3:checked::after {
  content: var(--tw-content);
  --tw-translate-x: -1.3rem;
  transform: translate(var(--tw-translate-x), 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));
}

.checked\:after\:-translate-x-5:checked::after {
  content: var(--tw-content);
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.checked\:after\:opacity-100:checked::after {
  content: var(--tw-content);
  opacity: 1;
}

.hover\:z-30:hover {
  z-index: 30;
}

.hover\:scale-102:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), 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\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 12 159 / var(--tw-border-opacity));
}

.hover\:border-slate-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 71 103 / var(--tw-border-opacity));
}

.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 146 171 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 71 103 / var(--tw-bg-opacity));
}

.hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1;
  color: rgb(203 12 159 / var(--tw-text-opacity));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(52 71 103 / var(--tw-text-opacity));
}

.hover\:text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgb(131 146 171 / var(--tw-text-opacity));
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgb(130 214 22 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 6 6 / var(--tw-text-opacity));
}

.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgb(131 8 102 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-soft-2xl:hover {
  --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
  --tw-shadow-colored: 0 .3125rem .625rem 0 var(--tw-shadow-color);
  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;
  --tw-shadow-colored: 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-soft-xs:hover {
  --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
  --tw-shadow-colored: 0 3px 5px -1px var(--tw-shadow-color), 0 2px 3px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:transform3d-hover:hover {
  transform: perspective(999px) rotateX(7deg) translate3d(0,-4px,5px);
}

.focus\:border-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 147 211 / var(--tw-border-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-slate-700:focus {
  --tw-text-opacity: 1;
  color: rgb(52 71 103 / var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity));
}

.focus\:shadow-soft-primary-outline:focus {
  --tw-shadow: 0 0 0 2px #e9aede;
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:transition-shadow:focus {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active\:scale-100:active {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), 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\:border-slate-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(131 146 171 / var(--tw-border-opacity));
}

.active\:border-white:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.active\:border-slate-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(52 71 103 / var(--tw-border-opacity));
}

.active\:border-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(203 12 159 / var(--tw-border-opacity));
}

.active\:bg-fuchsia-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 12 159 / var(--tw-bg-opacity));
}

.active\:bg-slate-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(52 71 103 / var(--tw-bg-opacity));
}

.active\:bg-slate-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(131 146 171 / var(--tw-bg-opacity));
}

.active\:bg-lime-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(130 214 22 / var(--tw-bg-opacity));
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 6 6 / var(--tw-bg-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.active\:opacity-85:active {
  opacity: 0.85;
}

.active\:shadow-soft-xs:active {
  --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
  --tw-shadow-colored: 0 3px 5px -1px var(--tw-shadow-color), 0 2px 3px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:active\:scale-102:active:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), 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\:active\:border-white:active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:active\:border-slate-400:active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 146 171 / var(--tw-border-opacity));
}

.active\:hover\:border-white:hover:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:active\:border-slate-700:active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 71 103 / var(--tw-border-opacity));
}

.hover\:active\:border-fuchsia-500:active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 12 159 / var(--tw-border-opacity));
}

.active\:hover\:bg-transparent:hover:active {
  background-color: transparent;
}

.hover\:active\:bg-transparent:active:hover {
  background-color: transparent;
}

.active\:hover\:text-fuchsia-500:hover:active {
  --tw-text-opacity: 1;
  color: rgb(203 12 159 / var(--tw-text-opacity));
}

.active\:hover\:text-slate-700:hover:active {
  --tw-text-opacity: 1;
  color: rgb(52 71 103 / var(--tw-text-opacity));
}

.hover\:active\:text-slate-400:active:hover {
  --tw-text-opacity: 1;
  color: rgb(131 146 171 / var(--tw-text-opacity));
}

.hover\:active\:text-lime-500:active:hover {
  --tw-text-opacity: 1;
  color: rgb(130 214 22 / var(--tw-text-opacity));
}

.hover\:active\:text-white:active:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:active\:text-red-600:active:hover {
  --tw-text-opacity: 1;
  color: rgb(234 6 6 / var(--tw-text-opacity));
}

.active\:hover\:text-white:hover:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:active\:text-slate-700:active:hover {
  --tw-text-opacity: 1;
  color: rgb(52 71 103 / var(--tw-text-opacity));
}

.hover\:active\:text-fuchsia-500:active:hover {
  --tw-text-opacity: 1;
  color: rgb(203 12 159 / var(--tw-text-opacity));
}

.hover\:active\:opacity-75:active:hover {
  opacity: 0.75;
}

.active\:hover\:opacity-75:hover:active {
  opacity: 0.75;
}

.active\:hover\:shadow-none:hover:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:active\:shadow-none:active:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 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\:translate-x-1\.25 {
  --tw-translate-x: 0.3125rem;
  transform: translate(var(--tw-translate-x), 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\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), 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\:text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(52 71 103 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 146 171 / var(--tw-bg-opacity));
}

.dark .dark\:pointer-events-none {
  pointer-events: none;
}

.dark .dark\:block {
  display: block;
}

.dark .dark\:inline-block {
  display: inline-block;
}

.dark .dark\:hidden {
  display: none;
}

.dark .dark\:cursor-not-allowed {
  cursor: not-allowed;
}

.dark .dark\:border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.dark .dark\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(52 71 103 / var(--tw-border-opacity));
}

.dark .dark\:bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 23 40 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 34 / var(--tw-bg-opacity));
}

.dark .dark\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-950\/80 {
  background-color: rgb(17 19 34 / 0.8);
}

.dark .dark\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity));
}

.dark .dark\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 65 111 / var(--tw-bg-opacity));
}

.dark .dark\:bg-transparent {
  background-color: transparent;
}

.dark .dark\:bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.dark .dark\:bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.dark .dark\:bg-none {
  background-image: none;
}

.dark .dark\:from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark .dark\:from-slate-850 {
  --tw-gradient-from: #323a54;
  --tw-gradient-to: rgb(50 58 84 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark .dark\:from-gray-900 {
  --tw-gradient-from: #141727;
  --tw-gradient-to: rgb(20 23 39 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark .dark\:via-white {
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to);
}

.dark .dark\:to-transparent {
  --tw-gradient-to: transparent;
}

.dark .dark\:to-gray-850 {
  --tw-gradient-to: #1a2035;
}

.dark .dark\:to-slate-800 {
  --tw-gradient-to: #3a416f;
}

.dark .dark\:fill-white {
  fill: #fff;
}

.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.dark .dark\:text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(20 23 40 / var(--tw-text-opacity));
}

.dark .dark\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.dark .dark\:text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.dark .dark\:text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(130 214 22 / var(--tw-text-opacity));
}

.dark .dark\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.dark .dark\:opacity-80 {
  opacity: 0.8;
}

.dark .dark\:opacity-100 {
  opacity: 1;
}

.dark .dark\:opacity-60 {
  opacity: 0.6;
}

.dark .dark\:shadow-soft-dark-xl {
  --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  --tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color), 0 3px 1px -2px var(--tw-shadow-color), 0 1px 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .dark\:shadow-dark-blur {
  --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: inset 0 0 1px 1px var(--tw-shadow-color), 0 20px 27px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .dark\:placeholder\:text-white\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.dark .dark\:placeholder\:text-white\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.dark .dark\:before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .dark\:before\:text-white::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:before\:opacity-80::before {
  content: var(--tw-content);
  opacity: 0.8;
}

.dark .dark\:after\:text-white\/50::after {
  content: var(--tw-content);
  color: rgb(255 255 255 / 0.5);
}

.dark .dark\:after\:text-white::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-gray-200\/80:hover {
  background-color: rgb(233 236 239 / 0.8);
}

.dark .dark\:hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(52 71 103 / var(--tw-text-opacity));
}

.dark .dark\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:active\:border-white:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:hover\:active\:border-white:active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:active\:hover\:text-white:hover:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-15\/100 {
    width: 15%;
  }

  .sm\:max-w-125 {
    max-width: 31.25rem;
  }

  .sm\:flex-0 {
    flex: 0 0 auto;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:indent-0 {
    text-indent: 0px;
  }

  .before\:sm\:right-7::before {
    content: var(--tw-content);
    right: 1.75rem;
  }

  .before\:sm\:left-7::before {
    content: var(--tw-content);
    left: 1.75rem;
  }
}

@media (max-width: 576px) {
  .sm-max\:right-auto {
    right: auto;
  }
}

@media (min-width: 768px) {
  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:flex-0 {
    flex: 0 0 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:scale-60 {
    --tw-scale-x: .6;
    --tw-scale-y: .6;
    transform: translate(var(--tw-translate-x), 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\:scale-70 {
    --tw-scale-x: .7;
    --tw-scale-y: .7;
    transform: translate(var(--tw-translate-x), 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\:justify-between {
    justify-content: space-between;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:text-right {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .md-max\:static {
    position: static;
  }

  .md-max\:relative {
    position: relative;
  }

  .md-max\:left-0 {
    left: 0px;
  }

  .md-max\:right-0 {
    right: 0px;
  }

  .md-max\:w-full {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:min-w-160 {
    min-width: 40rem;
  }

  .lg\:min-w-92 {
    min-width: 23rem;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

  .lg\:max-w-120 {
    max-width: 30rem;
  }

  .lg\:flex-0 {
    flex: 0 0 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), 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\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    --tw-shadow-colored: 0 8px 26px -4px var(--tw-shadow-color), 0 8px 9px -5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-250 {
    transition-duration: 250ms;
  }

  .lg\:ease-soft {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  .lg\:transform-dropdown {
    transform: perspective(999px) rotateX(-10deg) translateZ(0) translate3d(0,37px,0);
  }

  .lg\:transform-dropdown-nested {
    transform: perspective(999px) rotateX(0deg) translateZ(0) translateZ(5px);
  }

  .lg\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }

  .lg\:before\:-left-2::before {
    content: var(--tw-content);
    left: -0.5rem;
  }

  .lg\:before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
  }

  .lg\:before\:left-7::before {
    content: var(--tw-content);
    left: 1.75rem;
  }

  .lg\:before\:right-auto::before {
    content: var(--tw-content);
    right: auto;
  }

  .lg\:before\:-z-1::before {
    content: var(--tw-content);
    z-index: -1;
  }

  .before\:lg\:-mr-px::before {
    content: var(--tw-content);
    margin-right: -1px;
  }

  .before\:lg\:-ml-px::before {
    content: var(--tw-content);
    margin-left: -1px;
  }

  .lg\:before\:-ml-px::before {
    content: var(--tw-content);
    margin-left: -1px;
  }

  .lg\:before\:-rotate-90::before {
    content: var(--tw-content);
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), 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\:before\:font-awesome::before {
    content: var(--tw-content);
    font-family: FontAwesome;
  }

  .lg\:before\:text-5\.5::before {
    content: var(--tw-content);
    font-size: 1.375rem;
  }

  .lg\:before\:text-5::before {
    content: var(--tw-content);
    font-size: 1.25rem;
  }

  .lg\:before\:text-white::before {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:before\:transition-all::before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:before\:duration-350::before {
    content: var(--tw-content);
    transition-duration: 350ms;
  }

  .lg\:before\:ease-soft::before {
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  .lg\:before\:content-\[\'\\f0d8\'\]::before {
    --tw-content: '\F0D8';
    content: var(--tw-content);
  }

  .lg\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .lg\:after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
  }

  .lg\:after\:-bottom-6::after {
    content: var(--tw-content);
    bottom: -1.5rem;
  }

  .lg\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .lg\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .lg\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }

  .lg\:hover\:after\:top-full:hover::after {
    content: var(--tw-content);
    top: 100%;
  }

  .group:hover .lg\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:transform-dropdown-show {
    transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0,37px,5px);
  }

  .group:hover .lg\:group-hover\:before\:-top-4\.8::before {
    content: var(--tw-content);
    top: -1.2rem;
  }

  .group:hover .lg\:group-hover\:before\:-top-4::before {
    content: var(--tw-content);
    top: -1rem;
  }

  .group:focus .lg\:group-focus\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:focus .lg\:group-focus\:opacity-100 {
    opacity: 1;
  }

  .group:focus .lg\:group-focus\:transform-dropdown-show {
    transform: perspective(999px) rotateX(0deg) translateZ(0) translate3d(0,37px,5px);
  }

  .group:focus .lg\:group-focus\:before\:-top-5::before {
    content: var(--tw-content);
    top: -1.25rem;
  }
}

@media (max-width: 992px) {
  .lg-max\:pointer-events-none {
    pointer-events: none;
  }

  .lg-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg-max\:relative {
    position: relative;
  }

  .lg-max\:top-0 {
    top: 0px;
  }

  .lg-max\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg-max\:block {
    display: block;
  }

  .lg-max\:hidden {
    display: none;
  }

  .lg-max\:h-0 {
    height: 0px;
  }

  .lg-max\:h-64 {
    height: 16rem;
  }

  .lg-max\:max-h-0 {
    max-height: 0px;
  }

  .lg-max\:max-h-116 {
    max-height: 29rem;
  }

  .lg-max\:w-full {
    width: 100%;
  }

  .lg-max\:origin-top {
    transform-origin: top;
  }

  .lg-max\:transform-none {
    transform: none;
  }

  .lg-max\:overflow-auto {
    overflow: auto;
  }

  .lg-max\:overflow-hidden {
    overflow: hidden;
  }

  .lg-max\:overflow-scroll {
    overflow: scroll;
  }

  .lg-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg-max\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg-max\:bg-transparent {
    background-color: transparent;
  }

  .lg-max\:pt-0 {
    padding-top: 0px;
  }

  .lg-max\:pb-0 {
    padding-bottom: 0px;
  }

  .lg-max\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(52 71 103 / var(--tw-text-opacity));
  }

  .lg-max\:opacity-0 {
    opacity: 0;
  }

  .lg-max\:opacity-100 {
    opacity: 1;
  }

  .lg-max\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    --tw-shadow-colored: 0 8px 26px -4px var(--tw-shadow-color), 0 8px 9px -5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg-max\:duration-350 {
    transition-duration: 350ms;
  }

  .lg-max\:ease-soft {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:left-\[18\%\] {
    left: 18%;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-68 {
    margin-left: 17rem;
  }

  .xl\:ml-30 {
    margin-left: 7.5rem;
  }

  .xl\:mr-30 {
    margin-right: 7.5rem;
  }

  .xl\:mr-68 {
    margin-right: 17rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:flex-0 {
    flex: 0 0 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), 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\:scale-60 {
    --tw-scale-x: .6;
    --tw-scale-y: .6;
    transform: translate(var(--tw-translate-x), 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));
  }

  @keyframes fade-up {
    from {
      opacity: 0;
      transform: translateY(100%);
    }

    to {
      opacity: 1;
    }
  }

  .xl\:animate-fade-up {
    animation: fade-up 1.5s both;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:text-8xl {
    font-size: 5rem;
    line-height: 1;
  }

  .xl\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 20px 27px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 1200px) {
  .xl-max\:pointer-events-none {
    pointer-events: none;
  }

  .xl-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl-max\:border-0 {
    border-width: 0px;
  }

  .xl-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl-max\:from-purple-700 {
    --tw-gradient-from: #7928ca;
    --tw-gradient-to: rgb(121 40 202 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .xl-max\:to-pink-500 {
    --tw-gradient-to: #ff0080;
  }

  .xl-max\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .xl-max\:opacity-65 {
    opacity: 0.65;
  }
}

@media (min-width: 576px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .sm\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .sm\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .sm\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .sm\:container {
      max-width: 1400px;
    }
  }

  .sm\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .sm\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .sm\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .sm\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .sm\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .sm\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .sm\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .sm\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .sm\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .sm\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .sm\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .sm\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .sm\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .sm\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .sm\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .sm\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .sm\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .sm\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .sm\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .sm\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .sm\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .sm\:prose code::before {
    content: "`";
  }

  .sm\:prose code::after {
    content: "`";
  }

  .sm\:prose a code {
    color: #141727;
  }

  .sm\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .sm\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .sm\:prose pre code::before {
    content: none;
  }

  .sm\:prose pre code::after {
    content: none;
  }

  .sm\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .sm\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .sm\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .sm\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .sm\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose h2 code {
    font-size: 0.875em;
  }

  .sm\:prose h3 code {
    font-size: 0.9em;
  }

  .sm\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm\:prose ul ul, .sm\:prose ul ol, .sm\:prose ol ul, .sm\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose hr + * {
    margin-top: 0;
  }

  .sm\:prose h2 + * {
    margin-top: 0;
  }

  .sm\:prose h3 + * {
    margin-top: 0;
  }

  .sm\:prose h4 + * {
    margin-top: 0;
  }

  .sm\:prose thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose > :first-child {
    margin-top: 0;
  }

  .sm\:prose > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .sm\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .sm\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .sm\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .sm\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .sm\:prose-sm code {
    font-size: 0.8571429em;
  }

  .sm\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .sm\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .sm\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .sm\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .sm\:prose-sm ol > li::before {
    left: 0;
  }

  .sm\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .sm\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .sm\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm\:prose-sm ul ul, .sm\:prose-sm ul ol, .sm\:prose-sm ol ul, .sm\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .sm\:prose-sm hr + * {
    margin-top: 0;
  }

  .sm\:prose-sm h2 + * {
    margin-top: 0;
  }

  .sm\:prose-sm h3 + * {
    margin-top: 0;
  }

  .sm\:prose-sm h4 + * {
    margin-top: 0;
  }

  .sm\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .sm\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-sm > :first-child {
    margin-top: 0;
  }

  .sm\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .sm\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .sm\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .sm\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .sm\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .sm\:prose-lg code {
    font-size: 0.8888889em;
  }

  .sm\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .sm\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .sm\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .sm\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ol > li::before {
    left: 0;
  }

  .sm\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .sm\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-lg ul ul, .sm\:prose-lg ul ol, .sm\:prose-lg ol ul, .sm\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .sm\:prose-lg hr + * {
    margin-top: 0;
  }

  .sm\:prose-lg h2 + * {
    margin-top: 0;
  }

  .sm\:prose-lg h3 + * {
    margin-top: 0;
  }

  .sm\:prose-lg h4 + * {
    margin-top: 0;
  }

  .sm\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .sm\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-lg > :first-child {
    margin-top: 0;
  }

  .sm\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .sm\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .sm\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .sm\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .sm\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .sm\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .sm\:prose-xl code {
    font-size: 0.9em;
  }

  .sm\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .sm\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .sm\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .sm\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .sm\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .sm\:prose-xl ol > li::before {
    left: 0;
  }

  .sm\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .sm\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .sm\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm\:prose-xl ul ul, .sm\:prose-xl ul ol, .sm\:prose-xl ol ul, .sm\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .sm\:prose-xl hr + * {
    margin-top: 0;
  }

  .sm\:prose-xl h2 + * {
    margin-top: 0;
  }

  .sm\:prose-xl h3 + * {
    margin-top: 0;
  }

  .sm\:prose-xl h4 + * {
    margin-top: 0;
  }

  .sm\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .sm\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-xl > :first-child {
    margin-top: 0;
  }

  .sm\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .sm\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .sm\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .sm\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .sm\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .sm\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .sm\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .sm\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .sm\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .sm\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .sm\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .sm\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ol > li::before {
    left: 0;
  }

  .sm\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .sm\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .sm\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .sm\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm\:prose-2xl ul ul, .sm\:prose-2xl ul ol, .sm\:prose-2xl ol ul, .sm\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm\:prose-2xl hr + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .sm\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .sm\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .sm\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .sm\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .sm\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .sm\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .sm\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .sm\:prose-red a {
    color: #ea0606;
  }

  .sm\:prose-red a code {
    color: #ea0606;
  }

  .sm\:prose-yellow a {
    color: #ca8a04;
  }

  .sm\:prose-yellow a code {
    color: #ca8a04;
  }

  .sm\:prose-green a {
    color: #17ad37;
  }

  .sm\:prose-green a code {
    color: #17ad37;
  }

  .sm\:prose-indigo a {
    color: #4f46e5;
  }

  .sm\:prose-indigo a code {
    color: #4f46e5;
  }

  .sm\:prose-purple a {
    color: #9333ea;
  }

  .sm\:prose-purple a code {
    color: #9333ea;
  }

  .sm\:prose-pink a {
    color: #db2777;
  }

  .sm\:prose-pink a code {
    color: #db2777;
  }

  .sm\:prose-blue a {
    color: #2152ff;
  }

  .sm\:prose-blue a code {
    color: #2152ff;
  }

  .sm\:prose-slate a {
    color: #627594;
  }

  .sm\:prose-slate a code {
    color: #627594;
  }

  .sm\:prose-zinc a {
    color: #52525b;
  }

  .sm\:prose-zinc a code {
    color: #52525b;
  }

  .sm\:prose-neutral a {
    color: #525252;
  }

  .sm\:prose-neutral a code {
    color: #525252;
  }

  .sm\:prose-stone a {
    color: #57534e;
  }

  .sm\:prose-stone a code {
    color: #57534e;
  }

  .sm\:prose-orange a {
    color: #ea580c;
  }

  .sm\:prose-orange a code {
    color: #ea580c;
  }

  .sm\:prose-amber a {
    color: #d97706;
  }

  .sm\:prose-amber a code {
    color: #d97706;
  }

  .sm\:prose-lime a {
    color: #67b108;
  }

  .sm\:prose-lime a code {
    color: #67b108;
  }

  .sm\:prose-emerald a {
    color: #059669;
  }

  .sm\:prose-emerald a code {
    color: #059669;
  }

  .sm\:prose-teal a {
    color: #0d9488;
  }

  .sm\:prose-teal a code {
    color: #0d9488;
  }

  .sm\:prose-cyan a {
    color: #08a1c4;
  }

  .sm\:prose-cyan a code {
    color: #08a1c4;
  }

  .sm\:prose-sky a {
    color: #3ea1ec;
  }

  .sm\:prose-sky a code {
    color: #3ea1ec;
  }

  .sm\:prose-violet a {
    color: #7c3aed;
  }

  .sm\:prose-violet a code {
    color: #7c3aed;
  }

  .sm\:prose-fuchsia a {
    color: #c026d3;
  }

  .sm\:prose-fuchsia a code {
    color: #c026d3;
  }

  .sm\:prose-rose a {
    color: #e11d48;
  }

  .sm\:prose-rose a code {
    color: #e11d48;
  }

  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .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-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .sm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .sm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .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-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .sm\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .sm\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .sm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .sm\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .sm\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .sm\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .sm\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .sm\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .sm\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .sm\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .sm\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .sm\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .sm\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .sm\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .sm\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .sm\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .sm\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .sm\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .sm\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .sm\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .sm\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .sm\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .sm\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .sm\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .sm\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .sm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .sm\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .sm\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .sm\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .sm\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .sm\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .sm\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .sm\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .sm\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .sm\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .sm\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .sm\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .sm\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .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-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .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-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .sm\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .sm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .sm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .sm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .sm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .sm\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .sm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .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-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .sm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .sm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .sm\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .sm\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .sm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .sm\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .sm\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .sm\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .sm\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .sm\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .sm\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .sm\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .sm\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .sm\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .sm\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .sm\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .sm\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .sm\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .sm\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .sm\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .sm\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .sm\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .sm\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .sm\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .sm\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .sm\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .sm\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .sm\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .sm\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .sm\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .sm\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .sm\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .sm\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .sm\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .sm\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .sm\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .sm\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .sm\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .sm\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .sm\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .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\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .sm\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .sm\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .sm\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .sm\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .sm\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .sm\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .sm\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .sm\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .sm\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .sm\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .sm\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .sm\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .sm\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .sm\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .sm\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .sm\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .sm\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .sm\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .sm\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .sm\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .sm\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .sm\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .sm\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .sm\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .sm\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .sm\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .sm\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .sm\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .sm\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .sm\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .sm\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .sm\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .sm\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .sm\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .sm\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .sm\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .sm\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .sm\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .sm\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .sm\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .sm\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .sm\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .sm\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .sm\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .sm\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .sm\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .sm\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .sm\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .sm\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .sm\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .sm\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .sm\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .sm\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .sm\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .sm\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .sm\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .sm\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .sm\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .sm\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .sm\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .sm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .sm\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .sm\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .sm\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .sm\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .sm\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .sm\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .sm\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .sm\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .sm\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .sm\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .sm\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .sm\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .sm\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .sm\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .sm\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .sm\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .sm\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .sm\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .sm\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .sm\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .sm\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .sm\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .sm\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .sm\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .sm\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .sm\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .sm\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .sm\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .sm\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .sm\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .sm\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .sm\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .sm\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .sm\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .sm\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .sm\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .sm\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .sm\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .sm\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .sm\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .sm\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .sm\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .sm\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .sm\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .sm\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .sm\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .sm\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .sm\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .sm\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .sm\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .sm\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .sm\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .sm\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .sm\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .sm\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .sm\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .sm\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .sm\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .sm\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .sm\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .sm\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .sm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .sm\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .sm\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .sm\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .sm\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .sm\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .sm\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .sm\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .sm\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .sm\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .sm\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .sm\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .sm\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .sm\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .sm\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .sm\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .sm\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .sm\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .sm\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .sm\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .sm\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .sm\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .sm\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .sm\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .sm\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .sm\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .sm\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .sm\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .sm\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .sm\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .sm\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .sm\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .sm\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .sm\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .sm\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .sm\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .sm\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .sm\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .sm\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .sm\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .sm\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .sm\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .sm\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .sm\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .sm\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .sm\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .sm\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .sm\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .sm\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .sm\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .sm\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .sm\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .sm\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .sm\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .sm\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .sm\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .sm\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .sm\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .sm\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .sm\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .sm\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .sm\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .sm\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .sm\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .sm\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .sm\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .sm\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .sm\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:top-13 {
    top: 3.25rem;
  }

  .sm\:top-14 {
    top: 3.5rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:top-19 {
    top: 4.75rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:top-25 {
    top: 6.25rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:top-30 {
    top: 7.5rem;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:top-34 {
    top: 8.5rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:top-42 {
    top: 10.5rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:top-46 {
    top: 11.5rem;
  }

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:top-50 {
    top: 12.5rem;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:top-54 {
    top: 13.5rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:top-60 {
    top: 15rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:top-68 {
    top: 17rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:top-75 {
    top: 18.75rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:top-85 {
    top: 22rem;
  }

  .sm\:top-90 {
    top: 22.5rem;
  }

  .sm\:top-92 {
    top: 23rem;
  }

  .sm\:top-96 {
    top: 24rem;
  }

  .sm\:top-100 {
    top: 25rem;
  }

  .sm\:top-116 {
    top: 29rem;
  }

  .sm\:top-120 {
    top: 30rem;
  }

  .sm\:top-125 {
    top: 31.25rem;
  }

  .sm\:top-135 {
    top: 33.75rem;
  }

  .sm\:top-160 {
    top: 40rem;
  }

  .sm\:top-180 {
    top: 45rem;
  }

  .sm\:top-240 {
    top: 60rem;
  }

  .sm\:top-285 {
    top: 71.25rem;
  }

  .sm\:top-330 {
    top: 82.5rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-unset {
    top: unset;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:top-0\.4 {
    top: 0.1rem;
  }

  .sm\:top-0\.5 {
    top: 0.125rem;
  }

  .sm\:top-0\.6 {
    top: 0.15rem;
  }

  .sm\:top-0\.75 {
    top: 0.2rem;
  }

  .sm\:top-1\.2 {
    top: 0.3rem;
  }

  .sm\:top-1\.25 {
    top: 0.3125rem;
  }

  .sm\:top-1\.4 {
    top: 0.35rem;
  }

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

  .sm\:top-1\.6 {
    top: 0.4rem;
  }

  .sm\:top-1\.75 {
    top: 0.4375rem;
  }

  .sm\:top-1\.8 {
    top: 0.45rem;
  }

  .sm\:top-2\.2 {
    top: 0.55rem;
  }

  .sm\:top-2\.5 {
    top: 0.625rem;
  }

  .sm\:top-2\.6 {
    top: 0.65rem;
  }

  .sm\:top-2\.7 {
    top: 0.675rem;
  }

  .sm\:top-2\.8 {
    top: 0.7rem;
  }

  .sm\:top-3\.4 {
    top: 0.85rem;
  }

  .sm\:top-3\.5 {
    top: 0.875rem;
  }

  .sm\:top-3\.6 {
    top: 0.9rem;
  }

  .sm\:top-4\.5 {
    top: 1.125rem;
  }

  .sm\:top-4\.8 {
    top: 1.2rem;
  }

  .sm\:top-5\.3 {
    top: 1.3rem;
  }

  .sm\:top-5\.4 {
    top: 1.35rem;
  }

  .sm\:top-5\.5 {
    top: 1.375rem;
  }

  .sm\:top-5\.6 {
    top: 1.4rem;
  }

  .sm\:top-6\.5 {
    top: 1.625rem;
  }

  .sm\:top-70\/100 {
    top: 70%;
  }

  .sm\:top-31\/100 {
    top: 31%;
  }

  .sm\:top-15\/100 {
    top: 15%;
  }

  .sm\:top-1\/100 {
    top: 1%;
  }

  .sm\:top-1\/10 {
    top: 10%;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:-top-0 {
    top: 0px;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:-top-11 {
    top: -2.75rem;
  }

  .sm\:-top-12 {
    top: -3rem;
  }

  .sm\:-top-13 {
    top: -3.25rem;
  }

  .sm\:-top-14 {
    top: -3.5rem;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:-top-19 {
    top: -4.75rem;
  }

  .sm\:-top-20 {
    top: -5rem;
  }

  .sm\:-top-24 {
    top: -6rem;
  }

  .sm\:-top-25 {
    top: -6.25rem;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

  .sm\:-top-30 {
    top: -7.5rem;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:-top-34 {
    top: -8.5rem;
  }

  .sm\:-top-36 {
    top: -9rem;
  }

  .sm\:-top-40 {
    top: -10rem;
  }

  .sm\:-top-42 {
    top: -10.5rem;
  }

  .sm\:-top-44 {
    top: -11rem;
  }

  .sm\:-top-46 {
    top: -11.5rem;
  }

  .sm\:-top-48 {
    top: -12rem;
  }

  .sm\:-top-50 {
    top: -12.5rem;
  }

  .sm\:-top-52 {
    top: -13rem;
  }

  .sm\:-top-54 {
    top: -13.5rem;
  }

  .sm\:-top-56 {
    top: -14rem;
  }

  .sm\:-top-60 {
    top: -15rem;
  }

  .sm\:-top-64 {
    top: -16rem;
  }

  .sm\:-top-68 {
    top: -17rem;
  }

  .sm\:-top-72 {
    top: -18rem;
  }

  .sm\:-top-75 {
    top: -18.75rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-top-85 {
    top: -22rem;
  }

  .sm\:-top-90 {
    top: -22.5rem;
  }

  .sm\:-top-92 {
    top: -23rem;
  }

  .sm\:-top-96 {
    top: -24rem;
  }

  .sm\:-top-100 {
    top: -25rem;
  }

  .sm\:-top-116 {
    top: -29rem;
  }

  .sm\:-top-120 {
    top: -30rem;
  }

  .sm\:-top-125 {
    top: -31.25rem;
  }

  .sm\:-top-135 {
    top: -33.75rem;
  }

  .sm\:-top-160 {
    top: -40rem;
  }

  .sm\:-top-180 {
    top: -45rem;
  }

  .sm\:-top-240 {
    top: -60rem;
  }

  .sm\:-top-285 {
    top: -71.25rem;
  }

  .sm\:-top-330 {
    top: -82.5rem;
  }

  .sm\:-top-unset {
    top: unset;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-top-0\.4 {
    top: -0.1rem;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem;
  }

  .sm\:-top-0\.6 {
    top: -0.15rem;
  }

  .sm\:-top-0\.75 {
    top: -0.2rem;
  }

  .sm\:-top-1\.2 {
    top: -0.3rem;
  }

  .sm\:-top-1\.25 {
    top: -0.3125rem;
  }

  .sm\:-top-1\.4 {
    top: -0.35rem;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem;
  }

  .sm\:-top-1\.6 {
    top: -0.4rem;
  }

  .sm\:-top-1\.75 {
    top: -0.4375rem;
  }

  .sm\:-top-1\.8 {
    top: -0.45rem;
  }

  .sm\:-top-2\.2 {
    top: -0.55rem;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem;
  }

  .sm\:-top-2\.6 {
    top: -0.65rem;
  }

  .sm\:-top-2\.7 {
    top: -0.675rem;
  }

  .sm\:-top-2\.8 {
    top: -0.7rem;
  }

  .sm\:-top-3\.4 {
    top: -0.85rem;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm\:-top-3\.6 {
    top: -0.9rem;
  }

  .sm\:-top-4\.5 {
    top: -1.125rem;
  }

  .sm\:-top-4\.8 {
    top: -1.2rem;
  }

  .sm\:-top-5\.3 {
    top: -1.3rem;
  }

  .sm\:-top-5\.4 {
    top: -1.35rem;
  }

  .sm\:-top-5\.5 {
    top: -1.375rem;
  }

  .sm\:-top-5\.6 {
    top: -1.4rem;
  }

  .sm\:-top-6\.5 {
    top: -1.625rem;
  }

  .sm\:-top-70\/100 {
    top: -70%;
  }

  .sm\:-top-31\/100 {
    top: -31%;
  }

  .sm\:-top-15\/100 {
    top: -15%;
  }

  .sm\:-top-1\/100 {
    top: -1%;
  }

  .sm\:-top-1\/10 {
    top: -10%;
  }

  .sm\:-top-1\/2 {
    top: -50%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-2\/3 {
    top: 66.666667%;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm\:-top-1\/4 {
    top: -25%;
  }

  .sm\:-top-2\/4 {
    top: -50%;
  }

  .sm\:-top-3\/4 {
    top: -75%;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:right-13 {
    right: 3.25rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:right-19 {
    right: 4.75rem;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:right-25 {
    right: 6.25rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:right-30 {
    right: 7.5rem;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:right-34 {
    right: 8.5rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:right-42 {
    right: 10.5rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:right-46 {
    right: 11.5rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:right-50 {
    right: 12.5rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:right-54 {
    right: 13.5rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:right-60 {
    right: 15rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:right-68 {
    right: 17rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:right-75 {
    right: 18.75rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:right-85 {
    right: 22rem;
  }

  .sm\:right-90 {
    right: 22.5rem;
  }

  .sm\:right-92 {
    right: 23rem;
  }

  .sm\:right-96 {
    right: 24rem;
  }

  .sm\:right-100 {
    right: 25rem;
  }

  .sm\:right-116 {
    right: 29rem;
  }

  .sm\:right-120 {
    right: 30rem;
  }

  .sm\:right-125 {
    right: 31.25rem;
  }

  .sm\:right-135 {
    right: 33.75rem;
  }

  .sm\:right-160 {
    right: 40rem;
  }

  .sm\:right-180 {
    right: 45rem;
  }

  .sm\:right-240 {
    right: 60rem;
  }

  .sm\:right-285 {
    right: 71.25rem;
  }

  .sm\:right-330 {
    right: 82.5rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-unset {
    right: unset;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:right-0\.4 {
    right: 0.1rem;
  }

  .sm\:right-0\.5 {
    right: 0.125rem;
  }

  .sm\:right-0\.6 {
    right: 0.15rem;
  }

  .sm\:right-0\.75 {
    right: 0.2rem;
  }

  .sm\:right-1\.2 {
    right: 0.3rem;
  }

  .sm\:right-1\.25 {
    right: 0.3125rem;
  }

  .sm\:right-1\.4 {
    right: 0.35rem;
  }

  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:right-1\.6 {
    right: 0.4rem;
  }

  .sm\:right-1\.75 {
    right: 0.4375rem;
  }

  .sm\:right-1\.8 {
    right: 0.45rem;
  }

  .sm\:right-2\.2 {
    right: 0.55rem;
  }

  .sm\:right-2\.5 {
    right: 0.625rem;
  }

  .sm\:right-2\.6 {
    right: 0.65rem;
  }

  .sm\:right-2\.7 {
    right: 0.675rem;
  }

  .sm\:right-2\.8 {
    right: 0.7rem;
  }

  .sm\:right-3\.4 {
    right: 0.85rem;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:right-3\.6 {
    right: 0.9rem;
  }

  .sm\:right-4\.5 {
    right: 1.125rem;
  }

  .sm\:right-4\.8 {
    right: 1.2rem;
  }

  .sm\:right-5\.3 {
    right: 1.3rem;
  }

  .sm\:right-5\.4 {
    right: 1.35rem;
  }

  .sm\:right-5\.5 {
    right: 1.375rem;
  }

  .sm\:right-5\.6 {
    right: 1.4rem;
  }

  .sm\:right-6\.5 {
    right: 1.625rem;
  }

  .sm\:right-70\/100 {
    right: 70%;
  }

  .sm\:right-31\/100 {
    right: 31%;
  }

  .sm\:right-15\/100 {
    right: 15%;
  }

  .sm\:right-1\/100 {
    right: 1%;
  }

  .sm\:right-1\/10 {
    right: 10%;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:-right-0 {
    right: 0px;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-right-13 {
    right: -3.25rem;
  }

  .sm\:-right-14 {
    right: -3.5rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-right-19 {
    right: -4.75rem;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-right-25 {
    right: -6.25rem;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-right-30 {
    right: -7.5rem;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-right-34 {
    right: -8.5rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-right-42 {
    right: -10.5rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-right-46 {
    right: -11.5rem;
  }

  .sm\:-right-48 {
    right: -12rem;
  }

  .sm\:-right-50 {
    right: -12.5rem;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-right-54 {
    right: -13.5rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-right-60 {
    right: -15rem;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-right-68 {
    right: -17rem;
  }

  .sm\:-right-72 {
    right: -18rem;
  }

  .sm\:-right-75 {
    right: -18.75rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-right-85 {
    right: -22rem;
  }

  .sm\:-right-90 {
    right: -22.5rem;
  }

  .sm\:-right-92 {
    right: -23rem;
  }

  .sm\:-right-96 {
    right: -24rem;
  }

  .sm\:-right-100 {
    right: -25rem;
  }

  .sm\:-right-116 {
    right: -29rem;
  }

  .sm\:-right-120 {
    right: -30rem;
  }

  .sm\:-right-125 {
    right: -31.25rem;
  }

  .sm\:-right-135 {
    right: -33.75rem;
  }

  .sm\:-right-160 {
    right: -40rem;
  }

  .sm\:-right-180 {
    right: -45rem;
  }

  .sm\:-right-240 {
    right: -60rem;
  }

  .sm\:-right-285 {
    right: -71.25rem;
  }

  .sm\:-right-330 {
    right: -82.5rem;
  }

  .sm\:-right-unset {
    right: unset;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-right-0\.4 {
    right: -0.1rem;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm\:-right-0\.6 {
    right: -0.15rem;
  }

  .sm\:-right-0\.75 {
    right: -0.2rem;
  }

  .sm\:-right-1\.2 {
    right: -0.3rem;
  }

  .sm\:-right-1\.25 {
    right: -0.3125rem;
  }

  .sm\:-right-1\.4 {
    right: -0.35rem;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm\:-right-1\.6 {
    right: -0.4rem;
  }

  .sm\:-right-1\.75 {
    right: -0.4375rem;
  }

  .sm\:-right-1\.8 {
    right: -0.45rem;
  }

  .sm\:-right-2\.2 {
    right: -0.55rem;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm\:-right-2\.6 {
    right: -0.65rem;
  }

  .sm\:-right-2\.7 {
    right: -0.675rem;
  }

  .sm\:-right-2\.8 {
    right: -0.7rem;
  }

  .sm\:-right-3\.4 {
    right: -0.85rem;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:-right-3\.6 {
    right: -0.9rem;
  }

  .sm\:-right-4\.5 {
    right: -1.125rem;
  }

  .sm\:-right-4\.8 {
    right: -1.2rem;
  }

  .sm\:-right-5\.3 {
    right: -1.3rem;
  }

  .sm\:-right-5\.4 {
    right: -1.35rem;
  }

  .sm\:-right-5\.5 {
    right: -1.375rem;
  }

  .sm\:-right-5\.6 {
    right: -1.4rem;
  }

  .sm\:-right-6\.5 {
    right: -1.625rem;
  }

  .sm\:-right-70\/100 {
    right: -70%;
  }

  .sm\:-right-31\/100 {
    right: -31%;
  }

  .sm\:-right-15\/100 {
    right: -15%;
  }

  .sm\:-right-1\/100 {
    right: -1%;
  }

  .sm\:-right-1\/10 {
    right: -10%;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:bottom-13 {
    bottom: 3.25rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:bottom-19 {
    bottom: 4.75rem;
  }

  .sm\:bottom-20 {
    bottom: 5rem;
  }

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:bottom-25 {
    bottom: 6.25rem;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:bottom-30 {
    bottom: 7.5rem;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:bottom-34 {
    bottom: 8.5rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:bottom-42 {
    bottom: 10.5rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:bottom-46 {
    bottom: 11.5rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:bottom-50 {
    bottom: 12.5rem;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:bottom-54 {
    bottom: 13.5rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:bottom-60 {
    bottom: 15rem;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:bottom-68 {
    bottom: 17rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:bottom-75 {
    bottom: 18.75rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:bottom-85 {
    bottom: 22rem;
  }

  .sm\:bottom-90 {
    bottom: 22.5rem;
  }

  .sm\:bottom-92 {
    bottom: 23rem;
  }

  .sm\:bottom-96 {
    bottom: 24rem;
  }

  .sm\:bottom-100 {
    bottom: 25rem;
  }

  .sm\:bottom-116 {
    bottom: 29rem;
  }

  .sm\:bottom-120 {
    bottom: 30rem;
  }

  .sm\:bottom-125 {
    bottom: 31.25rem;
  }

  .sm\:bottom-135 {
    bottom: 33.75rem;
  }

  .sm\:bottom-160 {
    bottom: 40rem;
  }

  .sm\:bottom-180 {
    bottom: 45rem;
  }

  .sm\:bottom-240 {
    bottom: 60rem;
  }

  .sm\:bottom-285 {
    bottom: 71.25rem;
  }

  .sm\:bottom-330 {
    bottom: 82.5rem;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-unset {
    bottom: unset;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .sm\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .sm\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .sm\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .sm\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .sm\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .sm\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .sm\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .sm\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .sm\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .sm\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .sm\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .sm\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .sm\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .sm\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .sm\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .sm\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .sm\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .sm\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .sm\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .sm\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .sm\:bottom-70\/100 {
    bottom: 70%;
  }

  .sm\:bottom-31\/100 {
    bottom: 31%;
  }

  .sm\:bottom-15\/100 {
    bottom: 15%;
  }

  .sm\:bottom-1\/100 {
    bottom: 1%;
  }

  .sm\:bottom-1\/10 {
    bottom: 10%;
  }

  .sm\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:-bottom-0 {
    bottom: 0px;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:-bottom-13 {
    bottom: -3.25rem;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem;
  }

  .sm\:-bottom-16 {
    bottom: -4rem;
  }

  .sm\:-bottom-19 {
    bottom: -4.75rem;
  }

  .sm\:-bottom-20 {
    bottom: -5rem;
  }

  .sm\:-bottom-24 {
    bottom: -6rem;
  }

  .sm\:-bottom-25 {
    bottom: -6.25rem;
  }

  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-bottom-30 {
    bottom: -7.5rem;
  }

  .sm\:-bottom-32 {
    bottom: -8rem;
  }

  .sm\:-bottom-34 {
    bottom: -8.5rem;
  }

  .sm\:-bottom-36 {
    bottom: -9rem;
  }

  .sm\:-bottom-40 {
    bottom: -10rem;
  }

  .sm\:-bottom-42 {
    bottom: -10.5rem;
  }

  .sm\:-bottom-44 {
    bottom: -11rem;
  }

  .sm\:-bottom-46 {
    bottom: -11.5rem;
  }

  .sm\:-bottom-48 {
    bottom: -12rem;
  }

  .sm\:-bottom-50 {
    bottom: -12.5rem;
  }

  .sm\:-bottom-52 {
    bottom: -13rem;
  }

  .sm\:-bottom-54 {
    bottom: -13.5rem;
  }

  .sm\:-bottom-56 {
    bottom: -14rem;
  }

  .sm\:-bottom-60 {
    bottom: -15rem;
  }

  .sm\:-bottom-64 {
    bottom: -16rem;
  }

  .sm\:-bottom-68 {
    bottom: -17rem;
  }

  .sm\:-bottom-72 {
    bottom: -18rem;
  }

  .sm\:-bottom-75 {
    bottom: -18.75rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-bottom-85 {
    bottom: -22rem;
  }

  .sm\:-bottom-90 {
    bottom: -22.5rem;
  }

  .sm\:-bottom-92 {
    bottom: -23rem;
  }

  .sm\:-bottom-96 {
    bottom: -24rem;
  }

  .sm\:-bottom-100 {
    bottom: -25rem;
  }

  .sm\:-bottom-116 {
    bottom: -29rem;
  }

  .sm\:-bottom-120 {
    bottom: -30rem;
  }

  .sm\:-bottom-125 {
    bottom: -31.25rem;
  }

  .sm\:-bottom-135 {
    bottom: -33.75rem;
  }

  .sm\:-bottom-160 {
    bottom: -40rem;
  }

  .sm\:-bottom-180 {
    bottom: -45rem;
  }

  .sm\:-bottom-240 {
    bottom: -60rem;
  }

  .sm\:-bottom-285 {
    bottom: -71.25rem;
  }

  .sm\:-bottom-330 {
    bottom: -82.5rem;
  }

  .sm\:-bottom-unset {
    bottom: unset;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .sm\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .sm\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .sm\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .sm\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .sm\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .sm\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .sm\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .sm\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .sm\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .sm\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .sm\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .sm\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .sm\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .sm\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .sm\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .sm\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .sm\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .sm\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .sm\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .sm\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .sm\:-bottom-70\/100 {
    bottom: -70%;
  }

  .sm\:-bottom-31\/100 {
    bottom: -31%;
  }

  .sm\:-bottom-15\/100 {
    bottom: -15%;
  }

  .sm\:-bottom-1\/100 {
    bottom: -1%;
  }

  .sm\:-bottom-1\/10 {
    bottom: -10%;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:left-13 {
    left: 3.25rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:left-19 {
    left: 4.75rem;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:left-25 {
    left: 6.25rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:left-30 {
    left: 7.5rem;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:left-34 {
    left: 8.5rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:left-42 {
    left: 10.5rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:left-46 {
    left: 11.5rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:left-50 {
    left: 12.5rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:left-54 {
    left: 13.5rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:left-60 {
    left: 15rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:left-68 {
    left: 17rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:left-75 {
    left: 18.75rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:left-85 {
    left: 22rem;
  }

  .sm\:left-90 {
    left: 22.5rem;
  }

  .sm\:left-92 {
    left: 23rem;
  }

  .sm\:left-96 {
    left: 24rem;
  }

  .sm\:left-100 {
    left: 25rem;
  }

  .sm\:left-116 {
    left: 29rem;
  }

  .sm\:left-120 {
    left: 30rem;
  }

  .sm\:left-125 {
    left: 31.25rem;
  }

  .sm\:left-135 {
    left: 33.75rem;
  }

  .sm\:left-160 {
    left: 40rem;
  }

  .sm\:left-180 {
    left: 45rem;
  }

  .sm\:left-240 {
    left: 60rem;
  }

  .sm\:left-285 {
    left: 71.25rem;
  }

  .sm\:left-330 {
    left: 82.5rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-unset {
    left: unset;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:left-0\.4 {
    left: 0.1rem;
  }

  .sm\:left-0\.5 {
    left: 0.125rem;
  }

  .sm\:left-0\.6 {
    left: 0.15rem;
  }

  .sm\:left-0\.75 {
    left: 0.2rem;
  }

  .sm\:left-1\.2 {
    left: 0.3rem;
  }

  .sm\:left-1\.25 {
    left: 0.3125rem;
  }

  .sm\:left-1\.4 {
    left: 0.35rem;
  }

  .sm\:left-1\.5 {
    left: 0.375rem;
  }

  .sm\:left-1\.6 {
    left: 0.4rem;
  }

  .sm\:left-1\.75 {
    left: 0.4375rem;
  }

  .sm\:left-1\.8 {
    left: 0.45rem;
  }

  .sm\:left-2\.2 {
    left: 0.55rem;
  }

  .sm\:left-2\.5 {
    left: 0.625rem;
  }

  .sm\:left-2\.6 {
    left: 0.65rem;
  }

  .sm\:left-2\.7 {
    left: 0.675rem;
  }

  .sm\:left-2\.8 {
    left: 0.7rem;
  }

  .sm\:left-3\.4 {
    left: 0.85rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:left-3\.6 {
    left: 0.9rem;
  }

  .sm\:left-4\.5 {
    left: 1.125rem;
  }

  .sm\:left-4\.8 {
    left: 1.2rem;
  }

  .sm\:left-5\.3 {
    left: 1.3rem;
  }

  .sm\:left-5\.4 {
    left: 1.35rem;
  }

  .sm\:left-5\.5 {
    left: 1.375rem;
  }

  .sm\:left-5\.6 {
    left: 1.4rem;
  }

  .sm\:left-6\.5 {
    left: 1.625rem;
  }

  .sm\:left-70\/100 {
    left: 70%;
  }

  .sm\:left-31\/100 {
    left: 31%;
  }

  .sm\:left-15\/100 {
    left: 15%;
  }

  .sm\:left-1\/100 {
    left: 1%;
  }

  .sm\:left-1\/10 {
    left: 10%;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:-left-0 {
    left: 0px;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-left-13 {
    left: -3.25rem;
  }

  .sm\:-left-14 {
    left: -3.5rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-left-19 {
    left: -4.75rem;
  }

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-left-25 {
    left: -6.25rem;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-left-30 {
    left: -7.5rem;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-left-34 {
    left: -8.5rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-left-42 {
    left: -10.5rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-left-46 {
    left: -11.5rem;
  }

  .sm\:-left-48 {
    left: -12rem;
  }

  .sm\:-left-50 {
    left: -12.5rem;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-left-54 {
    left: -13.5rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-left-60 {
    left: -15rem;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-left-68 {
    left: -17rem;
  }

  .sm\:-left-72 {
    left: -18rem;
  }

  .sm\:-left-75 {
    left: -18.75rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-left-85 {
    left: -22rem;
  }

  .sm\:-left-90 {
    left: -22.5rem;
  }

  .sm\:-left-92 {
    left: -23rem;
  }

  .sm\:-left-96 {
    left: -24rem;
  }

  .sm\:-left-100 {
    left: -25rem;
  }

  .sm\:-left-116 {
    left: -29rem;
  }

  .sm\:-left-120 {
    left: -30rem;
  }

  .sm\:-left-125 {
    left: -31.25rem;
  }

  .sm\:-left-135 {
    left: -33.75rem;
  }

  .sm\:-left-160 {
    left: -40rem;
  }

  .sm\:-left-180 {
    left: -45rem;
  }

  .sm\:-left-240 {
    left: -60rem;
  }

  .sm\:-left-285 {
    left: -71.25rem;
  }

  .sm\:-left-330 {
    left: -82.5rem;
  }

  .sm\:-left-unset {
    left: unset;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-left-0\.4 {
    left: -0.1rem;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm\:-left-0\.6 {
    left: -0.15rem;
  }

  .sm\:-left-0\.75 {
    left: -0.2rem;
  }

  .sm\:-left-1\.2 {
    left: -0.3rem;
  }

  .sm\:-left-1\.25 {
    left: -0.3125rem;
  }

  .sm\:-left-1\.4 {
    left: -0.35rem;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm\:-left-1\.6 {
    left: -0.4rem;
  }

  .sm\:-left-1\.75 {
    left: -0.4375rem;
  }

  .sm\:-left-1\.8 {
    left: -0.45rem;
  }

  .sm\:-left-2\.2 {
    left: -0.55rem;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm\:-left-2\.6 {
    left: -0.65rem;
  }

  .sm\:-left-2\.7 {
    left: -0.675rem;
  }

  .sm\:-left-2\.8 {
    left: -0.7rem;
  }

  .sm\:-left-3\.4 {
    left: -0.85rem;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:-left-3\.6 {
    left: -0.9rem;
  }

  .sm\:-left-4\.5 {
    left: -1.125rem;
  }

  .sm\:-left-4\.8 {
    left: -1.2rem;
  }

  .sm\:-left-5\.3 {
    left: -1.3rem;
  }

  .sm\:-left-5\.4 {
    left: -1.35rem;
  }

  .sm\:-left-5\.5 {
    left: -1.375rem;
  }

  .sm\:-left-5\.6 {
    left: -1.4rem;
  }

  .sm\:-left-6\.5 {
    left: -1.625rem;
  }

  .sm\:-left-70\/100 {
    left: -70%;
  }

  .sm\:-left-31\/100 {
    left: -31%;
  }

  .sm\:-left-15\/100 {
    left: -15%;
  }

  .sm\:-left-1\/100 {
    left: -1%;
  }

  .sm\:-left-1\/10 {
    left: -10%;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .sm\:isolate {
    isolation: isolate;
  }

  .sm\:isolation-auto {
    isolation: auto;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus\: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\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-13 {
    margin: 3.25rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-19 {
    margin: 4.75rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-25 {
    margin: 6.25rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-30 {
    margin: 7.5rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-34 {
    margin: 8.5rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-42 {
    margin: 10.5rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-46 {
    margin: 11.5rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-50 {
    margin: 12.5rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-54 {
    margin: 13.5rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-60 {
    margin: 15rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-68 {
    margin: 17rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-75 {
    margin: 18.75rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-85 {
    margin: 22rem;
  }

  .sm\:m-90 {
    margin: 22.5rem;
  }

  .sm\:m-92 {
    margin: 23rem;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:m-100 {
    margin: 25rem;
  }

  .sm\:m-116 {
    margin: 29rem;
  }

  .sm\:m-120 {
    margin: 30rem;
  }

  .sm\:m-125 {
    margin: 31.25rem;
  }

  .sm\:m-135 {
    margin: 33.75rem;
  }

  .sm\:m-160 {
    margin: 40rem;
  }

  .sm\:m-180 {
    margin: 45rem;
  }

  .sm\:m-240 {
    margin: 60rem;
  }

  .sm\:m-285 {
    margin: 71.25rem;
  }

  .sm\:m-330 {
    margin: 82.5rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-unset {
    margin: unset;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-0\.4 {
    margin: 0.1rem;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm\:m-0\.6 {
    margin: 0.15rem;
  }

  .sm\:m-0\.75 {
    margin: 0.2rem;
  }

  .sm\:m-1\.2 {
    margin: 0.3rem;
  }

  .sm\:m-1\.25 {
    margin: 0.3125rem;
  }

  .sm\:m-1\.4 {
    margin: 0.35rem;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm\:m-1\.6 {
    margin: 0.4rem;
  }

  .sm\:m-1\.75 {
    margin: 0.4375rem;
  }

  .sm\:m-1\.8 {
    margin: 0.45rem;
  }

  .sm\:m-2\.2 {
    margin: 0.55rem;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm\:m-2\.6 {
    margin: 0.65rem;
  }

  .sm\:m-2\.7 {
    margin: 0.675rem;
  }

  .sm\:m-2\.8 {
    margin: 0.7rem;
  }

  .sm\:m-3\.4 {
    margin: 0.85rem;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:m-3\.6 {
    margin: 0.9rem;
  }

  .sm\:m-4\.5 {
    margin: 1.125rem;
  }

  .sm\:m-4\.8 {
    margin: 1.2rem;
  }

  .sm\:m-5\.3 {
    margin: 1.3rem;
  }

  .sm\:m-5\.4 {
    margin: 1.35rem;
  }

  .sm\:m-5\.5 {
    margin: 1.375rem;
  }

  .sm\:m-5\.6 {
    margin: 1.4rem;
  }

  .sm\:m-6\.5 {
    margin: 1.625rem;
  }

  .sm\:m-70\/100 {
    margin: 70%;
  }

  .sm\:m-31\/100 {
    margin: 31%;
  }

  .sm\:m-15\/100 {
    margin: 15%;
  }

  .sm\:m-1\/100 {
    margin: 1%;
  }

  .sm\:m-1\/10 {
    margin: 10%;
  }

  .sm\:m-1\/2 {
    margin: 50%;
  }

  .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-13 {
    margin: -3.25rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-19 {
    margin: -4.75rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-25 {
    margin: -6.25rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-30 {
    margin: -7.5rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-34 {
    margin: -8.5rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-42 {
    margin: -10.5rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:-m-46 {
    margin: -11.5rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-50 {
    margin: -12.5rem;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:-m-54 {
    margin: -13.5rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-60 {
    margin: -15rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-68 {
    margin: -17rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:-m-75 {
    margin: -18.75rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:-m-85 {
    margin: -22rem;
  }

  .sm\:-m-90 {
    margin: -22.5rem;
  }

  .sm\:-m-92 {
    margin: -23rem;
  }

  .sm\:-m-96 {
    margin: -24rem;
  }

  .sm\:-m-100 {
    margin: -25rem;
  }

  .sm\:-m-116 {
    margin: -29rem;
  }

  .sm\:-m-120 {
    margin: -30rem;
  }

  .sm\:-m-125 {
    margin: -31.25rem;
  }

  .sm\:-m-135 {
    margin: -33.75rem;
  }

  .sm\:-m-160 {
    margin: -40rem;
  }

  .sm\:-m-180 {
    margin: -45rem;
  }

  .sm\:-m-240 {
    margin: -60rem;
  }

  .sm\:-m-285 {
    margin: -71.25rem;
  }

  .sm\:-m-330 {
    margin: -82.5rem;
  }

  .sm\:-m-unset {
    margin: unset;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-0\.4 {
    margin: -0.1rem;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }

  .sm\:-m-0\.6 {
    margin: -0.15rem;
  }

  .sm\:-m-0\.75 {
    margin: -0.2rem;
  }

  .sm\:-m-1\.2 {
    margin: -0.3rem;
  }

  .sm\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .sm\:-m-1\.4 {
    margin: -0.35rem;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }

  .sm\:-m-1\.6 {
    margin: -0.4rem;
  }

  .sm\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .sm\:-m-1\.8 {
    margin: -0.45rem;
  }

  .sm\:-m-2\.2 {
    margin: -0.55rem;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }

  .sm\:-m-2\.6 {
    margin: -0.65rem;
  }

  .sm\:-m-2\.7 {
    margin: -0.675rem;
  }

  .sm\:-m-2\.8 {
    margin: -0.7rem;
  }

  .sm\:-m-3\.4 {
    margin: -0.85rem;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm\:-m-3\.6 {
    margin: -0.9rem;
  }

  .sm\:-m-4\.5 {
    margin: -1.125rem;
  }

  .sm\:-m-4\.8 {
    margin: -1.2rem;
  }

  .sm\:-m-5\.3 {
    margin: -1.3rem;
  }

  .sm\:-m-5\.4 {
    margin: -1.35rem;
  }

  .sm\:-m-5\.5 {
    margin: -1.375rem;
  }

  .sm\:-m-5\.6 {
    margin: -1.4rem;
  }

  .sm\:-m-6\.5 {
    margin: -1.625rem;
  }

  .sm\:-m-70\/100 {
    margin: -70%;
  }

  .sm\:-m-31\/100 {
    margin: -31%;
  }

  .sm\:-m-15\/100 {
    margin: -15%;
  }

  .sm\:-m-1\/100 {
    margin: -1%;
  }

  .sm\:-m-1\/10 {
    margin: -10%;
  }

  .sm\:-m-1\/2 {
    margin: -50%;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sm\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .sm\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .sm\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .sm\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .sm\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .sm\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .sm\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .sm\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .sm\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .sm\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .sm\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .sm\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .sm\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .sm\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .sm\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .sm\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .sm\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .sm\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .sm\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .sm\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .sm\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sm\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .sm\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .sm\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .sm\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .sm\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .sm\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .sm\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .sm\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .sm\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .sm\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sm\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .sm\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .sm\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .sm\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .sm\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .sm\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .sm\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .sm\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .sm\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .sm\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .sm\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .sm\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .sm\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .sm\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .sm\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .sm\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .sm\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .sm\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .sm\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .sm\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .sm\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .sm\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .sm\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .sm\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .sm\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .sm\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .sm\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .sm\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .sm\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .sm\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .sm\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .sm\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sm\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .sm\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .sm\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .sm\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .sm\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .sm\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .sm\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .sm\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .sm\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .sm\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .sm\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .sm\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .sm\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .sm\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .sm\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .sm\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .sm\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .sm\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .sm\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .sm\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sm\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .sm\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .sm\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .sm\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .sm\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .sm\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .sm\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .sm\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .sm\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .sm\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sm\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .sm\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .sm\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .sm\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .sm\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .sm\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .sm\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .sm\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .sm\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .sm\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .sm\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .sm\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .sm\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .sm\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .sm\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .sm\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .sm\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .sm\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .sm\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .sm\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .sm\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .sm\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .sm\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .sm\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .sm\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .sm\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .sm\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .sm\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .sm\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .sm\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .sm\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-13 {
    margin-top: 3.25rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-19 {
    margin-top: 4.75rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-25 {
    margin-top: 6.25rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-30 {
    margin-top: 7.5rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-34 {
    margin-top: 8.5rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mt-42 {
    margin-top: 10.5rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mt-46 {
    margin-top: 11.5rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mt-50 {
    margin-top: 12.5rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mt-54 {
    margin-top: 13.5rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mt-68 {
    margin-top: 17rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-75 {
    margin-top: 18.75rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mt-85 {
    margin-top: 22rem;
  }

  .sm\:mt-90 {
    margin-top: 22.5rem;
  }

  .sm\:mt-92 {
    margin-top: 23rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mt-100 {
    margin-top: 25rem;
  }

  .sm\:mt-116 {
    margin-top: 29rem;
  }

  .sm\:mt-120 {
    margin-top: 30rem;
  }

  .sm\:mt-125 {
    margin-top: 31.25rem;
  }

  .sm\:mt-135 {
    margin-top: 33.75rem;
  }

  .sm\:mt-160 {
    margin-top: 40rem;
  }

  .sm\:mt-180 {
    margin-top: 45rem;
  }

  .sm\:mt-240 {
    margin-top: 60rem;
  }

  .sm\:mt-285 {
    margin-top: 71.25rem;
  }

  .sm\:mt-330 {
    margin-top: 82.5rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mt-unset {
    margin-top: unset;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .sm\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .sm\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .sm\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .sm\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .sm\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .sm\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .sm\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .sm\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .sm\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .sm\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .sm\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .sm\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .sm\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .sm\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .sm\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .sm\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .sm\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .sm\:mt-70\/100 {
    margin-top: 70%;
  }

  .sm\:mt-31\/100 {
    margin-top: 31%;
  }

  .sm\:mt-15\/100 {
    margin-top: 15%;
  }

  .sm\:mt-1\/100 {
    margin-top: 1%;
  }

  .sm\:mt-1\/10 {
    margin-top: 10%;
  }

  .sm\:mt-1\/2 {
    margin-top: 50%;
  }

  .sm\:-mt-0 {
    margin-top: 0px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mt-13 {
    margin-top: -3.25rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mt-19 {
    margin-top: -4.75rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mt-25 {
    margin-top: -6.25rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mt-30 {
    margin-top: -7.5rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mt-34 {
    margin-top: -8.5rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mt-42 {
    margin-top: -10.5rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mt-46 {
    margin-top: -11.5rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mt-50 {
    margin-top: -12.5rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mt-54 {
    margin-top: -13.5rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mt-60 {
    margin-top: -15rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mt-68 {
    margin-top: -17rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mt-75 {
    margin-top: -18.75rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mt-85 {
    margin-top: -22rem;
  }

  .sm\:-mt-90 {
    margin-top: -22.5rem;
  }

  .sm\:-mt-92 {
    margin-top: -23rem;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:-mt-100 {
    margin-top: -25rem;
  }

  .sm\:-mt-116 {
    margin-top: -29rem;
  }

  .sm\:-mt-120 {
    margin-top: -30rem;
  }

  .sm\:-mt-125 {
    margin-top: -31.25rem;
  }

  .sm\:-mt-135 {
    margin-top: -33.75rem;
  }

  .sm\:-mt-160 {
    margin-top: -40rem;
  }

  .sm\:-mt-180 {
    margin-top: -45rem;
  }

  .sm\:-mt-240 {
    margin-top: -60rem;
  }

  .sm\:-mt-285 {
    margin-top: -71.25rem;
  }

  .sm\:-mt-330 {
    margin-top: -82.5rem;
  }

  .sm\:-mt-unset {
    margin-top: unset;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .sm\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .sm\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .sm\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .sm\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .sm\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .sm\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .sm\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .sm\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .sm\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .sm\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .sm\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .sm\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .sm\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .sm\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .sm\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .sm\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .sm\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .sm\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .sm\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .sm\:-mt-70\/100 {
    margin-top: -70%;
  }

  .sm\:-mt-31\/100 {
    margin-top: -31%;
  }

  .sm\:-mt-15\/100 {
    margin-top: -15%;
  }

  .sm\:-mt-1\/100 {
    margin-top: -1%;
  }

  .sm\:-mt-1\/10 {
    margin-top: -10%;
  }

  .sm\:-mt-1\/2 {
    margin-top: -50%;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mr-13 {
    margin-right: 3.25rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mr-19 {
    margin-right: 4.75rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mr-25 {
    margin-right: 6.25rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mr-30 {
    margin-right: 7.5rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mr-34 {
    margin-right: 8.5rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mr-42 {
    margin-right: 10.5rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mr-46 {
    margin-right: 11.5rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mr-50 {
    margin-right: 12.5rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mr-54 {
    margin-right: 13.5rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mr-68 {
    margin-right: 17rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mr-75 {
    margin-right: 18.75rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mr-85 {
    margin-right: 22rem;
  }

  .sm\:mr-90 {
    margin-right: 22.5rem;
  }

  .sm\:mr-92 {
    margin-right: 23rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mr-100 {
    margin-right: 25rem;
  }

  .sm\:mr-116 {
    margin-right: 29rem;
  }

  .sm\:mr-120 {
    margin-right: 30rem;
  }

  .sm\:mr-125 {
    margin-right: 31.25rem;
  }

  .sm\:mr-135 {
    margin-right: 33.75rem;
  }

  .sm\:mr-160 {
    margin-right: 40rem;
  }

  .sm\:mr-180 {
    margin-right: 45rem;
  }

  .sm\:mr-240 {
    margin-right: 60rem;
  }

  .sm\:mr-285 {
    margin-right: 71.25rem;
  }

  .sm\:mr-330 {
    margin-right: 82.5rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mr-unset {
    margin-right: unset;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .sm\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .sm\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .sm\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .sm\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .sm\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .sm\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .sm\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .sm\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .sm\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .sm\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .sm\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .sm\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .sm\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .sm\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .sm\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .sm\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .sm\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .sm\:mr-70\/100 {
    margin-right: 70%;
  }

  .sm\:mr-31\/100 {
    margin-right: 31%;
  }

  .sm\:mr-15\/100 {
    margin-right: 15%;
  }

  .sm\:mr-1\/100 {
    margin-right: 1%;
  }

  .sm\:mr-1\/10 {
    margin-right: 10%;
  }

  .sm\:mr-1\/2 {
    margin-right: 50%;
  }

  .sm\:-mr-0 {
    margin-right: 0px;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mr-13 {
    margin-right: -3.25rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mr-19 {
    margin-right: -4.75rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mr-25 {
    margin-right: -6.25rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mr-30 {
    margin-right: -7.5rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mr-34 {
    margin-right: -8.5rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mr-42 {
    margin-right: -10.5rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mr-46 {
    margin-right: -11.5rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mr-50 {
    margin-right: -12.5rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mr-54 {
    margin-right: -13.5rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mr-60 {
    margin-right: -15rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mr-68 {
    margin-right: -17rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mr-75 {
    margin-right: -18.75rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mr-85 {
    margin-right: -22rem;
  }

  .sm\:-mr-90 {
    margin-right: -22.5rem;
  }

  .sm\:-mr-92 {
    margin-right: -23rem;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:-mr-100 {
    margin-right: -25rem;
  }

  .sm\:-mr-116 {
    margin-right: -29rem;
  }

  .sm\:-mr-120 {
    margin-right: -30rem;
  }

  .sm\:-mr-125 {
    margin-right: -31.25rem;
  }

  .sm\:-mr-135 {
    margin-right: -33.75rem;
  }

  .sm\:-mr-160 {
    margin-right: -40rem;
  }

  .sm\:-mr-180 {
    margin-right: -45rem;
  }

  .sm\:-mr-240 {
    margin-right: -60rem;
  }

  .sm\:-mr-285 {
    margin-right: -71.25rem;
  }

  .sm\:-mr-330 {
    margin-right: -82.5rem;
  }

  .sm\:-mr-unset {
    margin-right: unset;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .sm\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .sm\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .sm\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .sm\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .sm\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .sm\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .sm\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .sm\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .sm\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .sm\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .sm\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .sm\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .sm\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .sm\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .sm\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .sm\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .sm\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .sm\:-mr-70\/100 {
    margin-right: -70%;
  }

  .sm\:-mr-31\/100 {
    margin-right: -31%;
  }

  .sm\:-mr-15\/100 {
    margin-right: -15%;
  }

  .sm\:-mr-1\/100 {
    margin-right: -1%;
  }

  .sm\:-mr-1\/10 {
    margin-right: -10%;
  }

  .sm\:-mr-1\/2 {
    margin-right: -50%;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-68 {
    margin-bottom: 17rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:mb-85 {
    margin-bottom: 22rem;
  }

  .sm\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .sm\:mb-92 {
    margin-bottom: 23rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:mb-100 {
    margin-bottom: 25rem;
  }

  .sm\:mb-116 {
    margin-bottom: 29rem;
  }

  .sm\:mb-120 {
    margin-bottom: 30rem;
  }

  .sm\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .sm\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .sm\:mb-160 {
    margin-bottom: 40rem;
  }

  .sm\:mb-180 {
    margin-bottom: 45rem;
  }

  .sm\:mb-240 {
    margin-bottom: 60rem;
  }

  .sm\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .sm\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:mb-unset {
    margin-bottom: unset;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .sm\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .sm\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .sm\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .sm\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .sm\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .sm\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .sm\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .sm\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .sm\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .sm\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .sm\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .sm\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .sm\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .sm\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .sm\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .sm\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .sm\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .sm\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .sm\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .sm\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .sm\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .sm\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .sm\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-mb-68 {
    margin-bottom: -17rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-mb-85 {
    margin-bottom: -22rem;
  }

  .sm\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .sm\:-mb-92 {
    margin-bottom: -23rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm\:-mb-100 {
    margin-bottom: -25rem;
  }

  .sm\:-mb-116 {
    margin-bottom: -29rem;
  }

  .sm\:-mb-120 {
    margin-bottom: -30rem;
  }

  .sm\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .sm\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .sm\:-mb-160 {
    margin-bottom: -40rem;
  }

  .sm\:-mb-180 {
    margin-bottom: -45rem;
  }

  .sm\:-mb-240 {
    margin-bottom: -60rem;
  }

  .sm\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .sm\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .sm\:-mb-unset {
    margin-bottom: unset;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .sm\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .sm\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .sm\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .sm\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .sm\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .sm\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .sm\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .sm\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .sm\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .sm\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .sm\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .sm\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .sm\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .sm\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .sm\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .sm\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .sm\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .sm\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .sm\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .sm\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .sm\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .sm\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .sm\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-13 {
    margin-left: 3.25rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:ml-19 {
    margin-left: 4.75rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:ml-25 {
    margin-left: 6.25rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:ml-30 {
    margin-left: 7.5rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:ml-34 {
    margin-left: 8.5rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:ml-42 {
    margin-left: 10.5rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:ml-46 {
    margin-left: 11.5rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:ml-50 {
    margin-left: 12.5rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:ml-54 {
    margin-left: 13.5rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:ml-68 {
    margin-left: 17rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:ml-75 {
    margin-left: 18.75rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:ml-85 {
    margin-left: 22rem;
  }

  .sm\:ml-90 {
    margin-left: 22.5rem;
  }

  .sm\:ml-92 {
    margin-left: 23rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:ml-100 {
    margin-left: 25rem;
  }

  .sm\:ml-116 {
    margin-left: 29rem;
  }

  .sm\:ml-120 {
    margin-left: 30rem;
  }

  .sm\:ml-125 {
    margin-left: 31.25rem;
  }

  .sm\:ml-135 {
    margin-left: 33.75rem;
  }

  .sm\:ml-160 {
    margin-left: 40rem;
  }

  .sm\:ml-180 {
    margin-left: 45rem;
  }

  .sm\:ml-240 {
    margin-left: 60rem;
  }

  .sm\:ml-285 {
    margin-left: 71.25rem;
  }

  .sm\:ml-330 {
    margin-left: 82.5rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:ml-unset {
    margin-left: unset;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .sm\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .sm\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .sm\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .sm\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .sm\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .sm\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .sm\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .sm\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .sm\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .sm\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .sm\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .sm\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .sm\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .sm\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .sm\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .sm\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .sm\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .sm\:ml-70\/100 {
    margin-left: 70%;
  }

  .sm\:ml-31\/100 {
    margin-left: 31%;
  }

  .sm\:ml-15\/100 {
    margin-left: 15%;
  }

  .sm\:ml-1\/100 {
    margin-left: 1%;
  }

  .sm\:ml-1\/10 {
    margin-left: 10%;
  }

  .sm\:ml-1\/2 {
    margin-left: 50%;
  }

  .sm\:-ml-0 {
    margin-left: 0px;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-ml-13 {
    margin-left: -3.25rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-ml-19 {
    margin-left: -4.75rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-ml-25 {
    margin-left: -6.25rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-ml-30 {
    margin-left: -7.5rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-ml-34 {
    margin-left: -8.5rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-ml-42 {
    margin-left: -10.5rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-ml-46 {
    margin-left: -11.5rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-ml-50 {
    margin-left: -12.5rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-ml-54 {
    margin-left: -13.5rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-ml-60 {
    margin-left: -15rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-ml-68 {
    margin-left: -17rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-ml-75 {
    margin-left: -18.75rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-ml-85 {
    margin-left: -22rem;
  }

  .sm\:-ml-90 {
    margin-left: -22.5rem;
  }

  .sm\:-ml-92 {
    margin-left: -23rem;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:-ml-100 {
    margin-left: -25rem;
  }

  .sm\:-ml-116 {
    margin-left: -29rem;
  }

  .sm\:-ml-120 {
    margin-left: -30rem;
  }

  .sm\:-ml-125 {
    margin-left: -31.25rem;
  }

  .sm\:-ml-135 {
    margin-left: -33.75rem;
  }

  .sm\:-ml-160 {
    margin-left: -40rem;
  }

  .sm\:-ml-180 {
    margin-left: -45rem;
  }

  .sm\:-ml-240 {
    margin-left: -60rem;
  }

  .sm\:-ml-285 {
    margin-left: -71.25rem;
  }

  .sm\:-ml-330 {
    margin-left: -82.5rem;
  }

  .sm\:-ml-unset {
    margin-left: unset;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .sm\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .sm\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .sm\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .sm\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .sm\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .sm\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .sm\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .sm\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .sm\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .sm\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .sm\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .sm\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .sm\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .sm\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .sm\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .sm\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .sm\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .sm\:-ml-70\/100 {
    margin-left: -70%;
  }

  .sm\:-ml-31\/100 {
    margin-left: -31%;
  }

  .sm\:-ml-15\/100 {
    margin-left: -15%;
  }

  .sm\:-ml-1\/100 {
    margin-left: -1%;
  }

  .sm\:-ml-1\/10 {
    margin-left: -10%;
  }

  .sm\:-ml-1\/2 {
    margin-left: -50%;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:list-item {
    display: list-item;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-13 {
    height: 3.25rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-19 {
    height: 4.75rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-25 {
    height: 6.25rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-30 {
    height: 7.5rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-34 {
    height: 8.5rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-42 {
    height: 10.5rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-46 {
    height: 11.5rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-50 {
    height: 12.5rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-54 {
    height: 13.5rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-68 {
    height: 17rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-75 {
    height: 18.75rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-85 {
    height: 22rem;
  }

  .sm\:h-90 {
    height: 22.5rem;
  }

  .sm\:h-92 {
    height: 23rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-100 {
    height: 25rem;
  }

  .sm\:h-116 {
    height: 29rem;
  }

  .sm\:h-120 {
    height: 30rem;
  }

  .sm\:h-125 {
    height: 31.25rem;
  }

  .sm\:h-135 {
    height: 33.75rem;
  }

  .sm\:h-160 {
    height: 40rem;
  }

  .sm\:h-180 {
    height: 45rem;
  }

  .sm\:h-240 {
    height: 60rem;
  }

  .sm\:h-285 {
    height: 71.25rem;
  }

  .sm\:h-330 {
    height: 82.5rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-unset {
    height: unset;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-0\.4 {
    height: 0.1rem;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .sm\:h-0\.6 {
    height: 0.15rem;
  }

  .sm\:h-0\.75 {
    height: 0.2rem;
  }

  .sm\:h-1\.2 {
    height: 0.3rem;
  }

  .sm\:h-1\.25 {
    height: 0.3125rem;
  }

  .sm\:h-1\.4 {
    height: 0.35rem;
  }

  .sm\:h-1\.5 {
    height: 0.375rem;
  }

  .sm\:h-1\.6 {
    height: 0.4rem;
  }

  .sm\:h-1\.75 {
    height: 0.4375rem;
  }

  .sm\:h-1\.8 {
    height: 0.45rem;
  }

  .sm\:h-2\.2 {
    height: 0.55rem;
  }

  .sm\:h-2\.5 {
    height: 0.625rem;
  }

  .sm\:h-2\.6 {
    height: 0.65rem;
  }

  .sm\:h-2\.7 {
    height: 0.675rem;
  }

  .sm\:h-2\.8 {
    height: 0.7rem;
  }

  .sm\:h-3\.4 {
    height: 0.85rem;
  }

  .sm\:h-3\.5 {
    height: 0.875rem;
  }

  .sm\:h-3\.6 {
    height: 0.9rem;
  }

  .sm\:h-4\.5 {
    height: 1.125rem;
  }

  .sm\:h-4\.8 {
    height: 1.2rem;
  }

  .sm\:h-5\.3 {
    height: 1.3rem;
  }

  .sm\:h-5\.4 {
    height: 1.35rem;
  }

  .sm\:h-5\.5 {
    height: 1.375rem;
  }

  .sm\:h-5\.6 {
    height: 1.4rem;
  }

  .sm\:h-6\.5 {
    height: 1.625rem;
  }

  .sm\:h-70\/100 {
    height: 70%;
  }

  .sm\:h-31\/100 {
    height: 31%;
  }

  .sm\:h-15\/100 {
    height: 15%;
  }

  .sm\:h-1\/100 {
    height: 1%;
  }

  .sm\:h-1\/10 {
    height: 10%;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\: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-13 {
    max-height: 3.25rem;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm\:max-h-16 {
    max-height: 4rem;
  }

  .sm\:max-h-19 {
    max-height: 4.75rem;
  }

  .sm\:max-h-20 {
    max-height: 5rem;
  }

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-25 {
    max-height: 6.25rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-30 {
    max-height: 7.5rem;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-34 {
    max-height: 8.5rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-42 {
    max-height: 10.5rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-46 {
    max-height: 11.5rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

  .sm\:max-h-50 {
    max-height: 12.5rem;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-54 {
    max-height: 13.5rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-60 {
    max-height: 15rem;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-68 {
    max-height: 17rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-75 {
    max-height: 18.75rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-85 {
    max-height: 22rem;
  }

  .sm\:max-h-90 {
    max-height: 22.5rem;
  }

  .sm\:max-h-92 {
    max-height: 23rem;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-100 {
    max-height: 25rem;
  }

  .sm\:max-h-116 {
    max-height: 29rem;
  }

  .sm\:max-h-120 {
    max-height: 30rem;
  }

  .sm\:max-h-125 {
    max-height: 31.25rem;
  }

  .sm\:max-h-135 {
    max-height: 33.75rem;
  }

  .sm\:max-h-160 {
    max-height: 40rem;
  }

  .sm\:max-h-180 {
    max-height: 45rem;
  }

  .sm\:max-h-240 {
    max-height: 60rem;
  }

  .sm\:max-h-285 {
    max-height: 71.25rem;
  }

  .sm\:max-h-330 {
    max-height: 82.5rem;
  }

  .sm\:max-h-unset {
    max-height: unset;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .sm\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .sm\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .sm\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .sm\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .sm\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .sm\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .sm\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .sm\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .sm\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .sm\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .sm\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .sm\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .sm\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .sm\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .sm\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .sm\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .sm\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .sm\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .sm\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .sm\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .sm\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .sm\:max-h-70\/100 {
    max-height: 70%;
  }

  .sm\:max-h-31\/100 {
    max-height: 31%;
  }

  .sm\:max-h-15\/100 {
    max-height: 15%;
  }

  .sm\:max-h-1\/100 {
    max-height: 1%;
  }

  .sm\:max-h-1\/10 {
    max-height: 10%;
  }

  .sm\:max-h-1\/2 {
    max-height: 50%;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .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-13 {
    width: 3.25rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-19 {
    width: 4.75rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-25 {
    width: 6.25rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-30 {
    width: 7.5rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-34 {
    width: 8.5rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-42 {
    width: 10.5rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-46 {
    width: 11.5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-50 {
    width: 12.5rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-54 {
    width: 13.5rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-68 {
    width: 17rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-75 {
    width: 18.75rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-85 {
    width: 22rem;
  }

  .sm\:w-90 {
    width: 22.5rem;
  }

  .sm\:w-92 {
    width: 23rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-100 {
    width: 25rem;
  }

  .sm\:w-116 {
    width: 29rem;
  }

  .sm\:w-120 {
    width: 30rem;
  }

  .sm\:w-125 {
    width: 31.25rem;
  }

  .sm\:w-135 {
    width: 33.75rem;
  }

  .sm\:w-160 {
    width: 40rem;
  }

  .sm\:w-180 {
    width: 45rem;
  }

  .sm\:w-240 {
    width: 60rem;
  }

  .sm\:w-285 {
    width: 71.25rem;
  }

  .sm\:w-330 {
    width: 82.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-unset {
    width: unset;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-0\.4 {
    width: 0.1rem;
  }

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .sm\:w-0\.6 {
    width: 0.15rem;
  }

  .sm\:w-0\.75 {
    width: 0.2rem;
  }

  .sm\:w-1\.2 {
    width: 0.3rem;
  }

  .sm\:w-1\.25 {
    width: 0.3125rem;
  }

  .sm\:w-1\.4 {
    width: 0.35rem;
  }

  .sm\:w-1\.5 {
    width: 0.375rem;
  }

  .sm\:w-1\.6 {
    width: 0.4rem;
  }

  .sm\:w-1\.75 {
    width: 0.4375rem;
  }

  .sm\:w-1\.8 {
    width: 0.45rem;
  }

  .sm\:w-2\.2 {
    width: 0.55rem;
  }

  .sm\:w-2\.5 {
    width: 0.625rem;
  }

  .sm\:w-2\.6 {
    width: 0.65rem;
  }

  .sm\:w-2\.7 {
    width: 0.675rem;
  }

  .sm\:w-2\.8 {
    width: 0.7rem;
  }

  .sm\:w-3\.4 {
    width: 0.85rem;
  }

  .sm\:w-3\.5 {
    width: 0.875rem;
  }

  .sm\:w-3\.6 {
    width: 0.9rem;
  }

  .sm\:w-4\.5 {
    width: 1.125rem;
  }

  .sm\:w-4\.8 {
    width: 1.2rem;
  }

  .sm\:w-5\.3 {
    width: 1.3rem;
  }

  .sm\:w-5\.4 {
    width: 1.35rem;
  }

  .sm\:w-5\.5 {
    width: 1.375rem;
  }

  .sm\:w-5\.6 {
    width: 1.4rem;
  }

  .sm\:w-6\.5 {
    width: 1.625rem;
  }

  .sm\:w-70\/100 {
    width: 70%;
  }

  .sm\:w-31\/100 {
    width: 31%;
  }

  .sm\:w-15\/100 {
    width: 15%;
  }

  .sm\:w-1\/100 {
    width: 1%;
  }

  .sm\:w-1\/10 {
    width: 10%;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose {
    max-width: 65ch;
  }

  .sm\:max-w-screen-sm {
    max-width: 576px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 992px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1200px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .sm\:flex-0 {
    flex: 0 0 auto;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-1-0 {
    flex: 1 0 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .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-68 {
    --tw-translate-x: 17rem;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .sm\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .sm\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .sm\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .sm\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .sm\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .sm\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .sm\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .sm\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .sm\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .sm\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .sm\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .sm\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .sm\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .sm\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .sm\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .sm\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .sm\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .sm\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .sm\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .sm\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .sm\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .sm\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .sm\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .sm\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .sm\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .sm\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .sm\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .sm\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .sm\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .sm\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .sm\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .sm\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .sm\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .sm\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .sm\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .sm\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .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-13 {
    --tw-translate-x: -3.25rem;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .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-68 {
    --tw-translate-x: -17rem;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .sm\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .sm\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .sm\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .sm\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .sm\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .sm\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .sm\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .sm\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .sm\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .sm\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .sm\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .sm\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .sm\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .sm\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .sm\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .sm\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .sm\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .sm\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .sm\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .sm\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .sm\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .sm\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .sm\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .sm\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .sm\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .sm\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .sm\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .sm\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .sm\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .sm\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .sm\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .sm\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .sm\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .sm\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .sm\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .sm\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .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\/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-13 {
    --tw-translate-y: 3.25rem;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .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-68 {
    --tw-translate-y: 17rem;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .sm\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .sm\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .sm\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .sm\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .sm\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .sm\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .sm\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .sm\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .sm\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .sm\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .sm\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .sm\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .sm\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .sm\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .sm\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .sm\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .sm\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .sm\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .sm\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .sm\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .sm\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .sm\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .sm\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .sm\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .sm\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .sm\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .sm\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .sm\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .sm\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .sm\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .sm\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .sm\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .sm\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .sm\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .sm\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .sm\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .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-13 {
    --tw-translate-y: -3.25rem;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .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-68 {
    --tw-translate-y: -17rem;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .sm\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .sm\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .sm\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .sm\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .sm\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .sm\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .sm\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .sm\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .sm\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .sm\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .sm\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .sm\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .sm\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .sm\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .sm\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .sm\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .sm\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .sm\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .sm\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .sm\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .sm\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .sm\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .sm\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .sm\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .sm\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .sm\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .sm\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .sm\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .sm\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .sm\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .sm\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .sm\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .sm\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .sm\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .sm\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .sm\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .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\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: 17rem;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .sm\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .sm\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .sm\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .sm\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .sm\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .sm\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .sm\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .sm\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .sm\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .sm\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .sm\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .sm\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .sm\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .sm\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .sm\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .sm\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .sm\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .sm\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .sm\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .sm\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .sm\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .sm\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .sm\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .sm\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .sm\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .sm\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .sm\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .sm\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .sm\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .sm\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .sm\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .sm\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .sm\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .sm\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .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-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: -17rem;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .sm\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .sm\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .sm\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .sm\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .sm\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .sm\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .sm\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .sm\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .sm\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .sm\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .sm\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .sm\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .sm\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .sm\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .sm\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .sm\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .sm\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .sm\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .sm\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .sm\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .sm\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .sm\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .sm\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .sm\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .sm\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .sm\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .sm\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .sm\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .sm\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .sm\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .sm\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .sm\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .sm\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .sm\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .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\/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-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: 17rem;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .sm\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .sm\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .sm\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .sm\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .sm\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .sm\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .sm\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .sm\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .sm\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .sm\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .sm\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .sm\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .sm\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .sm\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .sm\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .sm\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .sm\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .sm\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .sm\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .sm\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .sm\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .sm\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .sm\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .sm\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .sm\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .sm\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .sm\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .sm\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .sm\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .sm\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .sm\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .sm\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .sm\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .sm\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .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-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: -17rem;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .sm\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .sm\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .sm\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .sm\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .sm\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .sm\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .sm\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .sm\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .sm\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .sm\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .sm\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .sm\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .sm\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .sm\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .sm\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .sm\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .sm\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .sm\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .sm\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .sm\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .sm\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .sm\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .sm\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .sm\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .sm\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .sm\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .sm\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .sm\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .sm\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .sm\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .sm\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .sm\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .sm\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .sm\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: 17rem;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .sm\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .sm\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .sm\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .sm\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .sm\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .sm\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .sm\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .sm\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .sm\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .sm\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .sm\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .sm\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .sm\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .sm\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .sm\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .sm\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .sm\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .sm\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .sm\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .sm\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .sm\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .sm\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .sm\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .sm\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .sm\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .sm\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .sm\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .sm\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .sm\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .sm\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .sm\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .sm\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .sm\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .sm\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .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-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: -17rem;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .sm\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .sm\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .sm\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .sm\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .sm\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .sm\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .sm\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .sm\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .sm\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .sm\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .sm\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .sm\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .sm\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .sm\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .sm\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .sm\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .sm\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .sm\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .sm\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .sm\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .sm\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .sm\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .sm\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .sm\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .sm\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .sm\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .sm\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .sm\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .sm\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .sm\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .sm\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .sm\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .sm\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .sm\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: 17rem;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .sm\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .sm\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .sm\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .sm\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .sm\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .sm\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .sm\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .sm\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .sm\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .sm\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .sm\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .sm\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .sm\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .sm\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .sm\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .sm\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .sm\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .sm\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .sm\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .sm\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .sm\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .sm\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .sm\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .sm\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .sm\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .sm\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .sm\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .sm\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .sm\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .sm\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .sm\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .sm\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .sm\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .sm\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .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-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: -17rem;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .sm\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .sm\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .sm\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .sm\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .sm\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .sm\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .sm\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .sm\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .sm\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .sm\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .sm\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .sm\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .sm\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .sm\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .sm\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .sm\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .sm\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .sm\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .sm\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .sm\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .sm\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .sm\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .sm\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .sm\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .sm\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .sm\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .sm\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .sm\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .sm\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .sm\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .sm\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .sm\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .sm\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .sm\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .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\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:rotate-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;
  }

  .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\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:animate-none {
    animation: none;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:cursor-none {
    cursor: none;
  }

  .sm\:cursor-context-menu {
    cursor: context-menu;
  }

  .sm\:cursor-progress {
    cursor: progress;
  }

  .sm\:cursor-cell {
    cursor: cell;
  }

  .sm\:cursor-crosshair {
    cursor: crosshair;
  }

  .sm\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .sm\:cursor-alias {
    cursor: alias;
  }

  .sm\:cursor-copy {
    cursor: copy;
  }

  .sm\:cursor-no-drop {
    cursor: no-drop;
  }

  .sm\:cursor-grab {
    cursor: grab;
  }

  .sm\:cursor-grabbing {
    cursor: grabbing;
  }

  .sm\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .sm\:cursor-col-resize {
    cursor: col-resize;
  }

  .sm\:cursor-row-resize {
    cursor: row-resize;
  }

  .sm\:cursor-n-resize {
    cursor: n-resize;
  }

  .sm\:cursor-e-resize {
    cursor: e-resize;
  }

  .sm\:cursor-s-resize {
    cursor: s-resize;
  }

  .sm\:cursor-w-resize {
    cursor: w-resize;
  }

  .sm\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .sm\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .sm\:cursor-se-resize {
    cursor: se-resize;
  }

  .sm\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .sm\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .sm\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .sm\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .sm\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .sm\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .sm\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-13 {
    gap: 3.25rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-19 {
    gap: 4.75rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-25 {
    gap: 6.25rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-30 {
    gap: 7.5rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-34 {
    gap: 8.5rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-42 {
    gap: 10.5rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-46 {
    gap: 11.5rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-50 {
    gap: 12.5rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-54 {
    gap: 13.5rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-68 {
    gap: 17rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-75 {
    gap: 18.75rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-85 {
    gap: 22rem;
  }

  .sm\:gap-90 {
    gap: 22.5rem;
  }

  .sm\:gap-92 {
    gap: 23rem;
  }

  .sm\:gap-96 {
    gap: 24rem;
  }

  .sm\:gap-100 {
    gap: 25rem;
  }

  .sm\:gap-116 {
    gap: 29rem;
  }

  .sm\:gap-120 {
    gap: 30rem;
  }

  .sm\:gap-125 {
    gap: 31.25rem;
  }

  .sm\:gap-135 {
    gap: 33.75rem;
  }

  .sm\:gap-160 {
    gap: 40rem;
  }

  .sm\:gap-180 {
    gap: 45rem;
  }

  .sm\:gap-240 {
    gap: 60rem;
  }

  .sm\:gap-285 {
    gap: 71.25rem;
  }

  .sm\:gap-330 {
    gap: 82.5rem;
  }

  .sm\:gap-unset {
    gap: unset;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:gap-0\.4 {
    gap: 0.1rem;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-0\.6 {
    gap: 0.15rem;
  }

  .sm\:gap-0\.75 {
    gap: 0.2rem;
  }

  .sm\:gap-1\.2 {
    gap: 0.3rem;
  }

  .sm\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .sm\:gap-1\.4 {
    gap: 0.35rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-1\.6 {
    gap: 0.4rem;
  }

  .sm\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .sm\:gap-1\.8 {
    gap: 0.45rem;
  }

  .sm\:gap-2\.2 {
    gap: 0.55rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-2\.6 {
    gap: 0.65rem;
  }

  .sm\:gap-2\.7 {
    gap: 0.675rem;
  }

  .sm\:gap-2\.8 {
    gap: 0.7rem;
  }

  .sm\:gap-3\.4 {
    gap: 0.85rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-3\.6 {
    gap: 0.9rem;
  }

  .sm\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm\:gap-4\.8 {
    gap: 1.2rem;
  }

  .sm\:gap-5\.3 {
    gap: 1.3rem;
  }

  .sm\:gap-5\.4 {
    gap: 1.35rem;
  }

  .sm\:gap-5\.5 {
    gap: 1.375rem;
  }

  .sm\:gap-5\.6 {
    gap: 1.4rem;
  }

  .sm\:gap-6\.5 {
    gap: 1.625rem;
  }

  .sm\:gap-70\/100 {
    gap: 70%;
  }

  .sm\:gap-31\/100 {
    gap: 31%;
  }

  .sm\:gap-15\/100 {
    gap: 15%;
  }

  .sm\:gap-1\/100 {
    gap: 1%;
  }

  .sm\:gap-1\/10 {
    gap: 10%;
  }

  .sm\:gap-1\/2 {
    gap: 50%;
  }

  .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-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .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-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .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-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .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-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .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-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sm\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .sm\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .sm\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .sm\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sm\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .sm\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .sm\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .sm\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .sm\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .sm\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .sm\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .sm\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .sm\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .sm\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .sm\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .sm\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .sm\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .sm\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .sm\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .sm\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .sm\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .sm\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .sm\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .sm\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .sm\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .sm\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .sm\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .sm\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .sm\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .sm\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .sm\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .sm\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .sm\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .sm\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .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-13 {
    row-gap: 3.25rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:gap-y-68 {
    row-gap: 17rem;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm\:gap-y-85 {
    row-gap: 22rem;
  }

  .sm\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .sm\:gap-y-92 {
    row-gap: 23rem;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem;
  }

  .sm\:gap-y-100 {
    row-gap: 25rem;
  }

  .sm\:gap-y-116 {
    row-gap: 29rem;
  }

  .sm\:gap-y-120 {
    row-gap: 30rem;
  }

  .sm\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .sm\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .sm\:gap-y-160 {
    row-gap: 40rem;
  }

  .sm\:gap-y-180 {
    row-gap: 45rem;
  }

  .sm\:gap-y-240 {
    row-gap: 60rem;
  }

  .sm\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .sm\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .sm\:gap-y-unset {
    row-gap: unset;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .sm\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .sm\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .sm\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .sm\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .sm\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .sm\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .sm\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .sm\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .sm\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .sm\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .sm\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .sm\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .sm\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .sm\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .sm\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .sm\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .sm\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .sm\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .sm\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .sm\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .sm\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .sm\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .sm\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .sm\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .sm\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .sm\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .sm\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .sm\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .sm\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .sm\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .sm\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .sm\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .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;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:self-baseline {
    align-self: baseline;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip {
    text-overflow: clip;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:rounded-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-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .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-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .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-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm\:border-slate {
  }

  .sm\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:border-zinc {
  }

  .sm\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm\:border-neutral {
  }

  .sm\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:border-stone {
  }

  .sm\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .sm\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .sm\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-slate {
  }

  .group:hover .sm\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-zinc {
  }

  .group:hover .sm\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-neutral {
  }

  .group:hover .sm\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-stone {
  }

  .group:hover .sm\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-slate:focus-within {
  }

  .sm\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-zinc:focus-within {
  }

  .sm\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-neutral:focus-within {
  }

  .sm\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-stone:focus-within {
  }

  .sm\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm\:hover\:border-slate:hover {
  }

  .sm\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:hover\:border-zinc:hover {
  }

  .sm\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm\:hover\:border-neutral:hover {
  }

  .sm\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:hover\:border-stone:hover {
  }

  .sm\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm\:focus\:border-slate:focus {
  }

  .sm\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm\:focus\:border-zinc:focus {
  }

  .sm\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm\:focus\:border-neutral:focus {
  }

  .sm\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm\:focus\:border-stone:focus {
  }

  .sm\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .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\: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\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm\:bg-slate {
  }

  .sm\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:bg-zinc {
  }

  .sm\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm\:bg-neutral {
  }

  .sm\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:bg-stone {
  }

  .sm\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-slate {
  }

  .group:hover .sm\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-zinc {
  }

  .group:hover .sm\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-neutral {
  }

  .group:hover .sm\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-stone {
  }

  .group:hover .sm\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-slate:focus-within {
  }

  .sm\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-zinc:focus-within {
  }

  .sm\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-neutral:focus-within {
  }

  .sm\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-stone:focus-within {
  }

  .sm\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-slate:hover {
  }

  .sm\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-zinc:hover {
  }

  .sm\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-neutral:hover {
  }

  .sm\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-stone:hover {
  }

  .sm\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-slate:focus {
  }

  .sm\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-zinc:focus {
  }

  .sm\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-neutral:focus {
  }

  .sm\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-stone:focus {
  }

  .sm\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .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\: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\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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\: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\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\: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\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black {
    --tw-gradient-to: #000;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .sm\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .sm\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .sm\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .sm\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .sm\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .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\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .sm\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .sm\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .sm\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .sm\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .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\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .sm\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .sm\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .sm\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .sm\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .sm\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .sm\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .sm\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .sm\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .sm\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .sm\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .sm\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .sm\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .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\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bg-150 {
    background-size: 150%;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-x-25 {
    background-position: 25% 0;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-origin-border {
    background-origin: border-box;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box;
  }

  .sm\:bg-origin-content {
    background-origin: content-box;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-13 {
    padding: 3.25rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-19 {
    padding: 4.75rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-25 {
    padding: 6.25rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-30 {
    padding: 7.5rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-34 {
    padding: 8.5rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-42 {
    padding: 10.5rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-46 {
    padding: 11.5rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-50 {
    padding: 12.5rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-54 {
    padding: 13.5rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-68 {
    padding: 17rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-75 {
    padding: 18.75rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-85 {
    padding: 22rem;
  }

  .sm\:p-90 {
    padding: 22.5rem;
  }

  .sm\:p-92 {
    padding: 23rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-100 {
    padding: 25rem;
  }

  .sm\:p-116 {
    padding: 29rem;
  }

  .sm\:p-120 {
    padding: 30rem;
  }

  .sm\:p-125 {
    padding: 31.25rem;
  }

  .sm\:p-135 {
    padding: 33.75rem;
  }

  .sm\:p-160 {
    padding: 40rem;
  }

  .sm\:p-180 {
    padding: 45rem;
  }

  .sm\:p-240 {
    padding: 60rem;
  }

  .sm\:p-285 {
    padding: 71.25rem;
  }

  .sm\:p-330 {
    padding: 82.5rem;
  }

  .sm\:p-unset {
    padding: unset;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-0\.4 {
    padding: 0.1rem;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-0\.6 {
    padding: 0.15rem;
  }

  .sm\:p-0\.75 {
    padding: 0.2rem;
  }

  .sm\:p-1\.2 {
    padding: 0.3rem;
  }

  .sm\:p-1\.25 {
    padding: 0.3125rem;
  }

  .sm\:p-1\.4 {
    padding: 0.35rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-1\.6 {
    padding: 0.4rem;
  }

  .sm\:p-1\.75 {
    padding: 0.4375rem;
  }

  .sm\:p-1\.8 {
    padding: 0.45rem;
  }

  .sm\:p-2\.2 {
    padding: 0.55rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-2\.6 {
    padding: 0.65rem;
  }

  .sm\:p-2\.7 {
    padding: 0.675rem;
  }

  .sm\:p-2\.8 {
    padding: 0.7rem;
  }

  .sm\:p-3\.4 {
    padding: 0.85rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-3\.6 {
    padding: 0.9rem;
  }

  .sm\:p-4\.5 {
    padding: 1.125rem;
  }

  .sm\:p-4\.8 {
    padding: 1.2rem;
  }

  .sm\:p-5\.3 {
    padding: 1.3rem;
  }

  .sm\:p-5\.4 {
    padding: 1.35rem;
  }

  .sm\:p-5\.5 {
    padding: 1.375rem;
  }

  .sm\:p-5\.6 {
    padding: 1.4rem;
  }

  .sm\:p-6\.5 {
    padding: 1.625rem;
  }

  .sm\:p-70\/100 {
    padding: 70%;
  }

  .sm\:p-31\/100 {
    padding: 31%;
  }

  .sm\:p-15\/100 {
    padding: 15%;
  }

  .sm\:p-1\/100 {
    padding: 1%;
  }

  .sm\:p-1\/10 {
    padding: 10%;
  }

  .sm\:p-1\/2 {
    padding: 50%;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sm\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .sm\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .sm\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .sm\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .sm\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .sm\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .sm\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .sm\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .sm\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .sm\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .sm\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .sm\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .sm\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .sm\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .sm\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .sm\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .sm\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .sm\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .sm\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .sm\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .sm\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .sm\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .sm\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .sm\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .sm\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .sm\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .sm\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .sm\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .sm\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .sm\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sm\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .sm\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .sm\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .sm\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .sm\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sm\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .sm\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .sm\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .sm\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .sm\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .sm\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .sm\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .sm\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .sm\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .sm\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .sm\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .sm\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .sm\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .sm\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .sm\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .sm\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .sm\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .sm\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .sm\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .sm\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .sm\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .sm\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .sm\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .sm\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .sm\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-13 {
    padding-top: 3.25rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-19 {
    padding-top: 4.75rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-25 {
    padding-top: 6.25rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-30 {
    padding-top: 7.5rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-34 {
    padding-top: 8.5rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-42 {
    padding-top: 10.5rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pt-46 {
    padding-top: 11.5rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pt-50 {
    padding-top: 12.5rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-54 {
    padding-top: 13.5rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-68 {
    padding-top: 17rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pt-75 {
    padding-top: 18.75rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pt-85 {
    padding-top: 22rem;
  }

  .sm\:pt-90 {
    padding-top: 22.5rem;
  }

  .sm\:pt-92 {
    padding-top: 23rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pt-100 {
    padding-top: 25rem;
  }

  .sm\:pt-116 {
    padding-top: 29rem;
  }

  .sm\:pt-120 {
    padding-top: 30rem;
  }

  .sm\:pt-125 {
    padding-top: 31.25rem;
  }

  .sm\:pt-135 {
    padding-top: 33.75rem;
  }

  .sm\:pt-160 {
    padding-top: 40rem;
  }

  .sm\:pt-180 {
    padding-top: 45rem;
  }

  .sm\:pt-240 {
    padding-top: 60rem;
  }

  .sm\:pt-285 {
    padding-top: 71.25rem;
  }

  .sm\:pt-330 {
    padding-top: 82.5rem;
  }

  .sm\:pt-unset {
    padding-top: unset;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .sm\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .sm\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .sm\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .sm\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .sm\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .sm\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .sm\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .sm\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .sm\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .sm\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .sm\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .sm\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .sm\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .sm\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .sm\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .sm\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .sm\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .sm\:pt-70\/100 {
    padding-top: 70%;
  }

  .sm\:pt-31\/100 {
    padding-top: 31%;
  }

  .sm\:pt-15\/100 {
    padding-top: 15%;
  }

  .sm\:pt-1\/100 {
    padding-top: 1%;
  }

  .sm\:pt-1\/10 {
    padding-top: 10%;
  }

  .sm\:pt-1\/2 {
    padding-top: 50%;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-13 {
    padding-right: 3.25rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pr-19 {
    padding-right: 4.75rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-25 {
    padding-right: 6.25rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-30 {
    padding-right: 7.5rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-34 {
    padding-right: 8.5rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-42 {
    padding-right: 10.5rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-46 {
    padding-right: 11.5rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-50 {
    padding-right: 12.5rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-54 {
    padding-right: 13.5rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-68 {
    padding-right: 17rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-75 {
    padding-right: 18.75rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pr-85 {
    padding-right: 22rem;
  }

  .sm\:pr-90 {
    padding-right: 22.5rem;
  }

  .sm\:pr-92 {
    padding-right: 23rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pr-100 {
    padding-right: 25rem;
  }

  .sm\:pr-116 {
    padding-right: 29rem;
  }

  .sm\:pr-120 {
    padding-right: 30rem;
  }

  .sm\:pr-125 {
    padding-right: 31.25rem;
  }

  .sm\:pr-135 {
    padding-right: 33.75rem;
  }

  .sm\:pr-160 {
    padding-right: 40rem;
  }

  .sm\:pr-180 {
    padding-right: 45rem;
  }

  .sm\:pr-240 {
    padding-right: 60rem;
  }

  .sm\:pr-285 {
    padding-right: 71.25rem;
  }

  .sm\:pr-330 {
    padding-right: 82.5rem;
  }

  .sm\:pr-unset {
    padding-right: unset;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .sm\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .sm\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .sm\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .sm\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .sm\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .sm\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .sm\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .sm\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .sm\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .sm\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .sm\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .sm\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .sm\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .sm\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .sm\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .sm\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .sm\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .sm\:pr-70\/100 {
    padding-right: 70%;
  }

  .sm\:pr-31\/100 {
    padding-right: 31%;
  }

  .sm\:pr-15\/100 {
    padding-right: 15%;
  }

  .sm\:pr-1\/100 {
    padding-right: 1%;
  }

  .sm\:pr-1\/10 {
    padding-right: 10%;
  }

  .sm\:pr-1\/2 {
    padding-right: 50%;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pb-68 {
    padding-bottom: 17rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pb-85 {
    padding-bottom: 22rem;
  }

  .sm\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .sm\:pb-92 {
    padding-bottom: 23rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pb-100 {
    padding-bottom: 25rem;
  }

  .sm\:pb-116 {
    padding-bottom: 29rem;
  }

  .sm\:pb-120 {
    padding-bottom: 30rem;
  }

  .sm\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .sm\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .sm\:pb-160 {
    padding-bottom: 40rem;
  }

  .sm\:pb-180 {
    padding-bottom: 45rem;
  }

  .sm\:pb-240 {
    padding-bottom: 60rem;
  }

  .sm\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .sm\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .sm\:pb-unset {
    padding-bottom: unset;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .sm\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .sm\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .sm\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .sm\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .sm\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .sm\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .sm\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .sm\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .sm\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .sm\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .sm\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .sm\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .sm\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .sm\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .sm\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .sm\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .sm\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .sm\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .sm\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .sm\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .sm\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .sm\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .sm\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-13 {
    padding-left: 3.25rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pl-19 {
    padding-left: 4.75rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-25 {
    padding-left: 6.25rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-30 {
    padding-left: 7.5rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-34 {
    padding-left: 8.5rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-42 {
    padding-left: 10.5rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-46 {
    padding-left: 11.5rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-50 {
    padding-left: 12.5rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-54 {
    padding-left: 13.5rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-68 {
    padding-left: 17rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-75 {
    padding-left: 18.75rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pl-85 {
    padding-left: 22rem;
  }

  .sm\:pl-90 {
    padding-left: 22.5rem;
  }

  .sm\:pl-92 {
    padding-left: 23rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pl-100 {
    padding-left: 25rem;
  }

  .sm\:pl-116 {
    padding-left: 29rem;
  }

  .sm\:pl-120 {
    padding-left: 30rem;
  }

  .sm\:pl-125 {
    padding-left: 31.25rem;
  }

  .sm\:pl-135 {
    padding-left: 33.75rem;
  }

  .sm\:pl-160 {
    padding-left: 40rem;
  }

  .sm\:pl-180 {
    padding-left: 45rem;
  }

  .sm\:pl-240 {
    padding-left: 60rem;
  }

  .sm\:pl-285 {
    padding-left: 71.25rem;
  }

  .sm\:pl-330 {
    padding-left: 82.5rem;
  }

  .sm\:pl-unset {
    padding-left: unset;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .sm\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .sm\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .sm\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .sm\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .sm\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .sm\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .sm\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .sm\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .sm\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .sm\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .sm\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .sm\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .sm\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .sm\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .sm\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .sm\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .sm\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .sm\:pl-70\/100 {
    padding-left: 70%;
  }

  .sm\:pl-31\/100 {
    padding-left: 31%;
  }

  .sm\:pl-15\/100 {
    padding-left: 15%;
  }

  .sm\:pl-1\/100 {
    padding-left: 1%;
  }

  .sm\:pl-1\/10 {
    padding-left: 10%;
  }

  .sm\:pl-1\/2 {
    padding-left: 50%;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .sm\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .sm\:font-body {
    font-family: Roboto, sans-serif;
  }

  .sm\:font-awesome {
    font-family: FontAwesome;
  }

  .sm\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .sm\:text-inherit {
    font-size: inherit;
  }

  .sm\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .sm\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .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: 5rem;
    line-height: 1;
  }

  .sm\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .sm\:font-thin {
    font-weight: 100;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\: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;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .sm\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .sm\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm\:text-slate {
  }

  .sm\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:text-zinc {
  }

  .sm\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm\:text-neutral {
  }

  .sm\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:text-stone {
  }

  .sm\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .sm\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .sm\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-slate {
  }

  .group:hover .sm\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-zinc {
  }

  .group:hover .sm\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-neutral {
  }

  .group:hover .sm\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-stone {
  }

  .group:hover .sm\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-slate:focus-within {
  }

  .sm\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-zinc:focus-within {
  }

  .sm\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-neutral:focus-within {
  }

  .sm\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-stone:focus-within {
  }

  .sm\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm\:hover\:text-slate:hover {
  }

  .sm\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:hover\:text-zinc:hover {
  }

  .sm\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm\:hover\:text-neutral:hover {
  }

  .sm\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:hover\:text-stone:hover {
  }

  .sm\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor;
  }

  .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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm\:focus\:text-slate:focus {
  }

  .sm\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm\:focus\:text-zinc:focus {
  }

  .sm\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm\:focus\:text-neutral:focus {
  }

  .sm\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm\:focus\:text-stone:focus {
  }

  .sm\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .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\: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\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor;
  }

  .sm\:placeholder-black::-moz-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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-slate::-moz-placeholder {
  }

  .sm\:placeholder-slate::placeholder {
  }

  .sm\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-zinc::-moz-placeholder {
  }

  .sm\:placeholder-zinc::placeholder {
  }

  .sm\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-neutral::-moz-placeholder {
  }

  .sm\:placeholder-neutral::placeholder {
  }

  .sm\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-stone::-moz-placeholder {
  }

  .sm\:placeholder-stone::placeholder {
  }

  .sm\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .sm\:focus\:placeholder-slate:focus::placeholder {
  }

  .sm\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .sm\:focus\:placeholder-zinc:focus::placeholder {
  }

  .sm\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .sm\:focus\:placeholder-neutral:focus::placeholder {
  }

  .sm\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .sm\:focus\:placeholder-stone:focus::placeholder {
  }

  .sm\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-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\: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\: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\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    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-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    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-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    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-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    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-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    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-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    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-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    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-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-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-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:ring-current {
    --tw-ring-color: currentColor;
  }

  .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-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .sm\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .sm\:ring-slate {
  }

  .sm\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:ring-zinc {
  }

  .sm\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sm\:ring-neutral {
  }

  .sm\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:ring-stone {
  }

  .sm\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-slate:focus-within {
  }

  .sm\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-zinc:focus-within {
  }

  .sm\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-neutral:focus-within {
  }

  .sm\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-stone:focus-within {
  }

  .sm\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-slate:focus {
  }

  .sm\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-zinc:focus {
  }

  .sm\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-neutral:focus {
  }

  .sm\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-stone:focus {
  }

  .sm\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .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;
  }

  .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\: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\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .sm\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .sm\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .sm\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .sm\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .sm\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .sm\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .sm\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .sm\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .sm\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .sm\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .sm\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .sm\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .sm\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .sm\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .sm\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .sm\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .sm\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .sm\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .sm\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .sm\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .sm\:ring-offset-slate {
  }

  .sm\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:ring-offset-zinc {
  }

  .sm\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .sm\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .sm\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .sm\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .sm\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .sm\:ring-offset-neutral {
  }

  .sm\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .sm\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:ring-offset-stone {
  }

  .sm\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .sm\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .sm\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .sm\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .sm\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .sm\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550 {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .sm\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .sm\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .sm\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .sm\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .sm\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .sm\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .sm\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .sm\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .sm\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .sm\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .sm\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .sm\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .sm\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .sm\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .sm\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .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: #ff0080;
  }

  .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-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .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: #344e86;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .sm\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .sm\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .sm\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .sm\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .sm\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .sm\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .sm\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .sm\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .sm\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .sm\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .sm\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .sm\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .sm\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .sm\:focus-within\:ring-offset-slate:focus-within {
  }

  .sm\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:focus-within\:ring-offset-zinc:focus-within {
  }

  .sm\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .sm\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .sm\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .sm\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .sm\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .sm\:focus-within\:ring-offset-neutral:focus-within {
  }

  .sm\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .sm\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:focus-within\:ring-offset-stone:focus-within {
  }

  .sm\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .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: #98ec2d;
  }

  .sm\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .sm\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .sm\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .sm\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .sm\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .sm\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .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: #cb0c9f;
  }

  .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: #a3017e;
  }

  .sm\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .sm\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .sm\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .sm\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .sm\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .sm\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .sm\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .sm\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .sm\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .sm\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .sm\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .sm\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .sm\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .sm\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .sm\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .sm\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .sm\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .sm\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .sm\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .sm\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .sm\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .sm\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .sm\:focus\:ring-offset-slate:focus {
  }

  .sm\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .sm\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .sm\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .sm\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .sm\:focus\:ring-offset-zinc:focus {
  }

  .sm\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .sm\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .sm\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .sm\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .sm\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .sm\:focus\:ring-offset-neutral:focus {
  }

  .sm\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .sm\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .sm\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .sm\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .sm\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .sm\:focus\:ring-offset-stone:focus {
  }

  .sm\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .sm\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .sm\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .sm\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .sm\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .sm\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .sm\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .sm\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .sm\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .sm\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .sm\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .sm\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .sm\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .sm\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .sm\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .sm\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .sm\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .sm\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .sm\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .sm\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:filter-none {
    filter: none;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0);
  }

  .sm\:blur-none {
    --tw-blur: blur(0);
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px);
  }

  .sm\:blur {
    --tw-blur: blur(8px);
  }

  .sm\:blur-md {
    --tw-blur: blur(12px);
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px);
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px);
  }

  .sm\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:invert-0 {
    --tw-invert: invert(0);
  }

  .sm\:invert {
    --tw-invert: invert(100%);
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%);
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 576px) {
  .sm-max\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .sm-max\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .sm-max\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .sm-max\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .sm-max\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .sm-max\:container {
      max-width: 1400px;
    }
  }

  .sm-max\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .sm-max\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm-max\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .sm-max\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .sm-max\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .sm-max\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .sm-max\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .sm-max\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .sm-max\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .sm-max\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .sm-max\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .sm-max\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .sm-max\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .sm-max\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .sm-max\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .sm-max\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .sm-max\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .sm-max\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm-max\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm-max\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .sm-max\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .sm-max\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm-max\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm-max\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm-max\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .sm-max\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .sm-max\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .sm-max\:prose code::before {
    content: "`";
  }

  .sm-max\:prose code::after {
    content: "`";
  }

  .sm-max\:prose a code {
    color: #141727;
  }

  .sm-max\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .sm-max\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .sm-max\:prose pre code::before {
    content: none;
  }

  .sm-max\:prose pre code::after {
    content: none;
  }

  .sm-max\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm-max\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .sm-max\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm-max\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .sm-max\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .sm-max\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm-max\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .sm-max\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm-max\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-max\:prose h2 code {
    font-size: 0.875em;
  }

  .sm-max\:prose h3 code {
    font-size: 0.9em;
  }

  .sm-max\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm-max\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm-max\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm-max\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm-max\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm-max\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm-max\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .sm-max\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .sm-max\:prose ul ul, .sm-max\:prose ul ol, .sm-max\:prose ol ul, .sm-max\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm-max\:prose hr + * {
    margin-top: 0;
  }

  .sm-max\:prose h2 + * {
    margin-top: 0;
  }

  .sm-max\:prose h3 + * {
    margin-top: 0;
  }

  .sm-max\:prose h4 + * {
    margin-top: 0;
  }

  .sm-max\:prose thead th:first-child {
    padding-left: 0;
  }

  .sm-max\:prose thead th:last-child {
    padding-right: 0;
  }

  .sm-max\:prose tbody td:first-child {
    padding-left: 0;
  }

  .sm-max\:prose tbody td:last-child {
    padding-right: 0;
  }

  .sm-max\:prose > :first-child {
    margin-top: 0;
  }

  .sm-max\:prose > :last-child {
    margin-bottom: 0;
  }

  .sm-max\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .sm-max\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm-max\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm-max\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .sm-max\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .sm-max\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .sm-max\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm-max\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .sm-max\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm-max\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm-max\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .sm-max\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-max\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .sm-max\:prose-sm code {
    font-size: 0.8571429em;
  }

  .sm-max\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .sm-max\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .sm-max\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm-max\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm-max\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .sm-max\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .sm-max\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .sm-max\:prose-sm ol > li::before {
    left: 0;
  }

  .sm-max\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .sm-max\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .sm-max\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm-max\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm-max\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm-max\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .sm-max\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .sm-max\:prose-sm ul ul, .sm-max\:prose-sm ul ol, .sm-max\:prose-sm ol ul, .sm-max\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .sm-max\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .sm-max\:prose-sm hr + * {
    margin-top: 0;
  }

  .sm-max\:prose-sm h2 + * {
    margin-top: 0;
  }

  .sm-max\:prose-sm h3 + * {
    margin-top: 0;
  }

  .sm-max\:prose-sm h4 + * {
    margin-top: 0;
  }

  .sm-max\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .sm-max\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm-max\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .sm-max\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-sm > :first-child {
    margin-top: 0;
  }

  .sm-max\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .sm-max\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .sm-max\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .sm-max\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .sm-max\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .sm-max\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .sm-max\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm-max\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .sm-max\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm-max\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm-max\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .sm-max\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-max\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .sm-max\:prose-lg code {
    font-size: 0.8888889em;
  }

  .sm-max\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .sm-max\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .sm-max\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .sm-max\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm-max\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .sm-max\:prose-lg ol > li::before {
    left: 0;
  }

  .sm-max\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .sm-max\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .sm-max\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm-max\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm-max\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm-max\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-lg ul ul, .sm-max\:prose-lg ul ol, .sm-max\:prose-lg ol ul, .sm-max\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .sm-max\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .sm-max\:prose-lg hr + * {
    margin-top: 0;
  }

  .sm-max\:prose-lg h2 + * {
    margin-top: 0;
  }

  .sm-max\:prose-lg h3 + * {
    margin-top: 0;
  }

  .sm-max\:prose-lg h4 + * {
    margin-top: 0;
  }

  .sm-max\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .sm-max\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm-max\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .sm-max\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-lg > :first-child {
    margin-top: 0;
  }

  .sm-max\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .sm-max\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .sm-max\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm-max\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .sm-max\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .sm-max\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .sm-max\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm-max\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .sm-max\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm-max\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-max\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .sm-max\:prose-xl code {
    font-size: 0.9em;
  }

  .sm-max\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .sm-max\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .sm-max\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .sm-max\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm-max\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm-max\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .sm-max\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .sm-max\:prose-xl ol > li::before {
    left: 0;
  }

  .sm-max\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .sm-max\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .sm-max\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm-max\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm-max\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm-max\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .sm-max\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .sm-max\:prose-xl ul ul, .sm-max\:prose-xl ul ol, .sm-max\:prose-xl ol ul, .sm-max\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .sm-max\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .sm-max\:prose-xl hr + * {
    margin-top: 0;
  }

  .sm-max\:prose-xl h2 + * {
    margin-top: 0;
  }

  .sm-max\:prose-xl h3 + * {
    margin-top: 0;
  }

  .sm-max\:prose-xl h4 + * {
    margin-top: 0;
  }

  .sm-max\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .sm-max\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm-max\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .sm-max\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-xl > :first-child {
    margin-top: 0;
  }

  .sm-max\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .sm-max\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .sm-max\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .sm-max\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .sm-max\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .sm-max\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .sm-max\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .sm-max\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .sm-max\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm-max\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-max\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .sm-max\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .sm-max\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .sm-max\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .sm-max\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .sm-max\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm-max\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .sm-max\:prose-2xl ol > li::before {
    left: 0;
  }

  .sm-max\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .sm-max\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .sm-max\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .sm-max\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm-max\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .sm-max\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .sm-max\:prose-2xl ul ul, .sm-max\:prose-2xl ul ol, .sm-max\:prose-2xl ol ul, .sm-max\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .sm-max\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .sm-max\:prose-2xl hr + * {
    margin-top: 0;
  }

  .sm-max\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .sm-max\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .sm-max\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .sm-max\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .sm-max\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm-max\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .sm-max\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .sm-max\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .sm-max\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .sm-max\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .sm-max\:prose-red a {
    color: #ea0606;
  }

  .sm-max\:prose-red a code {
    color: #ea0606;
  }

  .sm-max\:prose-yellow a {
    color: #ca8a04;
  }

  .sm-max\:prose-yellow a code {
    color: #ca8a04;
  }

  .sm-max\:prose-green a {
    color: #17ad37;
  }

  .sm-max\:prose-green a code {
    color: #17ad37;
  }

  .sm-max\:prose-indigo a {
    color: #4f46e5;
  }

  .sm-max\:prose-indigo a code {
    color: #4f46e5;
  }

  .sm-max\:prose-purple a {
    color: #9333ea;
  }

  .sm-max\:prose-purple a code {
    color: #9333ea;
  }

  .sm-max\:prose-pink a {
    color: #db2777;
  }

  .sm-max\:prose-pink a code {
    color: #db2777;
  }

  .sm-max\:prose-blue a {
    color: #2152ff;
  }

  .sm-max\:prose-blue a code {
    color: #2152ff;
  }

  .sm-max\:prose-slate a {
    color: #627594;
  }

  .sm-max\:prose-slate a code {
    color: #627594;
  }

  .sm-max\:prose-zinc a {
    color: #52525b;
  }

  .sm-max\:prose-zinc a code {
    color: #52525b;
  }

  .sm-max\:prose-neutral a {
    color: #525252;
  }

  .sm-max\:prose-neutral a code {
    color: #525252;
  }

  .sm-max\:prose-stone a {
    color: #57534e;
  }

  .sm-max\:prose-stone a code {
    color: #57534e;
  }

  .sm-max\:prose-orange a {
    color: #ea580c;
  }

  .sm-max\:prose-orange a code {
    color: #ea580c;
  }

  .sm-max\:prose-amber a {
    color: #d97706;
  }

  .sm-max\:prose-amber a code {
    color: #d97706;
  }

  .sm-max\:prose-lime a {
    color: #67b108;
  }

  .sm-max\:prose-lime a code {
    color: #67b108;
  }

  .sm-max\:prose-emerald a {
    color: #059669;
  }

  .sm-max\:prose-emerald a code {
    color: #059669;
  }

  .sm-max\:prose-teal a {
    color: #0d9488;
  }

  .sm-max\:prose-teal a code {
    color: #0d9488;
  }

  .sm-max\:prose-cyan a {
    color: #08a1c4;
  }

  .sm-max\:prose-cyan a code {
    color: #08a1c4;
  }

  .sm-max\:prose-sky a {
    color: #3ea1ec;
  }

  .sm-max\:prose-sky a code {
    color: #3ea1ec;
  }

  .sm-max\:prose-violet a {
    color: #7c3aed;
  }

  .sm-max\:prose-violet a code {
    color: #7c3aed;
  }

  .sm-max\:prose-fuchsia a {
    color: #c026d3;
  }

  .sm-max\:prose-fuchsia a code {
    color: #c026d3;
  }

  .sm-max\:prose-rose a {
    color: #e11d48;
  }

  .sm-max\:prose-rose a code {
    color: #e11d48;
  }

  .sm-max\: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-max\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-max\: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-max\: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-max\: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-max\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-max\:pointer-events-none {
    pointer-events: none;
  }

  .sm-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm-max\:visible {
    visibility: visible;
  }

  .sm-max\:invisible {
    visibility: hidden;
  }

  .sm-max\:static {
    position: static;
  }

  .sm-max\:fixed {
    position: fixed;
  }

  .sm-max\:absolute {
    position: absolute;
  }

  .sm-max\:relative {
    position: relative;
  }

  .sm-max\:sticky {
    position: sticky;
  }

  .sm-max\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm-max\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm-max\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm-max\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm-max\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm-max\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm-max\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm-max\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm-max\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm-max\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm-max\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm-max\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm-max\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm-max\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .sm-max\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm-max\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm-max\:inset-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .sm-max\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm-max\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm-max\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .sm-max\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm-max\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .sm-max\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm-max\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .sm-max\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm-max\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm-max\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .sm-max\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm-max\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .sm-max\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm-max\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .sm-max\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm-max\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .sm-max\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm-max\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm-max\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm-max\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .sm-max\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm-max\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .sm-max\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm-max\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .sm-max\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .sm-max\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .sm-max\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm-max\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .sm-max\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .sm-max\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .sm-max\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .sm-max\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .sm-max\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .sm-max\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .sm-max\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .sm-max\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .sm-max\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .sm-max\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-max\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .sm-max\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm-max\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .sm-max\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm-max\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .sm-max\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .sm-max\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .sm-max\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .sm-max\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .sm-max\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm-max\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .sm-max\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .sm-max\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .sm-max\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .sm-max\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm-max\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .sm-max\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .sm-max\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .sm-max\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .sm-max\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm-max\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .sm-max\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .sm-max\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .sm-max\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .sm-max\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .sm-max\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .sm-max\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .sm-max\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .sm-max\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .sm-max\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .sm-max\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .sm-max\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .sm-max\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm-max\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm-max\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm-max\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm-max\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm-max\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm-max\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm-max\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm-max\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm-max\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm-max\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm-max\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm-max\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm-max\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm-max\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm-max\:-inset-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .sm-max\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm-max\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm-max\:-inset-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .sm-max\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm-max\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm-max\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .sm-max\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm-max\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .sm-max\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm-max\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .sm-max\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm-max\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm-max\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .sm-max\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm-max\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .sm-max\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm-max\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .sm-max\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm-max\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .sm-max\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm-max\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm-max\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm-max\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .sm-max\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm-max\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .sm-max\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm-max\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .sm-max\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .sm-max\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .sm-max\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm-max\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .sm-max\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .sm-max\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .sm-max\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .sm-max\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .sm-max\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .sm-max\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .sm-max\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .sm-max\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .sm-max\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .sm-max\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .sm-max\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm-max\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .sm-max\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm-max\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .sm-max\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .sm-max\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .sm-max\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .sm-max\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .sm-max\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm-max\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .sm-max\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .sm-max\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .sm-max\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .sm-max\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm-max\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .sm-max\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .sm-max\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .sm-max\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .sm-max\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm-max\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .sm-max\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .sm-max\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .sm-max\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .sm-max\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .sm-max\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .sm-max\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .sm-max\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .sm-max\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .sm-max\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .sm-max\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .sm-max\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .sm-max\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .sm-max\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm-max\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm-max\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm-max\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm-max\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm-max\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm-max\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm-max\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm-max\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm-max\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm-max\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm-max\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm-max\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm-max\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm-max\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm-max\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm-max\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm-max\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm-max\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm-max\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm-max\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm-max\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm-max\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm-max\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm-max\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm-max\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm-max\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .sm-max\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm-max\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .sm-max\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .sm-max\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .sm-max\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .sm-max\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .sm-max\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .sm-max\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .sm-max\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm-max\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .sm-max\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .sm-max\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm-max\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .sm-max\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .sm-max\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .sm-max\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .sm-max\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .sm-max\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .sm-max\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .sm-max\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm-max\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .sm-max\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm-max\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .sm-max\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .sm-max\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .sm-max\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .sm-max\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .sm-max\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .sm-max\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .sm-max\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .sm-max\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .sm-max\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .sm-max\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .sm-max\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .sm-max\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .sm-max\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .sm-max\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .sm-max\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .sm-max\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .sm-max\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .sm-max\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm-max\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .sm-max\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .sm-max\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .sm-max\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm-max\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .sm-max\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .sm-max\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .sm-max\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .sm-max\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .sm-max\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm-max\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .sm-max\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .sm-max\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .sm-max\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .sm-max\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm-max\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .sm-max\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .sm-max\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .sm-max\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .sm-max\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm-max\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .sm-max\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .sm-max\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .sm-max\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .sm-max\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .sm-max\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .sm-max\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .sm-max\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .sm-max\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .sm-max\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .sm-max\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .sm-max\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .sm-max\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .sm-max\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm-max\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm-max\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm-max\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm-max\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm-max\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm-max\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm-max\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm-max\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm-max\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm-max\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm-max\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm-max\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm-max\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm-max\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .sm-max\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm-max\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .sm-max\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .sm-max\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .sm-max\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .sm-max\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .sm-max\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .sm-max\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .sm-max\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm-max\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .sm-max\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .sm-max\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm-max\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .sm-max\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .sm-max\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .sm-max\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .sm-max\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .sm-max\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .sm-max\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .sm-max\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm-max\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .sm-max\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm-max\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .sm-max\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .sm-max\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .sm-max\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .sm-max\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .sm-max\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .sm-max\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .sm-max\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .sm-max\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .sm-max\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .sm-max\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .sm-max\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .sm-max\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .sm-max\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .sm-max\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .sm-max\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .sm-max\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .sm-max\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .sm-max\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .sm-max\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .sm-max\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .sm-max\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm-max\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .sm-max\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .sm-max\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .sm-max\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .sm-max\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .sm-max\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm-max\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .sm-max\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .sm-max\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .sm-max\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .sm-max\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm-max\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .sm-max\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .sm-max\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .sm-max\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .sm-max\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm-max\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .sm-max\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .sm-max\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .sm-max\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .sm-max\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .sm-max\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .sm-max\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .sm-max\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .sm-max\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .sm-max\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .sm-max\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .sm-max\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .sm-max\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .sm-max\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm-max\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm-max\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm-max\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm-max\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm-max\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm-max\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm-max\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm-max\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm-max\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm-max\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm-max\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm-max\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm-max\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm-max\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm-max\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm-max\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm-max\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm-max\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm-max\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm-max\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm-max\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm-max\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm-max\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm-max\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm-max\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm-max\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .sm-max\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm-max\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm-max\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .sm-max\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm-max\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm-max\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .sm-max\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm-max\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .sm-max\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm-max\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .sm-max\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm-max\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm-max\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .sm-max\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm-max\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .sm-max\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm-max\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .sm-max\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm-max\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .sm-max\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm-max\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm-max\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm-max\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .sm-max\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm-max\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .sm-max\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm-max\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .sm-max\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .sm-max\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .sm-max\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm-max\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .sm-max\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .sm-max\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .sm-max\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .sm-max\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .sm-max\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .sm-max\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .sm-max\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .sm-max\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .sm-max\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .sm-max\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm-max\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .sm-max\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm-max\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .sm-max\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm-max\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .sm-max\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .sm-max\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .sm-max\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .sm-max\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .sm-max\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm-max\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .sm-max\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .sm-max\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .sm-max\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .sm-max\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm-max\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .sm-max\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .sm-max\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .sm-max\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .sm-max\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm-max\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .sm-max\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .sm-max\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .sm-max\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .sm-max\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .sm-max\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .sm-max\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .sm-max\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .sm-max\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .sm-max\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .sm-max\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .sm-max\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .sm-max\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .sm-max\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm-max\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm-max\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm-max\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm-max\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm-max\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm-max\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm-max\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm-max\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm-max\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm-max\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm-max\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm-max\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm-max\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm-max\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .sm-max\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm-max\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm-max\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .sm-max\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm-max\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm-max\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .sm-max\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm-max\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .sm-max\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm-max\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .sm-max\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm-max\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm-max\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .sm-max\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm-max\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .sm-max\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm-max\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .sm-max\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm-max\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .sm-max\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm-max\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm-max\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm-max\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .sm-max\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm-max\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .sm-max\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm-max\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .sm-max\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .sm-max\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .sm-max\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm-max\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .sm-max\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .sm-max\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .sm-max\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .sm-max\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .sm-max\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .sm-max\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .sm-max\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .sm-max\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .sm-max\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .sm-max\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .sm-max\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm-max\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .sm-max\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm-max\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .sm-max\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .sm-max\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .sm-max\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .sm-max\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .sm-max\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm-max\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .sm-max\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .sm-max\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .sm-max\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .sm-max\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm-max\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .sm-max\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .sm-max\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .sm-max\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .sm-max\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm-max\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .sm-max\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .sm-max\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .sm-max\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .sm-max\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .sm-max\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .sm-max\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .sm-max\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .sm-max\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .sm-max\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .sm-max\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .sm-max\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .sm-max\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .sm-max\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm-max\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm-max\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm-max\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm-max\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm-max\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm-max\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm-max\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm-max\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm-max\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm-max\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm-max\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm-max\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm-max\:top-0 {
    top: 0px;
  }

  .sm-max\:top-1 {
    top: 0.25rem;
  }

  .sm-max\:top-2 {
    top: 0.5rem;
  }

  .sm-max\:top-3 {
    top: 0.75rem;
  }

  .sm-max\:top-4 {
    top: 1rem;
  }

  .sm-max\:top-5 {
    top: 1.25rem;
  }

  .sm-max\:top-6 {
    top: 1.5rem;
  }

  .sm-max\:top-7 {
    top: 1.75rem;
  }

  .sm-max\:top-8 {
    top: 2rem;
  }

  .sm-max\:top-9 {
    top: 2.25rem;
  }

  .sm-max\:top-10 {
    top: 2.5rem;
  }

  .sm-max\:top-11 {
    top: 2.75rem;
  }

  .sm-max\:top-12 {
    top: 3rem;
  }

  .sm-max\:top-13 {
    top: 3.25rem;
  }

  .sm-max\:top-14 {
    top: 3.5rem;
  }

  .sm-max\:top-16 {
    top: 4rem;
  }

  .sm-max\:top-19 {
    top: 4.75rem;
  }

  .sm-max\:top-20 {
    top: 5rem;
  }

  .sm-max\:top-24 {
    top: 6rem;
  }

  .sm-max\:top-25 {
    top: 6.25rem;
  }

  .sm-max\:top-28 {
    top: 7rem;
  }

  .sm-max\:top-30 {
    top: 7.5rem;
  }

  .sm-max\:top-32 {
    top: 8rem;
  }

  .sm-max\:top-34 {
    top: 8.5rem;
  }

  .sm-max\:top-36 {
    top: 9rem;
  }

  .sm-max\:top-40 {
    top: 10rem;
  }

  .sm-max\:top-42 {
    top: 10.5rem;
  }

  .sm-max\:top-44 {
    top: 11rem;
  }

  .sm-max\:top-46 {
    top: 11.5rem;
  }

  .sm-max\:top-48 {
    top: 12rem;
  }

  .sm-max\:top-50 {
    top: 12.5rem;
  }

  .sm-max\:top-52 {
    top: 13rem;
  }

  .sm-max\:top-54 {
    top: 13.5rem;
  }

  .sm-max\:top-56 {
    top: 14rem;
  }

  .sm-max\:top-60 {
    top: 15rem;
  }

  .sm-max\:top-64 {
    top: 16rem;
  }

  .sm-max\:top-68 {
    top: 17rem;
  }

  .sm-max\:top-72 {
    top: 18rem;
  }

  .sm-max\:top-75 {
    top: 18.75rem;
  }

  .sm-max\:top-80 {
    top: 20rem;
  }

  .sm-max\:top-85 {
    top: 22rem;
  }

  .sm-max\:top-90 {
    top: 22.5rem;
  }

  .sm-max\:top-92 {
    top: 23rem;
  }

  .sm-max\:top-96 {
    top: 24rem;
  }

  .sm-max\:top-100 {
    top: 25rem;
  }

  .sm-max\:top-116 {
    top: 29rem;
  }

  .sm-max\:top-120 {
    top: 30rem;
  }

  .sm-max\:top-125 {
    top: 31.25rem;
  }

  .sm-max\:top-135 {
    top: 33.75rem;
  }

  .sm-max\:top-160 {
    top: 40rem;
  }

  .sm-max\:top-180 {
    top: 45rem;
  }

  .sm-max\:top-240 {
    top: 60rem;
  }

  .sm-max\:top-285 {
    top: 71.25rem;
  }

  .sm-max\:top-330 {
    top: 82.5rem;
  }

  .sm-max\:top-auto {
    top: auto;
  }

  .sm-max\:top-unset {
    top: unset;
  }

  .sm-max\:top-px {
    top: 1px;
  }

  .sm-max\:top-0\.4 {
    top: 0.1rem;
  }

  .sm-max\:top-0\.5 {
    top: 0.125rem;
  }

  .sm-max\:top-0\.6 {
    top: 0.15rem;
  }

  .sm-max\:top-0\.75 {
    top: 0.2rem;
  }

  .sm-max\:top-1\.2 {
    top: 0.3rem;
  }

  .sm-max\:top-1\.25 {
    top: 0.3125rem;
  }

  .sm-max\:top-1\.4 {
    top: 0.35rem;
  }

  .sm-max\:top-1\.5 {
    top: 0.375rem;
  }

  .sm-max\:top-1\.6 {
    top: 0.4rem;
  }

  .sm-max\:top-1\.75 {
    top: 0.4375rem;
  }

  .sm-max\:top-1\.8 {
    top: 0.45rem;
  }

  .sm-max\:top-2\.2 {
    top: 0.55rem;
  }

  .sm-max\:top-2\.5 {
    top: 0.625rem;
  }

  .sm-max\:top-2\.6 {
    top: 0.65rem;
  }

  .sm-max\:top-2\.7 {
    top: 0.675rem;
  }

  .sm-max\:top-2\.8 {
    top: 0.7rem;
  }

  .sm-max\:top-3\.4 {
    top: 0.85rem;
  }

  .sm-max\:top-3\.5 {
    top: 0.875rem;
  }

  .sm-max\:top-3\.6 {
    top: 0.9rem;
  }

  .sm-max\:top-4\.5 {
    top: 1.125rem;
  }

  .sm-max\:top-4\.8 {
    top: 1.2rem;
  }

  .sm-max\:top-5\.3 {
    top: 1.3rem;
  }

  .sm-max\:top-5\.4 {
    top: 1.35rem;
  }

  .sm-max\:top-5\.5 {
    top: 1.375rem;
  }

  .sm-max\:top-5\.6 {
    top: 1.4rem;
  }

  .sm-max\:top-6\.5 {
    top: 1.625rem;
  }

  .sm-max\:top-70\/100 {
    top: 70%;
  }

  .sm-max\:top-31\/100 {
    top: 31%;
  }

  .sm-max\:top-15\/100 {
    top: 15%;
  }

  .sm-max\:top-1\/100 {
    top: 1%;
  }

  .sm-max\:top-1\/10 {
    top: 10%;
  }

  .sm-max\:top-1\/2 {
    top: 50%;
  }

  .sm-max\:-top-0 {
    top: 0px;
  }

  .sm-max\:-top-1 {
    top: -0.25rem;
  }

  .sm-max\:-top-2 {
    top: -0.5rem;
  }

  .sm-max\:-top-3 {
    top: -0.75rem;
  }

  .sm-max\:-top-4 {
    top: -1rem;
  }

  .sm-max\:-top-5 {
    top: -1.25rem;
  }

  .sm-max\:-top-6 {
    top: -1.5rem;
  }

  .sm-max\:-top-7 {
    top: -1.75rem;
  }

  .sm-max\:-top-8 {
    top: -2rem;
  }

  .sm-max\:-top-9 {
    top: -2.25rem;
  }

  .sm-max\:-top-10 {
    top: -2.5rem;
  }

  .sm-max\:-top-11 {
    top: -2.75rem;
  }

  .sm-max\:-top-12 {
    top: -3rem;
  }

  .sm-max\:-top-13 {
    top: -3.25rem;
  }

  .sm-max\:-top-14 {
    top: -3.5rem;
  }

  .sm-max\:-top-16 {
    top: -4rem;
  }

  .sm-max\:-top-19 {
    top: -4.75rem;
  }

  .sm-max\:-top-20 {
    top: -5rem;
  }

  .sm-max\:-top-24 {
    top: -6rem;
  }

  .sm-max\:-top-25 {
    top: -6.25rem;
  }

  .sm-max\:-top-28 {
    top: -7rem;
  }

  .sm-max\:-top-30 {
    top: -7.5rem;
  }

  .sm-max\:-top-32 {
    top: -8rem;
  }

  .sm-max\:-top-34 {
    top: -8.5rem;
  }

  .sm-max\:-top-36 {
    top: -9rem;
  }

  .sm-max\:-top-40 {
    top: -10rem;
  }

  .sm-max\:-top-42 {
    top: -10.5rem;
  }

  .sm-max\:-top-44 {
    top: -11rem;
  }

  .sm-max\:-top-46 {
    top: -11.5rem;
  }

  .sm-max\:-top-48 {
    top: -12rem;
  }

  .sm-max\:-top-50 {
    top: -12.5rem;
  }

  .sm-max\:-top-52 {
    top: -13rem;
  }

  .sm-max\:-top-54 {
    top: -13.5rem;
  }

  .sm-max\:-top-56 {
    top: -14rem;
  }

  .sm-max\:-top-60 {
    top: -15rem;
  }

  .sm-max\:-top-64 {
    top: -16rem;
  }

  .sm-max\:-top-68 {
    top: -17rem;
  }

  .sm-max\:-top-72 {
    top: -18rem;
  }

  .sm-max\:-top-75 {
    top: -18.75rem;
  }

  .sm-max\:-top-80 {
    top: -20rem;
  }

  .sm-max\:-top-85 {
    top: -22rem;
  }

  .sm-max\:-top-90 {
    top: -22.5rem;
  }

  .sm-max\:-top-92 {
    top: -23rem;
  }

  .sm-max\:-top-96 {
    top: -24rem;
  }

  .sm-max\:-top-100 {
    top: -25rem;
  }

  .sm-max\:-top-116 {
    top: -29rem;
  }

  .sm-max\:-top-120 {
    top: -30rem;
  }

  .sm-max\:-top-125 {
    top: -31.25rem;
  }

  .sm-max\:-top-135 {
    top: -33.75rem;
  }

  .sm-max\:-top-160 {
    top: -40rem;
  }

  .sm-max\:-top-180 {
    top: -45rem;
  }

  .sm-max\:-top-240 {
    top: -60rem;
  }

  .sm-max\:-top-285 {
    top: -71.25rem;
  }

  .sm-max\:-top-330 {
    top: -82.5rem;
  }

  .sm-max\:-top-unset {
    top: unset;
  }

  .sm-max\:-top-px {
    top: -1px;
  }

  .sm-max\:-top-0\.4 {
    top: -0.1rem;
  }

  .sm-max\:-top-0\.5 {
    top: -0.125rem;
  }

  .sm-max\:-top-0\.6 {
    top: -0.15rem;
  }

  .sm-max\:-top-0\.75 {
    top: -0.2rem;
  }

  .sm-max\:-top-1\.2 {
    top: -0.3rem;
  }

  .sm-max\:-top-1\.25 {
    top: -0.3125rem;
  }

  .sm-max\:-top-1\.4 {
    top: -0.35rem;
  }

  .sm-max\:-top-1\.5 {
    top: -0.375rem;
  }

  .sm-max\:-top-1\.6 {
    top: -0.4rem;
  }

  .sm-max\:-top-1\.75 {
    top: -0.4375rem;
  }

  .sm-max\:-top-1\.8 {
    top: -0.45rem;
  }

  .sm-max\:-top-2\.2 {
    top: -0.55rem;
  }

  .sm-max\:-top-2\.5 {
    top: -0.625rem;
  }

  .sm-max\:-top-2\.6 {
    top: -0.65rem;
  }

  .sm-max\:-top-2\.7 {
    top: -0.675rem;
  }

  .sm-max\:-top-2\.8 {
    top: -0.7rem;
  }

  .sm-max\:-top-3\.4 {
    top: -0.85rem;
  }

  .sm-max\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm-max\:-top-3\.6 {
    top: -0.9rem;
  }

  .sm-max\:-top-4\.5 {
    top: -1.125rem;
  }

  .sm-max\:-top-4\.8 {
    top: -1.2rem;
  }

  .sm-max\:-top-5\.3 {
    top: -1.3rem;
  }

  .sm-max\:-top-5\.4 {
    top: -1.35rem;
  }

  .sm-max\:-top-5\.5 {
    top: -1.375rem;
  }

  .sm-max\:-top-5\.6 {
    top: -1.4rem;
  }

  .sm-max\:-top-6\.5 {
    top: -1.625rem;
  }

  .sm-max\:-top-70\/100 {
    top: -70%;
  }

  .sm-max\:-top-31\/100 {
    top: -31%;
  }

  .sm-max\:-top-15\/100 {
    top: -15%;
  }

  .sm-max\:-top-1\/100 {
    top: -1%;
  }

  .sm-max\:-top-1\/10 {
    top: -10%;
  }

  .sm-max\:-top-1\/2 {
    top: -50%;
  }

  .sm-max\:top-1\/3 {
    top: 33.333333%;
  }

  .sm-max\:top-2\/3 {
    top: 66.666667%;
  }

  .sm-max\:top-1\/4 {
    top: 25%;
  }

  .sm-max\:top-2\/4 {
    top: 50%;
  }

  .sm-max\:top-3\/4 {
    top: 75%;
  }

  .sm-max\:top-full {
    top: 100%;
  }

  .sm-max\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm-max\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm-max\:-top-1\/4 {
    top: -25%;
  }

  .sm-max\:-top-2\/4 {
    top: -50%;
  }

  .sm-max\:-top-3\/4 {
    top: -75%;
  }

  .sm-max\:-top-full {
    top: -100%;
  }

  .sm-max\:right-0 {
    right: 0px;
  }

  .sm-max\:right-1 {
    right: 0.25rem;
  }

  .sm-max\:right-2 {
    right: 0.5rem;
  }

  .sm-max\:right-3 {
    right: 0.75rem;
  }

  .sm-max\:right-4 {
    right: 1rem;
  }

  .sm-max\:right-5 {
    right: 1.25rem;
  }

  .sm-max\:right-6 {
    right: 1.5rem;
  }

  .sm-max\:right-7 {
    right: 1.75rem;
  }

  .sm-max\:right-8 {
    right: 2rem;
  }

  .sm-max\:right-9 {
    right: 2.25rem;
  }

  .sm-max\:right-10 {
    right: 2.5rem;
  }

  .sm-max\:right-11 {
    right: 2.75rem;
  }

  .sm-max\:right-12 {
    right: 3rem;
  }

  .sm-max\:right-13 {
    right: 3.25rem;
  }

  .sm-max\:right-14 {
    right: 3.5rem;
  }

  .sm-max\:right-16 {
    right: 4rem;
  }

  .sm-max\:right-19 {
    right: 4.75rem;
  }

  .sm-max\:right-20 {
    right: 5rem;
  }

  .sm-max\:right-24 {
    right: 6rem;
  }

  .sm-max\:right-25 {
    right: 6.25rem;
  }

  .sm-max\:right-28 {
    right: 7rem;
  }

  .sm-max\:right-30 {
    right: 7.5rem;
  }

  .sm-max\:right-32 {
    right: 8rem;
  }

  .sm-max\:right-34 {
    right: 8.5rem;
  }

  .sm-max\:right-36 {
    right: 9rem;
  }

  .sm-max\:right-40 {
    right: 10rem;
  }

  .sm-max\:right-42 {
    right: 10.5rem;
  }

  .sm-max\:right-44 {
    right: 11rem;
  }

  .sm-max\:right-46 {
    right: 11.5rem;
  }

  .sm-max\:right-48 {
    right: 12rem;
  }

  .sm-max\:right-50 {
    right: 12.5rem;
  }

  .sm-max\:right-52 {
    right: 13rem;
  }

  .sm-max\:right-54 {
    right: 13.5rem;
  }

  .sm-max\:right-56 {
    right: 14rem;
  }

  .sm-max\:right-60 {
    right: 15rem;
  }

  .sm-max\:right-64 {
    right: 16rem;
  }

  .sm-max\:right-68 {
    right: 17rem;
  }

  .sm-max\:right-72 {
    right: 18rem;
  }

  .sm-max\:right-75 {
    right: 18.75rem;
  }

  .sm-max\:right-80 {
    right: 20rem;
  }

  .sm-max\:right-85 {
    right: 22rem;
  }

  .sm-max\:right-90 {
    right: 22.5rem;
  }

  .sm-max\:right-92 {
    right: 23rem;
  }

  .sm-max\:right-96 {
    right: 24rem;
  }

  .sm-max\:right-100 {
    right: 25rem;
  }

  .sm-max\:right-116 {
    right: 29rem;
  }

  .sm-max\:right-120 {
    right: 30rem;
  }

  .sm-max\:right-125 {
    right: 31.25rem;
  }

  .sm-max\:right-135 {
    right: 33.75rem;
  }

  .sm-max\:right-160 {
    right: 40rem;
  }

  .sm-max\:right-180 {
    right: 45rem;
  }

  .sm-max\:right-240 {
    right: 60rem;
  }

  .sm-max\:right-285 {
    right: 71.25rem;
  }

  .sm-max\:right-330 {
    right: 82.5rem;
  }

  .sm-max\:right-auto {
    right: auto;
  }

  .sm-max\:right-unset {
    right: unset;
  }

  .sm-max\:right-px {
    right: 1px;
  }

  .sm-max\:right-0\.4 {
    right: 0.1rem;
  }

  .sm-max\:right-0\.5 {
    right: 0.125rem;
  }

  .sm-max\:right-0\.6 {
    right: 0.15rem;
  }

  .sm-max\:right-0\.75 {
    right: 0.2rem;
  }

  .sm-max\:right-1\.2 {
    right: 0.3rem;
  }

  .sm-max\:right-1\.25 {
    right: 0.3125rem;
  }

  .sm-max\:right-1\.4 {
    right: 0.35rem;
  }

  .sm-max\:right-1\.5 {
    right: 0.375rem;
  }

  .sm-max\:right-1\.6 {
    right: 0.4rem;
  }

  .sm-max\:right-1\.75 {
    right: 0.4375rem;
  }

  .sm-max\:right-1\.8 {
    right: 0.45rem;
  }

  .sm-max\:right-2\.2 {
    right: 0.55rem;
  }

  .sm-max\:right-2\.5 {
    right: 0.625rem;
  }

  .sm-max\:right-2\.6 {
    right: 0.65rem;
  }

  .sm-max\:right-2\.7 {
    right: 0.675rem;
  }

  .sm-max\:right-2\.8 {
    right: 0.7rem;
  }

  .sm-max\:right-3\.4 {
    right: 0.85rem;
  }

  .sm-max\:right-3\.5 {
    right: 0.875rem;
  }

  .sm-max\:right-3\.6 {
    right: 0.9rem;
  }

  .sm-max\:right-4\.5 {
    right: 1.125rem;
  }

  .sm-max\:right-4\.8 {
    right: 1.2rem;
  }

  .sm-max\:right-5\.3 {
    right: 1.3rem;
  }

  .sm-max\:right-5\.4 {
    right: 1.35rem;
  }

  .sm-max\:right-5\.5 {
    right: 1.375rem;
  }

  .sm-max\:right-5\.6 {
    right: 1.4rem;
  }

  .sm-max\:right-6\.5 {
    right: 1.625rem;
  }

  .sm-max\:right-70\/100 {
    right: 70%;
  }

  .sm-max\:right-31\/100 {
    right: 31%;
  }

  .sm-max\:right-15\/100 {
    right: 15%;
  }

  .sm-max\:right-1\/100 {
    right: 1%;
  }

  .sm-max\:right-1\/10 {
    right: 10%;
  }

  .sm-max\:right-1\/2 {
    right: 50%;
  }

  .sm-max\:-right-0 {
    right: 0px;
  }

  .sm-max\:-right-1 {
    right: -0.25rem;
  }

  .sm-max\:-right-2 {
    right: -0.5rem;
  }

  .sm-max\:-right-3 {
    right: -0.75rem;
  }

  .sm-max\:-right-4 {
    right: -1rem;
  }

  .sm-max\:-right-5 {
    right: -1.25rem;
  }

  .sm-max\:-right-6 {
    right: -1.5rem;
  }

  .sm-max\:-right-7 {
    right: -1.75rem;
  }

  .sm-max\:-right-8 {
    right: -2rem;
  }

  .sm-max\:-right-9 {
    right: -2.25rem;
  }

  .sm-max\:-right-10 {
    right: -2.5rem;
  }

  .sm-max\:-right-11 {
    right: -2.75rem;
  }

  .sm-max\:-right-12 {
    right: -3rem;
  }

  .sm-max\:-right-13 {
    right: -3.25rem;
  }

  .sm-max\:-right-14 {
    right: -3.5rem;
  }

  .sm-max\:-right-16 {
    right: -4rem;
  }

  .sm-max\:-right-19 {
    right: -4.75rem;
  }

  .sm-max\:-right-20 {
    right: -5rem;
  }

  .sm-max\:-right-24 {
    right: -6rem;
  }

  .sm-max\:-right-25 {
    right: -6.25rem;
  }

  .sm-max\:-right-28 {
    right: -7rem;
  }

  .sm-max\:-right-30 {
    right: -7.5rem;
  }

  .sm-max\:-right-32 {
    right: -8rem;
  }

  .sm-max\:-right-34 {
    right: -8.5rem;
  }

  .sm-max\:-right-36 {
    right: -9rem;
  }

  .sm-max\:-right-40 {
    right: -10rem;
  }

  .sm-max\:-right-42 {
    right: -10.5rem;
  }

  .sm-max\:-right-44 {
    right: -11rem;
  }

  .sm-max\:-right-46 {
    right: -11.5rem;
  }

  .sm-max\:-right-48 {
    right: -12rem;
  }

  .sm-max\:-right-50 {
    right: -12.5rem;
  }

  .sm-max\:-right-52 {
    right: -13rem;
  }

  .sm-max\:-right-54 {
    right: -13.5rem;
  }

  .sm-max\:-right-56 {
    right: -14rem;
  }

  .sm-max\:-right-60 {
    right: -15rem;
  }

  .sm-max\:-right-64 {
    right: -16rem;
  }

  .sm-max\:-right-68 {
    right: -17rem;
  }

  .sm-max\:-right-72 {
    right: -18rem;
  }

  .sm-max\:-right-75 {
    right: -18.75rem;
  }

  .sm-max\:-right-80 {
    right: -20rem;
  }

  .sm-max\:-right-85 {
    right: -22rem;
  }

  .sm-max\:-right-90 {
    right: -22.5rem;
  }

  .sm-max\:-right-92 {
    right: -23rem;
  }

  .sm-max\:-right-96 {
    right: -24rem;
  }

  .sm-max\:-right-100 {
    right: -25rem;
  }

  .sm-max\:-right-116 {
    right: -29rem;
  }

  .sm-max\:-right-120 {
    right: -30rem;
  }

  .sm-max\:-right-125 {
    right: -31.25rem;
  }

  .sm-max\:-right-135 {
    right: -33.75rem;
  }

  .sm-max\:-right-160 {
    right: -40rem;
  }

  .sm-max\:-right-180 {
    right: -45rem;
  }

  .sm-max\:-right-240 {
    right: -60rem;
  }

  .sm-max\:-right-285 {
    right: -71.25rem;
  }

  .sm-max\:-right-330 {
    right: -82.5rem;
  }

  .sm-max\:-right-unset {
    right: unset;
  }

  .sm-max\:-right-px {
    right: -1px;
  }

  .sm-max\:-right-0\.4 {
    right: -0.1rem;
  }

  .sm-max\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm-max\:-right-0\.6 {
    right: -0.15rem;
  }

  .sm-max\:-right-0\.75 {
    right: -0.2rem;
  }

  .sm-max\:-right-1\.2 {
    right: -0.3rem;
  }

  .sm-max\:-right-1\.25 {
    right: -0.3125rem;
  }

  .sm-max\:-right-1\.4 {
    right: -0.35rem;
  }

  .sm-max\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm-max\:-right-1\.6 {
    right: -0.4rem;
  }

  .sm-max\:-right-1\.75 {
    right: -0.4375rem;
  }

  .sm-max\:-right-1\.8 {
    right: -0.45rem;
  }

  .sm-max\:-right-2\.2 {
    right: -0.55rem;
  }

  .sm-max\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm-max\:-right-2\.6 {
    right: -0.65rem;
  }

  .sm-max\:-right-2\.7 {
    right: -0.675rem;
  }

  .sm-max\:-right-2\.8 {
    right: -0.7rem;
  }

  .sm-max\:-right-3\.4 {
    right: -0.85rem;
  }

  .sm-max\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm-max\:-right-3\.6 {
    right: -0.9rem;
  }

  .sm-max\:-right-4\.5 {
    right: -1.125rem;
  }

  .sm-max\:-right-4\.8 {
    right: -1.2rem;
  }

  .sm-max\:-right-5\.3 {
    right: -1.3rem;
  }

  .sm-max\:-right-5\.4 {
    right: -1.35rem;
  }

  .sm-max\:-right-5\.5 {
    right: -1.375rem;
  }

  .sm-max\:-right-5\.6 {
    right: -1.4rem;
  }

  .sm-max\:-right-6\.5 {
    right: -1.625rem;
  }

  .sm-max\:-right-70\/100 {
    right: -70%;
  }

  .sm-max\:-right-31\/100 {
    right: -31%;
  }

  .sm-max\:-right-15\/100 {
    right: -15%;
  }

  .sm-max\:-right-1\/100 {
    right: -1%;
  }

  .sm-max\:-right-1\/10 {
    right: -10%;
  }

  .sm-max\:-right-1\/2 {
    right: -50%;
  }

  .sm-max\:right-1\/3 {
    right: 33.333333%;
  }

  .sm-max\:right-2\/3 {
    right: 66.666667%;
  }

  .sm-max\:right-1\/4 {
    right: 25%;
  }

  .sm-max\:right-2\/4 {
    right: 50%;
  }

  .sm-max\:right-3\/4 {
    right: 75%;
  }

  .sm-max\:right-full {
    right: 100%;
  }

  .sm-max\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm-max\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm-max\:-right-1\/4 {
    right: -25%;
  }

  .sm-max\:-right-2\/4 {
    right: -50%;
  }

  .sm-max\:-right-3\/4 {
    right: -75%;
  }

  .sm-max\:-right-full {
    right: -100%;
  }

  .sm-max\:bottom-0 {
    bottom: 0px;
  }

  .sm-max\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm-max\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm-max\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm-max\:bottom-4 {
    bottom: 1rem;
  }

  .sm-max\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm-max\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm-max\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm-max\:bottom-8 {
    bottom: 2rem;
  }

  .sm-max\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm-max\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm-max\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm-max\:bottom-12 {
    bottom: 3rem;
  }

  .sm-max\:bottom-13 {
    bottom: 3.25rem;
  }

  .sm-max\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm-max\:bottom-16 {
    bottom: 4rem;
  }

  .sm-max\:bottom-19 {
    bottom: 4.75rem;
  }

  .sm-max\:bottom-20 {
    bottom: 5rem;
  }

  .sm-max\:bottom-24 {
    bottom: 6rem;
  }

  .sm-max\:bottom-25 {
    bottom: 6.25rem;
  }

  .sm-max\:bottom-28 {
    bottom: 7rem;
  }

  .sm-max\:bottom-30 {
    bottom: 7.5rem;
  }

  .sm-max\:bottom-32 {
    bottom: 8rem;
  }

  .sm-max\:bottom-34 {
    bottom: 8.5rem;
  }

  .sm-max\:bottom-36 {
    bottom: 9rem;
  }

  .sm-max\:bottom-40 {
    bottom: 10rem;
  }

  .sm-max\:bottom-42 {
    bottom: 10.5rem;
  }

  .sm-max\:bottom-44 {
    bottom: 11rem;
  }

  .sm-max\:bottom-46 {
    bottom: 11.5rem;
  }

  .sm-max\:bottom-48 {
    bottom: 12rem;
  }

  .sm-max\:bottom-50 {
    bottom: 12.5rem;
  }

  .sm-max\:bottom-52 {
    bottom: 13rem;
  }

  .sm-max\:bottom-54 {
    bottom: 13.5rem;
  }

  .sm-max\:bottom-56 {
    bottom: 14rem;
  }

  .sm-max\:bottom-60 {
    bottom: 15rem;
  }

  .sm-max\:bottom-64 {
    bottom: 16rem;
  }

  .sm-max\:bottom-68 {
    bottom: 17rem;
  }

  .sm-max\:bottom-72 {
    bottom: 18rem;
  }

  .sm-max\:bottom-75 {
    bottom: 18.75rem;
  }

  .sm-max\:bottom-80 {
    bottom: 20rem;
  }

  .sm-max\:bottom-85 {
    bottom: 22rem;
  }

  .sm-max\:bottom-90 {
    bottom: 22.5rem;
  }

  .sm-max\:bottom-92 {
    bottom: 23rem;
  }

  .sm-max\:bottom-96 {
    bottom: 24rem;
  }

  .sm-max\:bottom-100 {
    bottom: 25rem;
  }

  .sm-max\:bottom-116 {
    bottom: 29rem;
  }

  .sm-max\:bottom-120 {
    bottom: 30rem;
  }

  .sm-max\:bottom-125 {
    bottom: 31.25rem;
  }

  .sm-max\:bottom-135 {
    bottom: 33.75rem;
  }

  .sm-max\:bottom-160 {
    bottom: 40rem;
  }

  .sm-max\:bottom-180 {
    bottom: 45rem;
  }

  .sm-max\:bottom-240 {
    bottom: 60rem;
  }

  .sm-max\:bottom-285 {
    bottom: 71.25rem;
  }

  .sm-max\:bottom-330 {
    bottom: 82.5rem;
  }

  .sm-max\:bottom-auto {
    bottom: auto;
  }

  .sm-max\:bottom-unset {
    bottom: unset;
  }

  .sm-max\:bottom-px {
    bottom: 1px;
  }

  .sm-max\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .sm-max\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .sm-max\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .sm-max\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .sm-max\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .sm-max\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .sm-max\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .sm-max\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .sm-max\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .sm-max\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .sm-max\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .sm-max\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .sm-max\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .sm-max\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .sm-max\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .sm-max\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .sm-max\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .sm-max\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm-max\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .sm-max\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .sm-max\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .sm-max\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .sm-max\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .sm-max\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .sm-max\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .sm-max\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .sm-max\:bottom-70\/100 {
    bottom: 70%;
  }

  .sm-max\:bottom-31\/100 {
    bottom: 31%;
  }

  .sm-max\:bottom-15\/100 {
    bottom: 15%;
  }

  .sm-max\:bottom-1\/100 {
    bottom: 1%;
  }

  .sm-max\:bottom-1\/10 {
    bottom: 10%;
  }

  .sm-max\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm-max\:-bottom-0 {
    bottom: 0px;
  }

  .sm-max\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm-max\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm-max\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm-max\:-bottom-4 {
    bottom: -1rem;
  }

  .sm-max\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm-max\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm-max\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm-max\:-bottom-8 {
    bottom: -2rem;
  }

  .sm-max\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm-max\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm-max\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm-max\:-bottom-12 {
    bottom: -3rem;
  }

  .sm-max\:-bottom-13 {
    bottom: -3.25rem;
  }

  .sm-max\:-bottom-14 {
    bottom: -3.5rem;
  }

  .sm-max\:-bottom-16 {
    bottom: -4rem;
  }

  .sm-max\:-bottom-19 {
    bottom: -4.75rem;
  }

  .sm-max\:-bottom-20 {
    bottom: -5rem;
  }

  .sm-max\:-bottom-24 {
    bottom: -6rem;
  }

  .sm-max\:-bottom-25 {
    bottom: -6.25rem;
  }

  .sm-max\:-bottom-28 {
    bottom: -7rem;
  }

  .sm-max\:-bottom-30 {
    bottom: -7.5rem;
  }

  .sm-max\:-bottom-32 {
    bottom: -8rem;
  }

  .sm-max\:-bottom-34 {
    bottom: -8.5rem;
  }

  .sm-max\:-bottom-36 {
    bottom: -9rem;
  }

  .sm-max\:-bottom-40 {
    bottom: -10rem;
  }

  .sm-max\:-bottom-42 {
    bottom: -10.5rem;
  }

  .sm-max\:-bottom-44 {
    bottom: -11rem;
  }

  .sm-max\:-bottom-46 {
    bottom: -11.5rem;
  }

  .sm-max\:-bottom-48 {
    bottom: -12rem;
  }

  .sm-max\:-bottom-50 {
    bottom: -12.5rem;
  }

  .sm-max\:-bottom-52 {
    bottom: -13rem;
  }

  .sm-max\:-bottom-54 {
    bottom: -13.5rem;
  }

  .sm-max\:-bottom-56 {
    bottom: -14rem;
  }

  .sm-max\:-bottom-60 {
    bottom: -15rem;
  }

  .sm-max\:-bottom-64 {
    bottom: -16rem;
  }

  .sm-max\:-bottom-68 {
    bottom: -17rem;
  }

  .sm-max\:-bottom-72 {
    bottom: -18rem;
  }

  .sm-max\:-bottom-75 {
    bottom: -18.75rem;
  }

  .sm-max\:-bottom-80 {
    bottom: -20rem;
  }

  .sm-max\:-bottom-85 {
    bottom: -22rem;
  }

  .sm-max\:-bottom-90 {
    bottom: -22.5rem;
  }

  .sm-max\:-bottom-92 {
    bottom: -23rem;
  }

  .sm-max\:-bottom-96 {
    bottom: -24rem;
  }

  .sm-max\:-bottom-100 {
    bottom: -25rem;
  }

  .sm-max\:-bottom-116 {
    bottom: -29rem;
  }

  .sm-max\:-bottom-120 {
    bottom: -30rem;
  }

  .sm-max\:-bottom-125 {
    bottom: -31.25rem;
  }

  .sm-max\:-bottom-135 {
    bottom: -33.75rem;
  }

  .sm-max\:-bottom-160 {
    bottom: -40rem;
  }

  .sm-max\:-bottom-180 {
    bottom: -45rem;
  }

  .sm-max\:-bottom-240 {
    bottom: -60rem;
  }

  .sm-max\:-bottom-285 {
    bottom: -71.25rem;
  }

  .sm-max\:-bottom-330 {
    bottom: -82.5rem;
  }

  .sm-max\:-bottom-unset {
    bottom: unset;
  }

  .sm-max\:-bottom-px {
    bottom: -1px;
  }

  .sm-max\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .sm-max\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .sm-max\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .sm-max\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .sm-max\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .sm-max\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .sm-max\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .sm-max\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .sm-max\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .sm-max\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .sm-max\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .sm-max\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .sm-max\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .sm-max\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .sm-max\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .sm-max\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .sm-max\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .sm-max\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm-max\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .sm-max\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .sm-max\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .sm-max\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .sm-max\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .sm-max\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .sm-max\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .sm-max\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .sm-max\:-bottom-70\/100 {
    bottom: -70%;
  }

  .sm-max\:-bottom-31\/100 {
    bottom: -31%;
  }

  .sm-max\:-bottom-15\/100 {
    bottom: -15%;
  }

  .sm-max\:-bottom-1\/100 {
    bottom: -1%;
  }

  .sm-max\:-bottom-1\/10 {
    bottom: -10%;
  }

  .sm-max\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm-max\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm-max\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm-max\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm-max\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm-max\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm-max\:bottom-full {
    bottom: 100%;
  }

  .sm-max\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm-max\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm-max\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm-max\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm-max\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm-max\:-bottom-full {
    bottom: -100%;
  }

  .sm-max\:left-0 {
    left: 0px;
  }

  .sm-max\:left-1 {
    left: 0.25rem;
  }

  .sm-max\:left-2 {
    left: 0.5rem;
  }

  .sm-max\:left-3 {
    left: 0.75rem;
  }

  .sm-max\:left-4 {
    left: 1rem;
  }

  .sm-max\:left-5 {
    left: 1.25rem;
  }

  .sm-max\:left-6 {
    left: 1.5rem;
  }

  .sm-max\:left-7 {
    left: 1.75rem;
  }

  .sm-max\:left-8 {
    left: 2rem;
  }

  .sm-max\:left-9 {
    left: 2.25rem;
  }

  .sm-max\:left-10 {
    left: 2.5rem;
  }

  .sm-max\:left-11 {
    left: 2.75rem;
  }

  .sm-max\:left-12 {
    left: 3rem;
  }

  .sm-max\:left-13 {
    left: 3.25rem;
  }

  .sm-max\:left-14 {
    left: 3.5rem;
  }

  .sm-max\:left-16 {
    left: 4rem;
  }

  .sm-max\:left-19 {
    left: 4.75rem;
  }

  .sm-max\:left-20 {
    left: 5rem;
  }

  .sm-max\:left-24 {
    left: 6rem;
  }

  .sm-max\:left-25 {
    left: 6.25rem;
  }

  .sm-max\:left-28 {
    left: 7rem;
  }

  .sm-max\:left-30 {
    left: 7.5rem;
  }

  .sm-max\:left-32 {
    left: 8rem;
  }

  .sm-max\:left-34 {
    left: 8.5rem;
  }

  .sm-max\:left-36 {
    left: 9rem;
  }

  .sm-max\:left-40 {
    left: 10rem;
  }

  .sm-max\:left-42 {
    left: 10.5rem;
  }

  .sm-max\:left-44 {
    left: 11rem;
  }

  .sm-max\:left-46 {
    left: 11.5rem;
  }

  .sm-max\:left-48 {
    left: 12rem;
  }

  .sm-max\:left-50 {
    left: 12.5rem;
  }

  .sm-max\:left-52 {
    left: 13rem;
  }

  .sm-max\:left-54 {
    left: 13.5rem;
  }

  .sm-max\:left-56 {
    left: 14rem;
  }

  .sm-max\:left-60 {
    left: 15rem;
  }

  .sm-max\:left-64 {
    left: 16rem;
  }

  .sm-max\:left-68 {
    left: 17rem;
  }

  .sm-max\:left-72 {
    left: 18rem;
  }

  .sm-max\:left-75 {
    left: 18.75rem;
  }

  .sm-max\:left-80 {
    left: 20rem;
  }

  .sm-max\:left-85 {
    left: 22rem;
  }

  .sm-max\:left-90 {
    left: 22.5rem;
  }

  .sm-max\:left-92 {
    left: 23rem;
  }

  .sm-max\:left-96 {
    left: 24rem;
  }

  .sm-max\:left-100 {
    left: 25rem;
  }

  .sm-max\:left-116 {
    left: 29rem;
  }

  .sm-max\:left-120 {
    left: 30rem;
  }

  .sm-max\:left-125 {
    left: 31.25rem;
  }

  .sm-max\:left-135 {
    left: 33.75rem;
  }

  .sm-max\:left-160 {
    left: 40rem;
  }

  .sm-max\:left-180 {
    left: 45rem;
  }

  .sm-max\:left-240 {
    left: 60rem;
  }

  .sm-max\:left-285 {
    left: 71.25rem;
  }

  .sm-max\:left-330 {
    left: 82.5rem;
  }

  .sm-max\:left-auto {
    left: auto;
  }

  .sm-max\:left-unset {
    left: unset;
  }

  .sm-max\:left-px {
    left: 1px;
  }

  .sm-max\:left-0\.4 {
    left: 0.1rem;
  }

  .sm-max\:left-0\.5 {
    left: 0.125rem;
  }

  .sm-max\:left-0\.6 {
    left: 0.15rem;
  }

  .sm-max\:left-0\.75 {
    left: 0.2rem;
  }

  .sm-max\:left-1\.2 {
    left: 0.3rem;
  }

  .sm-max\:left-1\.25 {
    left: 0.3125rem;
  }

  .sm-max\:left-1\.4 {
    left: 0.35rem;
  }

  .sm-max\:left-1\.5 {
    left: 0.375rem;
  }

  .sm-max\:left-1\.6 {
    left: 0.4rem;
  }

  .sm-max\:left-1\.75 {
    left: 0.4375rem;
  }

  .sm-max\:left-1\.8 {
    left: 0.45rem;
  }

  .sm-max\:left-2\.2 {
    left: 0.55rem;
  }

  .sm-max\:left-2\.5 {
    left: 0.625rem;
  }

  .sm-max\:left-2\.6 {
    left: 0.65rem;
  }

  .sm-max\:left-2\.7 {
    left: 0.675rem;
  }

  .sm-max\:left-2\.8 {
    left: 0.7rem;
  }

  .sm-max\:left-3\.4 {
    left: 0.85rem;
  }

  .sm-max\:left-3\.5 {
    left: 0.875rem;
  }

  .sm-max\:left-3\.6 {
    left: 0.9rem;
  }

  .sm-max\:left-4\.5 {
    left: 1.125rem;
  }

  .sm-max\:left-4\.8 {
    left: 1.2rem;
  }

  .sm-max\:left-5\.3 {
    left: 1.3rem;
  }

  .sm-max\:left-5\.4 {
    left: 1.35rem;
  }

  .sm-max\:left-5\.5 {
    left: 1.375rem;
  }

  .sm-max\:left-5\.6 {
    left: 1.4rem;
  }

  .sm-max\:left-6\.5 {
    left: 1.625rem;
  }

  .sm-max\:left-70\/100 {
    left: 70%;
  }

  .sm-max\:left-31\/100 {
    left: 31%;
  }

  .sm-max\:left-15\/100 {
    left: 15%;
  }

  .sm-max\:left-1\/100 {
    left: 1%;
  }

  .sm-max\:left-1\/10 {
    left: 10%;
  }

  .sm-max\:left-1\/2 {
    left: 50%;
  }

  .sm-max\:-left-0 {
    left: 0px;
  }

  .sm-max\:-left-1 {
    left: -0.25rem;
  }

  .sm-max\:-left-2 {
    left: -0.5rem;
  }

  .sm-max\:-left-3 {
    left: -0.75rem;
  }

  .sm-max\:-left-4 {
    left: -1rem;
  }

  .sm-max\:-left-5 {
    left: -1.25rem;
  }

  .sm-max\:-left-6 {
    left: -1.5rem;
  }

  .sm-max\:-left-7 {
    left: -1.75rem;
  }

  .sm-max\:-left-8 {
    left: -2rem;
  }

  .sm-max\:-left-9 {
    left: -2.25rem;
  }

  .sm-max\:-left-10 {
    left: -2.5rem;
  }

  .sm-max\:-left-11 {
    left: -2.75rem;
  }

  .sm-max\:-left-12 {
    left: -3rem;
  }

  .sm-max\:-left-13 {
    left: -3.25rem;
  }

  .sm-max\:-left-14 {
    left: -3.5rem;
  }

  .sm-max\:-left-16 {
    left: -4rem;
  }

  .sm-max\:-left-19 {
    left: -4.75rem;
  }

  .sm-max\:-left-20 {
    left: -5rem;
  }

  .sm-max\:-left-24 {
    left: -6rem;
  }

  .sm-max\:-left-25 {
    left: -6.25rem;
  }

  .sm-max\:-left-28 {
    left: -7rem;
  }

  .sm-max\:-left-30 {
    left: -7.5rem;
  }

  .sm-max\:-left-32 {
    left: -8rem;
  }

  .sm-max\:-left-34 {
    left: -8.5rem;
  }

  .sm-max\:-left-36 {
    left: -9rem;
  }

  .sm-max\:-left-40 {
    left: -10rem;
  }

  .sm-max\:-left-42 {
    left: -10.5rem;
  }

  .sm-max\:-left-44 {
    left: -11rem;
  }

  .sm-max\:-left-46 {
    left: -11.5rem;
  }

  .sm-max\:-left-48 {
    left: -12rem;
  }

  .sm-max\:-left-50 {
    left: -12.5rem;
  }

  .sm-max\:-left-52 {
    left: -13rem;
  }

  .sm-max\:-left-54 {
    left: -13.5rem;
  }

  .sm-max\:-left-56 {
    left: -14rem;
  }

  .sm-max\:-left-60 {
    left: -15rem;
  }

  .sm-max\:-left-64 {
    left: -16rem;
  }

  .sm-max\:-left-68 {
    left: -17rem;
  }

  .sm-max\:-left-72 {
    left: -18rem;
  }

  .sm-max\:-left-75 {
    left: -18.75rem;
  }

  .sm-max\:-left-80 {
    left: -20rem;
  }

  .sm-max\:-left-85 {
    left: -22rem;
  }

  .sm-max\:-left-90 {
    left: -22.5rem;
  }

  .sm-max\:-left-92 {
    left: -23rem;
  }

  .sm-max\:-left-96 {
    left: -24rem;
  }

  .sm-max\:-left-100 {
    left: -25rem;
  }

  .sm-max\:-left-116 {
    left: -29rem;
  }

  .sm-max\:-left-120 {
    left: -30rem;
  }

  .sm-max\:-left-125 {
    left: -31.25rem;
  }

  .sm-max\:-left-135 {
    left: -33.75rem;
  }

  .sm-max\:-left-160 {
    left: -40rem;
  }

  .sm-max\:-left-180 {
    left: -45rem;
  }

  .sm-max\:-left-240 {
    left: -60rem;
  }

  .sm-max\:-left-285 {
    left: -71.25rem;
  }

  .sm-max\:-left-330 {
    left: -82.5rem;
  }

  .sm-max\:-left-unset {
    left: unset;
  }

  .sm-max\:-left-px {
    left: -1px;
  }

  .sm-max\:-left-0\.4 {
    left: -0.1rem;
  }

  .sm-max\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm-max\:-left-0\.6 {
    left: -0.15rem;
  }

  .sm-max\:-left-0\.75 {
    left: -0.2rem;
  }

  .sm-max\:-left-1\.2 {
    left: -0.3rem;
  }

  .sm-max\:-left-1\.25 {
    left: -0.3125rem;
  }

  .sm-max\:-left-1\.4 {
    left: -0.35rem;
  }

  .sm-max\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm-max\:-left-1\.6 {
    left: -0.4rem;
  }

  .sm-max\:-left-1\.75 {
    left: -0.4375rem;
  }

  .sm-max\:-left-1\.8 {
    left: -0.45rem;
  }

  .sm-max\:-left-2\.2 {
    left: -0.55rem;
  }

  .sm-max\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm-max\:-left-2\.6 {
    left: -0.65rem;
  }

  .sm-max\:-left-2\.7 {
    left: -0.675rem;
  }

  .sm-max\:-left-2\.8 {
    left: -0.7rem;
  }

  .sm-max\:-left-3\.4 {
    left: -0.85rem;
  }

  .sm-max\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm-max\:-left-3\.6 {
    left: -0.9rem;
  }

  .sm-max\:-left-4\.5 {
    left: -1.125rem;
  }

  .sm-max\:-left-4\.8 {
    left: -1.2rem;
  }

  .sm-max\:-left-5\.3 {
    left: -1.3rem;
  }

  .sm-max\:-left-5\.4 {
    left: -1.35rem;
  }

  .sm-max\:-left-5\.5 {
    left: -1.375rem;
  }

  .sm-max\:-left-5\.6 {
    left: -1.4rem;
  }

  .sm-max\:-left-6\.5 {
    left: -1.625rem;
  }

  .sm-max\:-left-70\/100 {
    left: -70%;
  }

  .sm-max\:-left-31\/100 {
    left: -31%;
  }

  .sm-max\:-left-15\/100 {
    left: -15%;
  }

  .sm-max\:-left-1\/100 {
    left: -1%;
  }

  .sm-max\:-left-1\/10 {
    left: -10%;
  }

  .sm-max\:-left-1\/2 {
    left: -50%;
  }

  .sm-max\:left-1\/3 {
    left: 33.333333%;
  }

  .sm-max\:left-2\/3 {
    left: 66.666667%;
  }

  .sm-max\:left-1\/4 {
    left: 25%;
  }

  .sm-max\:left-2\/4 {
    left: 50%;
  }

  .sm-max\:left-3\/4 {
    left: 75%;
  }

  .sm-max\:left-full {
    left: 100%;
  }

  .sm-max\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm-max\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm-max\:-left-1\/4 {
    left: -25%;
  }

  .sm-max\:-left-2\/4 {
    left: -50%;
  }

  .sm-max\:-left-3\/4 {
    left: -75%;
  }

  .sm-max\:-left-full {
    left: -100%;
  }

  .sm-max\:isolate {
    isolation: isolate;
  }

  .sm-max\:isolation-auto {
    isolation: auto;
  }

  .sm-max\:z-0 {
    z-index: 0;
  }

  .sm-max\:z-10 {
    z-index: 10;
  }

  .sm-max\:z-20 {
    z-index: 20;
  }

  .sm-max\:z-30 {
    z-index: 30;
  }

  .sm-max\:z-40 {
    z-index: 40;
  }

  .sm-max\:z-50 {
    z-index: 50;
  }

  .sm-max\:z-auto {
    z-index: auto;
  }

  .sm-max\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm-max\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm-max\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm-max\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm-max\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm-max\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm-max\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm-max\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm-max\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm-max\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm-max\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm-max\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm-max\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm-max\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm-max\:order-1 {
    order: 1;
  }

  .sm-max\:order-2 {
    order: 2;
  }

  .sm-max\:order-3 {
    order: 3;
  }

  .sm-max\:order-4 {
    order: 4;
  }

  .sm-max\:order-5 {
    order: 5;
  }

  .sm-max\:order-6 {
    order: 6;
  }

  .sm-max\:order-7 {
    order: 7;
  }

  .sm-max\:order-8 {
    order: 8;
  }

  .sm-max\:order-9 {
    order: 9;
  }

  .sm-max\:order-10 {
    order: 10;
  }

  .sm-max\:order-11 {
    order: 11;
  }

  .sm-max\:order-12 {
    order: 12;
  }

  .sm-max\:order-first {
    order: -9999;
  }

  .sm-max\:order-last {
    order: 9999;
  }

  .sm-max\:order-none {
    order: 0;
  }

  .sm-max\:col-auto {
    grid-column: auto;
  }

  .sm-max\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm-max\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm-max\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm-max\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm-max\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm-max\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm-max\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm-max\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm-max\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm-max\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm-max\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm-max\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm-max\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm-max\:col-start-1 {
    grid-column-start: 1;
  }

  .sm-max\:col-start-2 {
    grid-column-start: 2;
  }

  .sm-max\:col-start-3 {
    grid-column-start: 3;
  }

  .sm-max\:col-start-4 {
    grid-column-start: 4;
  }

  .sm-max\:col-start-5 {
    grid-column-start: 5;
  }

  .sm-max\:col-start-6 {
    grid-column-start: 6;
  }

  .sm-max\:col-start-7 {
    grid-column-start: 7;
  }

  .sm-max\:col-start-8 {
    grid-column-start: 8;
  }

  .sm-max\:col-start-9 {
    grid-column-start: 9;
  }

  .sm-max\:col-start-10 {
    grid-column-start: 10;
  }

  .sm-max\:col-start-11 {
    grid-column-start: 11;
  }

  .sm-max\:col-start-12 {
    grid-column-start: 12;
  }

  .sm-max\:col-start-13 {
    grid-column-start: 13;
  }

  .sm-max\:col-start-auto {
    grid-column-start: auto;
  }

  .sm-max\:col-end-1 {
    grid-column-end: 1;
  }

  .sm-max\:col-end-2 {
    grid-column-end: 2;
  }

  .sm-max\:col-end-3 {
    grid-column-end: 3;
  }

  .sm-max\:col-end-4 {
    grid-column-end: 4;
  }

  .sm-max\:col-end-5 {
    grid-column-end: 5;
  }

  .sm-max\:col-end-6 {
    grid-column-end: 6;
  }

  .sm-max\:col-end-7 {
    grid-column-end: 7;
  }

  .sm-max\:col-end-8 {
    grid-column-end: 8;
  }

  .sm-max\:col-end-9 {
    grid-column-end: 9;
  }

  .sm-max\:col-end-10 {
    grid-column-end: 10;
  }

  .sm-max\:col-end-11 {
    grid-column-end: 11;
  }

  .sm-max\:col-end-12 {
    grid-column-end: 12;
  }

  .sm-max\:col-end-13 {
    grid-column-end: 13;
  }

  .sm-max\:col-end-auto {
    grid-column-end: auto;
  }

  .sm-max\:row-auto {
    grid-row: auto;
  }

  .sm-max\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm-max\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm-max\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm-max\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm-max\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm-max\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm-max\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm-max\:row-start-1 {
    grid-row-start: 1;
  }

  .sm-max\:row-start-2 {
    grid-row-start: 2;
  }

  .sm-max\:row-start-3 {
    grid-row-start: 3;
  }

  .sm-max\:row-start-4 {
    grid-row-start: 4;
  }

  .sm-max\:row-start-5 {
    grid-row-start: 5;
  }

  .sm-max\:row-start-6 {
    grid-row-start: 6;
  }

  .sm-max\:row-start-7 {
    grid-row-start: 7;
  }

  .sm-max\:row-start-auto {
    grid-row-start: auto;
  }

  .sm-max\:row-end-1 {
    grid-row-end: 1;
  }

  .sm-max\:row-end-2 {
    grid-row-end: 2;
  }

  .sm-max\:row-end-3 {
    grid-row-end: 3;
  }

  .sm-max\:row-end-4 {
    grid-row-end: 4;
  }

  .sm-max\:row-end-5 {
    grid-row-end: 5;
  }

  .sm-max\:row-end-6 {
    grid-row-end: 6;
  }

  .sm-max\:row-end-7 {
    grid-row-end: 7;
  }

  .sm-max\:row-end-auto {
    grid-row-end: auto;
  }

  .sm-max\:float-right {
    float: right;
  }

  .sm-max\:float-left {
    float: left;
  }

  .sm-max\:float-none {
    float: none;
  }

  .sm-max\:clear-left {
    clear: left;
  }

  .sm-max\:clear-right {
    clear: right;
  }

  .sm-max\:clear-both {
    clear: both;
  }

  .sm-max\:clear-none {
    clear: none;
  }

  .sm-max\:m-0 {
    margin: 0px;
  }

  .sm-max\:m-1 {
    margin: 0.25rem;
  }

  .sm-max\:m-2 {
    margin: 0.5rem;
  }

  .sm-max\:m-3 {
    margin: 0.75rem;
  }

  .sm-max\:m-4 {
    margin: 1rem;
  }

  .sm-max\:m-5 {
    margin: 1.25rem;
  }

  .sm-max\:m-6 {
    margin: 1.5rem;
  }

  .sm-max\:m-7 {
    margin: 1.75rem;
  }

  .sm-max\:m-8 {
    margin: 2rem;
  }

  .sm-max\:m-9 {
    margin: 2.25rem;
  }

  .sm-max\:m-10 {
    margin: 2.5rem;
  }

  .sm-max\:m-11 {
    margin: 2.75rem;
  }

  .sm-max\:m-12 {
    margin: 3rem;
  }

  .sm-max\:m-13 {
    margin: 3.25rem;
  }

  .sm-max\:m-14 {
    margin: 3.5rem;
  }

  .sm-max\:m-16 {
    margin: 4rem;
  }

  .sm-max\:m-19 {
    margin: 4.75rem;
  }

  .sm-max\:m-20 {
    margin: 5rem;
  }

  .sm-max\:m-24 {
    margin: 6rem;
  }

  .sm-max\:m-25 {
    margin: 6.25rem;
  }

  .sm-max\:m-28 {
    margin: 7rem;
  }

  .sm-max\:m-30 {
    margin: 7.5rem;
  }

  .sm-max\:m-32 {
    margin: 8rem;
  }

  .sm-max\:m-34 {
    margin: 8.5rem;
  }

  .sm-max\:m-36 {
    margin: 9rem;
  }

  .sm-max\:m-40 {
    margin: 10rem;
  }

  .sm-max\:m-42 {
    margin: 10.5rem;
  }

  .sm-max\:m-44 {
    margin: 11rem;
  }

  .sm-max\:m-46 {
    margin: 11.5rem;
  }

  .sm-max\:m-48 {
    margin: 12rem;
  }

  .sm-max\:m-50 {
    margin: 12.5rem;
  }

  .sm-max\:m-52 {
    margin: 13rem;
  }

  .sm-max\:m-54 {
    margin: 13.5rem;
  }

  .sm-max\:m-56 {
    margin: 14rem;
  }

  .sm-max\:m-60 {
    margin: 15rem;
  }

  .sm-max\:m-64 {
    margin: 16rem;
  }

  .sm-max\:m-68 {
    margin: 17rem;
  }

  .sm-max\:m-72 {
    margin: 18rem;
  }

  .sm-max\:m-75 {
    margin: 18.75rem;
  }

  .sm-max\:m-80 {
    margin: 20rem;
  }

  .sm-max\:m-85 {
    margin: 22rem;
  }

  .sm-max\:m-90 {
    margin: 22.5rem;
  }

  .sm-max\:m-92 {
    margin: 23rem;
  }

  .sm-max\:m-96 {
    margin: 24rem;
  }

  .sm-max\:m-100 {
    margin: 25rem;
  }

  .sm-max\:m-116 {
    margin: 29rem;
  }

  .sm-max\:m-120 {
    margin: 30rem;
  }

  .sm-max\:m-125 {
    margin: 31.25rem;
  }

  .sm-max\:m-135 {
    margin: 33.75rem;
  }

  .sm-max\:m-160 {
    margin: 40rem;
  }

  .sm-max\:m-180 {
    margin: 45rem;
  }

  .sm-max\:m-240 {
    margin: 60rem;
  }

  .sm-max\:m-285 {
    margin: 71.25rem;
  }

  .sm-max\:m-330 {
    margin: 82.5rem;
  }

  .sm-max\:m-auto {
    margin: auto;
  }

  .sm-max\:m-unset {
    margin: unset;
  }

  .sm-max\:m-px {
    margin: 1px;
  }

  .sm-max\:m-0\.4 {
    margin: 0.1rem;
  }

  .sm-max\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm-max\:m-0\.6 {
    margin: 0.15rem;
  }

  .sm-max\:m-0\.75 {
    margin: 0.2rem;
  }

  .sm-max\:m-1\.2 {
    margin: 0.3rem;
  }

  .sm-max\:m-1\.25 {
    margin: 0.3125rem;
  }

  .sm-max\:m-1\.4 {
    margin: 0.35rem;
  }

  .sm-max\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm-max\:m-1\.6 {
    margin: 0.4rem;
  }

  .sm-max\:m-1\.75 {
    margin: 0.4375rem;
  }

  .sm-max\:m-1\.8 {
    margin: 0.45rem;
  }

  .sm-max\:m-2\.2 {
    margin: 0.55rem;
  }

  .sm-max\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm-max\:m-2\.6 {
    margin: 0.65rem;
  }

  .sm-max\:m-2\.7 {
    margin: 0.675rem;
  }

  .sm-max\:m-2\.8 {
    margin: 0.7rem;
  }

  .sm-max\:m-3\.4 {
    margin: 0.85rem;
  }

  .sm-max\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm-max\:m-3\.6 {
    margin: 0.9rem;
  }

  .sm-max\:m-4\.5 {
    margin: 1.125rem;
  }

  .sm-max\:m-4\.8 {
    margin: 1.2rem;
  }

  .sm-max\:m-5\.3 {
    margin: 1.3rem;
  }

  .sm-max\:m-5\.4 {
    margin: 1.35rem;
  }

  .sm-max\:m-5\.5 {
    margin: 1.375rem;
  }

  .sm-max\:m-5\.6 {
    margin: 1.4rem;
  }

  .sm-max\:m-6\.5 {
    margin: 1.625rem;
  }

  .sm-max\:m-70\/100 {
    margin: 70%;
  }

  .sm-max\:m-31\/100 {
    margin: 31%;
  }

  .sm-max\:m-15\/100 {
    margin: 15%;
  }

  .sm-max\:m-1\/100 {
    margin: 1%;
  }

  .sm-max\:m-1\/10 {
    margin: 10%;
  }

  .sm-max\:m-1\/2 {
    margin: 50%;
  }

  .sm-max\:-m-0 {
    margin: 0px;
  }

  .sm-max\:-m-1 {
    margin: -0.25rem;
  }

  .sm-max\:-m-2 {
    margin: -0.5rem;
  }

  .sm-max\:-m-3 {
    margin: -0.75rem;
  }

  .sm-max\:-m-4 {
    margin: -1rem;
  }

  .sm-max\:-m-5 {
    margin: -1.25rem;
  }

  .sm-max\:-m-6 {
    margin: -1.5rem;
  }

  .sm-max\:-m-7 {
    margin: -1.75rem;
  }

  .sm-max\:-m-8 {
    margin: -2rem;
  }

  .sm-max\:-m-9 {
    margin: -2.25rem;
  }

  .sm-max\:-m-10 {
    margin: -2.5rem;
  }

  .sm-max\:-m-11 {
    margin: -2.75rem;
  }

  .sm-max\:-m-12 {
    margin: -3rem;
  }

  .sm-max\:-m-13 {
    margin: -3.25rem;
  }

  .sm-max\:-m-14 {
    margin: -3.5rem;
  }

  .sm-max\:-m-16 {
    margin: -4rem;
  }

  .sm-max\:-m-19 {
    margin: -4.75rem;
  }

  .sm-max\:-m-20 {
    margin: -5rem;
  }

  .sm-max\:-m-24 {
    margin: -6rem;
  }

  .sm-max\:-m-25 {
    margin: -6.25rem;
  }

  .sm-max\:-m-28 {
    margin: -7rem;
  }

  .sm-max\:-m-30 {
    margin: -7.5rem;
  }

  .sm-max\:-m-32 {
    margin: -8rem;
  }

  .sm-max\:-m-34 {
    margin: -8.5rem;
  }

  .sm-max\:-m-36 {
    margin: -9rem;
  }

  .sm-max\:-m-40 {
    margin: -10rem;
  }

  .sm-max\:-m-42 {
    margin: -10.5rem;
  }

  .sm-max\:-m-44 {
    margin: -11rem;
  }

  .sm-max\:-m-46 {
    margin: -11.5rem;
  }

  .sm-max\:-m-48 {
    margin: -12rem;
  }

  .sm-max\:-m-50 {
    margin: -12.5rem;
  }

  .sm-max\:-m-52 {
    margin: -13rem;
  }

  .sm-max\:-m-54 {
    margin: -13.5rem;
  }

  .sm-max\:-m-56 {
    margin: -14rem;
  }

  .sm-max\:-m-60 {
    margin: -15rem;
  }

  .sm-max\:-m-64 {
    margin: -16rem;
  }

  .sm-max\:-m-68 {
    margin: -17rem;
  }

  .sm-max\:-m-72 {
    margin: -18rem;
  }

  .sm-max\:-m-75 {
    margin: -18.75rem;
  }

  .sm-max\:-m-80 {
    margin: -20rem;
  }

  .sm-max\:-m-85 {
    margin: -22rem;
  }

  .sm-max\:-m-90 {
    margin: -22.5rem;
  }

  .sm-max\:-m-92 {
    margin: -23rem;
  }

  .sm-max\:-m-96 {
    margin: -24rem;
  }

  .sm-max\:-m-100 {
    margin: -25rem;
  }

  .sm-max\:-m-116 {
    margin: -29rem;
  }

  .sm-max\:-m-120 {
    margin: -30rem;
  }

  .sm-max\:-m-125 {
    margin: -31.25rem;
  }

  .sm-max\:-m-135 {
    margin: -33.75rem;
  }

  .sm-max\:-m-160 {
    margin: -40rem;
  }

  .sm-max\:-m-180 {
    margin: -45rem;
  }

  .sm-max\:-m-240 {
    margin: -60rem;
  }

  .sm-max\:-m-285 {
    margin: -71.25rem;
  }

  .sm-max\:-m-330 {
    margin: -82.5rem;
  }

  .sm-max\:-m-unset {
    margin: unset;
  }

  .sm-max\:-m-px {
    margin: -1px;
  }

  .sm-max\:-m-0\.4 {
    margin: -0.1rem;
  }

  .sm-max\:-m-0\.5 {
    margin: -0.125rem;
  }

  .sm-max\:-m-0\.6 {
    margin: -0.15rem;
  }

  .sm-max\:-m-0\.75 {
    margin: -0.2rem;
  }

  .sm-max\:-m-1\.2 {
    margin: -0.3rem;
  }

  .sm-max\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .sm-max\:-m-1\.4 {
    margin: -0.35rem;
  }

  .sm-max\:-m-1\.5 {
    margin: -0.375rem;
  }

  .sm-max\:-m-1\.6 {
    margin: -0.4rem;
  }

  .sm-max\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .sm-max\:-m-1\.8 {
    margin: -0.45rem;
  }

  .sm-max\:-m-2\.2 {
    margin: -0.55rem;
  }

  .sm-max\:-m-2\.5 {
    margin: -0.625rem;
  }

  .sm-max\:-m-2\.6 {
    margin: -0.65rem;
  }

  .sm-max\:-m-2\.7 {
    margin: -0.675rem;
  }

  .sm-max\:-m-2\.8 {
    margin: -0.7rem;
  }

  .sm-max\:-m-3\.4 {
    margin: -0.85rem;
  }

  .sm-max\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm-max\:-m-3\.6 {
    margin: -0.9rem;
  }

  .sm-max\:-m-4\.5 {
    margin: -1.125rem;
  }

  .sm-max\:-m-4\.8 {
    margin: -1.2rem;
  }

  .sm-max\:-m-5\.3 {
    margin: -1.3rem;
  }

  .sm-max\:-m-5\.4 {
    margin: -1.35rem;
  }

  .sm-max\:-m-5\.5 {
    margin: -1.375rem;
  }

  .sm-max\:-m-5\.6 {
    margin: -1.4rem;
  }

  .sm-max\:-m-6\.5 {
    margin: -1.625rem;
  }

  .sm-max\:-m-70\/100 {
    margin: -70%;
  }

  .sm-max\:-m-31\/100 {
    margin: -31%;
  }

  .sm-max\:-m-15\/100 {
    margin: -15%;
  }

  .sm-max\:-m-1\/100 {
    margin: -1%;
  }

  .sm-max\:-m-1\/10 {
    margin: -10%;
  }

  .sm-max\:-m-1\/2 {
    margin: -50%;
  }

  .sm-max\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-max\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm-max\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-max\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm-max\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm-max\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm-max\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-max\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm-max\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm-max\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm-max\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm-max\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm-max\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm-max\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-max\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm-max\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm-max\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm-max\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm-max\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm-max\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sm-max\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm-max\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm-max\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm-max\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm-max\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .sm-max\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm-max\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .sm-max\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm-max\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm-max\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm-max\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .sm-max\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm-max\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm-max\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm-max\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .sm-max\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm-max\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .sm-max\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm-max\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sm-max\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .sm-max\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .sm-max\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm-max\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .sm-max\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .sm-max\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm-max\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .sm-max\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .sm-max\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .sm-max\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .sm-max\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .sm-max\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .sm-max\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .sm-max\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-max\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .sm-max\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-max\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .sm-max\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm-max\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .sm-max\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .sm-max\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .sm-max\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .sm-max\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .sm-max\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm-max\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .sm-max\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .sm-max\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .sm-max\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .sm-max\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm-max\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .sm-max\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .sm-max\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .sm-max\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .sm-max\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm-max\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .sm-max\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sm-max\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .sm-max\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .sm-max\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .sm-max\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .sm-max\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .sm-max\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .sm-max\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .sm-max\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .sm-max\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .sm-max\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm-max\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm-max\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm-max\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm-max\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-max\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm-max\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-max\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm-max\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm-max\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm-max\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-max\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm-max\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm-max\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm-max\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm-max\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm-max\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm-max\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-max\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm-max\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm-max\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm-max\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm-max\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm-max\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .sm-max\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm-max\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm-max\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm-max\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm-max\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .sm-max\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm-max\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .sm-max\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm-max\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm-max\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm-max\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .sm-max\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm-max\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm-max\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm-max\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .sm-max\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm-max\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .sm-max\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm-max\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sm-max\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .sm-max\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .sm-max\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm-max\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .sm-max\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .sm-max\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm-max\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .sm-max\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .sm-max\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .sm-max\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .sm-max\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .sm-max\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .sm-max\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .sm-max\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .sm-max\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-max\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .sm-max\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm-max\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .sm-max\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .sm-max\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .sm-max\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .sm-max\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .sm-max\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm-max\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .sm-max\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .sm-max\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .sm-max\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .sm-max\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm-max\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .sm-max\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .sm-max\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .sm-max\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .sm-max\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm-max\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .sm-max\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .sm-max\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .sm-max\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .sm-max\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .sm-max\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .sm-max\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .sm-max\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .sm-max\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .sm-max\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .sm-max\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .sm-max\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm-max\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm-max\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm-max\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-max\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-max\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm-max\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-max\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm-max\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm-max\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm-max\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-max\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm-max\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm-max\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm-max\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm-max\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm-max\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm-max\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-max\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm-max\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm-max\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm-max\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm-max\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm-max\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm-max\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm-max\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm-max\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm-max\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm-max\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .sm-max\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm-max\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .sm-max\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm-max\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm-max\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm-max\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .sm-max\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm-max\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm-max\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm-max\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .sm-max\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm-max\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .sm-max\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm-max\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sm-max\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .sm-max\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .sm-max\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm-max\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .sm-max\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .sm-max\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm-max\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .sm-max\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .sm-max\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .sm-max\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .sm-max\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .sm-max\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .sm-max\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .sm-max\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-max\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .sm-max\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-max\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .sm-max\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm-max\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .sm-max\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .sm-max\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .sm-max\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sm-max\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .sm-max\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm-max\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .sm-max\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .sm-max\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .sm-max\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .sm-max\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm-max\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .sm-max\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .sm-max\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .sm-max\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .sm-max\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm-max\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .sm-max\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sm-max\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .sm-max\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .sm-max\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .sm-max\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .sm-max\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .sm-max\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .sm-max\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .sm-max\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .sm-max\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .sm-max\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm-max\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm-max\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm-max\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm-max\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-max\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-max\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm-max\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm-max\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm-max\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm-max\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm-max\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm-max\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm-max\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm-max\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm-max\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm-max\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm-max\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm-max\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm-max\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm-max\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm-max\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm-max\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm-max\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm-max\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm-max\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm-max\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm-max\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm-max\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm-max\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .sm-max\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm-max\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .sm-max\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm-max\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm-max\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm-max\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .sm-max\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm-max\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm-max\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm-max\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .sm-max\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm-max\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .sm-max\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm-max\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sm-max\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .sm-max\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .sm-max\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm-max\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .sm-max\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .sm-max\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm-max\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .sm-max\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .sm-max\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .sm-max\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .sm-max\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .sm-max\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .sm-max\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .sm-max\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .sm-max\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-max\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .sm-max\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm-max\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .sm-max\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .sm-max\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .sm-max\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .sm-max\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .sm-max\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm-max\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .sm-max\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .sm-max\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .sm-max\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .sm-max\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm-max\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .sm-max\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .sm-max\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .sm-max\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .sm-max\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm-max\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .sm-max\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .sm-max\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .sm-max\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .sm-max\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .sm-max\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .sm-max\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .sm-max\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .sm-max\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .sm-max\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .sm-max\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .sm-max\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm-max\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm-max\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm-max\:mt-0 {
    margin-top: 0px;
  }

  .sm-max\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm-max\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm-max\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm-max\:mt-4 {
    margin-top: 1rem;
  }

  .sm-max\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm-max\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm-max\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm-max\:mt-8 {
    margin-top: 2rem;
  }

  .sm-max\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm-max\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm-max\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm-max\:mt-12 {
    margin-top: 3rem;
  }

  .sm-max\:mt-13 {
    margin-top: 3.25rem;
  }

  .sm-max\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm-max\:mt-16 {
    margin-top: 4rem;
  }

  .sm-max\:mt-19 {
    margin-top: 4.75rem;
  }

  .sm-max\:mt-20 {
    margin-top: 5rem;
  }

  .sm-max\:mt-24 {
    margin-top: 6rem;
  }

  .sm-max\:mt-25 {
    margin-top: 6.25rem;
  }

  .sm-max\:mt-28 {
    margin-top: 7rem;
  }

  .sm-max\:mt-30 {
    margin-top: 7.5rem;
  }

  .sm-max\:mt-32 {
    margin-top: 8rem;
  }

  .sm-max\:mt-34 {
    margin-top: 8.5rem;
  }

  .sm-max\:mt-36 {
    margin-top: 9rem;
  }

  .sm-max\:mt-40 {
    margin-top: 10rem;
  }

  .sm-max\:mt-42 {
    margin-top: 10.5rem;
  }

  .sm-max\:mt-44 {
    margin-top: 11rem;
  }

  .sm-max\:mt-46 {
    margin-top: 11.5rem;
  }

  .sm-max\:mt-48 {
    margin-top: 12rem;
  }

  .sm-max\:mt-50 {
    margin-top: 12.5rem;
  }

  .sm-max\:mt-52 {
    margin-top: 13rem;
  }

  .sm-max\:mt-54 {
    margin-top: 13.5rem;
  }

  .sm-max\:mt-56 {
    margin-top: 14rem;
  }

  .sm-max\:mt-60 {
    margin-top: 15rem;
  }

  .sm-max\:mt-64 {
    margin-top: 16rem;
  }

  .sm-max\:mt-68 {
    margin-top: 17rem;
  }

  .sm-max\:mt-72 {
    margin-top: 18rem;
  }

  .sm-max\:mt-75 {
    margin-top: 18.75rem;
  }

  .sm-max\:mt-80 {
    margin-top: 20rem;
  }

  .sm-max\:mt-85 {
    margin-top: 22rem;
  }

  .sm-max\:mt-90 {
    margin-top: 22.5rem;
  }

  .sm-max\:mt-92 {
    margin-top: 23rem;
  }

  .sm-max\:mt-96 {
    margin-top: 24rem;
  }

  .sm-max\:mt-100 {
    margin-top: 25rem;
  }

  .sm-max\:mt-116 {
    margin-top: 29rem;
  }

  .sm-max\:mt-120 {
    margin-top: 30rem;
  }

  .sm-max\:mt-125 {
    margin-top: 31.25rem;
  }

  .sm-max\:mt-135 {
    margin-top: 33.75rem;
  }

  .sm-max\:mt-160 {
    margin-top: 40rem;
  }

  .sm-max\:mt-180 {
    margin-top: 45rem;
  }

  .sm-max\:mt-240 {
    margin-top: 60rem;
  }

  .sm-max\:mt-285 {
    margin-top: 71.25rem;
  }

  .sm-max\:mt-330 {
    margin-top: 82.5rem;
  }

  .sm-max\:mt-auto {
    margin-top: auto;
  }

  .sm-max\:mt-unset {
    margin-top: unset;
  }

  .sm-max\:mt-px {
    margin-top: 1px;
  }

  .sm-max\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .sm-max\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm-max\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .sm-max\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .sm-max\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .sm-max\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .sm-max\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .sm-max\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm-max\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .sm-max\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .sm-max\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .sm-max\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .sm-max\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm-max\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .sm-max\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .sm-max\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .sm-max\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .sm-max\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm-max\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .sm-max\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .sm-max\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .sm-max\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .sm-max\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .sm-max\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .sm-max\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .sm-max\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .sm-max\:mt-70\/100 {
    margin-top: 70%;
  }

  .sm-max\:mt-31\/100 {
    margin-top: 31%;
  }

  .sm-max\:mt-15\/100 {
    margin-top: 15%;
  }

  .sm-max\:mt-1\/100 {
    margin-top: 1%;
  }

  .sm-max\:mt-1\/10 {
    margin-top: 10%;
  }

  .sm-max\:mt-1\/2 {
    margin-top: 50%;
  }

  .sm-max\:-mt-0 {
    margin-top: 0px;
  }

  .sm-max\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm-max\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm-max\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm-max\:-mt-4 {
    margin-top: -1rem;
  }

  .sm-max\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm-max\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm-max\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm-max\:-mt-8 {
    margin-top: -2rem;
  }

  .sm-max\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm-max\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm-max\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm-max\:-mt-12 {
    margin-top: -3rem;
  }

  .sm-max\:-mt-13 {
    margin-top: -3.25rem;
  }

  .sm-max\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm-max\:-mt-16 {
    margin-top: -4rem;
  }

  .sm-max\:-mt-19 {
    margin-top: -4.75rem;
  }

  .sm-max\:-mt-20 {
    margin-top: -5rem;
  }

  .sm-max\:-mt-24 {
    margin-top: -6rem;
  }

  .sm-max\:-mt-25 {
    margin-top: -6.25rem;
  }

  .sm-max\:-mt-28 {
    margin-top: -7rem;
  }

  .sm-max\:-mt-30 {
    margin-top: -7.5rem;
  }

  .sm-max\:-mt-32 {
    margin-top: -8rem;
  }

  .sm-max\:-mt-34 {
    margin-top: -8.5rem;
  }

  .sm-max\:-mt-36 {
    margin-top: -9rem;
  }

  .sm-max\:-mt-40 {
    margin-top: -10rem;
  }

  .sm-max\:-mt-42 {
    margin-top: -10.5rem;
  }

  .sm-max\:-mt-44 {
    margin-top: -11rem;
  }

  .sm-max\:-mt-46 {
    margin-top: -11.5rem;
  }

  .sm-max\:-mt-48 {
    margin-top: -12rem;
  }

  .sm-max\:-mt-50 {
    margin-top: -12.5rem;
  }

  .sm-max\:-mt-52 {
    margin-top: -13rem;
  }

  .sm-max\:-mt-54 {
    margin-top: -13.5rem;
  }

  .sm-max\:-mt-56 {
    margin-top: -14rem;
  }

  .sm-max\:-mt-60 {
    margin-top: -15rem;
  }

  .sm-max\:-mt-64 {
    margin-top: -16rem;
  }

  .sm-max\:-mt-68 {
    margin-top: -17rem;
  }

  .sm-max\:-mt-72 {
    margin-top: -18rem;
  }

  .sm-max\:-mt-75 {
    margin-top: -18.75rem;
  }

  .sm-max\:-mt-80 {
    margin-top: -20rem;
  }

  .sm-max\:-mt-85 {
    margin-top: -22rem;
  }

  .sm-max\:-mt-90 {
    margin-top: -22.5rem;
  }

  .sm-max\:-mt-92 {
    margin-top: -23rem;
  }

  .sm-max\:-mt-96 {
    margin-top: -24rem;
  }

  .sm-max\:-mt-100 {
    margin-top: -25rem;
  }

  .sm-max\:-mt-116 {
    margin-top: -29rem;
  }

  .sm-max\:-mt-120 {
    margin-top: -30rem;
  }

  .sm-max\:-mt-125 {
    margin-top: -31.25rem;
  }

  .sm-max\:-mt-135 {
    margin-top: -33.75rem;
  }

  .sm-max\:-mt-160 {
    margin-top: -40rem;
  }

  .sm-max\:-mt-180 {
    margin-top: -45rem;
  }

  .sm-max\:-mt-240 {
    margin-top: -60rem;
  }

  .sm-max\:-mt-285 {
    margin-top: -71.25rem;
  }

  .sm-max\:-mt-330 {
    margin-top: -82.5rem;
  }

  .sm-max\:-mt-unset {
    margin-top: unset;
  }

  .sm-max\:-mt-px {
    margin-top: -1px;
  }

  .sm-max\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .sm-max\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm-max\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .sm-max\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .sm-max\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .sm-max\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .sm-max\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .sm-max\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .sm-max\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .sm-max\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .sm-max\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .sm-max\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .sm-max\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .sm-max\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .sm-max\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .sm-max\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .sm-max\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .sm-max\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm-max\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .sm-max\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .sm-max\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .sm-max\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .sm-max\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .sm-max\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .sm-max\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .sm-max\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .sm-max\:-mt-70\/100 {
    margin-top: -70%;
  }

  .sm-max\:-mt-31\/100 {
    margin-top: -31%;
  }

  .sm-max\:-mt-15\/100 {
    margin-top: -15%;
  }

  .sm-max\:-mt-1\/100 {
    margin-top: -1%;
  }

  .sm-max\:-mt-1\/10 {
    margin-top: -10%;
  }

  .sm-max\:-mt-1\/2 {
    margin-top: -50%;
  }

  .sm-max\:mr-0 {
    margin-right: 0px;
  }

  .sm-max\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm-max\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm-max\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm-max\:mr-4 {
    margin-right: 1rem;
  }

  .sm-max\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm-max\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm-max\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm-max\:mr-8 {
    margin-right: 2rem;
  }

  .sm-max\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm-max\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm-max\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm-max\:mr-12 {
    margin-right: 3rem;
  }

  .sm-max\:mr-13 {
    margin-right: 3.25rem;
  }

  .sm-max\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm-max\:mr-16 {
    margin-right: 4rem;
  }

  .sm-max\:mr-19 {
    margin-right: 4.75rem;
  }

  .sm-max\:mr-20 {
    margin-right: 5rem;
  }

  .sm-max\:mr-24 {
    margin-right: 6rem;
  }

  .sm-max\:mr-25 {
    margin-right: 6.25rem;
  }

  .sm-max\:mr-28 {
    margin-right: 7rem;
  }

  .sm-max\:mr-30 {
    margin-right: 7.5rem;
  }

  .sm-max\:mr-32 {
    margin-right: 8rem;
  }

  .sm-max\:mr-34 {
    margin-right: 8.5rem;
  }

  .sm-max\:mr-36 {
    margin-right: 9rem;
  }

  .sm-max\:mr-40 {
    margin-right: 10rem;
  }

  .sm-max\:mr-42 {
    margin-right: 10.5rem;
  }

  .sm-max\:mr-44 {
    margin-right: 11rem;
  }

  .sm-max\:mr-46 {
    margin-right: 11.5rem;
  }

  .sm-max\:mr-48 {
    margin-right: 12rem;
  }

  .sm-max\:mr-50 {
    margin-right: 12.5rem;
  }

  .sm-max\:mr-52 {
    margin-right: 13rem;
  }

  .sm-max\:mr-54 {
    margin-right: 13.5rem;
  }

  .sm-max\:mr-56 {
    margin-right: 14rem;
  }

  .sm-max\:mr-60 {
    margin-right: 15rem;
  }

  .sm-max\:mr-64 {
    margin-right: 16rem;
  }

  .sm-max\:mr-68 {
    margin-right: 17rem;
  }

  .sm-max\:mr-72 {
    margin-right: 18rem;
  }

  .sm-max\:mr-75 {
    margin-right: 18.75rem;
  }

  .sm-max\:mr-80 {
    margin-right: 20rem;
  }

  .sm-max\:mr-85 {
    margin-right: 22rem;
  }

  .sm-max\:mr-90 {
    margin-right: 22.5rem;
  }

  .sm-max\:mr-92 {
    margin-right: 23rem;
  }

  .sm-max\:mr-96 {
    margin-right: 24rem;
  }

  .sm-max\:mr-100 {
    margin-right: 25rem;
  }

  .sm-max\:mr-116 {
    margin-right: 29rem;
  }

  .sm-max\:mr-120 {
    margin-right: 30rem;
  }

  .sm-max\:mr-125 {
    margin-right: 31.25rem;
  }

  .sm-max\:mr-135 {
    margin-right: 33.75rem;
  }

  .sm-max\:mr-160 {
    margin-right: 40rem;
  }

  .sm-max\:mr-180 {
    margin-right: 45rem;
  }

  .sm-max\:mr-240 {
    margin-right: 60rem;
  }

  .sm-max\:mr-285 {
    margin-right: 71.25rem;
  }

  .sm-max\:mr-330 {
    margin-right: 82.5rem;
  }

  .sm-max\:mr-auto {
    margin-right: auto;
  }

  .sm-max\:mr-unset {
    margin-right: unset;
  }

  .sm-max\:mr-px {
    margin-right: 1px;
  }

  .sm-max\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .sm-max\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm-max\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .sm-max\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .sm-max\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .sm-max\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .sm-max\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .sm-max\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm-max\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .sm-max\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .sm-max\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .sm-max\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .sm-max\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm-max\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .sm-max\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .sm-max\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .sm-max\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .sm-max\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm-max\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .sm-max\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .sm-max\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .sm-max\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .sm-max\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .sm-max\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .sm-max\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .sm-max\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .sm-max\:mr-70\/100 {
    margin-right: 70%;
  }

  .sm-max\:mr-31\/100 {
    margin-right: 31%;
  }

  .sm-max\:mr-15\/100 {
    margin-right: 15%;
  }

  .sm-max\:mr-1\/100 {
    margin-right: 1%;
  }

  .sm-max\:mr-1\/10 {
    margin-right: 10%;
  }

  .sm-max\:mr-1\/2 {
    margin-right: 50%;
  }

  .sm-max\:-mr-0 {
    margin-right: 0px;
  }

  .sm-max\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm-max\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm-max\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm-max\:-mr-4 {
    margin-right: -1rem;
  }

  .sm-max\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm-max\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm-max\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm-max\:-mr-8 {
    margin-right: -2rem;
  }

  .sm-max\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm-max\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm-max\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm-max\:-mr-12 {
    margin-right: -3rem;
  }

  .sm-max\:-mr-13 {
    margin-right: -3.25rem;
  }

  .sm-max\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm-max\:-mr-16 {
    margin-right: -4rem;
  }

  .sm-max\:-mr-19 {
    margin-right: -4.75rem;
  }

  .sm-max\:-mr-20 {
    margin-right: -5rem;
  }

  .sm-max\:-mr-24 {
    margin-right: -6rem;
  }

  .sm-max\:-mr-25 {
    margin-right: -6.25rem;
  }

  .sm-max\:-mr-28 {
    margin-right: -7rem;
  }

  .sm-max\:-mr-30 {
    margin-right: -7.5rem;
  }

  .sm-max\:-mr-32 {
    margin-right: -8rem;
  }

  .sm-max\:-mr-34 {
    margin-right: -8.5rem;
  }

  .sm-max\:-mr-36 {
    margin-right: -9rem;
  }

  .sm-max\:-mr-40 {
    margin-right: -10rem;
  }

  .sm-max\:-mr-42 {
    margin-right: -10.5rem;
  }

  .sm-max\:-mr-44 {
    margin-right: -11rem;
  }

  .sm-max\:-mr-46 {
    margin-right: -11.5rem;
  }

  .sm-max\:-mr-48 {
    margin-right: -12rem;
  }

  .sm-max\:-mr-50 {
    margin-right: -12.5rem;
  }

  .sm-max\:-mr-52 {
    margin-right: -13rem;
  }

  .sm-max\:-mr-54 {
    margin-right: -13.5rem;
  }

  .sm-max\:-mr-56 {
    margin-right: -14rem;
  }

  .sm-max\:-mr-60 {
    margin-right: -15rem;
  }

  .sm-max\:-mr-64 {
    margin-right: -16rem;
  }

  .sm-max\:-mr-68 {
    margin-right: -17rem;
  }

  .sm-max\:-mr-72 {
    margin-right: -18rem;
  }

  .sm-max\:-mr-75 {
    margin-right: -18.75rem;
  }

  .sm-max\:-mr-80 {
    margin-right: -20rem;
  }

  .sm-max\:-mr-85 {
    margin-right: -22rem;
  }

  .sm-max\:-mr-90 {
    margin-right: -22.5rem;
  }

  .sm-max\:-mr-92 {
    margin-right: -23rem;
  }

  .sm-max\:-mr-96 {
    margin-right: -24rem;
  }

  .sm-max\:-mr-100 {
    margin-right: -25rem;
  }

  .sm-max\:-mr-116 {
    margin-right: -29rem;
  }

  .sm-max\:-mr-120 {
    margin-right: -30rem;
  }

  .sm-max\:-mr-125 {
    margin-right: -31.25rem;
  }

  .sm-max\:-mr-135 {
    margin-right: -33.75rem;
  }

  .sm-max\:-mr-160 {
    margin-right: -40rem;
  }

  .sm-max\:-mr-180 {
    margin-right: -45rem;
  }

  .sm-max\:-mr-240 {
    margin-right: -60rem;
  }

  .sm-max\:-mr-285 {
    margin-right: -71.25rem;
  }

  .sm-max\:-mr-330 {
    margin-right: -82.5rem;
  }

  .sm-max\:-mr-unset {
    margin-right: unset;
  }

  .sm-max\:-mr-px {
    margin-right: -1px;
  }

  .sm-max\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .sm-max\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm-max\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .sm-max\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .sm-max\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .sm-max\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .sm-max\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .sm-max\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm-max\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .sm-max\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .sm-max\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .sm-max\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .sm-max\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm-max\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .sm-max\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .sm-max\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .sm-max\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .sm-max\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm-max\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .sm-max\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .sm-max\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .sm-max\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .sm-max\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .sm-max\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .sm-max\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .sm-max\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .sm-max\:-mr-70\/100 {
    margin-right: -70%;
  }

  .sm-max\:-mr-31\/100 {
    margin-right: -31%;
  }

  .sm-max\:-mr-15\/100 {
    margin-right: -15%;
  }

  .sm-max\:-mr-1\/100 {
    margin-right: -1%;
  }

  .sm-max\:-mr-1\/10 {
    margin-right: -10%;
  }

  .sm-max\:-mr-1\/2 {
    margin-right: -50%;
  }

  .sm-max\:mb-0 {
    margin-bottom: 0px;
  }

  .sm-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm-max\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm-max\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm-max\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm-max\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm-max\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm-max\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm-max\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm-max\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm-max\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm-max\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm-max\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm-max\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .sm-max\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm-max\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm-max\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .sm-max\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm-max\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm-max\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .sm-max\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm-max\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .sm-max\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm-max\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .sm-max\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm-max\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm-max\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .sm-max\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm-max\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .sm-max\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm-max\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .sm-max\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm-max\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .sm-max\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm-max\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm-max\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm-max\:mb-68 {
    margin-bottom: 17rem;
  }

  .sm-max\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm-max\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .sm-max\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm-max\:mb-85 {
    margin-bottom: 22rem;
  }

  .sm-max\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .sm-max\:mb-92 {
    margin-bottom: 23rem;
  }

  .sm-max\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm-max\:mb-100 {
    margin-bottom: 25rem;
  }

  .sm-max\:mb-116 {
    margin-bottom: 29rem;
  }

  .sm-max\:mb-120 {
    margin-bottom: 30rem;
  }

  .sm-max\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .sm-max\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .sm-max\:mb-160 {
    margin-bottom: 40rem;
  }

  .sm-max\:mb-180 {
    margin-bottom: 45rem;
  }

  .sm-max\:mb-240 {
    margin-bottom: 60rem;
  }

  .sm-max\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .sm-max\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .sm-max\:mb-auto {
    margin-bottom: auto;
  }

  .sm-max\:mb-unset {
    margin-bottom: unset;
  }

  .sm-max\:mb-px {
    margin-bottom: 1px;
  }

  .sm-max\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .sm-max\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm-max\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .sm-max\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .sm-max\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .sm-max\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .sm-max\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .sm-max\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm-max\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .sm-max\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .sm-max\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .sm-max\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .sm-max\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm-max\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .sm-max\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .sm-max\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .sm-max\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .sm-max\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm-max\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .sm-max\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .sm-max\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .sm-max\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .sm-max\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .sm-max\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .sm-max\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .sm-max\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .sm-max\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .sm-max\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .sm-max\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .sm-max\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .sm-max\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .sm-max\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .sm-max\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm-max\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm-max\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm-max\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm-max\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm-max\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm-max\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm-max\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm-max\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm-max\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm-max\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm-max\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm-max\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm-max\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .sm-max\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm-max\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm-max\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .sm-max\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm-max\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm-max\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .sm-max\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm-max\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .sm-max\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm-max\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .sm-max\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm-max\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm-max\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .sm-max\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm-max\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .sm-max\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm-max\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .sm-max\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm-max\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .sm-max\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm-max\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm-max\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm-max\:-mb-68 {
    margin-bottom: -17rem;
  }

  .sm-max\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm-max\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .sm-max\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm-max\:-mb-85 {
    margin-bottom: -22rem;
  }

  .sm-max\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .sm-max\:-mb-92 {
    margin-bottom: -23rem;
  }

  .sm-max\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm-max\:-mb-100 {
    margin-bottom: -25rem;
  }

  .sm-max\:-mb-116 {
    margin-bottom: -29rem;
  }

  .sm-max\:-mb-120 {
    margin-bottom: -30rem;
  }

  .sm-max\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .sm-max\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .sm-max\:-mb-160 {
    margin-bottom: -40rem;
  }

  .sm-max\:-mb-180 {
    margin-bottom: -45rem;
  }

  .sm-max\:-mb-240 {
    margin-bottom: -60rem;
  }

  .sm-max\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .sm-max\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .sm-max\:-mb-unset {
    margin-bottom: unset;
  }

  .sm-max\:-mb-px {
    margin-bottom: -1px;
  }

  .sm-max\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .sm-max\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm-max\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .sm-max\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .sm-max\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .sm-max\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .sm-max\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .sm-max\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm-max\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .sm-max\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .sm-max\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .sm-max\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .sm-max\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm-max\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .sm-max\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .sm-max\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .sm-max\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .sm-max\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm-max\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .sm-max\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .sm-max\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .sm-max\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .sm-max\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .sm-max\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .sm-max\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .sm-max\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .sm-max\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .sm-max\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .sm-max\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .sm-max\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .sm-max\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .sm-max\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .sm-max\:ml-0 {
    margin-left: 0px;
  }

  .sm-max\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm-max\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm-max\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm-max\:ml-4 {
    margin-left: 1rem;
  }

  .sm-max\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm-max\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm-max\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm-max\:ml-8 {
    margin-left: 2rem;
  }

  .sm-max\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm-max\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm-max\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm-max\:ml-12 {
    margin-left: 3rem;
  }

  .sm-max\:ml-13 {
    margin-left: 3.25rem;
  }

  .sm-max\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm-max\:ml-16 {
    margin-left: 4rem;
  }

  .sm-max\:ml-19 {
    margin-left: 4.75rem;
  }

  .sm-max\:ml-20 {
    margin-left: 5rem;
  }

  .sm-max\:ml-24 {
    margin-left: 6rem;
  }

  .sm-max\:ml-25 {
    margin-left: 6.25rem;
  }

  .sm-max\:ml-28 {
    margin-left: 7rem;
  }

  .sm-max\:ml-30 {
    margin-left: 7.5rem;
  }

  .sm-max\:ml-32 {
    margin-left: 8rem;
  }

  .sm-max\:ml-34 {
    margin-left: 8.5rem;
  }

  .sm-max\:ml-36 {
    margin-left: 9rem;
  }

  .sm-max\:ml-40 {
    margin-left: 10rem;
  }

  .sm-max\:ml-42 {
    margin-left: 10.5rem;
  }

  .sm-max\:ml-44 {
    margin-left: 11rem;
  }

  .sm-max\:ml-46 {
    margin-left: 11.5rem;
  }

  .sm-max\:ml-48 {
    margin-left: 12rem;
  }

  .sm-max\:ml-50 {
    margin-left: 12.5rem;
  }

  .sm-max\:ml-52 {
    margin-left: 13rem;
  }

  .sm-max\:ml-54 {
    margin-left: 13.5rem;
  }

  .sm-max\:ml-56 {
    margin-left: 14rem;
  }

  .sm-max\:ml-60 {
    margin-left: 15rem;
  }

  .sm-max\:ml-64 {
    margin-left: 16rem;
  }

  .sm-max\:ml-68 {
    margin-left: 17rem;
  }

  .sm-max\:ml-72 {
    margin-left: 18rem;
  }

  .sm-max\:ml-75 {
    margin-left: 18.75rem;
  }

  .sm-max\:ml-80 {
    margin-left: 20rem;
  }

  .sm-max\:ml-85 {
    margin-left: 22rem;
  }

  .sm-max\:ml-90 {
    margin-left: 22.5rem;
  }

  .sm-max\:ml-92 {
    margin-left: 23rem;
  }

  .sm-max\:ml-96 {
    margin-left: 24rem;
  }

  .sm-max\:ml-100 {
    margin-left: 25rem;
  }

  .sm-max\:ml-116 {
    margin-left: 29rem;
  }

  .sm-max\:ml-120 {
    margin-left: 30rem;
  }

  .sm-max\:ml-125 {
    margin-left: 31.25rem;
  }

  .sm-max\:ml-135 {
    margin-left: 33.75rem;
  }

  .sm-max\:ml-160 {
    margin-left: 40rem;
  }

  .sm-max\:ml-180 {
    margin-left: 45rem;
  }

  .sm-max\:ml-240 {
    margin-left: 60rem;
  }

  .sm-max\:ml-285 {
    margin-left: 71.25rem;
  }

  .sm-max\:ml-330 {
    margin-left: 82.5rem;
  }

  .sm-max\:ml-auto {
    margin-left: auto;
  }

  .sm-max\:ml-unset {
    margin-left: unset;
  }

  .sm-max\:ml-px {
    margin-left: 1px;
  }

  .sm-max\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .sm-max\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm-max\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .sm-max\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .sm-max\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .sm-max\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .sm-max\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .sm-max\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm-max\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .sm-max\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .sm-max\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .sm-max\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .sm-max\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm-max\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .sm-max\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .sm-max\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .sm-max\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .sm-max\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm-max\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .sm-max\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .sm-max\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .sm-max\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .sm-max\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .sm-max\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .sm-max\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .sm-max\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .sm-max\:ml-70\/100 {
    margin-left: 70%;
  }

  .sm-max\:ml-31\/100 {
    margin-left: 31%;
  }

  .sm-max\:ml-15\/100 {
    margin-left: 15%;
  }

  .sm-max\:ml-1\/100 {
    margin-left: 1%;
  }

  .sm-max\:ml-1\/10 {
    margin-left: 10%;
  }

  .sm-max\:ml-1\/2 {
    margin-left: 50%;
  }

  .sm-max\:-ml-0 {
    margin-left: 0px;
  }

  .sm-max\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm-max\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm-max\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm-max\:-ml-4 {
    margin-left: -1rem;
  }

  .sm-max\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm-max\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm-max\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm-max\:-ml-8 {
    margin-left: -2rem;
  }

  .sm-max\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm-max\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm-max\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm-max\:-ml-12 {
    margin-left: -3rem;
  }

  .sm-max\:-ml-13 {
    margin-left: -3.25rem;
  }

  .sm-max\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm-max\:-ml-16 {
    margin-left: -4rem;
  }

  .sm-max\:-ml-19 {
    margin-left: -4.75rem;
  }

  .sm-max\:-ml-20 {
    margin-left: -5rem;
  }

  .sm-max\:-ml-24 {
    margin-left: -6rem;
  }

  .sm-max\:-ml-25 {
    margin-left: -6.25rem;
  }

  .sm-max\:-ml-28 {
    margin-left: -7rem;
  }

  .sm-max\:-ml-30 {
    margin-left: -7.5rem;
  }

  .sm-max\:-ml-32 {
    margin-left: -8rem;
  }

  .sm-max\:-ml-34 {
    margin-left: -8.5rem;
  }

  .sm-max\:-ml-36 {
    margin-left: -9rem;
  }

  .sm-max\:-ml-40 {
    margin-left: -10rem;
  }

  .sm-max\:-ml-42 {
    margin-left: -10.5rem;
  }

  .sm-max\:-ml-44 {
    margin-left: -11rem;
  }

  .sm-max\:-ml-46 {
    margin-left: -11.5rem;
  }

  .sm-max\:-ml-48 {
    margin-left: -12rem;
  }

  .sm-max\:-ml-50 {
    margin-left: -12.5rem;
  }

  .sm-max\:-ml-52 {
    margin-left: -13rem;
  }

  .sm-max\:-ml-54 {
    margin-left: -13.5rem;
  }

  .sm-max\:-ml-56 {
    margin-left: -14rem;
  }

  .sm-max\:-ml-60 {
    margin-left: -15rem;
  }

  .sm-max\:-ml-64 {
    margin-left: -16rem;
  }

  .sm-max\:-ml-68 {
    margin-left: -17rem;
  }

  .sm-max\:-ml-72 {
    margin-left: -18rem;
  }

  .sm-max\:-ml-75 {
    margin-left: -18.75rem;
  }

  .sm-max\:-ml-80 {
    margin-left: -20rem;
  }

  .sm-max\:-ml-85 {
    margin-left: -22rem;
  }

  .sm-max\:-ml-90 {
    margin-left: -22.5rem;
  }

  .sm-max\:-ml-92 {
    margin-left: -23rem;
  }

  .sm-max\:-ml-96 {
    margin-left: -24rem;
  }

  .sm-max\:-ml-100 {
    margin-left: -25rem;
  }

  .sm-max\:-ml-116 {
    margin-left: -29rem;
  }

  .sm-max\:-ml-120 {
    margin-left: -30rem;
  }

  .sm-max\:-ml-125 {
    margin-left: -31.25rem;
  }

  .sm-max\:-ml-135 {
    margin-left: -33.75rem;
  }

  .sm-max\:-ml-160 {
    margin-left: -40rem;
  }

  .sm-max\:-ml-180 {
    margin-left: -45rem;
  }

  .sm-max\:-ml-240 {
    margin-left: -60rem;
  }

  .sm-max\:-ml-285 {
    margin-left: -71.25rem;
  }

  .sm-max\:-ml-330 {
    margin-left: -82.5rem;
  }

  .sm-max\:-ml-unset {
    margin-left: unset;
  }

  .sm-max\:-ml-px {
    margin-left: -1px;
  }

  .sm-max\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .sm-max\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm-max\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .sm-max\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .sm-max\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .sm-max\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .sm-max\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .sm-max\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm-max\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .sm-max\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .sm-max\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .sm-max\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .sm-max\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm-max\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .sm-max\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .sm-max\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .sm-max\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .sm-max\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm-max\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .sm-max\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .sm-max\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .sm-max\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .sm-max\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .sm-max\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .sm-max\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .sm-max\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .sm-max\:-ml-70\/100 {
    margin-left: -70%;
  }

  .sm-max\:-ml-31\/100 {
    margin-left: -31%;
  }

  .sm-max\:-ml-15\/100 {
    margin-left: -15%;
  }

  .sm-max\:-ml-1\/100 {
    margin-left: -1%;
  }

  .sm-max\:-ml-1\/10 {
    margin-left: -10%;
  }

  .sm-max\:-ml-1\/2 {
    margin-left: -50%;
  }

  .sm-max\:box-border {
    box-sizing: border-box;
  }

  .sm-max\:box-content {
    box-sizing: content-box;
  }

  .sm-max\:block {
    display: block;
  }

  .sm-max\:inline-block {
    display: inline-block;
  }

  .sm-max\:inline {
    display: inline;
  }

  .sm-max\:flex {
    display: flex;
  }

  .sm-max\:inline-flex {
    display: inline-flex;
  }

  .sm-max\:table {
    display: table;
  }

  .sm-max\:inline-table {
    display: inline-table;
  }

  .sm-max\:table-caption {
    display: table-caption;
  }

  .sm-max\:table-cell {
    display: table-cell;
  }

  .sm-max\:table-column {
    display: table-column;
  }

  .sm-max\:table-column-group {
    display: table-column-group;
  }

  .sm-max\:table-footer-group {
    display: table-footer-group;
  }

  .sm-max\:table-header-group {
    display: table-header-group;
  }

  .sm-max\:table-row-group {
    display: table-row-group;
  }

  .sm-max\:table-row {
    display: table-row;
  }

  .sm-max\:flow-root {
    display: flow-root;
  }

  .sm-max\:grid {
    display: grid;
  }

  .sm-max\:inline-grid {
    display: inline-grid;
  }

  .sm-max\:contents {
    display: contents;
  }

  .sm-max\:list-item {
    display: list-item;
  }

  .sm-max\:hidden {
    display: none;
  }

  .sm-max\:h-0 {
    height: 0px;
  }

  .sm-max\:h-1 {
    height: 0.25rem;
  }

  .sm-max\:h-2 {
    height: 0.5rem;
  }

  .sm-max\:h-3 {
    height: 0.75rem;
  }

  .sm-max\:h-4 {
    height: 1rem;
  }

  .sm-max\:h-5 {
    height: 1.25rem;
  }

  .sm-max\:h-6 {
    height: 1.5rem;
  }

  .sm-max\:h-7 {
    height: 1.75rem;
  }

  .sm-max\:h-8 {
    height: 2rem;
  }

  .sm-max\:h-9 {
    height: 2.25rem;
  }

  .sm-max\:h-10 {
    height: 2.5rem;
  }

  .sm-max\:h-11 {
    height: 2.75rem;
  }

  .sm-max\:h-12 {
    height: 3rem;
  }

  .sm-max\:h-13 {
    height: 3.25rem;
  }

  .sm-max\:h-14 {
    height: 3.5rem;
  }

  .sm-max\:h-16 {
    height: 4rem;
  }

  .sm-max\:h-19 {
    height: 4.75rem;
  }

  .sm-max\:h-20 {
    height: 5rem;
  }

  .sm-max\:h-24 {
    height: 6rem;
  }

  .sm-max\:h-25 {
    height: 6.25rem;
  }

  .sm-max\:h-28 {
    height: 7rem;
  }

  .sm-max\:h-30 {
    height: 7.5rem;
  }

  .sm-max\:h-32 {
    height: 8rem;
  }

  .sm-max\:h-34 {
    height: 8.5rem;
  }

  .sm-max\:h-36 {
    height: 9rem;
  }

  .sm-max\:h-40 {
    height: 10rem;
  }

  .sm-max\:h-42 {
    height: 10.5rem;
  }

  .sm-max\:h-44 {
    height: 11rem;
  }

  .sm-max\:h-46 {
    height: 11.5rem;
  }

  .sm-max\:h-48 {
    height: 12rem;
  }

  .sm-max\:h-50 {
    height: 12.5rem;
  }

  .sm-max\:h-52 {
    height: 13rem;
  }

  .sm-max\:h-54 {
    height: 13.5rem;
  }

  .sm-max\:h-56 {
    height: 14rem;
  }

  .sm-max\:h-60 {
    height: 15rem;
  }

  .sm-max\:h-64 {
    height: 16rem;
  }

  .sm-max\:h-68 {
    height: 17rem;
  }

  .sm-max\:h-72 {
    height: 18rem;
  }

  .sm-max\:h-75 {
    height: 18.75rem;
  }

  .sm-max\:h-80 {
    height: 20rem;
  }

  .sm-max\:h-85 {
    height: 22rem;
  }

  .sm-max\:h-90 {
    height: 22.5rem;
  }

  .sm-max\:h-92 {
    height: 23rem;
  }

  .sm-max\:h-96 {
    height: 24rem;
  }

  .sm-max\:h-100 {
    height: 25rem;
  }

  .sm-max\:h-116 {
    height: 29rem;
  }

  .sm-max\:h-120 {
    height: 30rem;
  }

  .sm-max\:h-125 {
    height: 31.25rem;
  }

  .sm-max\:h-135 {
    height: 33.75rem;
  }

  .sm-max\:h-160 {
    height: 40rem;
  }

  .sm-max\:h-180 {
    height: 45rem;
  }

  .sm-max\:h-240 {
    height: 60rem;
  }

  .sm-max\:h-285 {
    height: 71.25rem;
  }

  .sm-max\:h-330 {
    height: 82.5rem;
  }

  .sm-max\:h-auto {
    height: auto;
  }

  .sm-max\:h-unset {
    height: unset;
  }

  .sm-max\:h-px {
    height: 1px;
  }

  .sm-max\:h-0\.4 {
    height: 0.1rem;
  }

  .sm-max\:h-0\.5 {
    height: 0.125rem;
  }

  .sm-max\:h-0\.6 {
    height: 0.15rem;
  }

  .sm-max\:h-0\.75 {
    height: 0.2rem;
  }

  .sm-max\:h-1\.2 {
    height: 0.3rem;
  }

  .sm-max\:h-1\.25 {
    height: 0.3125rem;
  }

  .sm-max\:h-1\.4 {
    height: 0.35rem;
  }

  .sm-max\:h-1\.5 {
    height: 0.375rem;
  }

  .sm-max\:h-1\.6 {
    height: 0.4rem;
  }

  .sm-max\:h-1\.75 {
    height: 0.4375rem;
  }

  .sm-max\:h-1\.8 {
    height: 0.45rem;
  }

  .sm-max\:h-2\.2 {
    height: 0.55rem;
  }

  .sm-max\:h-2\.5 {
    height: 0.625rem;
  }

  .sm-max\:h-2\.6 {
    height: 0.65rem;
  }

  .sm-max\:h-2\.7 {
    height: 0.675rem;
  }

  .sm-max\:h-2\.8 {
    height: 0.7rem;
  }

  .sm-max\:h-3\.4 {
    height: 0.85rem;
  }

  .sm-max\:h-3\.5 {
    height: 0.875rem;
  }

  .sm-max\:h-3\.6 {
    height: 0.9rem;
  }

  .sm-max\:h-4\.5 {
    height: 1.125rem;
  }

  .sm-max\:h-4\.8 {
    height: 1.2rem;
  }

  .sm-max\:h-5\.3 {
    height: 1.3rem;
  }

  .sm-max\:h-5\.4 {
    height: 1.35rem;
  }

  .sm-max\:h-5\.5 {
    height: 1.375rem;
  }

  .sm-max\:h-5\.6 {
    height: 1.4rem;
  }

  .sm-max\:h-6\.5 {
    height: 1.625rem;
  }

  .sm-max\:h-70\/100 {
    height: 70%;
  }

  .sm-max\:h-31\/100 {
    height: 31%;
  }

  .sm-max\:h-15\/100 {
    height: 15%;
  }

  .sm-max\:h-1\/100 {
    height: 1%;
  }

  .sm-max\:h-1\/10 {
    height: 10%;
  }

  .sm-max\:h-1\/2 {
    height: 50%;
  }

  .sm-max\:h-1\/3 {
    height: 33.333333%;
  }

  .sm-max\:h-2\/3 {
    height: 66.666667%;
  }

  .sm-max\:h-1\/4 {
    height: 25%;
  }

  .sm-max\:h-2\/4 {
    height: 50%;
  }

  .sm-max\:h-3\/4 {
    height: 75%;
  }

  .sm-max\:h-1\/5 {
    height: 20%;
  }

  .sm-max\:h-2\/5 {
    height: 40%;
  }

  .sm-max\:h-3\/5 {
    height: 60%;
  }

  .sm-max\:h-4\/5 {
    height: 80%;
  }

  .sm-max\:h-1\/6 {
    height: 16.666667%;
  }

  .sm-max\:h-2\/6 {
    height: 33.333333%;
  }

  .sm-max\:h-3\/6 {
    height: 50%;
  }

  .sm-max\:h-4\/6 {
    height: 66.666667%;
  }

  .sm-max\:h-5\/6 {
    height: 83.333333%;
  }

  .sm-max\:h-full {
    height: 100%;
  }

  .sm-max\:h-screen {
    height: 100vh;
  }

  .sm-max\:max-h-0 {
    max-height: 0px;
  }

  .sm-max\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm-max\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm-max\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm-max\:max-h-4 {
    max-height: 1rem;
  }

  .sm-max\:max-h-5 {
    max-height: 1.25rem;
  }

  .sm-max\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm-max\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm-max\:max-h-8 {
    max-height: 2rem;
  }

  .sm-max\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm-max\:max-h-10 {
    max-height: 2.5rem;
  }

  .sm-max\:max-h-11 {
    max-height: 2.75rem;
  }

  .sm-max\:max-h-12 {
    max-height: 3rem;
  }

  .sm-max\:max-h-13 {
    max-height: 3.25rem;
  }

  .sm-max\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm-max\:max-h-16 {
    max-height: 4rem;
  }

  .sm-max\:max-h-19 {
    max-height: 4.75rem;
  }

  .sm-max\:max-h-20 {
    max-height: 5rem;
  }

  .sm-max\:max-h-24 {
    max-height: 6rem;
  }

  .sm-max\:max-h-25 {
    max-height: 6.25rem;
  }

  .sm-max\:max-h-28 {
    max-height: 7rem;
  }

  .sm-max\:max-h-30 {
    max-height: 7.5rem;
  }

  .sm-max\:max-h-32 {
    max-height: 8rem;
  }

  .sm-max\:max-h-34 {
    max-height: 8.5rem;
  }

  .sm-max\:max-h-36 {
    max-height: 9rem;
  }

  .sm-max\:max-h-40 {
    max-height: 10rem;
  }

  .sm-max\:max-h-42 {
    max-height: 10.5rem;
  }

  .sm-max\:max-h-44 {
    max-height: 11rem;
  }

  .sm-max\:max-h-46 {
    max-height: 11.5rem;
  }

  .sm-max\:max-h-48 {
    max-height: 12rem;
  }

  .sm-max\:max-h-50 {
    max-height: 12.5rem;
  }

  .sm-max\:max-h-52 {
    max-height: 13rem;
  }

  .sm-max\:max-h-54 {
    max-height: 13.5rem;
  }

  .sm-max\:max-h-56 {
    max-height: 14rem;
  }

  .sm-max\:max-h-60 {
    max-height: 15rem;
  }

  .sm-max\:max-h-64 {
    max-height: 16rem;
  }

  .sm-max\:max-h-68 {
    max-height: 17rem;
  }

  .sm-max\:max-h-72 {
    max-height: 18rem;
  }

  .sm-max\:max-h-75 {
    max-height: 18.75rem;
  }

  .sm-max\:max-h-80 {
    max-height: 20rem;
  }

  .sm-max\:max-h-85 {
    max-height: 22rem;
  }

  .sm-max\:max-h-90 {
    max-height: 22.5rem;
  }

  .sm-max\:max-h-92 {
    max-height: 23rem;
  }

  .sm-max\:max-h-96 {
    max-height: 24rem;
  }

  .sm-max\:max-h-100 {
    max-height: 25rem;
  }

  .sm-max\:max-h-116 {
    max-height: 29rem;
  }

  .sm-max\:max-h-120 {
    max-height: 30rem;
  }

  .sm-max\:max-h-125 {
    max-height: 31.25rem;
  }

  .sm-max\:max-h-135 {
    max-height: 33.75rem;
  }

  .sm-max\:max-h-160 {
    max-height: 40rem;
  }

  .sm-max\:max-h-180 {
    max-height: 45rem;
  }

  .sm-max\:max-h-240 {
    max-height: 60rem;
  }

  .sm-max\:max-h-285 {
    max-height: 71.25rem;
  }

  .sm-max\:max-h-330 {
    max-height: 82.5rem;
  }

  .sm-max\:max-h-unset {
    max-height: unset;
  }

  .sm-max\:max-h-px {
    max-height: 1px;
  }

  .sm-max\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .sm-max\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .sm-max\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .sm-max\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .sm-max\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .sm-max\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .sm-max\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .sm-max\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .sm-max\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .sm-max\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .sm-max\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .sm-max\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .sm-max\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .sm-max\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .sm-max\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .sm-max\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .sm-max\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .sm-max\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm-max\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .sm-max\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .sm-max\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .sm-max\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .sm-max\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .sm-max\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .sm-max\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .sm-max\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .sm-max\:max-h-70\/100 {
    max-height: 70%;
  }

  .sm-max\:max-h-31\/100 {
    max-height: 31%;
  }

  .sm-max\:max-h-15\/100 {
    max-height: 15%;
  }

  .sm-max\:max-h-1\/100 {
    max-height: 1%;
  }

  .sm-max\:max-h-1\/10 {
    max-height: 10%;
  }

  .sm-max\:max-h-1\/2 {
    max-height: 50%;
  }

  .sm-max\:max-h-full {
    max-height: 100%;
  }

  .sm-max\:max-h-screen {
    max-height: 100vh;
  }

  .sm-max\:min-h-0 {
    min-height: 0px;
  }

  .sm-max\:min-h-full {
    min-height: 100%;
  }

  .sm-max\:min-h-screen {
    min-height: 100vh;
  }

  .sm-max\:w-0 {
    width: 0px;
  }

  .sm-max\:w-1 {
    width: 0.25rem;
  }

  .sm-max\:w-2 {
    width: 0.5rem;
  }

  .sm-max\:w-3 {
    width: 0.75rem;
  }

  .sm-max\:w-4 {
    width: 1rem;
  }

  .sm-max\:w-5 {
    width: 1.25rem;
  }

  .sm-max\:w-6 {
    width: 1.5rem;
  }

  .sm-max\:w-7 {
    width: 1.75rem;
  }

  .sm-max\:w-8 {
    width: 2rem;
  }

  .sm-max\:w-9 {
    width: 2.25rem;
  }

  .sm-max\:w-10 {
    width: 2.5rem;
  }

  .sm-max\:w-11 {
    width: 2.75rem;
  }

  .sm-max\:w-12 {
    width: 3rem;
  }

  .sm-max\:w-13 {
    width: 3.25rem;
  }

  .sm-max\:w-14 {
    width: 3.5rem;
  }

  .sm-max\:w-16 {
    width: 4rem;
  }

  .sm-max\:w-19 {
    width: 4.75rem;
  }

  .sm-max\:w-20 {
    width: 5rem;
  }

  .sm-max\:w-24 {
    width: 6rem;
  }

  .sm-max\:w-25 {
    width: 6.25rem;
  }

  .sm-max\:w-28 {
    width: 7rem;
  }

  .sm-max\:w-30 {
    width: 7.5rem;
  }

  .sm-max\:w-32 {
    width: 8rem;
  }

  .sm-max\:w-34 {
    width: 8.5rem;
  }

  .sm-max\:w-36 {
    width: 9rem;
  }

  .sm-max\:w-40 {
    width: 10rem;
  }

  .sm-max\:w-42 {
    width: 10.5rem;
  }

  .sm-max\:w-44 {
    width: 11rem;
  }

  .sm-max\:w-46 {
    width: 11.5rem;
  }

  .sm-max\:w-48 {
    width: 12rem;
  }

  .sm-max\:w-50 {
    width: 12.5rem;
  }

  .sm-max\:w-52 {
    width: 13rem;
  }

  .sm-max\:w-54 {
    width: 13.5rem;
  }

  .sm-max\:w-56 {
    width: 14rem;
  }

  .sm-max\:w-60 {
    width: 15rem;
  }

  .sm-max\:w-64 {
    width: 16rem;
  }

  .sm-max\:w-68 {
    width: 17rem;
  }

  .sm-max\:w-72 {
    width: 18rem;
  }

  .sm-max\:w-75 {
    width: 18.75rem;
  }

  .sm-max\:w-80 {
    width: 20rem;
  }

  .sm-max\:w-85 {
    width: 22rem;
  }

  .sm-max\:w-90 {
    width: 22.5rem;
  }

  .sm-max\:w-92 {
    width: 23rem;
  }

  .sm-max\:w-96 {
    width: 24rem;
  }

  .sm-max\:w-100 {
    width: 25rem;
  }

  .sm-max\:w-116 {
    width: 29rem;
  }

  .sm-max\:w-120 {
    width: 30rem;
  }

  .sm-max\:w-125 {
    width: 31.25rem;
  }

  .sm-max\:w-135 {
    width: 33.75rem;
  }

  .sm-max\:w-160 {
    width: 40rem;
  }

  .sm-max\:w-180 {
    width: 45rem;
  }

  .sm-max\:w-240 {
    width: 60rem;
  }

  .sm-max\:w-285 {
    width: 71.25rem;
  }

  .sm-max\:w-330 {
    width: 82.5rem;
  }

  .sm-max\:w-auto {
    width: auto;
  }

  .sm-max\:w-unset {
    width: unset;
  }

  .sm-max\:w-px {
    width: 1px;
  }

  .sm-max\:w-0\.4 {
    width: 0.1rem;
  }

  .sm-max\:w-0\.5 {
    width: 0.125rem;
  }

  .sm-max\:w-0\.6 {
    width: 0.15rem;
  }

  .sm-max\:w-0\.75 {
    width: 0.2rem;
  }

  .sm-max\:w-1\.2 {
    width: 0.3rem;
  }

  .sm-max\:w-1\.25 {
    width: 0.3125rem;
  }

  .sm-max\:w-1\.4 {
    width: 0.35rem;
  }

  .sm-max\:w-1\.5 {
    width: 0.375rem;
  }

  .sm-max\:w-1\.6 {
    width: 0.4rem;
  }

  .sm-max\:w-1\.75 {
    width: 0.4375rem;
  }

  .sm-max\:w-1\.8 {
    width: 0.45rem;
  }

  .sm-max\:w-2\.2 {
    width: 0.55rem;
  }

  .sm-max\:w-2\.5 {
    width: 0.625rem;
  }

  .sm-max\:w-2\.6 {
    width: 0.65rem;
  }

  .sm-max\:w-2\.7 {
    width: 0.675rem;
  }

  .sm-max\:w-2\.8 {
    width: 0.7rem;
  }

  .sm-max\:w-3\.4 {
    width: 0.85rem;
  }

  .sm-max\:w-3\.5 {
    width: 0.875rem;
  }

  .sm-max\:w-3\.6 {
    width: 0.9rem;
  }

  .sm-max\:w-4\.5 {
    width: 1.125rem;
  }

  .sm-max\:w-4\.8 {
    width: 1.2rem;
  }

  .sm-max\:w-5\.3 {
    width: 1.3rem;
  }

  .sm-max\:w-5\.4 {
    width: 1.35rem;
  }

  .sm-max\:w-5\.5 {
    width: 1.375rem;
  }

  .sm-max\:w-5\.6 {
    width: 1.4rem;
  }

  .sm-max\:w-6\.5 {
    width: 1.625rem;
  }

  .sm-max\:w-70\/100 {
    width: 70%;
  }

  .sm-max\:w-31\/100 {
    width: 31%;
  }

  .sm-max\:w-15\/100 {
    width: 15%;
  }

  .sm-max\:w-1\/100 {
    width: 1%;
  }

  .sm-max\:w-1\/10 {
    width: 10%;
  }

  .sm-max\:w-1\/2 {
    width: 50%;
  }

  .sm-max\:w-1\/3 {
    width: 33.333333%;
  }

  .sm-max\:w-2\/3 {
    width: 66.666667%;
  }

  .sm-max\:w-1\/4 {
    width: 25%;
  }

  .sm-max\:w-2\/4 {
    width: 50%;
  }

  .sm-max\:w-3\/4 {
    width: 75%;
  }

  .sm-max\:w-1\/5 {
    width: 20%;
  }

  .sm-max\:w-2\/5 {
    width: 40%;
  }

  .sm-max\:w-3\/5 {
    width: 60%;
  }

  .sm-max\:w-4\/5 {
    width: 80%;
  }

  .sm-max\:w-1\/6 {
    width: 16.666667%;
  }

  .sm-max\:w-2\/6 {
    width: 33.333333%;
  }

  .sm-max\:w-3\/6 {
    width: 50%;
  }

  .sm-max\:w-4\/6 {
    width: 66.666667%;
  }

  .sm-max\:w-5\/6 {
    width: 83.333333%;
  }

  .sm-max\:w-1\/12 {
    width: 8.333333%;
  }

  .sm-max\:w-2\/12 {
    width: 16.666667%;
  }

  .sm-max\:w-3\/12 {
    width: 25%;
  }

  .sm-max\:w-4\/12 {
    width: 33.333333%;
  }

  .sm-max\:w-5\/12 {
    width: 41.666667%;
  }

  .sm-max\:w-6\/12 {
    width: 50%;
  }

  .sm-max\:w-7\/12 {
    width: 58.333333%;
  }

  .sm-max\:w-8\/12 {
    width: 66.666667%;
  }

  .sm-max\:w-9\/12 {
    width: 75%;
  }

  .sm-max\:w-10\/12 {
    width: 83.333333%;
  }

  .sm-max\:w-11\/12 {
    width: 91.666667%;
  }

  .sm-max\:w-full {
    width: 100%;
  }

  .sm-max\:w-screen {
    width: 100vw;
  }

  .sm-max\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .sm-max\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .sm-max\:min-w-0 {
    min-width: 0px;
  }

  .sm-max\:min-w-full {
    min-width: 100%;
  }

  .sm-max\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm-max\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm-max\:max-w-0 {
    max-width: 0rem;
  }

  .sm-max\:max-w-none {
    max-width: none;
  }

  .sm-max\:max-w-xs {
    max-width: 20rem;
  }

  .sm-max\:max-w-sm {
    max-width: 24rem;
  }

  .sm-max\:max-w-md {
    max-width: 28rem;
  }

  .sm-max\:max-w-lg {
    max-width: 32rem;
  }

  .sm-max\:max-w-xl {
    max-width: 36rem;
  }

  .sm-max\:max-w-2xl {
    max-width: 42rem;
  }

  .sm-max\:max-w-3xl {
    max-width: 48rem;
  }

  .sm-max\:max-w-4xl {
    max-width: 56rem;
  }

  .sm-max\:max-w-5xl {
    max-width: 64rem;
  }

  .sm-max\:max-w-6xl {
    max-width: 72rem;
  }

  .sm-max\:max-w-7xl {
    max-width: 80rem;
  }

  .sm-max\:max-w-full {
    max-width: 100%;
  }

  .sm-max\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm-max\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm-max\:max-w-prose {
    max-width: 65ch;
  }

  .sm-max\:max-w-screen-sm {
    max-width: 576px;
  }

  .sm-max\:max-w-screen-md {
    max-width: 768px;
  }

  .sm-max\:max-w-screen-lg {
    max-width: 992px;
  }

  .sm-max\:max-w-screen-xl {
    max-width: 1200px;
  }

  .sm-max\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .sm-max\:flex-0 {
    flex: 0 0 auto;
  }

  .sm-max\:flex-1 {
    flex: 1 1 0%;
  }

  .sm-max\:flex-1-0 {
    flex: 1 0 0%;
  }

  .sm-max\:flex-auto {
    flex: 1 1 auto;
  }

  .sm-max\:flex-initial {
    flex: 0 1 auto;
  }

  .sm-max\:flex-none {
    flex: none;
  }

  .sm-max\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm-max\:flex-shrink {
    flex-shrink: 1;
  }

  .sm-max\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm-max\:flex-grow {
    flex-grow: 1;
  }

  .sm-max\:table-auto {
    table-layout: auto;
  }

  .sm-max\:table-fixed {
    table-layout: fixed;
  }

  .sm-max\:border-collapse {
    border-collapse: collapse;
  }

  .sm-max\:border-separate {
    border-collapse: separate;
  }

  .sm-max\:origin-center {
    transform-origin: center;
  }

  .sm-max\:origin-top {
    transform-origin: top;
  }

  .sm-max\:origin-top-right {
    transform-origin: top right;
  }

  .sm-max\:origin-right {
    transform-origin: right;
  }

  .sm-max\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm-max\:origin-bottom {
    transform-origin: bottom;
  }

  .sm-max\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm-max\:origin-left {
    transform-origin: left;
  }

  .sm-max\:origin-top-left {
    transform-origin: top left;
  }

  .sm-max\: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-max\: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-max\:transform-none {
    transform: none;
  }

  .sm-max\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm-max\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm-max\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm-max\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm-max\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm-max\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm-max\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm-max\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm-max\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm-max\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm-max\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm-max\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .sm-max\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm-max\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .sm-max\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .sm-max\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm-max\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .sm-max\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm-max\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm-max\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .sm-max\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm-max\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .sm-max\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm-max\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .sm-max\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm-max\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm-max\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .sm-max\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm-max\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .sm-max\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm-max\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .sm-max\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm-max\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .sm-max\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm-max\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .sm-max\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm-max\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .sm-max\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm-max\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .sm-max\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm-max\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .sm-max\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .sm-max\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .sm-max\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .sm-max\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .sm-max\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .sm-max\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .sm-max\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .sm-max\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .sm-max\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .sm-max\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .sm-max\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .sm-max\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .sm-max\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .sm-max\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .sm-max\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm-max\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .sm-max\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .sm-max\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .sm-max\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .sm-max\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .sm-max\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .sm-max\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .sm-max\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .sm-max\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .sm-max\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .sm-max\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .sm-max\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .sm-max\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .sm-max\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .sm-max\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .sm-max\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .sm-max\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .sm-max\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .sm-max\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .sm-max\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .sm-max\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .sm-max\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .sm-max\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .sm-max\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .sm-max\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .sm-max\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .sm-max\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .sm-max\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .sm-max\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .sm-max\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .sm-max\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .sm-max\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm-max\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm-max\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm-max\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm-max\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm-max\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm-max\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .sm-max\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm-max\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .sm-max\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm-max\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm-max\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .sm-max\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .sm-max\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm-max\:-translate-x-13 {
    --tw-translate-x: -3.25rem;
  }

  .sm-max\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .sm-max\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm-max\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .sm-max\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm-max\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm-max\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .sm-max\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm-max\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .sm-max\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm-max\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .sm-max\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm-max\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm-max\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .sm-max\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm-max\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .sm-max\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm-max\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .sm-max\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm-max\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .sm-max\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm-max\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .sm-max\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm-max\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .sm-max\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm-max\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .sm-max\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm-max\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .sm-max\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .sm-max\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .sm-max\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .sm-max\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .sm-max\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .sm-max\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .sm-max\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .sm-max\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .sm-max\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .sm-max\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .sm-max\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .sm-max\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .sm-max\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .sm-max\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .sm-max\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm-max\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .sm-max\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .sm-max\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .sm-max\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .sm-max\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .sm-max\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .sm-max\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .sm-max\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .sm-max\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .sm-max\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .sm-max\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .sm-max\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .sm-max\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .sm-max\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .sm-max\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .sm-max\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .sm-max\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .sm-max\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .sm-max\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .sm-max\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .sm-max\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .sm-max\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .sm-max\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .sm-max\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .sm-max\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .sm-max\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .sm-max\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .sm-max\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .sm-max\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .sm-max\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .sm-max\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .sm-max\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm-max\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm-max\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm-max\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm-max\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm-max\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm-max\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm-max\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm-max\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm-max\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm-max\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm-max\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm-max\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm-max\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm-max\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm-max\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm-max\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm-max\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm-max\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .sm-max\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm-max\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .sm-max\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm-max\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm-max\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .sm-max\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .sm-max\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm-max\:translate-y-13 {
    --tw-translate-y: 3.25rem;
  }

  .sm-max\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .sm-max\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm-max\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .sm-max\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm-max\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm-max\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .sm-max\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm-max\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .sm-max\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm-max\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .sm-max\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm-max\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm-max\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .sm-max\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm-max\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .sm-max\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm-max\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .sm-max\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm-max\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .sm-max\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm-max\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .sm-max\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm-max\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .sm-max\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm-max\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .sm-max\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm-max\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .sm-max\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .sm-max\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .sm-max\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .sm-max\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .sm-max\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .sm-max\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .sm-max\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .sm-max\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .sm-max\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .sm-max\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .sm-max\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .sm-max\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .sm-max\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .sm-max\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .sm-max\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm-max\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .sm-max\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .sm-max\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .sm-max\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .sm-max\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .sm-max\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .sm-max\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .sm-max\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .sm-max\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .sm-max\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .sm-max\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .sm-max\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .sm-max\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .sm-max\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .sm-max\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .sm-max\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .sm-max\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .sm-max\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .sm-max\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .sm-max\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .sm-max\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .sm-max\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .sm-max\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .sm-max\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .sm-max\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .sm-max\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .sm-max\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .sm-max\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .sm-max\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .sm-max\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .sm-max\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .sm-max\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm-max\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm-max\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm-max\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm-max\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm-max\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm-max\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .sm-max\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm-max\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .sm-max\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm-max\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm-max\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .sm-max\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .sm-max\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm-max\:-translate-y-13 {
    --tw-translate-y: -3.25rem;
  }

  .sm-max\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .sm-max\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm-max\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .sm-max\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm-max\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm-max\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .sm-max\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm-max\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .sm-max\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm-max\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .sm-max\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm-max\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm-max\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .sm-max\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm-max\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .sm-max\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm-max\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .sm-max\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm-max\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .sm-max\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm-max\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .sm-max\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm-max\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .sm-max\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm-max\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .sm-max\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm-max\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .sm-max\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .sm-max\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .sm-max\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .sm-max\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .sm-max\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .sm-max\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .sm-max\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .sm-max\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .sm-max\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .sm-max\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .sm-max\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .sm-max\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .sm-max\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .sm-max\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .sm-max\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm-max\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .sm-max\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .sm-max\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .sm-max\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .sm-max\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .sm-max\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .sm-max\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .sm-max\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .sm-max\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .sm-max\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .sm-max\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .sm-max\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .sm-max\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .sm-max\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .sm-max\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .sm-max\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .sm-max\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .sm-max\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .sm-max\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .sm-max\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .sm-max\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .sm-max\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .sm-max\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .sm-max\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .sm-max\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .sm-max\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .sm-max\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .sm-max\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .sm-max\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .sm-max\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .sm-max\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .sm-max\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm-max\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm-max\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm-max\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm-max\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm-max\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm-max\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm-max\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm-max\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm-max\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm-max\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm-max\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm-max\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm-max\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm-max\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm-max\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm-max\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm-max\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm-max\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm-max\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm-max\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm-max\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm-max\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm-max\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm-max\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .sm-max\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm-max\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .sm-max\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .sm-max\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .sm-max\:hover\:translate-x-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .sm-max\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm-max\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm-max\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .sm-max\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm-max\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .sm-max\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm-max\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .sm-max\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm-max\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm-max\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .sm-max\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm-max\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .sm-max\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm-max\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .sm-max\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm-max\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .sm-max\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm-max\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .sm-max\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm-max\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .sm-max\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm-max\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .sm-max\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm-max\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .sm-max\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .sm-max\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .sm-max\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .sm-max\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .sm-max\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .sm-max\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .sm-max\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .sm-max\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .sm-max\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .sm-max\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .sm-max\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .sm-max\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .sm-max\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .sm-max\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .sm-max\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm-max\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .sm-max\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .sm-max\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .sm-max\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .sm-max\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .sm-max\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .sm-max\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .sm-max\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .sm-max\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .sm-max\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .sm-max\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .sm-max\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .sm-max\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .sm-max\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .sm-max\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .sm-max\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .sm-max\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .sm-max\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .sm-max\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .sm-max\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .sm-max\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .sm-max\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .sm-max\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .sm-max\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .sm-max\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .sm-max\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .sm-max\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .sm-max\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .sm-max\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .sm-max\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .sm-max\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .sm-max\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm-max\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm-max\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm-max\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm-max\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm-max\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm-max\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .sm-max\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm-max\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .sm-max\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm-max\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm-max\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .sm-max\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .sm-max\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm-max\:hover\:-translate-x-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .sm-max\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .sm-max\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .sm-max\:hover\:-translate-x-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .sm-max\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm-max\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm-max\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .sm-max\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm-max\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .sm-max\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm-max\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .sm-max\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm-max\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm-max\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .sm-max\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm-max\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .sm-max\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm-max\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .sm-max\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm-max\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .sm-max\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm-max\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .sm-max\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm-max\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .sm-max\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm-max\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .sm-max\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm-max\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .sm-max\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .sm-max\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .sm-max\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .sm-max\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .sm-max\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .sm-max\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .sm-max\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .sm-max\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .sm-max\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .sm-max\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .sm-max\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .sm-max\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .sm-max\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .sm-max\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .sm-max\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm-max\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .sm-max\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .sm-max\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .sm-max\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .sm-max\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .sm-max\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .sm-max\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .sm-max\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .sm-max\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .sm-max\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .sm-max\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .sm-max\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .sm-max\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .sm-max\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .sm-max\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .sm-max\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .sm-max\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .sm-max\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .sm-max\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .sm-max\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .sm-max\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .sm-max\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .sm-max\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .sm-max\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .sm-max\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .sm-max\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .sm-max\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .sm-max\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .sm-max\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .sm-max\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .sm-max\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .sm-max\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm-max\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm-max\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm-max\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm-max\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm-max\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm-max\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm-max\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm-max\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm-max\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm-max\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm-max\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm-max\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm-max\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm-max\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm-max\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm-max\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm-max\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm-max\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .sm-max\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm-max\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .sm-max\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm-max\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm-max\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .sm-max\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .sm-max\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm-max\:hover\:translate-y-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .sm-max\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .sm-max\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .sm-max\:hover\:translate-y-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .sm-max\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm-max\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm-max\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .sm-max\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm-max\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .sm-max\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm-max\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .sm-max\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm-max\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm-max\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .sm-max\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm-max\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .sm-max\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm-max\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .sm-max\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm-max\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .sm-max\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm-max\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .sm-max\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm-max\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .sm-max\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm-max\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .sm-max\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm-max\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .sm-max\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .sm-max\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .sm-max\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .sm-max\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .sm-max\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .sm-max\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .sm-max\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .sm-max\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .sm-max\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .sm-max\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .sm-max\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .sm-max\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .sm-max\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .sm-max\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .sm-max\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm-max\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .sm-max\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .sm-max\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .sm-max\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .sm-max\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .sm-max\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .sm-max\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .sm-max\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .sm-max\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .sm-max\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .sm-max\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .sm-max\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .sm-max\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .sm-max\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .sm-max\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .sm-max\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .sm-max\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .sm-max\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .sm-max\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .sm-max\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .sm-max\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .sm-max\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .sm-max\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .sm-max\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .sm-max\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .sm-max\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .sm-max\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .sm-max\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .sm-max\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .sm-max\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .sm-max\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .sm-max\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm-max\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm-max\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm-max\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm-max\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm-max\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm-max\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .sm-max\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm-max\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .sm-max\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm-max\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm-max\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .sm-max\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .sm-max\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm-max\:hover\:-translate-y-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .sm-max\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .sm-max\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .sm-max\:hover\:-translate-y-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .sm-max\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm-max\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm-max\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .sm-max\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm-max\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .sm-max\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm-max\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .sm-max\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm-max\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm-max\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .sm-max\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm-max\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .sm-max\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm-max\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .sm-max\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm-max\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .sm-max\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm-max\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .sm-max\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm-max\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .sm-max\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm-max\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .sm-max\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm-max\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .sm-max\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .sm-max\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .sm-max\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .sm-max\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .sm-max\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .sm-max\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .sm-max\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .sm-max\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .sm-max\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .sm-max\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .sm-max\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .sm-max\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .sm-max\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .sm-max\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .sm-max\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm-max\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .sm-max\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .sm-max\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .sm-max\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .sm-max\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .sm-max\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .sm-max\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .sm-max\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .sm-max\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .sm-max\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .sm-max\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .sm-max\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .sm-max\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .sm-max\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .sm-max\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .sm-max\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .sm-max\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .sm-max\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .sm-max\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .sm-max\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .sm-max\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .sm-max\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .sm-max\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .sm-max\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .sm-max\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .sm-max\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .sm-max\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .sm-max\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .sm-max\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .sm-max\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .sm-max\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .sm-max\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm-max\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm-max\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm-max\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm-max\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm-max\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm-max\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm-max\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm-max\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm-max\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm-max\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm-max\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm-max\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm-max\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm-max\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm-max\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm-max\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm-max\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm-max\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .sm-max\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm-max\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .sm-max\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm-max\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm-max\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .sm-max\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .sm-max\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm-max\:focus\:translate-x-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .sm-max\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .sm-max\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .sm-max\:focus\:translate-x-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .sm-max\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm-max\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm-max\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .sm-max\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm-max\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .sm-max\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm-max\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .sm-max\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm-max\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm-max\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .sm-max\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm-max\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .sm-max\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm-max\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .sm-max\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm-max\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .sm-max\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm-max\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .sm-max\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm-max\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .sm-max\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm-max\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .sm-max\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm-max\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .sm-max\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .sm-max\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .sm-max\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .sm-max\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .sm-max\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .sm-max\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .sm-max\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .sm-max\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .sm-max\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .sm-max\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .sm-max\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .sm-max\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .sm-max\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .sm-max\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .sm-max\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm-max\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .sm-max\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .sm-max\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .sm-max\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .sm-max\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .sm-max\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .sm-max\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .sm-max\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .sm-max\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .sm-max\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .sm-max\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .sm-max\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .sm-max\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .sm-max\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .sm-max\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .sm-max\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .sm-max\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .sm-max\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .sm-max\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .sm-max\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .sm-max\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .sm-max\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .sm-max\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .sm-max\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .sm-max\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .sm-max\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .sm-max\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .sm-max\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .sm-max\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .sm-max\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .sm-max\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .sm-max\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm-max\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm-max\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm-max\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm-max\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm-max\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm-max\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .sm-max\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm-max\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .sm-max\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm-max\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm-max\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .sm-max\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .sm-max\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm-max\:focus\:-translate-x-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .sm-max\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .sm-max\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .sm-max\:focus\:-translate-x-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .sm-max\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm-max\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm-max\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .sm-max\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm-max\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .sm-max\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm-max\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .sm-max\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm-max\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm-max\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .sm-max\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm-max\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .sm-max\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm-max\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .sm-max\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm-max\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .sm-max\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm-max\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .sm-max\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm-max\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .sm-max\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm-max\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .sm-max\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm-max\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .sm-max\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .sm-max\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .sm-max\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .sm-max\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .sm-max\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .sm-max\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .sm-max\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .sm-max\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .sm-max\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .sm-max\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .sm-max\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .sm-max\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .sm-max\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .sm-max\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .sm-max\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm-max\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .sm-max\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .sm-max\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .sm-max\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .sm-max\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .sm-max\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .sm-max\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .sm-max\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .sm-max\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .sm-max\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .sm-max\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .sm-max\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .sm-max\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .sm-max\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .sm-max\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .sm-max\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .sm-max\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .sm-max\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .sm-max\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .sm-max\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .sm-max\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .sm-max\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .sm-max\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .sm-max\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .sm-max\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .sm-max\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .sm-max\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .sm-max\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .sm-max\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .sm-max\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .sm-max\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .sm-max\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm-max\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm-max\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm-max\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm-max\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm-max\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm-max\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm-max\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm-max\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm-max\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm-max\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm-max\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm-max\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm-max\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm-max\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm-max\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm-max\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm-max\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm-max\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .sm-max\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm-max\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .sm-max\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm-max\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm-max\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .sm-max\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .sm-max\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm-max\:focus\:translate-y-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .sm-max\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .sm-max\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .sm-max\:focus\:translate-y-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .sm-max\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm-max\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm-max\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .sm-max\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm-max\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .sm-max\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm-max\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .sm-max\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm-max\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm-max\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .sm-max\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm-max\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .sm-max\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm-max\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .sm-max\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm-max\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .sm-max\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm-max\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .sm-max\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm-max\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .sm-max\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm-max\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .sm-max\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm-max\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .sm-max\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .sm-max\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .sm-max\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .sm-max\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .sm-max\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .sm-max\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .sm-max\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .sm-max\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .sm-max\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .sm-max\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .sm-max\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .sm-max\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .sm-max\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .sm-max\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .sm-max\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm-max\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .sm-max\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .sm-max\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .sm-max\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .sm-max\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .sm-max\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .sm-max\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .sm-max\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .sm-max\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .sm-max\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .sm-max\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .sm-max\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .sm-max\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .sm-max\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .sm-max\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .sm-max\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .sm-max\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .sm-max\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .sm-max\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .sm-max\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .sm-max\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .sm-max\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .sm-max\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .sm-max\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .sm-max\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .sm-max\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .sm-max\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .sm-max\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .sm-max\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .sm-max\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .sm-max\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .sm-max\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .sm-max\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm-max\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm-max\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm-max\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm-max\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm-max\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .sm-max\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm-max\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .sm-max\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm-max\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm-max\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .sm-max\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .sm-max\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm-max\:focus\:-translate-y-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .sm-max\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .sm-max\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .sm-max\:focus\:-translate-y-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .sm-max\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm-max\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm-max\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .sm-max\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm-max\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .sm-max\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm-max\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .sm-max\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm-max\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm-max\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .sm-max\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm-max\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .sm-max\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm-max\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .sm-max\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm-max\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .sm-max\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm-max\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .sm-max\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm-max\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .sm-max\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm-max\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .sm-max\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm-max\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .sm-max\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .sm-max\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .sm-max\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .sm-max\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .sm-max\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .sm-max\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .sm-max\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .sm-max\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .sm-max\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .sm-max\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .sm-max\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .sm-max\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .sm-max\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .sm-max\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .sm-max\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm-max\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .sm-max\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .sm-max\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .sm-max\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .sm-max\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .sm-max\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .sm-max\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .sm-max\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .sm-max\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .sm-max\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .sm-max\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .sm-max\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .sm-max\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .sm-max\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .sm-max\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .sm-max\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .sm-max\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .sm-max\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .sm-max\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .sm-max\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .sm-max\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .sm-max\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .sm-max\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .sm-max\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .sm-max\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .sm-max\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .sm-max\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .sm-max\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .sm-max\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .sm-max\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .sm-max\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .sm-max\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .sm-max\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm-max\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm-max\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .sm-max\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .sm-max\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .sm-max\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .sm-max\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm-max\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm-max\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm-max\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm-max\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm-max\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm-max\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm-max\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm-max\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm-max\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm-max\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm-max\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm-max\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm-max\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm-max\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm-max\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm-max\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm-max\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm-max\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm-max\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm-max\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm-max\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm-max\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm-max\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm-max\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm-max\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm-max\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm-max\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm-max\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm-max\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm-max\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm-max\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm-max\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm-max\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm-max\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm-max\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm-max\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm-max\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm-max\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm-max\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm-max\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm-max\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm-max\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm-max\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm-max\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm-max\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm-max\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm-max\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm-max\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm-max\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm-max\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm-max\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm-max\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm-max\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm-max\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm-max\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm-max\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm-max\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm-max\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm-max\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm-max\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm-max\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm-max\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm-max\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm-max\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm-max\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm-max\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm-max\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm-max\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm-max\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm-max\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm-max\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm-max\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm-max\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm-max\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm-max\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm-max\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm-max\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm-max\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm-max\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm-max\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm-max\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm-max\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm-max\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm-max\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm-max\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm-max\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm-max\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm-max\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm-max\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm-max\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm-max\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm-max\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm-max\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm-max\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm-max\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm-max\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm-max\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm-max\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm-max\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm-max\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm-max\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm-max\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm-max\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm-max\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm-max\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm-max\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm-max\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm-max\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm-max\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm-max\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm-max\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm-max\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm-max\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm-max\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm-max\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm-max\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm-max\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm-max\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm-max\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm-max\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm-max\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm-max\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm-max\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm-max\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm-max\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm-max\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm-max\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm-max\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm-max\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm-max\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm-max\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm-max\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm-max\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm-max\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm-max\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm-max\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm-max\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm-max\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm-max\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm-max\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm-max\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm-max\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm-max\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm-max\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm-max\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm-max\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm-max\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm-max\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm-max\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm-max\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm-max\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm-max\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm-max\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm-max\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm-max\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm-max\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm-max\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm-max\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm-max\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm-max\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm-max\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm-max\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm-max\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm-max\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm-max\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm-max\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm-max\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm-max\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm-max\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm-max\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm-max\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm-max\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm-max\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm-max\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm-max\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm-max\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm-max\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm-max\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm-max\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm-max\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm-max\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm-max\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm-max\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm-max\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm-max\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm-max\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm-max\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm-max\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm-max\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm-max\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm-max\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm-max\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm-max\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm-max\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm-max\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm-max\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm-max\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm-max\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm-max\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm-max\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm-max\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm-max\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm-max\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm-max\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm-max\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm-max\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm-max\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm-max\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm-max\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm-max\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm-max\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm-max\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm-max\:animate-none {
    animation: none;
  }

  .sm-max\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm-max\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm-max\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm-max\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .sm-max\:cursor-auto {
    cursor: auto;
  }

  .sm-max\:cursor-default {
    cursor: default;
  }

  .sm-max\:cursor-pointer {
    cursor: pointer;
  }

  .sm-max\:cursor-wait {
    cursor: wait;
  }

  .sm-max\:cursor-text {
    cursor: text;
  }

  .sm-max\:cursor-move {
    cursor: move;
  }

  .sm-max\:cursor-help {
    cursor: help;
  }

  .sm-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm-max\:cursor-none {
    cursor: none;
  }

  .sm-max\:cursor-context-menu {
    cursor: context-menu;
  }

  .sm-max\:cursor-progress {
    cursor: progress;
  }

  .sm-max\:cursor-cell {
    cursor: cell;
  }

  .sm-max\:cursor-crosshair {
    cursor: crosshair;
  }

  .sm-max\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .sm-max\:cursor-alias {
    cursor: alias;
  }

  .sm-max\:cursor-copy {
    cursor: copy;
  }

  .sm-max\:cursor-no-drop {
    cursor: no-drop;
  }

  .sm-max\:cursor-grab {
    cursor: grab;
  }

  .sm-max\:cursor-grabbing {
    cursor: grabbing;
  }

  .sm-max\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .sm-max\:cursor-col-resize {
    cursor: col-resize;
  }

  .sm-max\:cursor-row-resize {
    cursor: row-resize;
  }

  .sm-max\:cursor-n-resize {
    cursor: n-resize;
  }

  .sm-max\:cursor-e-resize {
    cursor: e-resize;
  }

  .sm-max\:cursor-s-resize {
    cursor: s-resize;
  }

  .sm-max\:cursor-w-resize {
    cursor: w-resize;
  }

  .sm-max\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .sm-max\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .sm-max\:cursor-se-resize {
    cursor: se-resize;
  }

  .sm-max\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .sm-max\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .sm-max\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .sm-max\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .sm-max\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .sm-max\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .sm-max\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .sm-max\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm-max\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm-max\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm-max\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm-max\:resize-none {
    resize: none;
  }

  .sm-max\:resize-y {
    resize: vertical;
  }

  .sm-max\:resize-x {
    resize: horizontal;
  }

  .sm-max\:resize {
    resize: both;
  }

  .sm-max\:list-inside {
    list-style-position: inside;
  }

  .sm-max\:list-outside {
    list-style-position: outside;
  }

  .sm-max\:list-none {
    list-style-type: none;
  }

  .sm-max\:list-disc {
    list-style-type: disc;
  }

  .sm-max\:list-decimal {
    list-style-type: decimal;
  }

  .sm-max\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-max\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm-max\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .sm-max\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .sm-max\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm-max\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm-max\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm-max\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm-max\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm-max\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm-max\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm-max\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm-max\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm-max\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm-max\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm-max\:flex-row {
    flex-direction: row;
  }

  .sm-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm-max\:flex-col {
    flex-direction: column;
  }

  .sm-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm-max\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm-max\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm-max\:place-content-center {
    place-content: center;
  }

  .sm-max\:place-content-start {
    place-content: start;
  }

  .sm-max\:place-content-end {
    place-content: end;
  }

  .sm-max\:place-content-between {
    place-content: space-between;
  }

  .sm-max\:place-content-around {
    place-content: space-around;
  }

  .sm-max\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm-max\:place-content-stretch {
    place-content: stretch;
  }

  .sm-max\:place-items-start {
    place-items: start;
  }

  .sm-max\:place-items-end {
    place-items: end;
  }

  .sm-max\:place-items-center {
    place-items: center;
  }

  .sm-max\:place-items-stretch {
    place-items: stretch;
  }

  .sm-max\:content-center {
    align-content: center;
  }

  .sm-max\:content-start {
    align-content: flex-start;
  }

  .sm-max\:content-end {
    align-content: flex-end;
  }

  .sm-max\:content-between {
    align-content: space-between;
  }

  .sm-max\:content-around {
    align-content: space-around;
  }

  .sm-max\:content-evenly {
    align-content: space-evenly;
  }

  .sm-max\:items-start {
    align-items: flex-start;
  }

  .sm-max\:items-end {
    align-items: flex-end;
  }

  .sm-max\:items-center {
    align-items: center;
  }

  .sm-max\:items-baseline {
    align-items: baseline;
  }

  .sm-max\:items-stretch {
    align-items: stretch;
  }

  .sm-max\:justify-start {
    justify-content: flex-start;
  }

  .sm-max\:justify-end {
    justify-content: flex-end;
  }

  .sm-max\:justify-center {
    justify-content: center;
  }

  .sm-max\:justify-between {
    justify-content: space-between;
  }

  .sm-max\:justify-around {
    justify-content: space-around;
  }

  .sm-max\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm-max\:justify-items-start {
    justify-items: start;
  }

  .sm-max\:justify-items-end {
    justify-items: end;
  }

  .sm-max\:justify-items-center {
    justify-items: center;
  }

  .sm-max\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm-max\:gap-0 {
    gap: 0px;
  }

  .sm-max\:gap-1 {
    gap: 0.25rem;
  }

  .sm-max\:gap-2 {
    gap: 0.5rem;
  }

  .sm-max\:gap-3 {
    gap: 0.75rem;
  }

  .sm-max\:gap-4 {
    gap: 1rem;
  }

  .sm-max\:gap-5 {
    gap: 1.25rem;
  }

  .sm-max\:gap-6 {
    gap: 1.5rem;
  }

  .sm-max\:gap-7 {
    gap: 1.75rem;
  }

  .sm-max\:gap-8 {
    gap: 2rem;
  }

  .sm-max\:gap-9 {
    gap: 2.25rem;
  }

  .sm-max\:gap-10 {
    gap: 2.5rem;
  }

  .sm-max\:gap-11 {
    gap: 2.75rem;
  }

  .sm-max\:gap-12 {
    gap: 3rem;
  }

  .sm-max\:gap-13 {
    gap: 3.25rem;
  }

  .sm-max\:gap-14 {
    gap: 3.5rem;
  }

  .sm-max\:gap-16 {
    gap: 4rem;
  }

  .sm-max\:gap-19 {
    gap: 4.75rem;
  }

  .sm-max\:gap-20 {
    gap: 5rem;
  }

  .sm-max\:gap-24 {
    gap: 6rem;
  }

  .sm-max\:gap-25 {
    gap: 6.25rem;
  }

  .sm-max\:gap-28 {
    gap: 7rem;
  }

  .sm-max\:gap-30 {
    gap: 7.5rem;
  }

  .sm-max\:gap-32 {
    gap: 8rem;
  }

  .sm-max\:gap-34 {
    gap: 8.5rem;
  }

  .sm-max\:gap-36 {
    gap: 9rem;
  }

  .sm-max\:gap-40 {
    gap: 10rem;
  }

  .sm-max\:gap-42 {
    gap: 10.5rem;
  }

  .sm-max\:gap-44 {
    gap: 11rem;
  }

  .sm-max\:gap-46 {
    gap: 11.5rem;
  }

  .sm-max\:gap-48 {
    gap: 12rem;
  }

  .sm-max\:gap-50 {
    gap: 12.5rem;
  }

  .sm-max\:gap-52 {
    gap: 13rem;
  }

  .sm-max\:gap-54 {
    gap: 13.5rem;
  }

  .sm-max\:gap-56 {
    gap: 14rem;
  }

  .sm-max\:gap-60 {
    gap: 15rem;
  }

  .sm-max\:gap-64 {
    gap: 16rem;
  }

  .sm-max\:gap-68 {
    gap: 17rem;
  }

  .sm-max\:gap-72 {
    gap: 18rem;
  }

  .sm-max\:gap-75 {
    gap: 18.75rem;
  }

  .sm-max\:gap-80 {
    gap: 20rem;
  }

  .sm-max\:gap-85 {
    gap: 22rem;
  }

  .sm-max\:gap-90 {
    gap: 22.5rem;
  }

  .sm-max\:gap-92 {
    gap: 23rem;
  }

  .sm-max\:gap-96 {
    gap: 24rem;
  }

  .sm-max\:gap-100 {
    gap: 25rem;
  }

  .sm-max\:gap-116 {
    gap: 29rem;
  }

  .sm-max\:gap-120 {
    gap: 30rem;
  }

  .sm-max\:gap-125 {
    gap: 31.25rem;
  }

  .sm-max\:gap-135 {
    gap: 33.75rem;
  }

  .sm-max\:gap-160 {
    gap: 40rem;
  }

  .sm-max\:gap-180 {
    gap: 45rem;
  }

  .sm-max\:gap-240 {
    gap: 60rem;
  }

  .sm-max\:gap-285 {
    gap: 71.25rem;
  }

  .sm-max\:gap-330 {
    gap: 82.5rem;
  }

  .sm-max\:gap-unset {
    gap: unset;
  }

  .sm-max\:gap-px {
    gap: 1px;
  }

  .sm-max\:gap-0\.4 {
    gap: 0.1rem;
  }

  .sm-max\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm-max\:gap-0\.6 {
    gap: 0.15rem;
  }

  .sm-max\:gap-0\.75 {
    gap: 0.2rem;
  }

  .sm-max\:gap-1\.2 {
    gap: 0.3rem;
  }

  .sm-max\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .sm-max\:gap-1\.4 {
    gap: 0.35rem;
  }

  .sm-max\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm-max\:gap-1\.6 {
    gap: 0.4rem;
  }

  .sm-max\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .sm-max\:gap-1\.8 {
    gap: 0.45rem;
  }

  .sm-max\:gap-2\.2 {
    gap: 0.55rem;
  }

  .sm-max\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm-max\:gap-2\.6 {
    gap: 0.65rem;
  }

  .sm-max\:gap-2\.7 {
    gap: 0.675rem;
  }

  .sm-max\:gap-2\.8 {
    gap: 0.7rem;
  }

  .sm-max\:gap-3\.4 {
    gap: 0.85rem;
  }

  .sm-max\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm-max\:gap-3\.6 {
    gap: 0.9rem;
  }

  .sm-max\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm-max\:gap-4\.8 {
    gap: 1.2rem;
  }

  .sm-max\:gap-5\.3 {
    gap: 1.3rem;
  }

  .sm-max\:gap-5\.4 {
    gap: 1.35rem;
  }

  .sm-max\:gap-5\.5 {
    gap: 1.375rem;
  }

  .sm-max\:gap-5\.6 {
    gap: 1.4rem;
  }

  .sm-max\:gap-6\.5 {
    gap: 1.625rem;
  }

  .sm-max\:gap-70\/100 {
    gap: 70%;
  }

  .sm-max\:gap-31\/100 {
    gap: 31%;
  }

  .sm-max\:gap-15\/100 {
    gap: 15%;
  }

  .sm-max\:gap-1\/100 {
    gap: 1%;
  }

  .sm-max\:gap-1\/10 {
    gap: 10%;
  }

  .sm-max\:gap-1\/2 {
    gap: 50%;
  }

  .sm-max\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm-max\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm-max\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm-max\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm-max\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm-max\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm-max\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm-max\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm-max\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm-max\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm-max\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm-max\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm-max\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm-max\:gap-x-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .sm-max\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm-max\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm-max\:gap-x-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .sm-max\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm-max\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm-max\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .sm-max\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm-max\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .sm-max\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm-max\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .sm-max\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm-max\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm-max\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .sm-max\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm-max\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .sm-max\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm-max\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .sm-max\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm-max\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .sm-max\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm-max\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm-max\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm-max\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .sm-max\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm-max\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .sm-max\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm-max\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sm-max\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .sm-max\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .sm-max\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm-max\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .sm-max\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .sm-max\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sm-max\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .sm-max\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .sm-max\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .sm-max\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .sm-max\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .sm-max\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .sm-max\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .sm-max\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .sm-max\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm-max\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .sm-max\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm-max\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .sm-max\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .sm-max\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .sm-max\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .sm-max\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .sm-max\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm-max\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .sm-max\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .sm-max\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .sm-max\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .sm-max\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm-max\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .sm-max\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .sm-max\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .sm-max\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .sm-max\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm-max\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .sm-max\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .sm-max\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .sm-max\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .sm-max\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .sm-max\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .sm-max\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .sm-max\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .sm-max\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .sm-max\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .sm-max\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .sm-max\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm-max\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .sm-max\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm-max\:gap-y-0 {
    row-gap: 0px;
  }

  .sm-max\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm-max\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm-max\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm-max\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm-max\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm-max\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm-max\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm-max\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm-max\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm-max\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm-max\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .sm-max\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm-max\:gap-y-13 {
    row-gap: 3.25rem;
  }

  .sm-max\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm-max\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm-max\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .sm-max\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm-max\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm-max\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .sm-max\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm-max\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .sm-max\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm-max\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .sm-max\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm-max\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm-max\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .sm-max\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm-max\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .sm-max\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm-max\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .sm-max\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm-max\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .sm-max\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm-max\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm-max\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm-max\:gap-y-68 {
    row-gap: 17rem;
  }

  .sm-max\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm-max\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .sm-max\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm-max\:gap-y-85 {
    row-gap: 22rem;
  }

  .sm-max\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .sm-max\:gap-y-92 {
    row-gap: 23rem;
  }

  .sm-max\:gap-y-96 {
    row-gap: 24rem;
  }

  .sm-max\:gap-y-100 {
    row-gap: 25rem;
  }

  .sm-max\:gap-y-116 {
    row-gap: 29rem;
  }

  .sm-max\:gap-y-120 {
    row-gap: 30rem;
  }

  .sm-max\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .sm-max\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .sm-max\:gap-y-160 {
    row-gap: 40rem;
  }

  .sm-max\:gap-y-180 {
    row-gap: 45rem;
  }

  .sm-max\:gap-y-240 {
    row-gap: 60rem;
  }

  .sm-max\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .sm-max\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .sm-max\:gap-y-unset {
    row-gap: unset;
  }

  .sm-max\:gap-y-px {
    row-gap: 1px;
  }

  .sm-max\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .sm-max\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .sm-max\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .sm-max\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .sm-max\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .sm-max\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .sm-max\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .sm-max\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .sm-max\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .sm-max\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .sm-max\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .sm-max\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .sm-max\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm-max\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .sm-max\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .sm-max\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .sm-max\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .sm-max\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm-max\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .sm-max\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .sm-max\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .sm-max\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .sm-max\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .sm-max\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .sm-max\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .sm-max\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .sm-max\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .sm-max\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .sm-max\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .sm-max\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .sm-max\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .sm-max\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\: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-max\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\: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-max\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\: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-max\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\: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-max\: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-max\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-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-max\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-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-max\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-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-max\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-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-max\:-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-max\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-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-max\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\: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-max\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\: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-max\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\: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-max\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\: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-max\: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-max\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .sm-max\: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-max\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-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-max\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-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-max\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-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-max\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-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-max\:-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-max\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-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-max\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .sm-max\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .sm-max\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm-max\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm-max\: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-max\: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-max\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .sm-max\: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-max\: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-max\: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-max\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm-max\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm-max\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm-max\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm-max\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm-max\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm-max\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm-max\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm-max\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .sm-max\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm-max\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm-max\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .sm-max\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .sm-max\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .sm-max\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm-max\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .sm-max\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm-max\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm-max\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .sm-max\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .sm-max\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .sm-max\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .sm-max\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .sm-max\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .sm-max\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .sm-max\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .sm-max\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm-max\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .sm-max\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm-max\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .sm-max\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .sm-max\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .sm-max\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm-max\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .sm-max\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .sm-max\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .sm-max\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm-max\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm-max\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm-max\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm-max\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm-max\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm-max\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm-max\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm-max\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm-max\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm-max\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm-max\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm-max\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm-max\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm-max\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm-max\:place-self-auto {
    place-self: auto;
  }

  .sm-max\:place-self-start {
    place-self: start;
  }

  .sm-max\:place-self-end {
    place-self: end;
  }

  .sm-max\:place-self-center {
    place-self: center;
  }

  .sm-max\:place-self-stretch {
    place-self: stretch;
  }

  .sm-max\:self-auto {
    align-self: auto;
  }

  .sm-max\:self-start {
    align-self: flex-start;
  }

  .sm-max\:self-end {
    align-self: flex-end;
  }

  .sm-max\:self-center {
    align-self: center;
  }

  .sm-max\:self-stretch {
    align-self: stretch;
  }

  .sm-max\:self-baseline {
    align-self: baseline;
  }

  .sm-max\:justify-self-auto {
    justify-self: auto;
  }

  .sm-max\:justify-self-start {
    justify-self: start;
  }

  .sm-max\:justify-self-end {
    justify-self: end;
  }

  .sm-max\:justify-self-center {
    justify-self: center;
  }

  .sm-max\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm-max\:overflow-auto {
    overflow: auto;
  }

  .sm-max\:overflow-hidden {
    overflow: hidden;
  }

  .sm-max\:overflow-visible {
    overflow: visible;
  }

  .sm-max\:overflow-scroll {
    overflow: scroll;
  }

  .sm-max\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm-max\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm-max\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm-max\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm-max\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm-max\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm-max\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm-max\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .sm-max\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .sm-max\:overscroll-none {
    overscroll-behavior: none;
  }

  .sm-max\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm-max\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm-max\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm-max\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm-max\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm-max\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm-max\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-max\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm-max\:overflow-clip {
    text-overflow: clip;
  }

  .sm-max\:whitespace-normal {
    white-space: normal;
  }

  .sm-max\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm-max\:whitespace-pre {
    white-space: pre;
  }

  .sm-max\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm-max\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm-max\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-max\:break-words {
    overflow-wrap: break-word;
  }

  .sm-max\:break-all {
    word-break: break-all;
  }

  .sm-max\:rounded-none {
    border-radius: 0px;
  }

  .sm-max\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm-max\:rounded {
    border-radius: 0.25rem;
  }

  .sm-max\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm-max\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm-max\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm-max\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm-max\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm-max\:rounded-full {
    border-radius: 9999px;
  }

  .sm-max\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm-max\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm-max\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-max\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm-max\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm-max\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm-max\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .sm-max\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm-max\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm-max\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm-max\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm-max\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm-max\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm-max\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm-max\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm-max\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm-max\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm-max\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm-max\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm-max\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm-max\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm-max\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm-max\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm-max\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm-max\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm-max\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm-max\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm-max\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm-max\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm-max\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm-max\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm-max\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm-max\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm-max\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm-max\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm-max\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm-max\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm-max\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm-max\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm-max\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm-max\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm-max\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm-max\:border-0 {
    border-width: 0px;
  }

  .sm-max\:border-2 {
    border-width: 2px;
  }

  .sm-max\:border-3 {
    border-width: 3px;
  }

  .sm-max\:border-4 {
    border-width: 4px;
  }

  .sm-max\:border-8 {
    border-width: 8px;
  }

  .sm-max\:border {
    border-width: 1px;
  }

  .sm-max\:border-t-0 {
    border-top-width: 0px;
  }

  .sm-max\:border-t-2 {
    border-top-width: 2px;
  }

  .sm-max\:border-t-3 {
    border-top-width: 3px;
  }

  .sm-max\:border-t-4 {
    border-top-width: 4px;
  }

  .sm-max\:border-t-8 {
    border-top-width: 8px;
  }

  .sm-max\:border-t {
    border-top-width: 1px;
  }

  .sm-max\:border-r-0 {
    border-right-width: 0px;
  }

  .sm-max\:border-r-2 {
    border-right-width: 2px;
  }

  .sm-max\:border-r-3 {
    border-right-width: 3px;
  }

  .sm-max\:border-r-4 {
    border-right-width: 4px;
  }

  .sm-max\:border-r-8 {
    border-right-width: 8px;
  }

  .sm-max\:border-r {
    border-right-width: 1px;
  }

  .sm-max\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm-max\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm-max\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm-max\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm-max\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm-max\:border-b {
    border-bottom-width: 1px;
  }

  .sm-max\:border-l-0 {
    border-left-width: 0px;
  }

  .sm-max\:border-l-2 {
    border-left-width: 2px;
  }

  .sm-max\:border-l-3 {
    border-left-width: 3px;
  }

  .sm-max\:border-l-4 {
    border-left-width: 4px;
  }

  .sm-max\:border-l-8 {
    border-left-width: 8px;
  }

  .sm-max\:border-l {
    border-left-width: 1px;
  }

  .sm-max\:border-solid {
    border-style: solid;
  }

  .sm-max\:border-dashed {
    border-style: dashed;
  }

  .sm-max\:border-dotted {
    border-style: dotted;
  }

  .sm-max\:border-double {
    border-style: double;
  }

  .sm-max\:border-none {
    border-style: none;
  }

  .sm-max\:border-transparent {
    border-color: transparent;
  }

  .sm-max\:border-current {
    border-color: currentColor;
  }

  .sm-max\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .sm-max\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .sm-max\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm-max\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm-max\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .sm-max\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm-max\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm-max\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm-max\:border-slate {
  }

  .sm-max\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:border-zinc {
  }

  .sm-max\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm-max\:border-neutral {
  }

  .sm-max\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm-max\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm-max\:border-stone {
  }

  .sm-max\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm-max\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm-max\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-slate {
  }

  .group:hover .sm-max\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-zinc {
  }

  .group:hover .sm-max\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-neutral {
  }

  .group:hover .sm-max\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-stone {
  }

  .group:hover .sm-max\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .sm-max\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm-max\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .sm-max\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-slate:focus-within {
  }

  .sm-max\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-zinc:focus-within {
  }

  .sm-max\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-neutral:focus-within {
  }

  .sm-max\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-stone:focus-within {
  }

  .sm-max\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm-max\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm-max\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-slate:hover {
  }

  .sm-max\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-zinc:hover {
  }

  .sm-max\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-neutral:hover {
  }

  .sm-max\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-stone:hover {
  }

  .sm-max\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm-max\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .sm-max\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-slate:focus {
  }

  .sm-max\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-zinc:focus {
  }

  .sm-max\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-neutral:focus {
  }

  .sm-max\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-stone:focus {
  }

  .sm-max\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .sm-max\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .sm-max\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm-max\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm-max\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm-max\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm-max\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm-max\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm-max\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm-max\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm-max\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm-max\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm-max\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm-max\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm-max\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm-max\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm-max\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm-max\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm-max\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .sm-max\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .sm-max\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .sm-max\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .sm-max\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .sm-max\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .sm-max\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .sm-max\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .sm-max\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .sm-max\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .sm-max\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .sm-max\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .sm-max\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .sm-max\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .sm-max\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .sm-max\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .sm-max\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .sm-max\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .sm-max\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .sm-max\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .sm-max\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .sm-max\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .sm-max\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .sm-max\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .sm-max\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .sm-max\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .sm-max\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .sm-max\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .sm-max\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .sm-max\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .sm-max\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .sm-max\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .sm-max\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .sm-max\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .sm-max\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .sm-max\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .sm-max\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .sm-max\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .sm-max\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .sm-max\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .sm-max\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .sm-max\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .sm-max\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .sm-max\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .sm-max\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .sm-max\:bg-transparent {
    background-color: transparent;
  }

  .sm-max\:bg-current {
    background-color: currentColor;
  }

  .sm-max\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm-max\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm-max\:bg-slate {
  }

  .sm-max\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:bg-zinc {
  }

  .sm-max\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm-max\:bg-neutral {
  }

  .sm-max\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm-max\:bg-stone {
  }

  .sm-max\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm-max\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm-max\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-slate {
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-zinc {
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-neutral {
  }

  .group:hover .sm-max\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-stone {
  }

  .group:hover .sm-max\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm-max\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm-max\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .sm-max\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-slate:focus-within {
  }

  .sm-max\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-zinc:focus-within {
  }

  .sm-max\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-neutral:focus-within {
  }

  .sm-max\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-stone:focus-within {
  }

  .sm-max\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm-max\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .sm-max\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-slate:hover {
  }

  .sm-max\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-zinc:hover {
  }

  .sm-max\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-neutral:hover {
  }

  .sm-max\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-stone:hover {
  }

  .sm-max\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm-max\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .sm-max\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-slate:focus {
  }

  .sm-max\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-zinc:focus {
  }

  .sm-max\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-neutral:focus {
  }

  .sm-max\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-stone:focus {
  }

  .sm-max\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .sm-max\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .sm-max\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm-max\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm-max\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm-max\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm-max\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm-max\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm-max\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm-max\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm-max\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm-max\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm-max\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm-max\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm-max\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm-max\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm-max\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm-max\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm-max\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .sm-max\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .sm-max\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .sm-max\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .sm-max\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .sm-max\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .sm-max\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .sm-max\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .sm-max\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .sm-max\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .sm-max\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .sm-max\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .sm-max\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .sm-max\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .sm-max\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .sm-max\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .sm-max\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .sm-max\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .sm-max\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .sm-max\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .sm-max\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .sm-max\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .sm-max\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .sm-max\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .sm-max\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .sm-max\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .sm-max\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .sm-max\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .sm-max\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .sm-max\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .sm-max\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .sm-max\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .sm-max\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .sm-max\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .sm-max\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .sm-max\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .sm-max\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .sm-max\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .sm-max\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .sm-max\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .sm-max\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .sm-max\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .sm-max\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .sm-max\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .sm-max\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .sm-max\:bg-none {
    background-image: none;
  }

  .sm-max\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm-max\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm-max\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm-max\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm-max\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm-max\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm-max\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm-max\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm-max\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm-max\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm-max\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm-max\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm-max\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm-max\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm-max\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm-max\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm-max\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm-max\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm-max\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm-max\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm-max\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm-max\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm-max\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm-max\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm-max\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm-max\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm-max\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm-max\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm-max\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm-max\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm-max\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm-max\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm-max\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm-max\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm-max\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm-max\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm-max\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm-max\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm-max\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm-max\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm-max\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm-max\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm-max\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm-max\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm-max\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm-max\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm-max\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm-max\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm-max\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm-max\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm-max\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm-max\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm-max\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm-max\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm-max\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm-max\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm-max\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm-max\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm-max\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm-max\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm-max\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm-max\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm-max\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm-max\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm-max\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm-max\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm-max\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm-max\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm-max\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm-max\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm-max\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm-max\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm-max\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm-max\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm-max\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm-max\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm-max\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm-max\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm-max\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm-max\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm-max\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm-max\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm-max\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm-max\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm-max\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm-max\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm-max\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm-max\: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-max\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\: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-max\: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-max\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm-max\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm-max\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm-max\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm-max\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm-max\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm-max\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm-max\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm-max\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm-max\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm-max\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm-max\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm-max\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm-max\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm-max\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm-max\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm-max\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm-max\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm-max\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm-max\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm-max\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm-max\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm-max\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm-max\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm-max\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm-max\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm-max\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm-max\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm-max\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm-max\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm-max\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm-max\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm-max\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm-max\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm-max\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm-max\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm-max\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm-max\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\: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-max\: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-max\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm-max\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm-max\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm-max\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm-max\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm-max\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm-max\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm-max\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm-max\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm-max\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm-max\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm-max\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm-max\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm-max\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm-max\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm-max\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm-max\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm-max\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm-max\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm-max\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm-max\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm-max\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm-max\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm-max\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm-max\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm-max\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm-max\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm-max\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm-max\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm-max\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm-max\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm-max\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm-max\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm-max\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm-max\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm-max\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm-max\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm-max\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm-max\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm-max\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm-max\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm-max\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm-max\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm-max\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm-max\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm-max\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm-max\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm-max\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm-max\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm-max\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm-max\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm-max\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm-max\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm-max\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm-max\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm-max\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm-max\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm-max\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm-max\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm-max\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm-max\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm-max\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm-max\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm-max\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm-max\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm-max\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm-max\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm-max\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm-max\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm-max\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm-max\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm-max\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm-max\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm-max\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm-max\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm-max\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm-max\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm-max\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm-max\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm-max\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm-max\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm-max\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm-max\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm-max\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm-max\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm-max\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm-max\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm-max\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm-max\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm-max\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm-max\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm-max\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm-max\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm-max\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm-max\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm-max\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm-max\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm-max\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm-max\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm-max\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm-max\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm-max\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm-max\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm-max\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm-max\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm-max\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm-max\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm-max\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm-max\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm-max\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm-max\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm-max\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm-max\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm-max\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm-max\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm-max\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm-max\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm-max\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm-max\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm-max\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm-max\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm-max\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm-max\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm-max\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm-max\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm-max\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm-max\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm-max\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm-max\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm-max\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm-max\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm-max\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm-max\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm-max\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm-max\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm-max\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm-max\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm-max\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm-max\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm-max\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm-max\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm-max\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm-max\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm-max\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm-max\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm-max\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm-max\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm-max\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm-max\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm-max\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm-max\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm-max\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm-max\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm-max\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm-max\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm-max\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm-max\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm-max\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm-max\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm-max\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm-max\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm-max\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm-max\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm-max\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm-max\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm-max\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm-max\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm-max\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm-max\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm-max\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm-max\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm-max\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm-max\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm-max\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm-max\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm-max\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm-max\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm-max\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm-max\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm-max\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm-max\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm-max\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm-max\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm-max\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm-max\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm-max\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm-max\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm-max\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm-max\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm-max\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm-max\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm-max\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm-max\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm-max\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm-max\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm-max\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm-max\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm-max\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm-max\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm-max\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm-max\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .sm-max\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .sm-max\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .sm-max\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .sm-max\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .sm-max\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .sm-max\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .sm-max\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .sm-max\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .sm-max\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm-max\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm-max\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .sm-max\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .sm-max\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .sm-max\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .sm-max\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .sm-max\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .sm-max\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .sm-max\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .sm-max\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm-max\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm-max\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm-max\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm-max\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .sm-max\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm-max\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm-max\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm-max\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm-max\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm-max\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm-max\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm-max\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm-max\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .sm-max\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .sm-max\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .sm-max\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .sm-max\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .sm-max\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm-max\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm-max\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm-max\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm-max\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm-max\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm-max\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .sm-max\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm-max\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm-max\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm-max\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm-max\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm-max\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm-max\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm-max\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm-max\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm-max\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm-max\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm-max\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm-max\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm-max\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm-max\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm-max\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm-max\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm-max\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm-max\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm-max\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm-max\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm-max\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm-max\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm-max\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm-max\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm-max\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm-max\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm-max\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm-max\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm-max\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm-max\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm-max\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm-max\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm-max\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm-max\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm-max\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm-max\:to-current {
    --tw-gradient-to: currentColor;
  }

  .sm-max\:to-black {
    --tw-gradient-to: #000;
  }

  .sm-max\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm-max\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .sm-max\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .sm-max\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .sm-max\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .sm-max\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .sm-max\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .sm-max\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .sm-max\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .sm-max\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .sm-max\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .sm-max\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .sm-max\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .sm-max\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .sm-max\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .sm-max\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .sm-max\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .sm-max\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .sm-max\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .sm-max\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .sm-max\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .sm-max\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .sm-max\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .sm-max\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .sm-max\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .sm-max\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .sm-max\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .sm-max\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .sm-max\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .sm-max\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .sm-max\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .sm-max\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .sm-max\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .sm-max\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .sm-max\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .sm-max\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .sm-max\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .sm-max\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .sm-max\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .sm-max\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .sm-max\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .sm-max\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .sm-max\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .sm-max\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .sm-max\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .sm-max\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .sm-max\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .sm-max\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .sm-max\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .sm-max\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .sm-max\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .sm-max\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .sm-max\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .sm-max\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .sm-max\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .sm-max\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .sm-max\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .sm-max\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .sm-max\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .sm-max\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .sm-max\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .sm-max\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .sm-max\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .sm-max\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .sm-max\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .sm-max\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .sm-max\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .sm-max\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .sm-max\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .sm-max\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .sm-max\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .sm-max\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .sm-max\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .sm-max\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .sm-max\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .sm-max\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .sm-max\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .sm-max\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .sm-max\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .sm-max\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .sm-max\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .sm-max\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm-max\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .sm-max\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm-max\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm-max\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .sm-max\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .sm-max\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .sm-max\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .sm-max\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .sm-max\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .sm-max\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .sm-max\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .sm-max\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .sm-max\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .sm-max\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .sm-max\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .sm-max\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .sm-max\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .sm-max\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .sm-max\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .sm-max\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .sm-max\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .sm-max\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .sm-max\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .sm-max\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .sm-max\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .sm-max\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .sm-max\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .sm-max\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .sm-max\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .sm-max\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .sm-max\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .sm-max\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .sm-max\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .sm-max\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .sm-max\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .sm-max\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .sm-max\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .sm-max\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .sm-max\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .sm-max\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .sm-max\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .sm-max\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .sm-max\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .sm-max\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .sm-max\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .sm-max\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .sm-max\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .sm-max\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .sm-max\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .sm-max\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .sm-max\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .sm-max\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .sm-max\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .sm-max\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .sm-max\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .sm-max\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .sm-max\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .sm-max\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .sm-max\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .sm-max\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .sm-max\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .sm-max\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .sm-max\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .sm-max\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .sm-max\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .sm-max\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .sm-max\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .sm-max\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .sm-max\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .sm-max\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .sm-max\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .sm-max\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .sm-max\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .sm-max\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .sm-max\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .sm-max\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .sm-max\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .sm-max\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .sm-max\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .sm-max\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .sm-max\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .sm-max\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .sm-max\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .sm-max\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm-max\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .sm-max\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm-max\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm-max\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .sm-max\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .sm-max\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .sm-max\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .sm-max\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .sm-max\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .sm-max\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .sm-max\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .sm-max\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .sm-max\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .sm-max\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .sm-max\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .sm-max\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .sm-max\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .sm-max\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .sm-max\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .sm-max\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .sm-max\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .sm-max\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .sm-max\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .sm-max\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .sm-max\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .sm-max\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .sm-max\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .sm-max\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .sm-max\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .sm-max\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .sm-max\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .sm-max\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .sm-max\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .sm-max\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .sm-max\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .sm-max\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .sm-max\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .sm-max\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .sm-max\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .sm-max\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .sm-max\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .sm-max\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .sm-max\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .sm-max\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .sm-max\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .sm-max\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .sm-max\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .sm-max\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .sm-max\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .sm-max\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .sm-max\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .sm-max\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .sm-max\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .sm-max\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .sm-max\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .sm-max\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .sm-max\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .sm-max\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .sm-max\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .sm-max\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .sm-max\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .sm-max\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .sm-max\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .sm-max\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .sm-max\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .sm-max\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .sm-max\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .sm-max\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .sm-max\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .sm-max\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .sm-max\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .sm-max\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .sm-max\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .sm-max\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .sm-max\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .sm-max\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .sm-max\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .sm-max\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .sm-max\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .sm-max\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .sm-max\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .sm-max\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .sm-max\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .sm-max\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm-max\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm-max\:bg-150 {
    background-size: 150%;
  }

  .sm-max\:bg-auto {
    background-size: auto;
  }

  .sm-max\:bg-cover {
    background-size: cover;
  }

  .sm-max\:bg-contain {
    background-size: contain;
  }

  .sm-max\:bg-fixed {
    background-attachment: fixed;
  }

  .sm-max\:bg-local {
    background-attachment: local;
  }

  .sm-max\:bg-scroll {
    background-attachment: scroll;
  }

  .sm-max\:bg-clip-border {
    background-clip: border-box;
  }

  .sm-max\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm-max\:bg-clip-content {
    background-clip: content-box;
  }

  .sm-max\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm-max\:bg-bottom {
    background-position: bottom;
  }

  .sm-max\:bg-center {
    background-position: center;
  }

  .sm-max\:bg-x-25 {
    background-position: 25% 0;
  }

  .sm-max\:bg-left {
    background-position: left;
  }

  .sm-max\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm-max\:bg-left-top {
    background-position: left top;
  }

  .sm-max\:bg-right {
    background-position: right;
  }

  .sm-max\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm-max\:bg-right-top {
    background-position: right top;
  }

  .sm-max\:bg-top {
    background-position: top;
  }

  .sm-max\:bg-repeat {
    background-repeat: repeat;
  }

  .sm-max\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm-max\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm-max\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm-max\:bg-repeat-round {
    background-repeat: round;
  }

  .sm-max\:bg-repeat-space {
    background-repeat: space;
  }

  .sm-max\:bg-origin-border {
    background-origin: border-box;
  }

  .sm-max\:bg-origin-padding {
    background-origin: padding-box;
  }

  .sm-max\:bg-origin-content {
    background-origin: content-box;
  }

  .sm-max\:fill-current {
    fill: currentColor;
  }

  .sm-max\:stroke-current {
    stroke: currentColor;
  }

  .sm-max\:stroke-0 {
    stroke-width: 0;
  }

  .sm-max\:stroke-1 {
    stroke-width: 1;
  }

  .sm-max\:stroke-2 {
    stroke-width: 2;
  }

  .sm-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm-max\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm-max\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm-max\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm-max\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm-max\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm-max\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm-max\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm-max\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm-max\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm-max\:p-0 {
    padding: 0px;
  }

  .sm-max\:p-1 {
    padding: 0.25rem;
  }

  .sm-max\:p-2 {
    padding: 0.5rem;
  }

  .sm-max\:p-3 {
    padding: 0.75rem;
  }

  .sm-max\:p-4 {
    padding: 1rem;
  }

  .sm-max\:p-5 {
    padding: 1.25rem;
  }

  .sm-max\:p-6 {
    padding: 1.5rem;
  }

  .sm-max\:p-7 {
    padding: 1.75rem;
  }

  .sm-max\:p-8 {
    padding: 2rem;
  }

  .sm-max\:p-9 {
    padding: 2.25rem;
  }

  .sm-max\:p-10 {
    padding: 2.5rem;
  }

  .sm-max\:p-11 {
    padding: 2.75rem;
  }

  .sm-max\:p-12 {
    padding: 3rem;
  }

  .sm-max\:p-13 {
    padding: 3.25rem;
  }

  .sm-max\:p-14 {
    padding: 3.5rem;
  }

  .sm-max\:p-16 {
    padding: 4rem;
  }

  .sm-max\:p-19 {
    padding: 4.75rem;
  }

  .sm-max\:p-20 {
    padding: 5rem;
  }

  .sm-max\:p-24 {
    padding: 6rem;
  }

  .sm-max\:p-25 {
    padding: 6.25rem;
  }

  .sm-max\:p-28 {
    padding: 7rem;
  }

  .sm-max\:p-30 {
    padding: 7.5rem;
  }

  .sm-max\:p-32 {
    padding: 8rem;
  }

  .sm-max\:p-34 {
    padding: 8.5rem;
  }

  .sm-max\:p-36 {
    padding: 9rem;
  }

  .sm-max\:p-40 {
    padding: 10rem;
  }

  .sm-max\:p-42 {
    padding: 10.5rem;
  }

  .sm-max\:p-44 {
    padding: 11rem;
  }

  .sm-max\:p-46 {
    padding: 11.5rem;
  }

  .sm-max\:p-48 {
    padding: 12rem;
  }

  .sm-max\:p-50 {
    padding: 12.5rem;
  }

  .sm-max\:p-52 {
    padding: 13rem;
  }

  .sm-max\:p-54 {
    padding: 13.5rem;
  }

  .sm-max\:p-56 {
    padding: 14rem;
  }

  .sm-max\:p-60 {
    padding: 15rem;
  }

  .sm-max\:p-64 {
    padding: 16rem;
  }

  .sm-max\:p-68 {
    padding: 17rem;
  }

  .sm-max\:p-72 {
    padding: 18rem;
  }

  .sm-max\:p-75 {
    padding: 18.75rem;
  }

  .sm-max\:p-80 {
    padding: 20rem;
  }

  .sm-max\:p-85 {
    padding: 22rem;
  }

  .sm-max\:p-90 {
    padding: 22.5rem;
  }

  .sm-max\:p-92 {
    padding: 23rem;
  }

  .sm-max\:p-96 {
    padding: 24rem;
  }

  .sm-max\:p-100 {
    padding: 25rem;
  }

  .sm-max\:p-116 {
    padding: 29rem;
  }

  .sm-max\:p-120 {
    padding: 30rem;
  }

  .sm-max\:p-125 {
    padding: 31.25rem;
  }

  .sm-max\:p-135 {
    padding: 33.75rem;
  }

  .sm-max\:p-160 {
    padding: 40rem;
  }

  .sm-max\:p-180 {
    padding: 45rem;
  }

  .sm-max\:p-240 {
    padding: 60rem;
  }

  .sm-max\:p-285 {
    padding: 71.25rem;
  }

  .sm-max\:p-330 {
    padding: 82.5rem;
  }

  .sm-max\:p-unset {
    padding: unset;
  }

  .sm-max\:p-px {
    padding: 1px;
  }

  .sm-max\:p-0\.4 {
    padding: 0.1rem;
  }

  .sm-max\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm-max\:p-0\.6 {
    padding: 0.15rem;
  }

  .sm-max\:p-0\.75 {
    padding: 0.2rem;
  }

  .sm-max\:p-1\.2 {
    padding: 0.3rem;
  }

  .sm-max\:p-1\.25 {
    padding: 0.3125rem;
  }

  .sm-max\:p-1\.4 {
    padding: 0.35rem;
  }

  .sm-max\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm-max\:p-1\.6 {
    padding: 0.4rem;
  }

  .sm-max\:p-1\.75 {
    padding: 0.4375rem;
  }

  .sm-max\:p-1\.8 {
    padding: 0.45rem;
  }

  .sm-max\:p-2\.2 {
    padding: 0.55rem;
  }

  .sm-max\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm-max\:p-2\.6 {
    padding: 0.65rem;
  }

  .sm-max\:p-2\.7 {
    padding: 0.675rem;
  }

  .sm-max\:p-2\.8 {
    padding: 0.7rem;
  }

  .sm-max\:p-3\.4 {
    padding: 0.85rem;
  }

  .sm-max\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm-max\:p-3\.6 {
    padding: 0.9rem;
  }

  .sm-max\:p-4\.5 {
    padding: 1.125rem;
  }

  .sm-max\:p-4\.8 {
    padding: 1.2rem;
  }

  .sm-max\:p-5\.3 {
    padding: 1.3rem;
  }

  .sm-max\:p-5\.4 {
    padding: 1.35rem;
  }

  .sm-max\:p-5\.5 {
    padding: 1.375rem;
  }

  .sm-max\:p-5\.6 {
    padding: 1.4rem;
  }

  .sm-max\:p-6\.5 {
    padding: 1.625rem;
  }

  .sm-max\:p-70\/100 {
    padding: 70%;
  }

  .sm-max\:p-31\/100 {
    padding: 31%;
  }

  .sm-max\:p-15\/100 {
    padding: 15%;
  }

  .sm-max\:p-1\/100 {
    padding: 1%;
  }

  .sm-max\:p-1\/10 {
    padding: 10%;
  }

  .sm-max\:p-1\/2 {
    padding: 50%;
  }

  .sm-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm-max\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-max\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-max\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm-max\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-max\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm-max\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm-max\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm-max\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-max\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm-max\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm-max\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm-max\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm-max\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm-max\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm-max\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-max\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm-max\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm-max\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm-max\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm-max\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm-max\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm-max\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm-max\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm-max\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm-max\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm-max\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .sm-max\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm-max\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .sm-max\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm-max\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm-max\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm-max\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm-max\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm-max\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm-max\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm-max\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .sm-max\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm-max\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .sm-max\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm-max\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sm-max\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .sm-max\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .sm-max\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm-max\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm-max\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .sm-max\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm-max\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .sm-max\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .sm-max\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .sm-max\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .sm-max\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .sm-max\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .sm-max\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .sm-max\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .sm-max\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-max\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .sm-max\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm-max\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .sm-max\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .sm-max\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .sm-max\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .sm-max\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .sm-max\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm-max\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .sm-max\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .sm-max\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .sm-max\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .sm-max\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm-max\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .sm-max\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .sm-max\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .sm-max\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .sm-max\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm-max\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .sm-max\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .sm-max\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .sm-max\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .sm-max\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .sm-max\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .sm-max\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .sm-max\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .sm-max\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm-max\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .sm-max\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .sm-max\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm-max\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm-max\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm-max\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm-max\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-max\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm-max\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-max\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm-max\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm-max\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm-max\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-max\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm-max\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm-max\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm-max\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm-max\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm-max\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm-max\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm-max\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm-max\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm-max\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm-max\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm-max\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm-max\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm-max\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm-max\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm-max\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm-max\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm-max\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .sm-max\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm-max\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .sm-max\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm-max\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm-max\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm-max\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm-max\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm-max\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm-max\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm-max\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .sm-max\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm-max\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .sm-max\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm-max\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sm-max\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .sm-max\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .sm-max\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm-max\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm-max\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .sm-max\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm-max\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .sm-max\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .sm-max\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sm-max\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .sm-max\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .sm-max\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .sm-max\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .sm-max\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .sm-max\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-max\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .sm-max\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm-max\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .sm-max\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .sm-max\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .sm-max\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .sm-max\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .sm-max\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm-max\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .sm-max\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .sm-max\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .sm-max\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .sm-max\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm-max\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .sm-max\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .sm-max\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .sm-max\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .sm-max\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm-max\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .sm-max\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .sm-max\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .sm-max\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .sm-max\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .sm-max\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .sm-max\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .sm-max\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .sm-max\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm-max\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .sm-max\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .sm-max\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm-max\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm-max\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm-max\:pt-0 {
    padding-top: 0px;
  }

  .sm-max\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm-max\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm-max\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm-max\:pt-4 {
    padding-top: 1rem;
  }

  .sm-max\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm-max\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm-max\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm-max\:pt-8 {
    padding-top: 2rem;
  }

  .sm-max\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm-max\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm-max\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm-max\:pt-12 {
    padding-top: 3rem;
  }

  .sm-max\:pt-13 {
    padding-top: 3.25rem;
  }

  .sm-max\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm-max\:pt-16 {
    padding-top: 4rem;
  }

  .sm-max\:pt-19 {
    padding-top: 4.75rem;
  }

  .sm-max\:pt-20 {
    padding-top: 5rem;
  }

  .sm-max\:pt-24 {
    padding-top: 6rem;
  }

  .sm-max\:pt-25 {
    padding-top: 6.25rem;
  }

  .sm-max\:pt-28 {
    padding-top: 7rem;
  }

  .sm-max\:pt-30 {
    padding-top: 7.5rem;
  }

  .sm-max\:pt-32 {
    padding-top: 8rem;
  }

  .sm-max\:pt-34 {
    padding-top: 8.5rem;
  }

  .sm-max\:pt-36 {
    padding-top: 9rem;
  }

  .sm-max\:pt-40 {
    padding-top: 10rem;
  }

  .sm-max\:pt-42 {
    padding-top: 10.5rem;
  }

  .sm-max\:pt-44 {
    padding-top: 11rem;
  }

  .sm-max\:pt-46 {
    padding-top: 11.5rem;
  }

  .sm-max\:pt-48 {
    padding-top: 12rem;
  }

  .sm-max\:pt-50 {
    padding-top: 12.5rem;
  }

  .sm-max\:pt-52 {
    padding-top: 13rem;
  }

  .sm-max\:pt-54 {
    padding-top: 13.5rem;
  }

  .sm-max\:pt-56 {
    padding-top: 14rem;
  }

  .sm-max\:pt-60 {
    padding-top: 15rem;
  }

  .sm-max\:pt-64 {
    padding-top: 16rem;
  }

  .sm-max\:pt-68 {
    padding-top: 17rem;
  }

  .sm-max\:pt-72 {
    padding-top: 18rem;
  }

  .sm-max\:pt-75 {
    padding-top: 18.75rem;
  }

  .sm-max\:pt-80 {
    padding-top: 20rem;
  }

  .sm-max\:pt-85 {
    padding-top: 22rem;
  }

  .sm-max\:pt-90 {
    padding-top: 22.5rem;
  }

  .sm-max\:pt-92 {
    padding-top: 23rem;
  }

  .sm-max\:pt-96 {
    padding-top: 24rem;
  }

  .sm-max\:pt-100 {
    padding-top: 25rem;
  }

  .sm-max\:pt-116 {
    padding-top: 29rem;
  }

  .sm-max\:pt-120 {
    padding-top: 30rem;
  }

  .sm-max\:pt-125 {
    padding-top: 31.25rem;
  }

  .sm-max\:pt-135 {
    padding-top: 33.75rem;
  }

  .sm-max\:pt-160 {
    padding-top: 40rem;
  }

  .sm-max\:pt-180 {
    padding-top: 45rem;
  }

  .sm-max\:pt-240 {
    padding-top: 60rem;
  }

  .sm-max\:pt-285 {
    padding-top: 71.25rem;
  }

  .sm-max\:pt-330 {
    padding-top: 82.5rem;
  }

  .sm-max\:pt-unset {
    padding-top: unset;
  }

  .sm-max\:pt-px {
    padding-top: 1px;
  }

  .sm-max\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .sm-max\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm-max\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .sm-max\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .sm-max\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .sm-max\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .sm-max\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .sm-max\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm-max\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .sm-max\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .sm-max\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .sm-max\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .sm-max\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm-max\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .sm-max\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .sm-max\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .sm-max\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .sm-max\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm-max\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .sm-max\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .sm-max\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .sm-max\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .sm-max\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .sm-max\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .sm-max\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .sm-max\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .sm-max\:pt-70\/100 {
    padding-top: 70%;
  }

  .sm-max\:pt-31\/100 {
    padding-top: 31%;
  }

  .sm-max\:pt-15\/100 {
    padding-top: 15%;
  }

  .sm-max\:pt-1\/100 {
    padding-top: 1%;
  }

  .sm-max\:pt-1\/10 {
    padding-top: 10%;
  }

  .sm-max\:pt-1\/2 {
    padding-top: 50%;
  }

  .sm-max\:pr-0 {
    padding-right: 0px;
  }

  .sm-max\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm-max\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm-max\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm-max\:pr-4 {
    padding-right: 1rem;
  }

  .sm-max\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm-max\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm-max\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm-max\:pr-8 {
    padding-right: 2rem;
  }

  .sm-max\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm-max\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm-max\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm-max\:pr-12 {
    padding-right: 3rem;
  }

  .sm-max\:pr-13 {
    padding-right: 3.25rem;
  }

  .sm-max\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm-max\:pr-16 {
    padding-right: 4rem;
  }

  .sm-max\:pr-19 {
    padding-right: 4.75rem;
  }

  .sm-max\:pr-20 {
    padding-right: 5rem;
  }

  .sm-max\:pr-24 {
    padding-right: 6rem;
  }

  .sm-max\:pr-25 {
    padding-right: 6.25rem;
  }

  .sm-max\:pr-28 {
    padding-right: 7rem;
  }

  .sm-max\:pr-30 {
    padding-right: 7.5rem;
  }

  .sm-max\:pr-32 {
    padding-right: 8rem;
  }

  .sm-max\:pr-34 {
    padding-right: 8.5rem;
  }

  .sm-max\:pr-36 {
    padding-right: 9rem;
  }

  .sm-max\:pr-40 {
    padding-right: 10rem;
  }

  .sm-max\:pr-42 {
    padding-right: 10.5rem;
  }

  .sm-max\:pr-44 {
    padding-right: 11rem;
  }

  .sm-max\:pr-46 {
    padding-right: 11.5rem;
  }

  .sm-max\:pr-48 {
    padding-right: 12rem;
  }

  .sm-max\:pr-50 {
    padding-right: 12.5rem;
  }

  .sm-max\:pr-52 {
    padding-right: 13rem;
  }

  .sm-max\:pr-54 {
    padding-right: 13.5rem;
  }

  .sm-max\:pr-56 {
    padding-right: 14rem;
  }

  .sm-max\:pr-60 {
    padding-right: 15rem;
  }

  .sm-max\:pr-64 {
    padding-right: 16rem;
  }

  .sm-max\:pr-68 {
    padding-right: 17rem;
  }

  .sm-max\:pr-72 {
    padding-right: 18rem;
  }

  .sm-max\:pr-75 {
    padding-right: 18.75rem;
  }

  .sm-max\:pr-80 {
    padding-right: 20rem;
  }

  .sm-max\:pr-85 {
    padding-right: 22rem;
  }

  .sm-max\:pr-90 {
    padding-right: 22.5rem;
  }

  .sm-max\:pr-92 {
    padding-right: 23rem;
  }

  .sm-max\:pr-96 {
    padding-right: 24rem;
  }

  .sm-max\:pr-100 {
    padding-right: 25rem;
  }

  .sm-max\:pr-116 {
    padding-right: 29rem;
  }

  .sm-max\:pr-120 {
    padding-right: 30rem;
  }

  .sm-max\:pr-125 {
    padding-right: 31.25rem;
  }

  .sm-max\:pr-135 {
    padding-right: 33.75rem;
  }

  .sm-max\:pr-160 {
    padding-right: 40rem;
  }

  .sm-max\:pr-180 {
    padding-right: 45rem;
  }

  .sm-max\:pr-240 {
    padding-right: 60rem;
  }

  .sm-max\:pr-285 {
    padding-right: 71.25rem;
  }

  .sm-max\:pr-330 {
    padding-right: 82.5rem;
  }

  .sm-max\:pr-unset {
    padding-right: unset;
  }

  .sm-max\:pr-px {
    padding-right: 1px;
  }

  .sm-max\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .sm-max\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm-max\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .sm-max\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .sm-max\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .sm-max\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .sm-max\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .sm-max\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm-max\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .sm-max\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .sm-max\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .sm-max\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .sm-max\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm-max\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .sm-max\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .sm-max\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .sm-max\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .sm-max\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm-max\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .sm-max\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .sm-max\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .sm-max\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .sm-max\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .sm-max\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .sm-max\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .sm-max\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .sm-max\:pr-70\/100 {
    padding-right: 70%;
  }

  .sm-max\:pr-31\/100 {
    padding-right: 31%;
  }

  .sm-max\:pr-15\/100 {
    padding-right: 15%;
  }

  .sm-max\:pr-1\/100 {
    padding-right: 1%;
  }

  .sm-max\:pr-1\/10 {
    padding-right: 10%;
  }

  .sm-max\:pr-1\/2 {
    padding-right: 50%;
  }

  .sm-max\:pb-0 {
    padding-bottom: 0px;
  }

  .sm-max\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm-max\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm-max\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm-max\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm-max\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm-max\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm-max\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm-max\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm-max\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm-max\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm-max\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm-max\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm-max\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .sm-max\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm-max\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm-max\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .sm-max\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm-max\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm-max\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .sm-max\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm-max\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .sm-max\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm-max\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .sm-max\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm-max\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm-max\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .sm-max\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm-max\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .sm-max\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm-max\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .sm-max\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm-max\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .sm-max\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm-max\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm-max\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm-max\:pb-68 {
    padding-bottom: 17rem;
  }

  .sm-max\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm-max\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .sm-max\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm-max\:pb-85 {
    padding-bottom: 22rem;
  }

  .sm-max\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .sm-max\:pb-92 {
    padding-bottom: 23rem;
  }

  .sm-max\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm-max\:pb-100 {
    padding-bottom: 25rem;
  }

  .sm-max\:pb-116 {
    padding-bottom: 29rem;
  }

  .sm-max\:pb-120 {
    padding-bottom: 30rem;
  }

  .sm-max\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .sm-max\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .sm-max\:pb-160 {
    padding-bottom: 40rem;
  }

  .sm-max\:pb-180 {
    padding-bottom: 45rem;
  }

  .sm-max\:pb-240 {
    padding-bottom: 60rem;
  }

  .sm-max\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .sm-max\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .sm-max\:pb-unset {
    padding-bottom: unset;
  }

  .sm-max\:pb-px {
    padding-bottom: 1px;
  }

  .sm-max\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .sm-max\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm-max\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .sm-max\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .sm-max\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .sm-max\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .sm-max\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .sm-max\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm-max\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .sm-max\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .sm-max\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .sm-max\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .sm-max\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm-max\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .sm-max\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .sm-max\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .sm-max\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .sm-max\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm-max\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .sm-max\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .sm-max\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .sm-max\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .sm-max\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .sm-max\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .sm-max\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .sm-max\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .sm-max\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .sm-max\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .sm-max\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .sm-max\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .sm-max\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .sm-max\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .sm-max\:pl-0 {
    padding-left: 0px;
  }

  .sm-max\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm-max\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm-max\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm-max\:pl-4 {
    padding-left: 1rem;
  }

  .sm-max\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm-max\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm-max\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm-max\:pl-8 {
    padding-left: 2rem;
  }

  .sm-max\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm-max\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm-max\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm-max\:pl-12 {
    padding-left: 3rem;
  }

  .sm-max\:pl-13 {
    padding-left: 3.25rem;
  }

  .sm-max\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm-max\:pl-16 {
    padding-left: 4rem;
  }

  .sm-max\:pl-19 {
    padding-left: 4.75rem;
  }

  .sm-max\:pl-20 {
    padding-left: 5rem;
  }

  .sm-max\:pl-24 {
    padding-left: 6rem;
  }

  .sm-max\:pl-25 {
    padding-left: 6.25rem;
  }

  .sm-max\:pl-28 {
    padding-left: 7rem;
  }

  .sm-max\:pl-30 {
    padding-left: 7.5rem;
  }

  .sm-max\:pl-32 {
    padding-left: 8rem;
  }

  .sm-max\:pl-34 {
    padding-left: 8.5rem;
  }

  .sm-max\:pl-36 {
    padding-left: 9rem;
  }

  .sm-max\:pl-40 {
    padding-left: 10rem;
  }

  .sm-max\:pl-42 {
    padding-left: 10.5rem;
  }

  .sm-max\:pl-44 {
    padding-left: 11rem;
  }

  .sm-max\:pl-46 {
    padding-left: 11.5rem;
  }

  .sm-max\:pl-48 {
    padding-left: 12rem;
  }

  .sm-max\:pl-50 {
    padding-left: 12.5rem;
  }

  .sm-max\:pl-52 {
    padding-left: 13rem;
  }

  .sm-max\:pl-54 {
    padding-left: 13.5rem;
  }

  .sm-max\:pl-56 {
    padding-left: 14rem;
  }

  .sm-max\:pl-60 {
    padding-left: 15rem;
  }

  .sm-max\:pl-64 {
    padding-left: 16rem;
  }

  .sm-max\:pl-68 {
    padding-left: 17rem;
  }

  .sm-max\:pl-72 {
    padding-left: 18rem;
  }

  .sm-max\:pl-75 {
    padding-left: 18.75rem;
  }

  .sm-max\:pl-80 {
    padding-left: 20rem;
  }

  .sm-max\:pl-85 {
    padding-left: 22rem;
  }

  .sm-max\:pl-90 {
    padding-left: 22.5rem;
  }

  .sm-max\:pl-92 {
    padding-left: 23rem;
  }

  .sm-max\:pl-96 {
    padding-left: 24rem;
  }

  .sm-max\:pl-100 {
    padding-left: 25rem;
  }

  .sm-max\:pl-116 {
    padding-left: 29rem;
  }

  .sm-max\:pl-120 {
    padding-left: 30rem;
  }

  .sm-max\:pl-125 {
    padding-left: 31.25rem;
  }

  .sm-max\:pl-135 {
    padding-left: 33.75rem;
  }

  .sm-max\:pl-160 {
    padding-left: 40rem;
  }

  .sm-max\:pl-180 {
    padding-left: 45rem;
  }

  .sm-max\:pl-240 {
    padding-left: 60rem;
  }

  .sm-max\:pl-285 {
    padding-left: 71.25rem;
  }

  .sm-max\:pl-330 {
    padding-left: 82.5rem;
  }

  .sm-max\:pl-unset {
    padding-left: unset;
  }

  .sm-max\:pl-px {
    padding-left: 1px;
  }

  .sm-max\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .sm-max\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm-max\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .sm-max\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .sm-max\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .sm-max\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .sm-max\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .sm-max\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm-max\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .sm-max\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .sm-max\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .sm-max\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .sm-max\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm-max\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .sm-max\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .sm-max\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .sm-max\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .sm-max\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm-max\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .sm-max\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .sm-max\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .sm-max\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .sm-max\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .sm-max\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .sm-max\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .sm-max\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .sm-max\:pl-70\/100 {
    padding-left: 70%;
  }

  .sm-max\:pl-31\/100 {
    padding-left: 31%;
  }

  .sm-max\:pl-15\/100 {
    padding-left: 15%;
  }

  .sm-max\:pl-1\/100 {
    padding-left: 1%;
  }

  .sm-max\:pl-1\/10 {
    padding-left: 10%;
  }

  .sm-max\:pl-1\/2 {
    padding-left: 50%;
  }

  .sm-max\:text-left {
    text-align: left;
  }

  .sm-max\:text-center {
    text-align: center;
  }

  .sm-max\:text-right {
    text-align: right;
  }

  .sm-max\:text-justify {
    text-align: justify;
  }

  .sm-max\:align-baseline {
    vertical-align: baseline;
  }

  .sm-max\:align-top {
    vertical-align: top;
  }

  .sm-max\:align-middle {
    vertical-align: middle;
  }

  .sm-max\:align-bottom {
    vertical-align: bottom;
  }

  .sm-max\:align-text-top {
    vertical-align: text-top;
  }

  .sm-max\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm-max\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .sm-max\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .sm-max\:font-body {
    font-family: Roboto, sans-serif;
  }

  .sm-max\:font-awesome {
    font-family: FontAwesome;
  }

  .sm-max\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .sm-max\:text-inherit {
    font-size: inherit;
  }

  .sm-max\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .sm-max\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .sm-max\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm-max\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .sm-max\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm-max\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm-max\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm-max\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm-max\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm-max\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm-max\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm-max\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm-max\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm-max\:text-8xl {
    font-size: 5rem;
    line-height: 1;
  }

  .sm-max\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .sm-max\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .sm-max\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .sm-max\:font-thin {
    font-weight: 100;
  }

  .sm-max\:font-extralight {
    font-weight: 200;
  }

  .sm-max\:font-light {
    font-weight: 300;
  }

  .sm-max\:font-normal {
    font-weight: 400;
  }

  .sm-max\:font-medium {
    font-weight: 500;
  }

  .sm-max\:font-semibold {
    font-weight: 600;
  }

  .sm-max\:font-bold {
    font-weight: 700;
  }

  .sm-max\:font-extrabold {
    font-weight: 800;
  }

  .sm-max\:font-black {
    font-weight: 900;
  }

  .sm-max\:uppercase {
    text-transform: uppercase;
  }

  .sm-max\:lowercase {
    text-transform: lowercase;
  }

  .sm-max\:capitalize {
    text-transform: capitalize;
  }

  .sm-max\:normal-case {
    text-transform: none;
  }

  .sm-max\:italic {
    font-style: italic;
  }

  .sm-max\:not-italic {
    font-style: normal;
  }

  .sm-max\:ordinal, .sm-max\:slashed-zero, .sm-max\:lining-nums, .sm-max\:oldstyle-nums, .sm-max\:proportional-nums, .sm-max\:tabular-nums, .sm-max\:diagonal-fractions, .sm-max\: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-max\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm-max\:ordinal {
    --tw-ordinal: ordinal;
  }

  .sm-max\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm-max\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm-max\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm-max\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm-max\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm-max\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm-max\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm-max\:leading-3 {
    line-height: .75rem;
  }

  .sm-max\:leading-4 {
    line-height: 1rem;
  }

  .sm-max\:leading-5 {
    line-height: 1.25rem;
  }

  .sm-max\:leading-6 {
    line-height: 1.5rem;
  }

  .sm-max\:leading-7 {
    line-height: 1.75rem;
  }

  .sm-max\:leading-8 {
    line-height: 2rem;
  }

  .sm-max\:leading-9 {
    line-height: 2.25rem;
  }

  .sm-max\:leading-10 {
    line-height: 2.5rem;
  }

  .sm-max\:leading-none {
    line-height: 1;
  }

  .sm-max\:leading-tight {
    line-height: 1.25;
  }

  .sm-max\:leading-snug {
    line-height: 1.375;
  }

  .sm-max\:leading-normal {
    line-height: 1.5;
  }

  .sm-max\:leading-relaxed {
    line-height: 1.625;
  }

  .sm-max\:leading-loose {
    line-height: 2;
  }

  .sm-max\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm-max\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm-max\:tracking-normal {
    letter-spacing: 0em;
  }

  .sm-max\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm-max\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm-max\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm-max\:text-transparent {
    color: transparent;
  }

  .sm-max\:text-current {
    color: currentColor;
  }

  .sm-max\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .sm-max\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .sm-max\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm-max\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm-max\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .sm-max\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm-max\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm-max\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm-max\:text-slate {
  }

  .sm-max\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:text-zinc {
  }

  .sm-max\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm-max\:text-neutral {
  }

  .sm-max\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm-max\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm-max\:text-stone {
  }

  .sm-max\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm-max\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm-max\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .sm-max\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-slate {
  }

  .group:hover .sm-max\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-zinc {
  }

  .group:hover .sm-max\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-neutral {
  }

  .group:hover .sm-max\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-stone {
  }

  .group:hover .sm-max\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .sm-max\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm-max\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .sm-max\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-slate:focus-within {
  }

  .sm-max\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-zinc:focus-within {
  }

  .sm-max\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-neutral:focus-within {
  }

  .sm-max\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-stone:focus-within {
  }

  .sm-max\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm-max\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm-max\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-slate:hover {
  }

  .sm-max\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-zinc:hover {
  }

  .sm-max\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-neutral:hover {
  }

  .sm-max\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-stone:hover {
  }

  .sm-max\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm-max\:focus\:text-current:focus {
    color: currentColor;
  }

  .sm-max\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-slate:focus {
  }

  .sm-max\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-zinc:focus {
  }

  .sm-max\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-neutral:focus {
  }

  .sm-max\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-stone:focus {
  }

  .sm-max\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .sm-max\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .sm-max\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm-max\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm-max\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm-max\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm-max\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm-max\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm-max\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm-max\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm-max\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm-max\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm-max\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm-max\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm-max\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm-max\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm-max\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm-max\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm-max\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .sm-max\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .sm-max\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .sm-max\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .sm-max\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .sm-max\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .sm-max\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .sm-max\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .sm-max\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .sm-max\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .sm-max\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .sm-max\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .sm-max\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .sm-max\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .sm-max\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .sm-max\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .sm-max\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .sm-max\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .sm-max\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .sm-max\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .sm-max\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .sm-max\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .sm-max\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .sm-max\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .sm-max\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .sm-max\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .sm-max\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .sm-max\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .sm-max\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .sm-max\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .sm-max\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .sm-max\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .sm-max\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .sm-max\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .sm-max\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .sm-max\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .sm-max\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .sm-max\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .sm-max\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .sm-max\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .sm-max\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .sm-max\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .sm-max\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .sm-max\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .sm-max\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .sm-max\:underline {
    text-decoration: underline;
  }

  .sm-max\:line-through {
    text-decoration: line-through;
  }

  .sm-max\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm-max\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm-max\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm-max\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm-max\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm-max\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm-max\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm-max\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm-max\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm-max\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm-max\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm-max\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm-max\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm-max\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-max\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-max\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm-max\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm-max\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .sm-max\:placeholder-current::placeholder {
    color: currentColor;
  }

  .sm-max\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-slate::-moz-placeholder {
  }

  .sm-max\:placeholder-slate::placeholder {
  }

  .sm-max\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-zinc::-moz-placeholder {
  }

  .sm-max\:placeholder-zinc::placeholder {
  }

  .sm-max\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-neutral::-moz-placeholder {
  }

  .sm-max\:placeholder-neutral::placeholder {
  }

  .sm-max\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-stone::-moz-placeholder {
  }

  .sm-max\:placeholder-stone::placeholder {
  }

  .sm-max\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm-max\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm-max\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .sm-max\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .sm-max\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .sm-max\:focus\:placeholder-slate:focus::placeholder {
  }

  .sm-max\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .sm-max\:focus\:placeholder-zinc:focus::placeholder {
  }

  .sm-max\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .sm-max\:focus\:placeholder-neutral:focus::placeholder {
  }

  .sm-max\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .sm-max\:focus\:placeholder-stone:focus::placeholder {
  }

  .sm-max\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .sm-max\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm-max\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm-max\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm-max\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm-max\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm-max\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm-max\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm-max\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm-max\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm-max\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm-max\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm-max\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm-max\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm-max\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm-max\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm-max\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm-max\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm-max\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm-max\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm-max\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm-max\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm-max\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm-max\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm-max\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm-max\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm-max\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm-max\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm-max\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm-max\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm-max\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm-max\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm-max\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm-max\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm-max\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm-max\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm-max\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm-max\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm-max\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm-max\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm-max\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm-max\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm-max\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm-max\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm-max\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm-max\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm-max\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm-max\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm-max\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm-max\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm-max\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm-max\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm-max\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm-max\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm-max\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm-max\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm-max\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm-max\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm-max\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm-max\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm-max\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm-max\:opacity-0 {
    opacity: 0;
  }

  .sm-max\:opacity-5 {
    opacity: 0.05;
  }

  .sm-max\:opacity-10 {
    opacity: 0.1;
  }

  .sm-max\:opacity-20 {
    opacity: 0.2;
  }

  .sm-max\:opacity-25 {
    opacity: 0.25;
  }

  .sm-max\:opacity-30 {
    opacity: 0.3;
  }

  .sm-max\:opacity-40 {
    opacity: 0.4;
  }

  .sm-max\:opacity-50 {
    opacity: 0.5;
  }

  .sm-max\:opacity-60 {
    opacity: 0.6;
  }

  .sm-max\:opacity-70 {
    opacity: 0.7;
  }

  .sm-max\:opacity-75 {
    opacity: 0.75;
  }

  .sm-max\:opacity-80 {
    opacity: 0.8;
  }

  .sm-max\:opacity-90 {
    opacity: 0.9;
  }

  .sm-max\:opacity-95 {
    opacity: 0.95;
  }

  .sm-max\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm-max\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm-max\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .sm-max\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .sm-max\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .sm-max\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm-max\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .sm-max\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .sm-max\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm-max\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .sm-max\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .sm-max\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm-max\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .sm-max\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .sm-max\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .sm-max\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm-max\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm-max\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .sm-max\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .sm-max\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .sm-max\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm-max\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .sm-max\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .sm-max\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm-max\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm-max\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .sm-max\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm-max\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .sm-max\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .sm-max\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .sm-max\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .sm-max\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm-max\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .sm-max\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .sm-max\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .sm-max\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm-max\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .sm-max\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .sm-max\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm-max\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .sm-max\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .sm-max\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm-max\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .sm-max\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .sm-max\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .sm-max\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm-max\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm-max\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .sm-max\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .sm-max\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .sm-max\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm-max\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .sm-max\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .sm-max\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm-max\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .sm-max\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .sm-max\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm-max\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .sm-max\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .sm-max\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .sm-max\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm-max\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .sm-max\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .sm-max\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .sm-max\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .sm-max\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .sm-max\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .sm-max\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .sm-max\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .sm-max\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .sm-max\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .sm-max\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .sm-max\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .sm-max\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .sm-max\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .sm-max\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .sm-max\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm-max\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm-max\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm-max\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm-max\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm-max\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm-max\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm-max\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm-max\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm-max\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm-max\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm-max\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm-max\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm-max\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm-max\:bg-blend-color {
    background-blend-mode: color;
  }

  .sm-max\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm-max\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm-max\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm-max\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm-max\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm-max\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm-max\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm-max\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm-max\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm-max\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm-max\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm-max\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm-max\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm-max\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm-max\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm-max\:mix-blend-color {
    mix-blend-mode: color;
  }

  .sm-max\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm-max\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:group-hover\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:group-hover\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:group-hover\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm-max\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus-within\:shadow-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus-within\:shadow-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus-within\:shadow-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:hover\:shadow-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:hover\:shadow-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-xl:hover {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus\:shadow-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus\:shadow-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus\:shadow-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-xl:focus {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm-max\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm-max\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm-max\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:ring-inset {
    --tw-ring-inset: inset;
  }

  .sm-max\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm-max\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm-max\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm-max\:ring-current {
    --tw-ring-color: currentColor;
  }

  .sm-max\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm-max\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm-max\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm-max\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm-max\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm-max\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm-max\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm-max\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm-max\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm-max\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .sm-max\:ring-slate {
  }

  .sm-max\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm-max\:ring-zinc {
  }

  .sm-max\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sm-max\:ring-neutral {
  }

  .sm-max\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm-max\:ring-stone {
  }

  .sm-max\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm-max\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm-max\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm-max\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm-max\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm-max\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm-max\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm-max\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm-max\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm-max\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm-max\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .sm-max\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-slate:focus-within {
  }

  .sm-max\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-zinc:focus-within {
  }

  .sm-max\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-neutral:focus-within {
  }

  .sm-max\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-stone:focus-within {
  }

  .sm-max\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm-max\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm-max\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .sm-max\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-slate:focus {
  }

  .sm-max\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-zinc:focus {
  }

  .sm-max\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-neutral:focus {
  }

  .sm-max\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-stone:focus {
  }

  .sm-max\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .sm-max\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .sm-max\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .sm-max\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .sm-max\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .sm-max\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .sm-max\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .sm-max\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .sm-max\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .sm-max\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm-max\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm-max\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .sm-max\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .sm-max\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .sm-max\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .sm-max\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .sm-max\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm-max\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .sm-max\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .sm-max\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .sm-max\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .sm-max\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .sm-max\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .sm-max\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .sm-max\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .sm-max\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .sm-max\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .sm-max\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .sm-max\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .sm-max\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .sm-max\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .sm-max\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .sm-max\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .sm-max\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .sm-max\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .sm-max\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .sm-max\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .sm-max\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .sm-max\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .sm-max\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .sm-max\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .sm-max\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .sm-max\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .sm-max\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .sm-max\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .sm-max\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .sm-max\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .sm-max\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm-max\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm-max\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm-max\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm-max\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm-max\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm-max\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm-max\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm-max\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm-max\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm-max\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm-max\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm-max\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm-max\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm-max\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm-max\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm-max\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .sm-max\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm-max\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm-max\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .sm-max\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .sm-max\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .sm-max\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .sm-max\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .sm-max\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .sm-max\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .sm-max\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .sm-max\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .sm-max\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .sm-max\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .sm-max\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .sm-max\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm-max\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm-max\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm-max\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm-max\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .sm-max\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .sm-max\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm-max\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .sm-max\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .sm-max\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm-max\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm-max\:ring-offset-red-200 {
    --tw-ring-offset-color: #fc9797;
  }

  .sm-max\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm-max\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .sm-max\:ring-offset-red-500 {
    --tw-ring-offset-color: #f53939;
  }

  .sm-max\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .sm-max\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .sm-max\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .sm-max\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm-max\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm-max\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm-max\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm-max\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .sm-max\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm-max\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .sm-max\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .sm-max\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .sm-max\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm-max\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .sm-max\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm-max\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .sm-max\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm-max\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .sm-max\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .sm-max\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbcf33;
  }

  .sm-max\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .sm-max\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm-max\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .sm-max\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .sm-max\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .sm-max\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .sm-max\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm-max\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm-max\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm-max\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .sm-max\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .sm-max\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .sm-max\:ring-offset-green-600 {
    --tw-ring-offset-color: #17ad37;
  }

  .sm-max\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .sm-max\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .sm-max\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .sm-max\:ring-offset-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm-max\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm-max\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm-max\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .sm-max\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .sm-max\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .sm-max\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .sm-max\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .sm-max\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .sm-max\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .sm-max\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm-max\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm-max\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm-max\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm-max\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .sm-max\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .sm-max\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm-max\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .sm-max\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .sm-max\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .sm-max\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .sm-max\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm-max\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm-max\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm-max\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm-max\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .sm-max\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .sm-max\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .sm-max\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7928ca;
  }

  .sm-max\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm-max\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .sm-max\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm-max\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm-max\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm-max\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm-max\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .sm-max\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .sm-max\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .sm-max\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm-max\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm-max\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .sm-max\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm-max\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm-max\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm-max\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f883dd;
  }

  .sm-max\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm-max\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .sm-max\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .sm-max\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .sm-max\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .sm-max\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .sm-max\:ring-offset-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm-max\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm-max\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm-max\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm-max\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .sm-max\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .sm-max\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .sm-max\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .sm-max\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .sm-max\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .sm-max\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm-max\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm-max\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm-max\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm-max\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm-max\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm-max\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2152ff;
  }

  .sm-max\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm-max\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .sm-max\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .sm-max\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm-max\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm-max\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm-max\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm-max\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm-max\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm-max\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .sm-max\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm-max\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .sm-max\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm-max\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm-max\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .sm-max\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .sm-max\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .sm-max\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .sm-max\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .sm-max\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .sm-max\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .sm-max\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .sm-max\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .sm-max\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .sm-max\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .sm-max\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .sm-max\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .sm-max\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .sm-max\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .sm-max\:ring-offset-slate {
  }

  .sm-max\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm-max\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm-max\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm-max\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm-max\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .sm-max\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .sm-max\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm-max\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .sm-max\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .sm-max\:ring-offset-zinc {
  }

  .sm-max\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm-max\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm-max\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm-max\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm-max\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .sm-max\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .sm-max\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .sm-max\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .sm-max\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .sm-max\:ring-offset-neutral {
  }

  .sm-max\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm-max\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm-max\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm-max\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm-max\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm-max\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .sm-max\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .sm-max\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .sm-max\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .sm-max\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .sm-max\:ring-offset-stone {
  }

  .sm-max\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .sm-max\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm-max\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm-max\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .sm-max\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .sm-max\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .sm-max\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .sm-max\:ring-offset-orange-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .sm-max\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .sm-max\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .sm-max\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm-max\:ring-offset-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm-max\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm-max\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm-max\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .sm-max\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .sm-max\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .sm-max\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .sm-max\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .sm-max\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .sm-max\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm-max\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm-max\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm-max\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .sm-max\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm-max\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbc400;
  }

  .sm-max\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm-max\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .sm-max\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .sm-max\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .sm-max\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .sm-max\:ring-offset-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm-max\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm-max\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .sm-max\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm-max\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm-max\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm-max\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .sm-max\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .sm-max\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .sm-max\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .sm-max\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm-max\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm-max\:ring-offset-lime-200 {
    --tw-ring-offset-color: #cdf59b;
  }

  .sm-max\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .sm-max\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .sm-max\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .sm-max\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .sm-max\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm-max\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .sm-max\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .sm-max\:ring-offset-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm-max\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm-max\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm-max\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .sm-max\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .sm-max\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .sm-max\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .sm-max\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm-max\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .sm-max\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .sm-max\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm-max\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm-max\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm-max\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm-max\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .sm-max\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .sm-max\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .sm-max\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .sm-max\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .sm-max\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .sm-max\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .sm-max\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm-max\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm-max\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm-max\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .sm-max\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm-max\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm-max\:ring-offset-teal-550 {
    --tw-ring-offset-color: #329874;
  }

  .sm-max\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .sm-max\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .sm-max\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .sm-max\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .sm-max\:ring-offset-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm-max\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm-max\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm-max\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .sm-max\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm-max\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm-max\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .sm-max\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .sm-max\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .sm-max\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .sm-max\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm-max\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .sm-max\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm-max\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm-max\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #21d4fd;
  }

  .sm-max\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .sm-max\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .sm-max\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .sm-max\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .sm-max\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .sm-max\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .sm-max\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm-max\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm-max\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .sm-max\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm-max\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm-max\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm-max\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .sm-max\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .sm-max\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .sm-max\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .sm-max\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm-max\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm-max\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm-max\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm-max\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm-max\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm-max\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .sm-max\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .sm-max\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .sm-max\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm-max\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm-max\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm-max\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm-max\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm-max\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm-max\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm-max\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm-max\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm-max\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm-max\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm-max\:ring-offset-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm-max\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm-max\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm-max\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm-max\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm-max\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm-max\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm-max\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm-max\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm-max\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm-max\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm-max\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm-max\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm-max\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #e293d3;
  }

  .sm-max\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .sm-max\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .sm-max\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .sm-max\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .sm-max\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .sm-max\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .sm-max\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .sm-max\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm-max\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm-max\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm-max\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .sm-max\:ring-offset-rose-400 {
    --tw-ring-offset-color: #ff667c;
  }

  .sm-max\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm-max\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .sm-max\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .sm-max\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .sm-max\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .sm-max\:ring-offset-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm-max\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm-max\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm-max\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .sm-max\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .sm-max\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm-max\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .sm-max\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .sm-max\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .sm-max\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .sm-max\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm-max\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .sm-max\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm-max\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm-max\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .sm-max\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .sm-max\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .sm-max\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .sm-max\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .sm-max\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .sm-max\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .sm-max\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .sm-max\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .sm-max\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .sm-max\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .sm-max\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .sm-max\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .sm-max\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm-max\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm-max\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fc9797;
  }

  .sm-max\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm-max\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .sm-max\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #f53939;
  }

  .sm-max\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .sm-max\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .sm-max\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .sm-max\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .sm-max\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .sm-max\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm-max\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .sm-max\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm-max\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .sm-max\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .sm-max\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbcf33;
  }

  .sm-max\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .sm-max\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm-max\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .sm-max\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .sm-max\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .sm-max\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .sm-max\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm-max\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm-max\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm-max\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .sm-max\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .sm-max\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .sm-max\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #17ad37;
  }

  .sm-max\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .sm-max\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .sm-max\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .sm-max\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .sm-max\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm-max\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm-max\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm-max\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm-max\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .sm-max\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .sm-max\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm-max\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .sm-max\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .sm-max\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .sm-max\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .sm-max\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm-max\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm-max\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm-max\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm-max\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .sm-max\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .sm-max\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .sm-max\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7928ca;
  }

  .sm-max\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm-max\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm-max\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .sm-max\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm-max\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm-max\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm-max\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f883dd;
  }

  .sm-max\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .sm-max\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ff0080;
  }

  .sm-max\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .sm-max\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .sm-max\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .sm-max\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .sm-max\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .sm-max\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm-max\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm-max\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm-max\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm-max\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm-max\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm-max\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2152ff;
  }

  .sm-max\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm-max\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #344e86;
  }

  .sm-max\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .sm-max\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm-max\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm-max\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .sm-max\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .sm-max\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .sm-max\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .sm-max\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .sm-max\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .sm-max\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .sm-max\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .sm-max\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .sm-max\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .sm-max\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .sm-max\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .sm-max\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .sm-max\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .sm-max\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .sm-max\:focus-within\:ring-offset-slate:focus-within {
  }

  .sm-max\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm-max\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm-max\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm-max\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm-max\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .sm-max\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .sm-max\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm-max\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .sm-max\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .sm-max\:focus-within\:ring-offset-zinc:focus-within {
  }

  .sm-max\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm-max\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm-max\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm-max\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm-max\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .sm-max\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .sm-max\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .sm-max\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .sm-max\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .sm-max\:focus-within\:ring-offset-neutral:focus-within {
  }

  .sm-max\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm-max\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm-max\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm-max\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm-max\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm-max\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .sm-max\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .sm-max\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .sm-max\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .sm-max\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .sm-max\:focus-within\:ring-offset-stone:focus-within {
  }

  .sm-max\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .sm-max\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm-max\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm-max\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .sm-max\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .sm-max\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .sm-max\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .sm-max\:focus-within\:ring-offset-orange-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .sm-max\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .sm-max\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .sm-max\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .sm-max\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm-max\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm-max\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm-max\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .sm-max\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm-max\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbc400;
  }

  .sm-max\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm-max\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .sm-max\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .sm-max\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .sm-max\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .sm-max\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .sm-max\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm-max\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm-max\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #cdf59b;
  }

  .sm-max\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .sm-max\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #98ec2d;
  }

  .sm-max\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .sm-max\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .sm-max\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm-max\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .sm-max\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .sm-max\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .sm-max\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm-max\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm-max\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm-max\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm-max\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .sm-max\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .sm-max\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .sm-max\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .sm-max\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .sm-max\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .sm-max\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .sm-max\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm-max\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm-max\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm-max\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .sm-max\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm-max\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm-max\:focus-within\:ring-offset-teal-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .sm-max\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .sm-max\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .sm-max\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .sm-max\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .sm-max\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .sm-max\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm-max\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .sm-max\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm-max\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm-max\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #21d4fd;
  }

  .sm-max\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .sm-max\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .sm-max\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .sm-max\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .sm-max\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .sm-max\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .sm-max\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm-max\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm-max\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .sm-max\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm-max\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm-max\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm-max\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .sm-max\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .sm-max\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .sm-max\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .sm-max\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm-max\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm-max\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm-max\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm-max\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm-max\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm-max\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm-max\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm-max\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm-max\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm-max\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm-max\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #e293d3;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #cb0c9f;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a3017e;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .sm-max\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .sm-max\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm-max\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm-max\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm-max\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .sm-max\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #ff667c;
  }

  .sm-max\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm-max\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .sm-max\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .sm-max\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .sm-max\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .sm-max\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .sm-max\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm-max\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .sm-max\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .sm-max\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm-max\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .sm-max\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .sm-max\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .sm-max\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .sm-max\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .sm-max\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .sm-max\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .sm-max\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .sm-max\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .sm-max\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .sm-max\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .sm-max\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .sm-max\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .sm-max\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm-max\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm-max\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fc9797;
  }

  .sm-max\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm-max\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .sm-max\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #f53939;
  }

  .sm-max\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .sm-max\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .sm-max\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .sm-max\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .sm-max\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .sm-max\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .sm-max\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .sm-max\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm-max\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .sm-max\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .sm-max\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbcf33;
  }

  .sm-max\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .sm-max\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm-max\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .sm-max\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .sm-max\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .sm-max\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .sm-max\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm-max\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm-max\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm-max\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .sm-max\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .sm-max\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .sm-max\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #17ad37;
  }

  .sm-max\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .sm-max\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .sm-max\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .sm-max\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .sm-max\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm-max\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm-max\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm-max\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm-max\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .sm-max\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .sm-max\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm-max\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .sm-max\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .sm-max\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .sm-max\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .sm-max\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm-max\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm-max\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm-max\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm-max\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .sm-max\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .sm-max\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .sm-max\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7928ca;
  }

  .sm-max\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm-max\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .sm-max\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .sm-max\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm-max\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm-max\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm-max\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f883dd;
  }

  .sm-max\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm-max\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .sm-max\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .sm-max\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .sm-max\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .sm-max\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .sm-max\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .sm-max\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm-max\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm-max\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm-max\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm-max\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm-max\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm-max\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2152ff;
  }

  .sm-max\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm-max\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .sm-max\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .sm-max\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm-max\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .sm-max\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .sm-max\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .sm-max\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .sm-max\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .sm-max\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .sm-max\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .sm-max\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .sm-max\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .sm-max\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .sm-max\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .sm-max\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .sm-max\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .sm-max\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .sm-max\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .sm-max\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .sm-max\:focus\:ring-offset-slate:focus {
  }

  .sm-max\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .sm-max\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .sm-max\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .sm-max\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .sm-max\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .sm-max\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .sm-max\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .sm-max\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .sm-max\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .sm-max\:focus\:ring-offset-zinc:focus {
  }

  .sm-max\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .sm-max\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .sm-max\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .sm-max\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .sm-max\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .sm-max\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .sm-max\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .sm-max\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .sm-max\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .sm-max\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .sm-max\:focus\:ring-offset-neutral:focus {
  }

  .sm-max\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .sm-max\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .sm-max\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .sm-max\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .sm-max\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .sm-max\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .sm-max\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .sm-max\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .sm-max\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .sm-max\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .sm-max\:focus\:ring-offset-stone:focus {
  }

  .sm-max\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .sm-max\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm-max\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm-max\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .sm-max\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .sm-max\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .sm-max\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .sm-max\:focus\:ring-offset-orange-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .sm-max\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .sm-max\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .sm-max\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .sm-max\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .sm-max\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm-max\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm-max\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .sm-max\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm-max\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbc400;
  }

  .sm-max\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm-max\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .sm-max\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .sm-max\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .sm-max\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .sm-max\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .sm-max\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm-max\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm-max\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #cdf59b;
  }

  .sm-max\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .sm-max\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .sm-max\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .sm-max\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .sm-max\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm-max\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .sm-max\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .sm-max\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .sm-max\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm-max\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm-max\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm-max\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm-max\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .sm-max\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .sm-max\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .sm-max\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .sm-max\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .sm-max\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .sm-max\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .sm-max\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm-max\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm-max\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm-max\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .sm-max\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm-max\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm-max\:focus\:ring-offset-teal-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .sm-max\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .sm-max\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .sm-max\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .sm-max\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .sm-max\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .sm-max\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm-max\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .sm-max\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm-max\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm-max\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #21d4fd;
  }

  .sm-max\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .sm-max\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .sm-max\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .sm-max\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .sm-max\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .sm-max\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .sm-max\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm-max\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm-max\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .sm-max\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm-max\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm-max\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm-max\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .sm-max\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .sm-max\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .sm-max\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .sm-max\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .sm-max\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm-max\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm-max\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm-max\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm-max\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm-max\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm-max\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm-max\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm-max\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm-max\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .sm-max\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .sm-max\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm-max\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm-max\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm-max\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #e293d3;
  }

  .sm-max\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .sm-max\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .sm-max\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .sm-max\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .sm-max\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .sm-max\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .sm-max\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .sm-max\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm-max\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm-max\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm-max\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .sm-max\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #ff667c;
  }

  .sm-max\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm-max\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .sm-max\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .sm-max\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .sm-max\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .sm-max\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .sm-max\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm-max\:filter-none {
    filter: none;
  }

  .sm-max\:blur-0 {
    --tw-blur: blur(0);
  }

  .sm-max\:blur-none {
    --tw-blur: blur(0);
  }

  .sm-max\:blur-sm {
    --tw-blur: blur(4px);
  }

  .sm-max\:blur {
    --tw-blur: blur(8px);
  }

  .sm-max\:blur-md {
    --tw-blur: blur(12px);
  }

  .sm-max\:blur-lg {
    --tw-blur: blur(16px);
  }

  .sm-max\:blur-xl {
    --tw-blur: blur(24px);
  }

  .sm-max\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .sm-max\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm-max\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm-max\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm-max\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm-max\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm-max\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm-max\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm-max\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm-max\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm-max\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm-max\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm-max\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm-max\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm-max\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm-max\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm-max\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm-max\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm-max\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm-max\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm-max\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .sm-max\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .sm-max\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .sm-max\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .sm-max\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .sm-max\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .sm-max\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm-max\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm-max\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm-max\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm-max\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm-max\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm-max\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm-max\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm-max\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm-max\:invert-0 {
    --tw-invert: invert(0);
  }

  .sm-max\:invert {
    --tw-invert: invert(100%);
  }

  .sm-max\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm-max\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm-max\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm-max\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm-max\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm-max\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm-max\:sepia {
    --tw-sepia: sepia(100%);
  }

  .sm-max\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm-max\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm-max\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .sm-max\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .sm-max\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .sm-max\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .sm-max\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .sm-max\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .sm-max\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .sm-max\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .sm-max\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .sm-max\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm-max\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm-max\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm-max\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm-max\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm-max\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm-max\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm-max\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm-max\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm-max\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm-max\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm-max\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm-max\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm-max\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm-max\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm-max\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm-max\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm-max\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm-max\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm-max\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm-max\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm-max\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm-max\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm-max\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm-max\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm-max\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm-max\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm-max\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm-max\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .sm-max\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm-max\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm-max\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm-max\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm-max\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm-max\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm-max\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm-max\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm-max\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm-max\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm-max\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm-max\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm-max\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm-max\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .sm-max\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm-max\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm-max\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm-max\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm-max\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm-max\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm-max\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm-max\:transition-none {
    transition-property: none;
  }

  .sm-max\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-max\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-max\: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-max\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-max\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-max\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm-max\:delay-75 {
    transition-delay: 75ms;
  }

  .sm-max\:delay-100 {
    transition-delay: 100ms;
  }

  .sm-max\:delay-150 {
    transition-delay: 150ms;
  }

  .sm-max\:delay-200 {
    transition-delay: 200ms;
  }

  .sm-max\:delay-300 {
    transition-delay: 300ms;
  }

  .sm-max\:delay-500 {
    transition-delay: 500ms;
  }

  .sm-max\:delay-700 {
    transition-delay: 700ms;
  }

  .sm-max\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm-max\:duration-75 {
    transition-duration: 75ms;
  }

  .sm-max\:duration-100 {
    transition-duration: 100ms;
  }

  .sm-max\:duration-150 {
    transition-duration: 150ms;
  }

  .sm-max\:duration-200 {
    transition-duration: 200ms;
  }

  .sm-max\:duration-300 {
    transition-duration: 300ms;
  }

  .sm-max\:duration-500 {
    transition-duration: 500ms;
  }

  .sm-max\:duration-700 {
    transition-duration: 700ms;
  }

  .sm-max\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm-max\:ease-linear {
    transition-timing-function: linear;
  }

  .sm-max\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm-max\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm-max\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .md\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .md\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .md\:container {
      max-width: 1400px;
    }
  }

  .md\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .md\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .md\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .md\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .md\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .md\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .md\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .md\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .md\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .md\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .md\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .md\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .md\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .md\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .md\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .md\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .md\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .md\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .md\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .md\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .md\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .md\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .md\:prose code::before {
    content: "`";
  }

  .md\:prose code::after {
    content: "`";
  }

  .md\:prose a code {
    color: #141727;
  }

  .md\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .md\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .md\:prose pre code::before {
    content: none;
  }

  .md\:prose pre code::after {
    content: none;
  }

  .md\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .md\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .md\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .md\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .md\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .md\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose h2 code {
    font-size: 0.875em;
  }

  .md\:prose h3 code {
    font-size: 0.9em;
  }

  .md\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .md\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .md\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md\:prose ul ul, .md\:prose ul ol, .md\:prose ol ul, .md\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md\:prose hr + * {
    margin-top: 0;
  }

  .md\:prose h2 + * {
    margin-top: 0;
  }

  .md\:prose h3 + * {
    margin-top: 0;
  }

  .md\:prose h4 + * {
    margin-top: 0;
  }

  .md\:prose thead th:first-child {
    padding-left: 0;
  }

  .md\:prose thead th:last-child {
    padding-right: 0;
  }

  .md\:prose tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose > :first-child {
    margin-top: 0;
  }

  .md\:prose > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .md\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .md\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .md\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .md\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .md\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .md\:prose-sm code {
    font-size: 0.8571429em;
  }

  .md\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .md\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .md\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .md\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .md\:prose-sm ol > li::before {
    left: 0;
  }

  .md\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .md\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .md\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md\:prose-sm ul ul, .md\:prose-sm ul ol, .md\:prose-sm ol ul, .md\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .md\:prose-sm hr + * {
    margin-top: 0;
  }

  .md\:prose-sm h2 + * {
    margin-top: 0;
  }

  .md\:prose-sm h3 + * {
    margin-top: 0;
  }

  .md\:prose-sm h4 + * {
    margin-top: 0;
  }

  .md\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .md\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-sm > :first-child {
    margin-top: 0;
  }

  .md\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .md\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md\:prose-lg code {
    font-size: 0.8888889em;
  }

  .md\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .md\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .md\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ol > li::before {
    left: 0;
  }

  .md\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .md\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-lg ul ul, .md\:prose-lg ul ol, .md\:prose-lg ol ul, .md\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md\:prose-lg hr + * {
    margin-top: 0;
  }

  .md\:prose-lg h2 + * {
    margin-top: 0;
  }

  .md\:prose-lg h3 + * {
    margin-top: 0;
  }

  .md\:prose-lg h4 + * {
    margin-top: 0;
  }

  .md\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-lg > :first-child {
    margin-top: 0;
  }

  .md\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .md\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .md\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .md\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .md\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .md\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .md\:prose-xl code {
    font-size: 0.9em;
  }

  .md\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .md\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .md\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .md\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .md\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .md\:prose-xl ol > li::before {
    left: 0;
  }

  .md\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .md\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .md\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .md\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .md\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md\:prose-xl ul ul, .md\:prose-xl ul ol, .md\:prose-xl ol ul, .md\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .md\:prose-xl hr + * {
    margin-top: 0;
  }

  .md\:prose-xl h2 + * {
    margin-top: 0;
  }

  .md\:prose-xl h3 + * {
    margin-top: 0;
  }

  .md\:prose-xl h4 + * {
    margin-top: 0;
  }

  .md\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .md\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-xl > :first-child {
    margin-top: 0;
  }

  .md\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .md\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .md\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .md\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .md\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .md\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .md\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .md\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .md\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .md\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .md\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .md\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ol > li::before {
    left: 0;
  }

  .md\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .md\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .md\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .md\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md\:prose-2xl ul ul, .md\:prose-2xl ul ol, .md\:prose-2xl ol ul, .md\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md\:prose-2xl hr + * {
    margin-top: 0;
  }

  .md\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .md\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .md\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .md\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .md\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .md\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .md\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .md\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .md\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .md\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .md\:prose-red a {
    color: #ea0606;
  }

  .md\:prose-red a code {
    color: #ea0606;
  }

  .md\:prose-yellow a {
    color: #ca8a04;
  }

  .md\:prose-yellow a code {
    color: #ca8a04;
  }

  .md\:prose-green a {
    color: #17ad37;
  }

  .md\:prose-green a code {
    color: #17ad37;
  }

  .md\:prose-indigo a {
    color: #4f46e5;
  }

  .md\:prose-indigo a code {
    color: #4f46e5;
  }

  .md\:prose-purple a {
    color: #9333ea;
  }

  .md\:prose-purple a code {
    color: #9333ea;
  }

  .md\:prose-pink a {
    color: #db2777;
  }

  .md\:prose-pink a code {
    color: #db2777;
  }

  .md\:prose-blue a {
    color: #2152ff;
  }

  .md\:prose-blue a code {
    color: #2152ff;
  }

  .md\:prose-slate a {
    color: #627594;
  }

  .md\:prose-slate a code {
    color: #627594;
  }

  .md\:prose-zinc a {
    color: #52525b;
  }

  .md\:prose-zinc a code {
    color: #52525b;
  }

  .md\:prose-neutral a {
    color: #525252;
  }

  .md\:prose-neutral a code {
    color: #525252;
  }

  .md\:prose-stone a {
    color: #57534e;
  }

  .md\:prose-stone a code {
    color: #57534e;
  }

  .md\:prose-orange a {
    color: #ea580c;
  }

  .md\:prose-orange a code {
    color: #ea580c;
  }

  .md\:prose-amber a {
    color: #d97706;
  }

  .md\:prose-amber a code {
    color: #d97706;
  }

  .md\:prose-lime a {
    color: #67b108;
  }

  .md\:prose-lime a code {
    color: #67b108;
  }

  .md\:prose-emerald a {
    color: #059669;
  }

  .md\:prose-emerald a code {
    color: #059669;
  }

  .md\:prose-teal a {
    color: #0d9488;
  }

  .md\:prose-teal a code {
    color: #0d9488;
  }

  .md\:prose-cyan a {
    color: #08a1c4;
  }

  .md\:prose-cyan a code {
    color: #08a1c4;
  }

  .md\:prose-sky a {
    color: #3ea1ec;
  }

  .md\:prose-sky a code {
    color: #3ea1ec;
  }

  .md\:prose-violet a {
    color: #7c3aed;
  }

  .md\:prose-violet a code {
    color: #7c3aed;
  }

  .md\:prose-fuchsia a {
    color: #c026d3;
  }

  .md\:prose-fuchsia a code {
    color: #c026d3;
  }

  .md\:prose-rose a {
    color: #e11d48;
  }

  .md\:prose-rose a code {
    color: #e11d48;
  }

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .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-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .md\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .md\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .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-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .md\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .md\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .md\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .md\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .md\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .md\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .md\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .md\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .md\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .md\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .md\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .md\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .md\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .md\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .md\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .md\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .md\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .md\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .md\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .md\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .md\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .md\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .md\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .md\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .md\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .md\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .md\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .md\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .md\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .md\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .md\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .md\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .md\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .md\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .md\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .md\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .md\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .md\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .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-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .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-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .md\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .md\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .md\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .md\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .md\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .md\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .md\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .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-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .md\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .md\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .md\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .md\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .md\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .md\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .md\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .md\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .md\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .md\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .md\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .md\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .md\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .md\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .md\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .md\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .md\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .md\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .md\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .md\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .md\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .md\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .md\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .md\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .md\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .md\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .md\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .md\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .md\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .md\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .md\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .md\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .md\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .md\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .md\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .md\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .md\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .md\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .md\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .md\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .md\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .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\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .md\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .md\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .md\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .md\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .md\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .md\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .md\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .md\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .md\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .md\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .md\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .md\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .md\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .md\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .md\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .md\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .md\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .md\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .md\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .md\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .md\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .md\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .md\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .md\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .md\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .md\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .md\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .md\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .md\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .md\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .md\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .md\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .md\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .md\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .md\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .md\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .md\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .md\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .md\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .md\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .md\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .md\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .md\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .md\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .md\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .md\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .md\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .md\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .md\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .md\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .md\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .md\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .md\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .md\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .md\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .md\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .md\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .md\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .md\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .md\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .md\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .md\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .md\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .md\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .md\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .md\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .md\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .md\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .md\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .md\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .md\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .md\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .md\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .md\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .md\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .md\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .md\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .md\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .md\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .md\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .md\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .md\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .md\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .md\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .md\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .md\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .md\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .md\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .md\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .md\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .md\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .md\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .md\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .md\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .md\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .md\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .md\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .md\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .md\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .md\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .md\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .md\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .md\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .md\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .md\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .md\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .md\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .md\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .md\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .md\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .md\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .md\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .md\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .md\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .md\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .md\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .md\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .md\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .md\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .md\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .md\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .md\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .md\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .md\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .md\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .md\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .md\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .md\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .md\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .md\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .md\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .md\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .md\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .md\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .md\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .md\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .md\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .md\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .md\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .md\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .md\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .md\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .md\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .md\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .md\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .md\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .md\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .md\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .md\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .md\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .md\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .md\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .md\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .md\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .md\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .md\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .md\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .md\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .md\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .md\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .md\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .md\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .md\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .md\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .md\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .md\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .md\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .md\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .md\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .md\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .md\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .md\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .md\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .md\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .md\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .md\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .md\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .md\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .md\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .md\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .md\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .md\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .md\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .md\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .md\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .md\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .md\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .md\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .md\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .md\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .md\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .md\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .md\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .md\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .md\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .md\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .md\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .md\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .md\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .md\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:top-13 {
    top: 3.25rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:top-19 {
    top: 4.75rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-25 {
    top: 6.25rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:top-30 {
    top: 7.5rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-34 {
    top: 8.5rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-42 {
    top: 10.5rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-46 {
    top: 11.5rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:top-50 {
    top: 12.5rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:top-54 {
    top: 13.5rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-68 {
    top: 17rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:top-75 {
    top: 18.75rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-85 {
    top: 22rem;
  }

  .md\:top-90 {
    top: 22.5rem;
  }

  .md\:top-92 {
    top: 23rem;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:top-100 {
    top: 25rem;
  }

  .md\:top-116 {
    top: 29rem;
  }

  .md\:top-120 {
    top: 30rem;
  }

  .md\:top-125 {
    top: 31.25rem;
  }

  .md\:top-135 {
    top: 33.75rem;
  }

  .md\:top-160 {
    top: 40rem;
  }

  .md\:top-180 {
    top: 45rem;
  }

  .md\:top-240 {
    top: 60rem;
  }

  .md\:top-285 {
    top: 71.25rem;
  }

  .md\:top-330 {
    top: 82.5rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-unset {
    top: unset;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:top-0\.4 {
    top: 0.1rem;
  }

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:top-0\.6 {
    top: 0.15rem;
  }

  .md\:top-0\.75 {
    top: 0.2rem;
  }

  .md\:top-1\.2 {
    top: 0.3rem;
  }

  .md\:top-1\.25 {
    top: 0.3125rem;
  }

  .md\:top-1\.4 {
    top: 0.35rem;
  }

  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:top-1\.6 {
    top: 0.4rem;
  }

  .md\:top-1\.75 {
    top: 0.4375rem;
  }

  .md\:top-1\.8 {
    top: 0.45rem;
  }

  .md\:top-2\.2 {
    top: 0.55rem;
  }

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:top-2\.6 {
    top: 0.65rem;
  }

  .md\:top-2\.7 {
    top: 0.675rem;
  }

  .md\:top-2\.8 {
    top: 0.7rem;
  }

  .md\:top-3\.4 {
    top: 0.85rem;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:top-3\.6 {
    top: 0.9rem;
  }

  .md\:top-4\.5 {
    top: 1.125rem;
  }

  .md\:top-4\.8 {
    top: 1.2rem;
  }

  .md\:top-5\.3 {
    top: 1.3rem;
  }

  .md\:top-5\.4 {
    top: 1.35rem;
  }

  .md\:top-5\.5 {
    top: 1.375rem;
  }

  .md\:top-5\.6 {
    top: 1.4rem;
  }

  .md\:top-6\.5 {
    top: 1.625rem;
  }

  .md\:top-70\/100 {
    top: 70%;
  }

  .md\:top-31\/100 {
    top: 31%;
  }

  .md\:top-15\/100 {
    top: 15%;
  }

  .md\:top-1\/100 {
    top: 1%;
  }

  .md\:top-1\/10 {
    top: 10%;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:-top-0 {
    top: 0px;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-13 {
    top: -3.25rem;
  }

  .md\:-top-14 {
    top: -3.5rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-top-19 {
    top: -4.75rem;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-top-25 {
    top: -6.25rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-top-30 {
    top: -7.5rem;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-top-34 {
    top: -8.5rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-42 {
    top: -10.5rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-46 {
    top: -11.5rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-top-50 {
    top: -12.5rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-top-54 {
    top: -13.5rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-top-68 {
    top: -17rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-top-75 {
    top: -18.75rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-top-85 {
    top: -22rem;
  }

  .md\:-top-90 {
    top: -22.5rem;
  }

  .md\:-top-92 {
    top: -23rem;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-top-100 {
    top: -25rem;
  }

  .md\:-top-116 {
    top: -29rem;
  }

  .md\:-top-120 {
    top: -30rem;
  }

  .md\:-top-125 {
    top: -31.25rem;
  }

  .md\:-top-135 {
    top: -33.75rem;
  }

  .md\:-top-160 {
    top: -40rem;
  }

  .md\:-top-180 {
    top: -45rem;
  }

  .md\:-top-240 {
    top: -60rem;
  }

  .md\:-top-285 {
    top: -71.25rem;
  }

  .md\:-top-330 {
    top: -82.5rem;
  }

  .md\:-top-unset {
    top: unset;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-top-0\.4 {
    top: -0.1rem;
  }

  .md\:-top-0\.5 {
    top: -0.125rem;
  }

  .md\:-top-0\.6 {
    top: -0.15rem;
  }

  .md\:-top-0\.75 {
    top: -0.2rem;
  }

  .md\:-top-1\.2 {
    top: -0.3rem;
  }

  .md\:-top-1\.25 {
    top: -0.3125rem;
  }

  .md\:-top-1\.4 {
    top: -0.35rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

  .md\:-top-1\.6 {
    top: -0.4rem;
  }

  .md\:-top-1\.75 {
    top: -0.4375rem;
  }

  .md\:-top-1\.8 {
    top: -0.45rem;
  }

  .md\:-top-2\.2 {
    top: -0.55rem;
  }

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-top-2\.6 {
    top: -0.65rem;
  }

  .md\:-top-2\.7 {
    top: -0.675rem;
  }

  .md\:-top-2\.8 {
    top: -0.7rem;
  }

  .md\:-top-3\.4 {
    top: -0.85rem;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:-top-3\.6 {
    top: -0.9rem;
  }

  .md\:-top-4\.5 {
    top: -1.125rem;
  }

  .md\:-top-4\.8 {
    top: -1.2rem;
  }

  .md\:-top-5\.3 {
    top: -1.3rem;
  }

  .md\:-top-5\.4 {
    top: -1.35rem;
  }

  .md\:-top-5\.5 {
    top: -1.375rem;
  }

  .md\:-top-5\.6 {
    top: -1.4rem;
  }

  .md\:-top-6\.5 {
    top: -1.625rem;
  }

  .md\:-top-70\/100 {
    top: -70%;
  }

  .md\:-top-31\/100 {
    top: -31%;
  }

  .md\:-top-15\/100 {
    top: -15%;
  }

  .md\:-top-1\/100 {
    top: -1%;
  }

  .md\:-top-1\/10 {
    top: -10%;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-top-full {
    top: -100%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:right-13 {
    right: 3.25rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:right-19 {
    right: 4.75rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:right-25 {
    right: 6.25rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:right-30 {
    right: 7.5rem;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:right-34 {
    right: 8.5rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:right-42 {
    right: 10.5rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:right-46 {
    right: 11.5rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:right-50 {
    right: 12.5rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:right-54 {
    right: 13.5rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:right-60 {
    right: 15rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:right-68 {
    right: 17rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:right-75 {
    right: 18.75rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:right-85 {
    right: 22rem;
  }

  .md\:right-90 {
    right: 22.5rem;
  }

  .md\:right-92 {
    right: 23rem;
  }

  .md\:right-96 {
    right: 24rem;
  }

  .md\:right-100 {
    right: 25rem;
  }

  .md\:right-116 {
    right: 29rem;
  }

  .md\:right-120 {
    right: 30rem;
  }

  .md\:right-125 {
    right: 31.25rem;
  }

  .md\:right-135 {
    right: 33.75rem;
  }

  .md\:right-160 {
    right: 40rem;
  }

  .md\:right-180 {
    right: 45rem;
  }

  .md\:right-240 {
    right: 60rem;
  }

  .md\:right-285 {
    right: 71.25rem;
  }

  .md\:right-330 {
    right: 82.5rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-unset {
    right: unset;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:right-0\.4 {
    right: 0.1rem;
  }

  .md\:right-0\.5 {
    right: 0.125rem;
  }

  .md\:right-0\.6 {
    right: 0.15rem;
  }

  .md\:right-0\.75 {
    right: 0.2rem;
  }

  .md\:right-1\.2 {
    right: 0.3rem;
  }

  .md\:right-1\.25 {
    right: 0.3125rem;
  }

  .md\:right-1\.4 {
    right: 0.35rem;
  }

  .md\:right-1\.5 {
    right: 0.375rem;
  }

  .md\:right-1\.6 {
    right: 0.4rem;
  }

  .md\:right-1\.75 {
    right: 0.4375rem;
  }

  .md\:right-1\.8 {
    right: 0.45rem;
  }

  .md\:right-2\.2 {
    right: 0.55rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:right-2\.6 {
    right: 0.65rem;
  }

  .md\:right-2\.7 {
    right: 0.675rem;
  }

  .md\:right-2\.8 {
    right: 0.7rem;
  }

  .md\:right-3\.4 {
    right: 0.85rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:right-3\.6 {
    right: 0.9rem;
  }

  .md\:right-4\.5 {
    right: 1.125rem;
  }

  .md\:right-4\.8 {
    right: 1.2rem;
  }

  .md\:right-5\.3 {
    right: 1.3rem;
  }

  .md\:right-5\.4 {
    right: 1.35rem;
  }

  .md\:right-5\.5 {
    right: 1.375rem;
  }

  .md\:right-5\.6 {
    right: 1.4rem;
  }

  .md\:right-6\.5 {
    right: 1.625rem;
  }

  .md\:right-70\/100 {
    right: 70%;
  }

  .md\:right-31\/100 {
    right: 31%;
  }

  .md\:right-15\/100 {
    right: 15%;
  }

  .md\:right-1\/100 {
    right: 1%;
  }

  .md\:right-1\/10 {
    right: 10%;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:-right-0 {
    right: 0px;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-right-13 {
    right: -3.25rem;
  }

  .md\:-right-14 {
    right: -3.5rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-right-19 {
    right: -4.75rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:-right-24 {
    right: -6rem;
  }

  .md\:-right-25 {
    right: -6.25rem;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-right-30 {
    right: -7.5rem;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-right-34 {
    right: -8.5rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-right-42 {
    right: -10.5rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-right-46 {
    right: -11.5rem;
  }

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:-right-50 {
    right: -12.5rem;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-right-54 {
    right: -13.5rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-right-68 {
    right: -17rem;
  }

  .md\:-right-72 {
    right: -18rem;
  }

  .md\:-right-75 {
    right: -18.75rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-right-85 {
    right: -22rem;
  }

  .md\:-right-90 {
    right: -22.5rem;
  }

  .md\:-right-92 {
    right: -23rem;
  }

  .md\:-right-96 {
    right: -24rem;
  }

  .md\:-right-100 {
    right: -25rem;
  }

  .md\:-right-116 {
    right: -29rem;
  }

  .md\:-right-120 {
    right: -30rem;
  }

  .md\:-right-125 {
    right: -31.25rem;
  }

  .md\:-right-135 {
    right: -33.75rem;
  }

  .md\:-right-160 {
    right: -40rem;
  }

  .md\:-right-180 {
    right: -45rem;
  }

  .md\:-right-240 {
    right: -60rem;
  }

  .md\:-right-285 {
    right: -71.25rem;
  }

  .md\:-right-330 {
    right: -82.5rem;
  }

  .md\:-right-unset {
    right: unset;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-right-0\.4 {
    right: -0.1rem;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-right-0\.6 {
    right: -0.15rem;
  }

  .md\:-right-0\.75 {
    right: -0.2rem;
  }

  .md\:-right-1\.2 {
    right: -0.3rem;
  }

  .md\:-right-1\.25 {
    right: -0.3125rem;
  }

  .md\:-right-1\.4 {
    right: -0.35rem;
  }

  .md\:-right-1\.5 {
    right: -0.375rem;
  }

  .md\:-right-1\.6 {
    right: -0.4rem;
  }

  .md\:-right-1\.75 {
    right: -0.4375rem;
  }

  .md\:-right-1\.8 {
    right: -0.45rem;
  }

  .md\:-right-2\.2 {
    right: -0.55rem;
  }

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

  .md\:-right-2\.6 {
    right: -0.65rem;
  }

  .md\:-right-2\.7 {
    right: -0.675rem;
  }

  .md\:-right-2\.8 {
    right: -0.7rem;
  }

  .md\:-right-3\.4 {
    right: -0.85rem;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:-right-3\.6 {
    right: -0.9rem;
  }

  .md\:-right-4\.5 {
    right: -1.125rem;
  }

  .md\:-right-4\.8 {
    right: -1.2rem;
  }

  .md\:-right-5\.3 {
    right: -1.3rem;
  }

  .md\:-right-5\.4 {
    right: -1.35rem;
  }

  .md\:-right-5\.5 {
    right: -1.375rem;
  }

  .md\:-right-5\.6 {
    right: -1.4rem;
  }

  .md\:-right-6\.5 {
    right: -1.625rem;
  }

  .md\:-right-70\/100 {
    right: -70%;
  }

  .md\:-right-31\/100 {
    right: -31%;
  }

  .md\:-right-15\/100 {
    right: -15%;
  }

  .md\:-right-1\/100 {
    right: -1%;
  }

  .md\:-right-1\/10 {
    right: -10%;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-right-full {
    right: -100%;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-13 {
    bottom: 3.25rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:bottom-19 {
    bottom: 4.75rem;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-25 {
    bottom: 6.25rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:bottom-30 {
    bottom: 7.5rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-34 {
    bottom: 8.5rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-42 {
    bottom: 10.5rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-46 {
    bottom: 11.5rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:bottom-50 {
    bottom: 12.5rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:bottom-54 {
    bottom: 13.5rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:bottom-68 {
    bottom: 17rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:bottom-75 {
    bottom: 18.75rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:bottom-85 {
    bottom: 22rem;
  }

  .md\:bottom-90 {
    bottom: 22.5rem;
  }

  .md\:bottom-92 {
    bottom: 23rem;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:bottom-100 {
    bottom: 25rem;
  }

  .md\:bottom-116 {
    bottom: 29rem;
  }

  .md\:bottom-120 {
    bottom: 30rem;
  }

  .md\:bottom-125 {
    bottom: 31.25rem;
  }

  .md\:bottom-135 {
    bottom: 33.75rem;
  }

  .md\:bottom-160 {
    bottom: 40rem;
  }

  .md\:bottom-180 {
    bottom: 45rem;
  }

  .md\:bottom-240 {
    bottom: 60rem;
  }

  .md\:bottom-285 {
    bottom: 71.25rem;
  }

  .md\:bottom-330 {
    bottom: 82.5rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-unset {
    bottom: unset;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .md\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .md\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .md\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .md\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .md\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .md\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .md\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .md\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .md\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .md\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .md\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .md\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .md\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .md\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .md\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .md\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .md\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .md\:bottom-70\/100 {
    bottom: 70%;
  }

  .md\:bottom-31\/100 {
    bottom: 31%;
  }

  .md\:bottom-15\/100 {
    bottom: 15%;
  }

  .md\:bottom-1\/100 {
    bottom: 1%;
  }

  .md\:bottom-1\/10 {
    bottom: 10%;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:-bottom-0 {
    bottom: 0px;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-bottom-13 {
    bottom: -3.25rem;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-19 {
    bottom: -4.75rem;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-bottom-25 {
    bottom: -6.25rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-bottom-30 {
    bottom: -7.5rem;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-bottom-34 {
    bottom: -8.5rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-42 {
    bottom: -10.5rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-bottom-46 {
    bottom: -11.5rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-bottom-50 {
    bottom: -12.5rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-bottom-54 {
    bottom: -13.5rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-bottom-68 {
    bottom: -17rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-bottom-75 {
    bottom: -18.75rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-bottom-85 {
    bottom: -22rem;
  }

  .md\:-bottom-90 {
    bottom: -22.5rem;
  }

  .md\:-bottom-92 {
    bottom: -23rem;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-bottom-100 {
    bottom: -25rem;
  }

  .md\:-bottom-116 {
    bottom: -29rem;
  }

  .md\:-bottom-120 {
    bottom: -30rem;
  }

  .md\:-bottom-125 {
    bottom: -31.25rem;
  }

  .md\:-bottom-135 {
    bottom: -33.75rem;
  }

  .md\:-bottom-160 {
    bottom: -40rem;
  }

  .md\:-bottom-180 {
    bottom: -45rem;
  }

  .md\:-bottom-240 {
    bottom: -60rem;
  }

  .md\:-bottom-285 {
    bottom: -71.25rem;
  }

  .md\:-bottom-330 {
    bottom: -82.5rem;
  }

  .md\:-bottom-unset {
    bottom: unset;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .md\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .md\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .md\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .md\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .md\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .md\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .md\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .md\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .md\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .md\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .md\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .md\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .md\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .md\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .md\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .md\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .md\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .md\:-bottom-70\/100 {
    bottom: -70%;
  }

  .md\:-bottom-31\/100 {
    bottom: -31%;
  }

  .md\:-bottom-15\/100 {
    bottom: -15%;
  }

  .md\:-bottom-1\/100 {
    bottom: -1%;
  }

  .md\:-bottom-1\/10 {
    bottom: -10%;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:left-13 {
    left: 3.25rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:left-19 {
    left: 4.75rem;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:left-25 {
    left: 6.25rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:left-30 {
    left: 7.5rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:left-34 {
    left: 8.5rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:left-42 {
    left: 10.5rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:left-46 {
    left: 11.5rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:left-50 {
    left: 12.5rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:left-54 {
    left: 13.5rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:left-60 {
    left: 15rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:left-68 {
    left: 17rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:left-75 {
    left: 18.75rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:left-85 {
    left: 22rem;
  }

  .md\:left-90 {
    left: 22.5rem;
  }

  .md\:left-92 {
    left: 23rem;
  }

  .md\:left-96 {
    left: 24rem;
  }

  .md\:left-100 {
    left: 25rem;
  }

  .md\:left-116 {
    left: 29rem;
  }

  .md\:left-120 {
    left: 30rem;
  }

  .md\:left-125 {
    left: 31.25rem;
  }

  .md\:left-135 {
    left: 33.75rem;
  }

  .md\:left-160 {
    left: 40rem;
  }

  .md\:left-180 {
    left: 45rem;
  }

  .md\:left-240 {
    left: 60rem;
  }

  .md\:left-285 {
    left: 71.25rem;
  }

  .md\:left-330 {
    left: 82.5rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-unset {
    left: unset;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:left-0\.4 {
    left: 0.1rem;
  }

  .md\:left-0\.5 {
    left: 0.125rem;
  }

  .md\:left-0\.6 {
    left: 0.15rem;
  }

  .md\:left-0\.75 {
    left: 0.2rem;
  }

  .md\:left-1\.2 {
    left: 0.3rem;
  }

  .md\:left-1\.25 {
    left: 0.3125rem;
  }

  .md\:left-1\.4 {
    left: 0.35rem;
  }

  .md\:left-1\.5 {
    left: 0.375rem;
  }

  .md\:left-1\.6 {
    left: 0.4rem;
  }

  .md\:left-1\.75 {
    left: 0.4375rem;
  }

  .md\:left-1\.8 {
    left: 0.45rem;
  }

  .md\:left-2\.2 {
    left: 0.55rem;
  }

  .md\:left-2\.5 {
    left: 0.625rem;
  }

  .md\:left-2\.6 {
    left: 0.65rem;
  }

  .md\:left-2\.7 {
    left: 0.675rem;
  }

  .md\:left-2\.8 {
    left: 0.7rem;
  }

  .md\:left-3\.4 {
    left: 0.85rem;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:left-3\.6 {
    left: 0.9rem;
  }

  .md\:left-4\.5 {
    left: 1.125rem;
  }

  .md\:left-4\.8 {
    left: 1.2rem;
  }

  .md\:left-5\.3 {
    left: 1.3rem;
  }

  .md\:left-5\.4 {
    left: 1.35rem;
  }

  .md\:left-5\.5 {
    left: 1.375rem;
  }

  .md\:left-5\.6 {
    left: 1.4rem;
  }

  .md\:left-6\.5 {
    left: 1.625rem;
  }

  .md\:left-70\/100 {
    left: 70%;
  }

  .md\:left-31\/100 {
    left: 31%;
  }

  .md\:left-15\/100 {
    left: 15%;
  }

  .md\:left-1\/100 {
    left: 1%;
  }

  .md\:left-1\/10 {
    left: 10%;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:-left-0 {
    left: 0px;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-left-13 {
    left: -3.25rem;
  }

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:-left-19 {
    left: -4.75rem;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-left-24 {
    left: -6rem;
  }

  .md\:-left-25 {
    left: -6.25rem;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-left-30 {
    left: -7.5rem;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-left-34 {
    left: -8.5rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-left-42 {
    left: -10.5rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-left-46 {
    left: -11.5rem;
  }

  .md\:-left-48 {
    left: -12rem;
  }

  .md\:-left-50 {
    left: -12.5rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-left-54 {
    left: -13.5rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-left-60 {
    left: -15rem;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-left-68 {
    left: -17rem;
  }

  .md\:-left-72 {
    left: -18rem;
  }

  .md\:-left-75 {
    left: -18.75rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-left-85 {
    left: -22rem;
  }

  .md\:-left-90 {
    left: -22.5rem;
  }

  .md\:-left-92 {
    left: -23rem;
  }

  .md\:-left-96 {
    left: -24rem;
  }

  .md\:-left-100 {
    left: -25rem;
  }

  .md\:-left-116 {
    left: -29rem;
  }

  .md\:-left-120 {
    left: -30rem;
  }

  .md\:-left-125 {
    left: -31.25rem;
  }

  .md\:-left-135 {
    left: -33.75rem;
  }

  .md\:-left-160 {
    left: -40rem;
  }

  .md\:-left-180 {
    left: -45rem;
  }

  .md\:-left-240 {
    left: -60rem;
  }

  .md\:-left-285 {
    left: -71.25rem;
  }

  .md\:-left-330 {
    left: -82.5rem;
  }

  .md\:-left-unset {
    left: unset;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-left-0\.4 {
    left: -0.1rem;
  }

  .md\:-left-0\.5 {
    left: -0.125rem;
  }

  .md\:-left-0\.6 {
    left: -0.15rem;
  }

  .md\:-left-0\.75 {
    left: -0.2rem;
  }

  .md\:-left-1\.2 {
    left: -0.3rem;
  }

  .md\:-left-1\.25 {
    left: -0.3125rem;
  }

  .md\:-left-1\.4 {
    left: -0.35rem;
  }

  .md\:-left-1\.5 {
    left: -0.375rem;
  }

  .md\:-left-1\.6 {
    left: -0.4rem;
  }

  .md\:-left-1\.75 {
    left: -0.4375rem;
  }

  .md\:-left-1\.8 {
    left: -0.45rem;
  }

  .md\:-left-2\.2 {
    left: -0.55rem;
  }

  .md\:-left-2\.5 {
    left: -0.625rem;
  }

  .md\:-left-2\.6 {
    left: -0.65rem;
  }

  .md\:-left-2\.7 {
    left: -0.675rem;
  }

  .md\:-left-2\.8 {
    left: -0.7rem;
  }

  .md\:-left-3\.4 {
    left: -0.85rem;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:-left-3\.6 {
    left: -0.9rem;
  }

  .md\:-left-4\.5 {
    left: -1.125rem;
  }

  .md\:-left-4\.8 {
    left: -1.2rem;
  }

  .md\:-left-5\.3 {
    left: -1.3rem;
  }

  .md\:-left-5\.4 {
    left: -1.35rem;
  }

  .md\:-left-5\.5 {
    left: -1.375rem;
  }

  .md\:-left-5\.6 {
    left: -1.4rem;
  }

  .md\:-left-6\.5 {
    left: -1.625rem;
  }

  .md\:-left-70\/100 {
    left: -70%;
  }

  .md\:-left-31\/100 {
    left: -31%;
  }

  .md\:-left-15\/100 {
    left: -15%;
  }

  .md\:-left-1\/100 {
    left: -1%;
  }

  .md\:-left-1\/10 {
    left: -10%;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-left-full {
    left: -100%;
  }

  .md\:isolate {
    isolation: isolate;
  }

  .md\:isolation-auto {
    isolation: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md\:focus\: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\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-13 {
    margin: 3.25rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-19 {
    margin: 4.75rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-25 {
    margin: 6.25rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-30 {
    margin: 7.5rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-34 {
    margin: 8.5rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-42 {
    margin: 10.5rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-46 {
    margin: 11.5rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-50 {
    margin: 12.5rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-54 {
    margin: 13.5rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-68 {
    margin: 17rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-75 {
    margin: 18.75rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-85 {
    margin: 22rem;
  }

  .md\:m-90 {
    margin: 22.5rem;
  }

  .md\:m-92 {
    margin: 23rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-100 {
    margin: 25rem;
  }

  .md\:m-116 {
    margin: 29rem;
  }

  .md\:m-120 {
    margin: 30rem;
  }

  .md\:m-125 {
    margin: 31.25rem;
  }

  .md\:m-135 {
    margin: 33.75rem;
  }

  .md\:m-160 {
    margin: 40rem;
  }

  .md\:m-180 {
    margin: 45rem;
  }

  .md\:m-240 {
    margin: 60rem;
  }

  .md\:m-285 {
    margin: 71.25rem;
  }

  .md\:m-330 {
    margin: 82.5rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-unset {
    margin: unset;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-0\.4 {
    margin: 0.1rem;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:m-0\.6 {
    margin: 0.15rem;
  }

  .md\:m-0\.75 {
    margin: 0.2rem;
  }

  .md\:m-1\.2 {
    margin: 0.3rem;
  }

  .md\:m-1\.25 {
    margin: 0.3125rem;
  }

  .md\:m-1\.4 {
    margin: 0.35rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:m-1\.6 {
    margin: 0.4rem;
  }

  .md\:m-1\.75 {
    margin: 0.4375rem;
  }

  .md\:m-1\.8 {
    margin: 0.45rem;
  }

  .md\:m-2\.2 {
    margin: 0.55rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-2\.6 {
    margin: 0.65rem;
  }

  .md\:m-2\.7 {
    margin: 0.675rem;
  }

  .md\:m-2\.8 {
    margin: 0.7rem;
  }

  .md\:m-3\.4 {
    margin: 0.85rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:m-3\.6 {
    margin: 0.9rem;
  }

  .md\:m-4\.5 {
    margin: 1.125rem;
  }

  .md\:m-4\.8 {
    margin: 1.2rem;
  }

  .md\:m-5\.3 {
    margin: 1.3rem;
  }

  .md\:m-5\.4 {
    margin: 1.35rem;
  }

  .md\:m-5\.5 {
    margin: 1.375rem;
  }

  .md\:m-5\.6 {
    margin: 1.4rem;
  }

  .md\:m-6\.5 {
    margin: 1.625rem;
  }

  .md\:m-70\/100 {
    margin: 70%;
  }

  .md\:m-31\/100 {
    margin: 31%;
  }

  .md\:m-15\/100 {
    margin: 15%;
  }

  .md\:m-1\/100 {
    margin: 1%;
  }

  .md\:m-1\/10 {
    margin: 10%;
  }

  .md\:m-1\/2 {
    margin: 50%;
  }

  .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-13 {
    margin: -3.25rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-19 {
    margin: -4.75rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-25 {
    margin: -6.25rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-30 {
    margin: -7.5rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-34 {
    margin: -8.5rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-42 {
    margin: -10.5rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-46 {
    margin: -11.5rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-50 {
    margin: -12.5rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-54 {
    margin: -13.5rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-68 {
    margin: -17rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-75 {
    margin: -18.75rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-85 {
    margin: -22rem;
  }

  .md\:-m-90 {
    margin: -22.5rem;
  }

  .md\:-m-92 {
    margin: -23rem;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:-m-100 {
    margin: -25rem;
  }

  .md\:-m-116 {
    margin: -29rem;
  }

  .md\:-m-120 {
    margin: -30rem;
  }

  .md\:-m-125 {
    margin: -31.25rem;
  }

  .md\:-m-135 {
    margin: -33.75rem;
  }

  .md\:-m-160 {
    margin: -40rem;
  }

  .md\:-m-180 {
    margin: -45rem;
  }

  .md\:-m-240 {
    margin: -60rem;
  }

  .md\:-m-285 {
    margin: -71.25rem;
  }

  .md\:-m-330 {
    margin: -82.5rem;
  }

  .md\:-m-unset {
    margin: unset;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-0\.4 {
    margin: -0.1rem;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md\:-m-0\.6 {
    margin: -0.15rem;
  }

  .md\:-m-0\.75 {
    margin: -0.2rem;
  }

  .md\:-m-1\.2 {
    margin: -0.3rem;
  }

  .md\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .md\:-m-1\.4 {
    margin: -0.35rem;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md\:-m-1\.6 {
    margin: -0.4rem;
  }

  .md\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .md\:-m-1\.8 {
    margin: -0.45rem;
  }

  .md\:-m-2\.2 {
    margin: -0.55rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:-m-2\.6 {
    margin: -0.65rem;
  }

  .md\:-m-2\.7 {
    margin: -0.675rem;
  }

  .md\:-m-2\.8 {
    margin: -0.7rem;
  }

  .md\:-m-3\.4 {
    margin: -0.85rem;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:-m-3\.6 {
    margin: -0.9rem;
  }

  .md\:-m-4\.5 {
    margin: -1.125rem;
  }

  .md\:-m-4\.8 {
    margin: -1.2rem;
  }

  .md\:-m-5\.3 {
    margin: -1.3rem;
  }

  .md\:-m-5\.4 {
    margin: -1.35rem;
  }

  .md\:-m-5\.5 {
    margin: -1.375rem;
  }

  .md\:-m-5\.6 {
    margin: -1.4rem;
  }

  .md\:-m-6\.5 {
    margin: -1.625rem;
  }

  .md\:-m-70\/100 {
    margin: -70%;
  }

  .md\:-m-31\/100 {
    margin: -31%;
  }

  .md\:-m-15\/100 {
    margin: -15%;
  }

  .md\:-m-1\/100 {
    margin: -1%;
  }

  .md\:-m-1\/10 {
    margin: -10%;
  }

  .md\:-m-1\/2 {
    margin: -50%;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .md\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .md\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .md\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .md\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .md\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .md\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .md\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .md\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .md\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .md\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .md\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .md\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .md\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .md\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .md\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .md\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .md\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .md\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .md\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .md\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .md\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .md\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .md\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .md\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .md\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .md\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .md\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .md\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .md\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .md\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .md\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .md\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .md\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .md\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .md\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .md\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .md\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .md\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .md\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .md\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .md\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .md\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .md\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .md\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .md\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .md\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .md\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .md\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .md\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .md\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .md\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .md\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .md\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .md\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .md\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .md\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .md\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .md\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .md\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .md\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .md\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .md\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .md\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .md\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .md\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .md\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .md\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .md\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .md\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .md\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .md\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .md\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .md\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .md\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .md\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .md\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .md\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .md\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .md\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .md\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .md\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .md\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .md\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .md\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .md\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .md\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .md\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .md\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .md\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .md\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .md\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .md\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .md\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .md\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .md\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .md\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .md\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .md\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .md\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .md\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .md\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .md\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .md\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .md\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .md\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .md\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .md\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .md\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .md\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .md\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .md\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .md\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .md\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .md\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .md\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .md\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .md\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .md\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .md\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .md\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .md\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .md\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-13 {
    margin-top: 3.25rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-19 {
    margin-top: 4.75rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-25 {
    margin-top: 6.25rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-30 {
    margin-top: 7.5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-34 {
    margin-top: 8.5rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-42 {
    margin-top: 10.5rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-46 {
    margin-top: 11.5rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-50 {
    margin-top: 12.5rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mt-54 {
    margin-top: 13.5rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mt-68 {
    margin-top: 17rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mt-75 {
    margin-top: 18.75rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mt-85 {
    margin-top: 22rem;
  }

  .md\:mt-90 {
    margin-top: 22.5rem;
  }

  .md\:mt-92 {
    margin-top: 23rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mt-100 {
    margin-top: 25rem;
  }

  .md\:mt-116 {
    margin-top: 29rem;
  }

  .md\:mt-120 {
    margin-top: 30rem;
  }

  .md\:mt-125 {
    margin-top: 31.25rem;
  }

  .md\:mt-135 {
    margin-top: 33.75rem;
  }

  .md\:mt-160 {
    margin-top: 40rem;
  }

  .md\:mt-180 {
    margin-top: 45rem;
  }

  .md\:mt-240 {
    margin-top: 60rem;
  }

  .md\:mt-285 {
    margin-top: 71.25rem;
  }

  .md\:mt-330 {
    margin-top: 82.5rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mt-unset {
    margin-top: unset;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .md\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .md\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .md\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .md\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .md\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .md\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .md\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .md\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .md\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .md\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .md\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .md\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .md\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .md\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .md\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .md\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .md\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .md\:mt-70\/100 {
    margin-top: 70%;
  }

  .md\:mt-31\/100 {
    margin-top: 31%;
  }

  .md\:mt-15\/100 {
    margin-top: 15%;
  }

  .md\:mt-1\/100 {
    margin-top: 1%;
  }

  .md\:mt-1\/10 {
    margin-top: 10%;
  }

  .md\:mt-1\/2 {
    margin-top: 50%;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mt-13 {
    margin-top: -3.25rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-19 {
    margin-top: -4.75rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-25 {
    margin-top: -6.25rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mt-30 {
    margin-top: -7.5rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mt-34 {
    margin-top: -8.5rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mt-42 {
    margin-top: -10.5rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mt-46 {
    margin-top: -11.5rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mt-50 {
    margin-top: -12.5rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mt-54 {
    margin-top: -13.5rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mt-68 {
    margin-top: -17rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mt-75 {
    margin-top: -18.75rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mt-85 {
    margin-top: -22rem;
  }

  .md\:-mt-90 {
    margin-top: -22.5rem;
  }

  .md\:-mt-92 {
    margin-top: -23rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:-mt-100 {
    margin-top: -25rem;
  }

  .md\:-mt-116 {
    margin-top: -29rem;
  }

  .md\:-mt-120 {
    margin-top: -30rem;
  }

  .md\:-mt-125 {
    margin-top: -31.25rem;
  }

  .md\:-mt-135 {
    margin-top: -33.75rem;
  }

  .md\:-mt-160 {
    margin-top: -40rem;
  }

  .md\:-mt-180 {
    margin-top: -45rem;
  }

  .md\:-mt-240 {
    margin-top: -60rem;
  }

  .md\:-mt-285 {
    margin-top: -71.25rem;
  }

  .md\:-mt-330 {
    margin-top: -82.5rem;
  }

  .md\:-mt-unset {
    margin-top: unset;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .md\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .md\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .md\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .md\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .md\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .md\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .md\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .md\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .md\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .md\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .md\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .md\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .md\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .md\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .md\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .md\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .md\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .md\:-mt-70\/100 {
    margin-top: -70%;
  }

  .md\:-mt-31\/100 {
    margin-top: -31%;
  }

  .md\:-mt-15\/100 {
    margin-top: -15%;
  }

  .md\:-mt-1\/100 {
    margin-top: -1%;
  }

  .md\:-mt-1\/10 {
    margin-top: -10%;
  }

  .md\:-mt-1\/2 {
    margin-top: -50%;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-13 {
    margin-right: 3.25rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-19 {
    margin-right: 4.75rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-25 {
    margin-right: 6.25rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-30 {
    margin-right: 7.5rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-34 {
    margin-right: 8.5rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-42 {
    margin-right: 10.5rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-46 {
    margin-right: 11.5rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mr-50 {
    margin-right: 12.5rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mr-54 {
    margin-right: 13.5rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-68 {
    margin-right: 17rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mr-75 {
    margin-right: 18.75rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mr-85 {
    margin-right: 22rem;
  }

  .md\:mr-90 {
    margin-right: 22.5rem;
  }

  .md\:mr-92 {
    margin-right: 23rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mr-100 {
    margin-right: 25rem;
  }

  .md\:mr-116 {
    margin-right: 29rem;
  }

  .md\:mr-120 {
    margin-right: 30rem;
  }

  .md\:mr-125 {
    margin-right: 31.25rem;
  }

  .md\:mr-135 {
    margin-right: 33.75rem;
  }

  .md\:mr-160 {
    margin-right: 40rem;
  }

  .md\:mr-180 {
    margin-right: 45rem;
  }

  .md\:mr-240 {
    margin-right: 60rem;
  }

  .md\:mr-285 {
    margin-right: 71.25rem;
  }

  .md\:mr-330 {
    margin-right: 82.5rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mr-unset {
    margin-right: unset;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .md\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .md\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .md\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .md\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .md\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .md\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .md\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .md\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .md\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .md\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .md\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .md\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .md\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .md\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .md\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .md\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .md\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .md\:mr-70\/100 {
    margin-right: 70%;
  }

  .md\:mr-31\/100 {
    margin-right: 31%;
  }

  .md\:mr-15\/100 {
    margin-right: 15%;
  }

  .md\:mr-1\/100 {
    margin-right: 1%;
  }

  .md\:mr-1\/10 {
    margin-right: 10%;
  }

  .md\:mr-1\/2 {
    margin-right: 50%;
  }

  .md\:-mr-0 {
    margin-right: 0px;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mr-13 {
    margin-right: -3.25rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mr-19 {
    margin-right: -4.75rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mr-25 {
    margin-right: -6.25rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mr-30 {
    margin-right: -7.5rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mr-34 {
    margin-right: -8.5rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mr-42 {
    margin-right: -10.5rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mr-46 {
    margin-right: -11.5rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mr-50 {
    margin-right: -12.5rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mr-54 {
    margin-right: -13.5rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mr-68 {
    margin-right: -17rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mr-75 {
    margin-right: -18.75rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mr-85 {
    margin-right: -22rem;
  }

  .md\:-mr-90 {
    margin-right: -22.5rem;
  }

  .md\:-mr-92 {
    margin-right: -23rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mr-100 {
    margin-right: -25rem;
  }

  .md\:-mr-116 {
    margin-right: -29rem;
  }

  .md\:-mr-120 {
    margin-right: -30rem;
  }

  .md\:-mr-125 {
    margin-right: -31.25rem;
  }

  .md\:-mr-135 {
    margin-right: -33.75rem;
  }

  .md\:-mr-160 {
    margin-right: -40rem;
  }

  .md\:-mr-180 {
    margin-right: -45rem;
  }

  .md\:-mr-240 {
    margin-right: -60rem;
  }

  .md\:-mr-285 {
    margin-right: -71.25rem;
  }

  .md\:-mr-330 {
    margin-right: -82.5rem;
  }

  .md\:-mr-unset {
    margin-right: unset;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .md\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .md\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .md\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .md\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .md\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .md\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .md\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .md\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .md\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .md\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .md\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .md\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .md\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .md\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .md\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .md\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .md\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .md\:-mr-70\/100 {
    margin-right: -70%;
  }

  .md\:-mr-31\/100 {
    margin-right: -31%;
  }

  .md\:-mr-15\/100 {
    margin-right: -15%;
  }

  .md\:-mr-1\/100 {
    margin-right: -1%;
  }

  .md\:-mr-1\/10 {
    margin-right: -10%;
  }

  .md\:-mr-1\/2 {
    margin-right: -50%;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-68 {
    margin-bottom: 17rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-85 {
    margin-bottom: 22rem;
  }

  .md\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .md\:mb-92 {
    margin-bottom: 23rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:mb-100 {
    margin-bottom: 25rem;
  }

  .md\:mb-116 {
    margin-bottom: 29rem;
  }

  .md\:mb-120 {
    margin-bottom: 30rem;
  }

  .md\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .md\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .md\:mb-160 {
    margin-bottom: 40rem;
  }

  .md\:mb-180 {
    margin-bottom: 45rem;
  }

  .md\:mb-240 {
    margin-bottom: 60rem;
  }

  .md\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .md\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mb-unset {
    margin-bottom: unset;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .md\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .md\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .md\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .md\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .md\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .md\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .md\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .md\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .md\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .md\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .md\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .md\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .md\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .md\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .md\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .md\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .md\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .md\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .md\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .md\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .md\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .md\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .md\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .md\:-mb-0 {
    margin-bottom: 0px;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-mb-68 {
    margin-bottom: -17rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-mb-85 {
    margin-bottom: -22rem;
  }

  .md\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .md\:-mb-92 {
    margin-bottom: -23rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-mb-100 {
    margin-bottom: -25rem;
  }

  .md\:-mb-116 {
    margin-bottom: -29rem;
  }

  .md\:-mb-120 {
    margin-bottom: -30rem;
  }

  .md\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .md\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .md\:-mb-160 {
    margin-bottom: -40rem;
  }

  .md\:-mb-180 {
    margin-bottom: -45rem;
  }

  .md\:-mb-240 {
    margin-bottom: -60rem;
  }

  .md\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .md\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .md\:-mb-unset {
    margin-bottom: unset;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .md\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .md\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .md\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .md\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .md\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .md\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .md\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .md\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .md\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .md\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .md\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .md\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .md\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .md\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .md\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .md\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .md\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .md\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .md\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .md\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .md\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .md\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .md\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-13 {
    margin-left: 3.25rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-19 {
    margin-left: 4.75rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-25 {
    margin-left: 6.25rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-30 {
    margin-left: 7.5rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-34 {
    margin-left: 8.5rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-42 {
    margin-left: 10.5rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-46 {
    margin-left: 11.5rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-50 {
    margin-left: 12.5rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:ml-54 {
    margin-left: 13.5rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-68 {
    margin-left: 17rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:ml-75 {
    margin-left: 18.75rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:ml-85 {
    margin-left: 22rem;
  }

  .md\:ml-90 {
    margin-left: 22.5rem;
  }

  .md\:ml-92 {
    margin-left: 23rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:ml-100 {
    margin-left: 25rem;
  }

  .md\:ml-116 {
    margin-left: 29rem;
  }

  .md\:ml-120 {
    margin-left: 30rem;
  }

  .md\:ml-125 {
    margin-left: 31.25rem;
  }

  .md\:ml-135 {
    margin-left: 33.75rem;
  }

  .md\:ml-160 {
    margin-left: 40rem;
  }

  .md\:ml-180 {
    margin-left: 45rem;
  }

  .md\:ml-240 {
    margin-left: 60rem;
  }

  .md\:ml-285 {
    margin-left: 71.25rem;
  }

  .md\:ml-330 {
    margin-left: 82.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:ml-unset {
    margin-left: unset;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .md\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .md\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .md\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .md\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .md\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .md\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .md\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .md\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .md\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .md\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .md\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .md\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .md\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .md\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .md\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .md\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .md\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .md\:ml-70\/100 {
    margin-left: 70%;
  }

  .md\:ml-31\/100 {
    margin-left: 31%;
  }

  .md\:ml-15\/100 {
    margin-left: 15%;
  }

  .md\:ml-1\/100 {
    margin-left: 1%;
  }

  .md\:ml-1\/10 {
    margin-left: 10%;
  }

  .md\:ml-1\/2 {
    margin-left: 50%;
  }

  .md\:-ml-0 {
    margin-left: 0px;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-ml-13 {
    margin-left: -3.25rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-ml-19 {
    margin-left: -4.75rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-ml-25 {
    margin-left: -6.25rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-ml-30 {
    margin-left: -7.5rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-ml-34 {
    margin-left: -8.5rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-42 {
    margin-left: -10.5rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-ml-46 {
    margin-left: -11.5rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-ml-50 {
    margin-left: -12.5rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-ml-54 {
    margin-left: -13.5rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-ml-68 {
    margin-left: -17rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-ml-75 {
    margin-left: -18.75rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-ml-85 {
    margin-left: -22rem;
  }

  .md\:-ml-90 {
    margin-left: -22.5rem;
  }

  .md\:-ml-92 {
    margin-left: -23rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-ml-100 {
    margin-left: -25rem;
  }

  .md\:-ml-116 {
    margin-left: -29rem;
  }

  .md\:-ml-120 {
    margin-left: -30rem;
  }

  .md\:-ml-125 {
    margin-left: -31.25rem;
  }

  .md\:-ml-135 {
    margin-left: -33.75rem;
  }

  .md\:-ml-160 {
    margin-left: -40rem;
  }

  .md\:-ml-180 {
    margin-left: -45rem;
  }

  .md\:-ml-240 {
    margin-left: -60rem;
  }

  .md\:-ml-285 {
    margin-left: -71.25rem;
  }

  .md\:-ml-330 {
    margin-left: -82.5rem;
  }

  .md\:-ml-unset {
    margin-left: unset;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .md\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .md\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .md\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .md\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .md\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .md\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .md\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .md\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .md\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .md\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .md\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .md\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .md\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .md\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .md\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .md\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .md\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .md\:-ml-70\/100 {
    margin-left: -70%;
  }

  .md\:-ml-31\/100 {
    margin-left: -31%;
  }

  .md\:-ml-15\/100 {
    margin-left: -15%;
  }

  .md\:-ml-1\/100 {
    margin-left: -1%;
  }

  .md\:-ml-1\/10 {
    margin-left: -10%;
  }

  .md\:-ml-1\/2 {
    margin-left: -50%;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-13 {
    height: 3.25rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-19 {
    height: 4.75rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-25 {
    height: 6.25rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-30 {
    height: 7.5rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-34 {
    height: 8.5rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-42 {
    height: 10.5rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-46 {
    height: 11.5rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-50 {
    height: 12.5rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-54 {
    height: 13.5rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-68 {
    height: 17rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-75 {
    height: 18.75rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-85 {
    height: 22rem;
  }

  .md\:h-90 {
    height: 22.5rem;
  }

  .md\:h-92 {
    height: 23rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-100 {
    height: 25rem;
  }

  .md\:h-116 {
    height: 29rem;
  }

  .md\:h-120 {
    height: 30rem;
  }

  .md\:h-125 {
    height: 31.25rem;
  }

  .md\:h-135 {
    height: 33.75rem;
  }

  .md\:h-160 {
    height: 40rem;
  }

  .md\:h-180 {
    height: 45rem;
  }

  .md\:h-240 {
    height: 60rem;
  }

  .md\:h-285 {
    height: 71.25rem;
  }

  .md\:h-330 {
    height: 82.5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-unset {
    height: unset;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-0\.4 {
    height: 0.1rem;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-0\.6 {
    height: 0.15rem;
  }

  .md\:h-0\.75 {
    height: 0.2rem;
  }

  .md\:h-1\.2 {
    height: 0.3rem;
  }

  .md\:h-1\.25 {
    height: 0.3125rem;
  }

  .md\:h-1\.4 {
    height: 0.35rem;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-1\.6 {
    height: 0.4rem;
  }

  .md\:h-1\.75 {
    height: 0.4375rem;
  }

  .md\:h-1\.8 {
    height: 0.45rem;
  }

  .md\:h-2\.2 {
    height: 0.55rem;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-2\.6 {
    height: 0.65rem;
  }

  .md\:h-2\.7 {
    height: 0.675rem;
  }

  .md\:h-2\.8 {
    height: 0.7rem;
  }

  .md\:h-3\.4 {
    height: 0.85rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-3\.6 {
    height: 0.9rem;
  }

  .md\:h-4\.5 {
    height: 1.125rem;
  }

  .md\:h-4\.8 {
    height: 1.2rem;
  }

  .md\:h-5\.3 {
    height: 1.3rem;
  }

  .md\:h-5\.4 {
    height: 1.35rem;
  }

  .md\:h-5\.5 {
    height: 1.375rem;
  }

  .md\:h-5\.6 {
    height: 1.4rem;
  }

  .md\:h-6\.5 {
    height: 1.625rem;
  }

  .md\:h-70\/100 {
    height: 70%;
  }

  .md\:h-31\/100 {
    height: 31%;
  }

  .md\:h-15\/100 {
    height: 15%;
  }

  .md\:h-1\/100 {
    height: 1%;
  }

  .md\:h-1\/10 {
    height: 10%;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\: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-13 {
    max-height: 3.25rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-19 {
    max-height: 4.75rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-25 {
    max-height: 6.25rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-30 {
    max-height: 7.5rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-34 {
    max-height: 8.5rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-42 {
    max-height: 10.5rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-46 {
    max-height: 11.5rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-50 {
    max-height: 12.5rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-54 {
    max-height: 13.5rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-68 {
    max-height: 17rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-75 {
    max-height: 18.75rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-85 {
    max-height: 22rem;
  }

  .md\:max-h-90 {
    max-height: 22.5rem;
  }

  .md\:max-h-92 {
    max-height: 23rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-100 {
    max-height: 25rem;
  }

  .md\:max-h-116 {
    max-height: 29rem;
  }

  .md\:max-h-120 {
    max-height: 30rem;
  }

  .md\:max-h-125 {
    max-height: 31.25rem;
  }

  .md\:max-h-135 {
    max-height: 33.75rem;
  }

  .md\:max-h-160 {
    max-height: 40rem;
  }

  .md\:max-h-180 {
    max-height: 45rem;
  }

  .md\:max-h-240 {
    max-height: 60rem;
  }

  .md\:max-h-285 {
    max-height: 71.25rem;
  }

  .md\:max-h-330 {
    max-height: 82.5rem;
  }

  .md\:max-h-unset {
    max-height: unset;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .md\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .md\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .md\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .md\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .md\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .md\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .md\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .md\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .md\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .md\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .md\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .md\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .md\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .md\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .md\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .md\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .md\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .md\:max-h-70\/100 {
    max-height: 70%;
  }

  .md\:max-h-31\/100 {
    max-height: 31%;
  }

  .md\:max-h-15\/100 {
    max-height: 15%;
  }

  .md\:max-h-1\/100 {
    max-height: 1%;
  }

  .md\:max-h-1\/10 {
    max-height: 10%;
  }

  .md\:max-h-1\/2 {
    max-height: 50%;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .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-13 {
    width: 3.25rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-19 {
    width: 4.75rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-25 {
    width: 6.25rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-30 {
    width: 7.5rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-34 {
    width: 8.5rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-42 {
    width: 10.5rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-46 {
    width: 11.5rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-50 {
    width: 12.5rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-54 {
    width: 13.5rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-68 {
    width: 17rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-75 {
    width: 18.75rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-85 {
    width: 22rem;
  }

  .md\:w-90 {
    width: 22.5rem;
  }

  .md\:w-92 {
    width: 23rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-100 {
    width: 25rem;
  }

  .md\:w-116 {
    width: 29rem;
  }

  .md\:w-120 {
    width: 30rem;
  }

  .md\:w-125 {
    width: 31.25rem;
  }

  .md\:w-135 {
    width: 33.75rem;
  }

  .md\:w-160 {
    width: 40rem;
  }

  .md\:w-180 {
    width: 45rem;
  }

  .md\:w-240 {
    width: 60rem;
  }

  .md\:w-285 {
    width: 71.25rem;
  }

  .md\:w-330 {
    width: 82.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-unset {
    width: unset;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-0\.4 {
    width: 0.1rem;
  }

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .md\:w-0\.6 {
    width: 0.15rem;
  }

  .md\:w-0\.75 {
    width: 0.2rem;
  }

  .md\:w-1\.2 {
    width: 0.3rem;
  }

  .md\:w-1\.25 {
    width: 0.3125rem;
  }

  .md\:w-1\.4 {
    width: 0.35rem;
  }

  .md\:w-1\.5 {
    width: 0.375rem;
  }

  .md\:w-1\.6 {
    width: 0.4rem;
  }

  .md\:w-1\.75 {
    width: 0.4375rem;
  }

  .md\:w-1\.8 {
    width: 0.45rem;
  }

  .md\:w-2\.2 {
    width: 0.55rem;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-2\.6 {
    width: 0.65rem;
  }

  .md\:w-2\.7 {
    width: 0.675rem;
  }

  .md\:w-2\.8 {
    width: 0.7rem;
  }

  .md\:w-3\.4 {
    width: 0.85rem;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-3\.6 {
    width: 0.9rem;
  }

  .md\:w-4\.5 {
    width: 1.125rem;
  }

  .md\:w-4\.8 {
    width: 1.2rem;
  }

  .md\:w-5\.3 {
    width: 1.3rem;
  }

  .md\:w-5\.4 {
    width: 1.35rem;
  }

  .md\:w-5\.5 {
    width: 1.375rem;
  }

  .md\:w-5\.6 {
    width: 1.4rem;
  }

  .md\:w-6\.5 {
    width: 1.625rem;
  }

  .md\:w-70\/100 {
    width: 70%;
  }

  .md\:w-31\/100 {
    width: 31%;
  }

  .md\:w-15\/100 {
    width: 15%;
  }

  .md\:w-1\/100 {
    width: 1%;
  }

  .md\:w-1\/10 {
    width: 10%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:max-w-screen-sm {
    max-width: 576px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 992px;
  }

  .md\:max-w-screen-xl {
    max-width: 1200px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .md\:flex-0 {
    flex: 0 0 auto;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-1-0 {
    flex: 1 0 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .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-68 {
    --tw-translate-x: 17rem;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .md\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .md\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .md\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .md\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .md\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .md\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .md\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .md\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .md\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .md\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .md\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .md\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .md\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .md\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .md\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .md\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .md\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .md\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .md\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .md\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .md\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .md\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .md\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .md\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .md\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .md\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .md\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .md\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .md\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .md\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .md\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .md\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .md\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .md\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .md\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .md\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .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-13 {
    --tw-translate-x: -3.25rem;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .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-68 {
    --tw-translate-x: -17rem;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .md\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .md\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .md\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .md\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .md\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .md\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .md\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .md\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .md\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .md\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .md\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .md\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .md\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .md\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .md\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .md\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .md\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .md\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .md\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .md\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .md\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .md\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .md\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .md\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .md\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .md\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .md\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .md\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .md\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .md\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .md\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .md\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .md\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .md\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .md\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .md\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .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\/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-13 {
    --tw-translate-y: 3.25rem;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .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-68 {
    --tw-translate-y: 17rem;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .md\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .md\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .md\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .md\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .md\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .md\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .md\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .md\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .md\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .md\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .md\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .md\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .md\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .md\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .md\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .md\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .md\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .md\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .md\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .md\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .md\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .md\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .md\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .md\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .md\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .md\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .md\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .md\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .md\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .md\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .md\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .md\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .md\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .md\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .md\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .md\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .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-13 {
    --tw-translate-y: -3.25rem;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .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-68 {
    --tw-translate-y: -17rem;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .md\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .md\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .md\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .md\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .md\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .md\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .md\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .md\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .md\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .md\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .md\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .md\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .md\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .md\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .md\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .md\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .md\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .md\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .md\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .md\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .md\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .md\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .md\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .md\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .md\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .md\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .md\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .md\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .md\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .md\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .md\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .md\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .md\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .md\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .md\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .md\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .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\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: 17rem;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .md\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .md\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .md\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .md\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .md\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .md\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .md\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .md\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .md\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .md\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .md\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .md\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .md\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .md\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .md\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .md\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .md\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .md\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .md\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .md\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .md\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .md\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .md\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .md\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .md\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .md\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .md\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .md\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .md\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .md\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .md\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .md\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .md\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .md\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .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-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: -17rem;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .md\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .md\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .md\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .md\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .md\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .md\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .md\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .md\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .md\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .md\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .md\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .md\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .md\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .md\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .md\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .md\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .md\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .md\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .md\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .md\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .md\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .md\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .md\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .md\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .md\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .md\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .md\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .md\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .md\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .md\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .md\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .md\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .md\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .md\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .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\/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-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: 17rem;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .md\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .md\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .md\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .md\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .md\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .md\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .md\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .md\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .md\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .md\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .md\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .md\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .md\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .md\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .md\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .md\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .md\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .md\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .md\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .md\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .md\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .md\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .md\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .md\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .md\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .md\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .md\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .md\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .md\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .md\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .md\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .md\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .md\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .md\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .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-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: -17rem;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .md\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .md\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .md\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .md\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .md\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .md\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .md\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .md\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .md\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .md\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .md\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .md\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .md\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .md\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .md\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .md\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .md\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .md\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .md\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .md\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .md\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .md\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .md\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .md\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .md\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .md\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .md\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .md\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .md\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .md\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .md\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .md\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .md\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .md\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: 17rem;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .md\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .md\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .md\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .md\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .md\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .md\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .md\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .md\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .md\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .md\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .md\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .md\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .md\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .md\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .md\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .md\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .md\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .md\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .md\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .md\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .md\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .md\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .md\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .md\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .md\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .md\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .md\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .md\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .md\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .md\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .md\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .md\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .md\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .md\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .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-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: -17rem;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .md\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .md\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .md\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .md\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .md\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .md\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .md\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .md\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .md\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .md\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .md\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .md\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .md\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .md\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .md\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .md\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .md\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .md\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .md\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .md\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .md\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .md\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .md\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .md\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .md\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .md\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .md\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .md\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .md\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .md\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .md\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .md\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .md\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .md\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: 17rem;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .md\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .md\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .md\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .md\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .md\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .md\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .md\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .md\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .md\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .md\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .md\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .md\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .md\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .md\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .md\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .md\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .md\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .md\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .md\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .md\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .md\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .md\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .md\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .md\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .md\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .md\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .md\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .md\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .md\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .md\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .md\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .md\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .md\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .md\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .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-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: -17rem;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .md\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .md\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .md\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .md\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .md\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .md\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .md\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .md\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .md\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .md\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .md\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .md\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .md\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .md\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .md\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .md\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .md\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .md\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .md\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .md\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .md\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .md\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .md\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .md\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .md\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .md\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .md\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .md\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .md\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .md\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .md\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .md\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .md\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .md\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .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\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:rotate-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;
  }

  .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\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:animate-none {
    animation: none;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:cursor-none {
    cursor: none;
  }

  .md\:cursor-context-menu {
    cursor: context-menu;
  }

  .md\:cursor-progress {
    cursor: progress;
  }

  .md\:cursor-cell {
    cursor: cell;
  }

  .md\:cursor-crosshair {
    cursor: crosshair;
  }

  .md\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .md\:cursor-alias {
    cursor: alias;
  }

  .md\:cursor-copy {
    cursor: copy;
  }

  .md\:cursor-no-drop {
    cursor: no-drop;
  }

  .md\:cursor-grab {
    cursor: grab;
  }

  .md\:cursor-grabbing {
    cursor: grabbing;
  }

  .md\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .md\:cursor-col-resize {
    cursor: col-resize;
  }

  .md\:cursor-row-resize {
    cursor: row-resize;
  }

  .md\:cursor-n-resize {
    cursor: n-resize;
  }

  .md\:cursor-e-resize {
    cursor: e-resize;
  }

  .md\:cursor-s-resize {
    cursor: s-resize;
  }

  .md\:cursor-w-resize {
    cursor: w-resize;
  }

  .md\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .md\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .md\:cursor-se-resize {
    cursor: se-resize;
  }

  .md\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .md\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .md\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .md\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .md\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .md\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .md\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-13 {
    gap: 3.25rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-19 {
    gap: 4.75rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-25 {
    gap: 6.25rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-30 {
    gap: 7.5rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-34 {
    gap: 8.5rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-42 {
    gap: 10.5rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-46 {
    gap: 11.5rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-50 {
    gap: 12.5rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-54 {
    gap: 13.5rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-68 {
    gap: 17rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-75 {
    gap: 18.75rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-85 {
    gap: 22rem;
  }

  .md\:gap-90 {
    gap: 22.5rem;
  }

  .md\:gap-92 {
    gap: 23rem;
  }

  .md\:gap-96 {
    gap: 24rem;
  }

  .md\:gap-100 {
    gap: 25rem;
  }

  .md\:gap-116 {
    gap: 29rem;
  }

  .md\:gap-120 {
    gap: 30rem;
  }

  .md\:gap-125 {
    gap: 31.25rem;
  }

  .md\:gap-135 {
    gap: 33.75rem;
  }

  .md\:gap-160 {
    gap: 40rem;
  }

  .md\:gap-180 {
    gap: 45rem;
  }

  .md\:gap-240 {
    gap: 60rem;
  }

  .md\:gap-285 {
    gap: 71.25rem;
  }

  .md\:gap-330 {
    gap: 82.5rem;
  }

  .md\:gap-unset {
    gap: unset;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:gap-0\.4 {
    gap: 0.1rem;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md\:gap-0\.6 {
    gap: 0.15rem;
  }

  .md\:gap-0\.75 {
    gap: 0.2rem;
  }

  .md\:gap-1\.2 {
    gap: 0.3rem;
  }

  .md\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .md\:gap-1\.4 {
    gap: 0.35rem;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-1\.6 {
    gap: 0.4rem;
  }

  .md\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .md\:gap-1\.8 {
    gap: 0.45rem;
  }

  .md\:gap-2\.2 {
    gap: 0.55rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-2\.6 {
    gap: 0.65rem;
  }

  .md\:gap-2\.7 {
    gap: 0.675rem;
  }

  .md\:gap-2\.8 {
    gap: 0.7rem;
  }

  .md\:gap-3\.4 {
    gap: 0.85rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-3\.6 {
    gap: 0.9rem;
  }

  .md\:gap-4\.5 {
    gap: 1.125rem;
  }

  .md\:gap-4\.8 {
    gap: 1.2rem;
  }

  .md\:gap-5\.3 {
    gap: 1.3rem;
  }

  .md\:gap-5\.4 {
    gap: 1.35rem;
  }

  .md\:gap-5\.5 {
    gap: 1.375rem;
  }

  .md\:gap-5\.6 {
    gap: 1.4rem;
  }

  .md\:gap-6\.5 {
    gap: 1.625rem;
  }

  .md\:gap-70\/100 {
    gap: 70%;
  }

  .md\:gap-31\/100 {
    gap: 31%;
  }

  .md\:gap-15\/100 {
    gap: 15%;
  }

  .md\:gap-1\/100 {
    gap: 1%;
  }

  .md\:gap-1\/10 {
    gap: 10%;
  }

  .md\:gap-1\/2 {
    gap: 50%;
  }

  .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-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .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-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .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-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .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-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .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-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .md\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .md\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .md\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .md\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .md\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .md\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .md\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .md\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .md\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .md\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .md\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .md\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .md\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .md\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .md\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .md\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .md\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .md\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .md\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .md\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .md\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .md\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .md\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .md\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .md\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .md\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .md\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .md\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .md\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .md\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .md\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .md\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .md\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .md\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .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-13 {
    row-gap: 3.25rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-60 {
    row-gap: 15rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:gap-y-68 {
    row-gap: 17rem;
  }

  .md\:gap-y-72 {
    row-gap: 18rem;
  }

  .md\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .md\:gap-y-80 {
    row-gap: 20rem;
  }

  .md\:gap-y-85 {
    row-gap: 22rem;
  }

  .md\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .md\:gap-y-92 {
    row-gap: 23rem;
  }

  .md\:gap-y-96 {
    row-gap: 24rem;
  }

  .md\:gap-y-100 {
    row-gap: 25rem;
  }

  .md\:gap-y-116 {
    row-gap: 29rem;
  }

  .md\:gap-y-120 {
    row-gap: 30rem;
  }

  .md\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .md\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .md\:gap-y-160 {
    row-gap: 40rem;
  }

  .md\:gap-y-180 {
    row-gap: 45rem;
  }

  .md\:gap-y-240 {
    row-gap: 60rem;
  }

  .md\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .md\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .md\:gap-y-unset {
    row-gap: unset;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }

  .md\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .md\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .md\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .md\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .md\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .md\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .md\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .md\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .md\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .md\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .md\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .md\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .md\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .md\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .md\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .md\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .md\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .md\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .md\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .md\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .md\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .md\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .md\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .md\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .md\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .md\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .md\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .md\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .md\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .md\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .md\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .md\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .md\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .md\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .md\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .md\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .md\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .md\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .md\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .md\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .md\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .md\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .md\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .md\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .md\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .md\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .md\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .md\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .md\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .md\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-divide-opacity));
  }

  .md\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .md\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .md\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .md\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .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;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:self-baseline {
    align-self: baseline;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:overflow-clip {
    text-overflow: clip;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:rounded-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-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .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-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .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-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md\:border-slate {
  }

  .md\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:border-zinc {
  }

  .md\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md\:border-neutral {
  }

  .md\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:border-stone {
  }

  .md\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .md\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .md\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-slate {
  }

  .group:hover .md\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-zinc {
  }

  .group:hover .md\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-neutral {
  }

  .group:hover .md\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-stone {
  }

  .group:hover .md\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-slate:focus-within {
  }

  .md\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-zinc:focus-within {
  }

  .md\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-neutral:focus-within {
  }

  .md\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-stone:focus-within {
  }

  .md\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md\:hover\:border-slate:hover {
  }

  .md\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:hover\:border-zinc:hover {
  }

  .md\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md\:hover\:border-neutral:hover {
  }

  .md\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:hover\:border-stone:hover {
  }

  .md\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md\:focus\:border-slate:focus {
  }

  .md\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md\:focus\:border-zinc:focus {
  }

  .md\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md\:focus\:border-neutral:focus {
  }

  .md\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md\:focus\:border-stone:focus {
  }

  .md\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .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\: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\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md\:bg-slate {
  }

  .md\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:bg-zinc {
  }

  .md\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md\:bg-neutral {
  }

  .md\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:bg-stone {
  }

  .md\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .md\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-slate {
  }

  .group:hover .md\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-zinc {
  }

  .group:hover .md\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-neutral {
  }

  .group:hover .md\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-stone {
  }

  .group:hover .md\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-slate:focus-within {
  }

  .md\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-zinc:focus-within {
  }

  .md\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-neutral:focus-within {
  }

  .md\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-stone:focus-within {
  }

  .md\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-slate:hover {
  }

  .md\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-zinc:hover {
  }

  .md\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-neutral:hover {
  }

  .md\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-stone:hover {
  }

  .md\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-slate:focus {
  }

  .md\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-zinc:focus {
  }

  .md\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-neutral:focus {
  }

  .md\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-stone:focus {
  }

  .md\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .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\: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\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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\: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\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\: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\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor;
  }

  .md\:to-black {
    --tw-gradient-to: #000;
  }

  .md\:to-white {
    --tw-gradient-to: #fff;
  }

  .md\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .md\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .md\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .md\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .md\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .md\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .md\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .md\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .md\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .md\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .md\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .md\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .md\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .md\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .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\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .md\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .md\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .md\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .md\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .md\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .md\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .md\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .md\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .md\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .md\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .md\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .md\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .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\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .md\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .md\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .md\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .md\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .md\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .md\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .md\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .md\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .md\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .md\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .md\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .md\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .md\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .md\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .md\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .md\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .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\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-150 {
    background-size: 150%;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-x-25 {
    background-position: 25% 0;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-origin-border {
    background-origin: border-box;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box;
  }

  .md\:bg-origin-content {
    background-origin: content-box;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-13 {
    padding: 3.25rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-19 {
    padding: 4.75rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-25 {
    padding: 6.25rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-30 {
    padding: 7.5rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-34 {
    padding: 8.5rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-42 {
    padding: 10.5rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-46 {
    padding: 11.5rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-50 {
    padding: 12.5rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-54 {
    padding: 13.5rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-68 {
    padding: 17rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-75 {
    padding: 18.75rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-85 {
    padding: 22rem;
  }

  .md\:p-90 {
    padding: 22.5rem;
  }

  .md\:p-92 {
    padding: 23rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-100 {
    padding: 25rem;
  }

  .md\:p-116 {
    padding: 29rem;
  }

  .md\:p-120 {
    padding: 30rem;
  }

  .md\:p-125 {
    padding: 31.25rem;
  }

  .md\:p-135 {
    padding: 33.75rem;
  }

  .md\:p-160 {
    padding: 40rem;
  }

  .md\:p-180 {
    padding: 45rem;
  }

  .md\:p-240 {
    padding: 60rem;
  }

  .md\:p-285 {
    padding: 71.25rem;
  }

  .md\:p-330 {
    padding: 82.5rem;
  }

  .md\:p-unset {
    padding: unset;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.4 {
    padding: 0.1rem;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-0\.6 {
    padding: 0.15rem;
  }

  .md\:p-0\.75 {
    padding: 0.2rem;
  }

  .md\:p-1\.2 {
    padding: 0.3rem;
  }

  .md\:p-1\.25 {
    padding: 0.3125rem;
  }

  .md\:p-1\.4 {
    padding: 0.35rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-1\.6 {
    padding: 0.4rem;
  }

  .md\:p-1\.75 {
    padding: 0.4375rem;
  }

  .md\:p-1\.8 {
    padding: 0.45rem;
  }

  .md\:p-2\.2 {
    padding: 0.55rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-2\.6 {
    padding: 0.65rem;
  }

  .md\:p-2\.7 {
    padding: 0.675rem;
  }

  .md\:p-2\.8 {
    padding: 0.7rem;
  }

  .md\:p-3\.4 {
    padding: 0.85rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-3\.6 {
    padding: 0.9rem;
  }

  .md\:p-4\.5 {
    padding: 1.125rem;
  }

  .md\:p-4\.8 {
    padding: 1.2rem;
  }

  .md\:p-5\.3 {
    padding: 1.3rem;
  }

  .md\:p-5\.4 {
    padding: 1.35rem;
  }

  .md\:p-5\.5 {
    padding: 1.375rem;
  }

  .md\:p-5\.6 {
    padding: 1.4rem;
  }

  .md\:p-6\.5 {
    padding: 1.625rem;
  }

  .md\:p-70\/100 {
    padding: 70%;
  }

  .md\:p-31\/100 {
    padding: 31%;
  }

  .md\:p-15\/100 {
    padding: 15%;
  }

  .md\:p-1\/100 {
    padding: 1%;
  }

  .md\:p-1\/10 {
    padding: 10%;
  }

  .md\:p-1\/2 {
    padding: 50%;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .md\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .md\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .md\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .md\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .md\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .md\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .md\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .md\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .md\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .md\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .md\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .md\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .md\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .md\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .md\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .md\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .md\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .md\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .md\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .md\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .md\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .md\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .md\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .md\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .md\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .md\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .md\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .md\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .md\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .md\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .md\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .md\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .md\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .md\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .md\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .md\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .md\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .md\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .md\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .md\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .md\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .md\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .md\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .md\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .md\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .md\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .md\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .md\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .md\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .md\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .md\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .md\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .md\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .md\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .md\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .md\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .md\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .md\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-13 {
    padding-top: 3.25rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-19 {
    padding-top: 4.75rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-25 {
    padding-top: 6.25rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-30 {
    padding-top: 7.5rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-34 {
    padding-top: 8.5rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-42 {
    padding-top: 10.5rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-46 {
    padding-top: 11.5rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-50 {
    padding-top: 12.5rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-54 {
    padding-top: 13.5rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-68 {
    padding-top: 17rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pt-75 {
    padding-top: 18.75rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-85 {
    padding-top: 22rem;
  }

  .md\:pt-90 {
    padding-top: 22.5rem;
  }

  .md\:pt-92 {
    padding-top: 23rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pt-100 {
    padding-top: 25rem;
  }

  .md\:pt-116 {
    padding-top: 29rem;
  }

  .md\:pt-120 {
    padding-top: 30rem;
  }

  .md\:pt-125 {
    padding-top: 31.25rem;
  }

  .md\:pt-135 {
    padding-top: 33.75rem;
  }

  .md\:pt-160 {
    padding-top: 40rem;
  }

  .md\:pt-180 {
    padding-top: 45rem;
  }

  .md\:pt-240 {
    padding-top: 60rem;
  }

  .md\:pt-285 {
    padding-top: 71.25rem;
  }

  .md\:pt-330 {
    padding-top: 82.5rem;
  }

  .md\:pt-unset {
    padding-top: unset;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .md\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .md\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .md\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .md\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .md\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .md\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .md\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .md\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .md\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .md\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .md\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .md\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .md\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .md\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .md\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .md\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .md\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .md\:pt-70\/100 {
    padding-top: 70%;
  }

  .md\:pt-31\/100 {
    padding-top: 31%;
  }

  .md\:pt-15\/100 {
    padding-top: 15%;
  }

  .md\:pt-1\/100 {
    padding-top: 1%;
  }

  .md\:pt-1\/10 {
    padding-top: 10%;
  }

  .md\:pt-1\/2 {
    padding-top: 50%;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-13 {
    padding-right: 3.25rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-19 {
    padding-right: 4.75rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-25 {
    padding-right: 6.25rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-30 {
    padding-right: 7.5rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-34 {
    padding-right: 8.5rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-42 {
    padding-right: 10.5rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-46 {
    padding-right: 11.5rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-50 {
    padding-right: 12.5rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-54 {
    padding-right: 13.5rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-68 {
    padding-right: 17rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-75 {
    padding-right: 18.75rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pr-85 {
    padding-right: 22rem;
  }

  .md\:pr-90 {
    padding-right: 22.5rem;
  }

  .md\:pr-92 {
    padding-right: 23rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pr-100 {
    padding-right: 25rem;
  }

  .md\:pr-116 {
    padding-right: 29rem;
  }

  .md\:pr-120 {
    padding-right: 30rem;
  }

  .md\:pr-125 {
    padding-right: 31.25rem;
  }

  .md\:pr-135 {
    padding-right: 33.75rem;
  }

  .md\:pr-160 {
    padding-right: 40rem;
  }

  .md\:pr-180 {
    padding-right: 45rem;
  }

  .md\:pr-240 {
    padding-right: 60rem;
  }

  .md\:pr-285 {
    padding-right: 71.25rem;
  }

  .md\:pr-330 {
    padding-right: 82.5rem;
  }

  .md\:pr-unset {
    padding-right: unset;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .md\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .md\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .md\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .md\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .md\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .md\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .md\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .md\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .md\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .md\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .md\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .md\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .md\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .md\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .md\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .md\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .md\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .md\:pr-70\/100 {
    padding-right: 70%;
  }

  .md\:pr-31\/100 {
    padding-right: 31%;
  }

  .md\:pr-15\/100 {
    padding-right: 15%;
  }

  .md\:pr-1\/100 {
    padding-right: 1%;
  }

  .md\:pr-1\/10 {
    padding-right: 10%;
  }

  .md\:pr-1\/2 {
    padding-right: 50%;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-68 {
    padding-bottom: 17rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-85 {
    padding-bottom: 22rem;
  }

  .md\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .md\:pb-92 {
    padding-bottom: 23rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pb-100 {
    padding-bottom: 25rem;
  }

  .md\:pb-116 {
    padding-bottom: 29rem;
  }

  .md\:pb-120 {
    padding-bottom: 30rem;
  }

  .md\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .md\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .md\:pb-160 {
    padding-bottom: 40rem;
  }

  .md\:pb-180 {
    padding-bottom: 45rem;
  }

  .md\:pb-240 {
    padding-bottom: 60rem;
  }

  .md\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .md\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .md\:pb-unset {
    padding-bottom: unset;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .md\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .md\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .md\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .md\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .md\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .md\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .md\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .md\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .md\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .md\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .md\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .md\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .md\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .md\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .md\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .md\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .md\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .md\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .md\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .md\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .md\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .md\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .md\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-13 {
    padding-left: 3.25rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-19 {
    padding-left: 4.75rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-25 {
    padding-left: 6.25rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-30 {
    padding-left: 7.5rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-34 {
    padding-left: 8.5rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-42 {
    padding-left: 10.5rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-46 {
    padding-left: 11.5rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-50 {
    padding-left: 12.5rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-54 {
    padding-left: 13.5rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-68 {
    padding-left: 17rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-75 {
    padding-left: 18.75rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pl-85 {
    padding-left: 22rem;
  }

  .md\:pl-90 {
    padding-left: 22.5rem;
  }

  .md\:pl-92 {
    padding-left: 23rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pl-100 {
    padding-left: 25rem;
  }

  .md\:pl-116 {
    padding-left: 29rem;
  }

  .md\:pl-120 {
    padding-left: 30rem;
  }

  .md\:pl-125 {
    padding-left: 31.25rem;
  }

  .md\:pl-135 {
    padding-left: 33.75rem;
  }

  .md\:pl-160 {
    padding-left: 40rem;
  }

  .md\:pl-180 {
    padding-left: 45rem;
  }

  .md\:pl-240 {
    padding-left: 60rem;
  }

  .md\:pl-285 {
    padding-left: 71.25rem;
  }

  .md\:pl-330 {
    padding-left: 82.5rem;
  }

  .md\:pl-unset {
    padding-left: unset;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .md\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .md\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .md\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .md\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .md\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .md\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .md\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .md\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .md\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .md\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .md\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .md\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .md\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .md\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .md\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .md\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .md\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .md\:pl-70\/100 {
    padding-left: 70%;
  }

  .md\:pl-31\/100 {
    padding-left: 31%;
  }

  .md\:pl-15\/100 {
    padding-left: 15%;
  }

  .md\:pl-1\/100 {
    padding-left: 1%;
  }

  .md\:pl-1\/10 {
    padding-left: 10%;
  }

  .md\:pl-1\/2 {
    padding-left: 50%;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .md\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .md\:font-body {
    font-family: Roboto, sans-serif;
  }

  .md\:font-awesome {
    font-family: FontAwesome;
  }

  .md\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .md\:text-inherit {
    font-size: inherit;
  }

  .md\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .md\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .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: 5rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:font-extralight {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\: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;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .md\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md\:text-slate {
  }

  .md\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:text-zinc {
  }

  .md\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md\:text-neutral {
  }

  .md\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:text-stone {
  }

  .md\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .md\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .md\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-slate {
  }

  .group:hover .md\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-zinc {
  }

  .group:hover .md\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-neutral {
  }

  .group:hover .md\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-stone {
  }

  .group:hover .md\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-slate:focus-within {
  }

  .md\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-zinc:focus-within {
  }

  .md\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-neutral:focus-within {
  }

  .md\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-stone:focus-within {
  }

  .md\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md\:hover\:text-slate:hover {
  }

  .md\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:hover\:text-zinc:hover {
  }

  .md\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md\:hover\:text-neutral:hover {
  }

  .md\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:hover\:text-stone:hover {
  }

  .md\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-current:focus {
    color: currentColor;
  }

  .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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md\:focus\:text-slate:focus {
  }

  .md\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md\:focus\:text-zinc:focus {
  }

  .md\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md\:focus\:text-neutral:focus {
  }

  .md\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md\:focus\:text-stone:focus {
  }

  .md\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .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\: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\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md\:placeholder-black::-moz-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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-slate::-moz-placeholder {
  }

  .md\:placeholder-slate::placeholder {
  }

  .md\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-zinc::-moz-placeholder {
  }

  .md\:placeholder-zinc::placeholder {
  }

  .md\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-neutral::-moz-placeholder {
  }

  .md\:placeholder-neutral::placeholder {
  }

  .md\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-stone::-moz-placeholder {
  }

  .md\:placeholder-stone::placeholder {
  }

  .md\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .md\:focus\:placeholder-slate:focus::placeholder {
  }

  .md\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .md\:focus\:placeholder-zinc:focus::placeholder {
  }

  .md\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .md\:focus\:placeholder-neutral:focus::placeholder {
  }

  .md\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .md\:focus\:placeholder-stone:focus::placeholder {
  }

  .md\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-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\: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\: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\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color {
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    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-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    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-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    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-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    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-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    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-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    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-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    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-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-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-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:ring-current {
    --tw-ring-color: currentColor;
  }

  .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-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .md\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .md\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .md\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .md\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .md\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .md\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .md\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .md\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .md\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .md\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .md\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .md\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .md\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .md\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .md\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .md\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .md\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .md\:ring-slate {
  }

  .md\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:ring-zinc {
  }

  .md\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md\:ring-neutral {
  }

  .md\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:ring-stone {
  }

  .md\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .md\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .md\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .md\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .md\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-slate:focus-within {
  }

  .md\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-zinc:focus-within {
  }

  .md\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-neutral:focus-within {
  }

  .md\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-stone:focus-within {
  }

  .md\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-slate:focus {
  }

  .md\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-zinc:focus {
  }

  .md\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-neutral:focus {
  }

  .md\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-stone:focus {
  }

  .md\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .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;
  }

  .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\: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\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .md\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .md\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .md\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .md\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .md\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .md\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .md\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .md\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .md\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .md\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .md\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .md\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .md\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .md\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .md\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .md\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .md\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .md\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .md\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .md\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .md\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .md\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .md\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .md\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .md\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .md\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .md\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .md\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .md\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .md\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .md\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .md\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .md\:ring-offset-slate {
  }

  .md\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .md\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .md\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .md\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .md\:ring-offset-zinc {
  }

  .md\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .md\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .md\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .md\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .md\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .md\:ring-offset-neutral {
  }

  .md\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .md\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .md\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .md\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .md\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:ring-offset-stone {
  }

  .md\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .md\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .md\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .md\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .md\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .md\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .md\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .md\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .md\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .md\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .md\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .md\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .md\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .md\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .md\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550 {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .md\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .md\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .md\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .md\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .md\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .md\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .md\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .md\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .md\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .md\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .md\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .md\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .md\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .md\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .md\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .md\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .md\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .md\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .md\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .md\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .md\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .md\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .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: #ff0080;
  }

  .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-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .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: #344e86;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .md\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .md\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .md\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .md\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .md\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .md\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .md\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .md\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .md\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .md\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .md\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .md\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .md\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .md\:focus-within\:ring-offset-slate:focus-within {
  }

  .md\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .md\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .md\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .md\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .md\:focus-within\:ring-offset-zinc:focus-within {
  }

  .md\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .md\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .md\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .md\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .md\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .md\:focus-within\:ring-offset-neutral:focus-within {
  }

  .md\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .md\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .md\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .md\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .md\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:focus-within\:ring-offset-stone:focus-within {
  }

  .md\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .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: #98ec2d;
  }

  .md\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .md\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .md\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .md\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .md\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .md\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .md\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .md\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .md\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .md\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .md\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .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: #cb0c9f;
  }

  .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: #a3017e;
  }

  .md\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .md\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .md\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .md\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .md\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .md\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .md\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .md\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .md\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .md\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .md\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .md\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .md\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .md\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .md\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .md\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .md\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .md\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .md\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .md\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .md\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .md\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .md\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .md\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .md\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .md\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .md\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .md\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .md\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .md\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .md\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .md\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .md\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .md\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .md\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .md\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .md\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .md\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .md\:focus\:ring-offset-slate:focus {
  }

  .md\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .md\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .md\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .md\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .md\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .md\:focus\:ring-offset-zinc:focus {
  }

  .md\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .md\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .md\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .md\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .md\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .md\:focus\:ring-offset-neutral:focus {
  }

  .md\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .md\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .md\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .md\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .md\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .md\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .md\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .md\:focus\:ring-offset-stone:focus {
  }

  .md\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .md\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .md\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .md\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .md\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .md\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .md\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .md\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .md\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .md\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .md\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .md\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .md\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .md\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .md\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .md\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .md\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .md\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .md\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .md\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .md\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .md\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:filter-none {
    filter: none;
  }

  .md\:blur-0 {
    --tw-blur: blur(0);
  }

  .md\:blur-none {
    --tw-blur: blur(0);
  }

  .md\:blur-sm {
    --tw-blur: blur(4px);
  }

  .md\:blur {
    --tw-blur: blur(8px);
  }

  .md\:blur-md {
    --tw-blur: blur(12px);
  }

  .md\:blur-lg {
    --tw-blur: blur(16px);
  }

  .md\:blur-xl {
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:invert-0 {
    --tw-invert: invert(0);
  }

  .md\:invert {
    --tw-invert: invert(100%);
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md\:sepia {
    --tw-sepia: sepia(100%);
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 768px) {
  .md-max\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .md-max\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .md-max\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .md-max\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .md-max\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .md-max\:container {
      max-width: 1400px;
    }
  }

  .md-max\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .md-max\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md-max\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .md-max\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .md-max\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .md-max\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .md-max\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .md-max\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .md-max\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .md-max\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .md-max\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .md-max\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .md-max\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .md-max\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .md-max\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .md-max\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .md-max\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .md-max\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md-max\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .md-max\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .md-max\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .md-max\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md-max\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .md-max\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md-max\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .md-max\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .md-max\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .md-max\:prose code::before {
    content: "`";
  }

  .md-max\:prose code::after {
    content: "`";
  }

  .md-max\:prose a code {
    color: #141727;
  }

  .md-max\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .md-max\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .md-max\:prose pre code::before {
    content: none;
  }

  .md-max\:prose pre code::after {
    content: none;
  }

  .md-max\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .md-max\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .md-max\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md-max\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .md-max\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .md-max\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .md-max\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .md-max\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md-max\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-max\:prose h2 code {
    font-size: 0.875em;
  }

  .md-max\:prose h3 code {
    font-size: 0.9em;
  }

  .md-max\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md-max\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .md-max\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md-max\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md-max\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .md-max\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md-max\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .md-max\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .md-max\:prose ul ul, .md-max\:prose ul ol, .md-max\:prose ol ul, .md-max\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .md-max\:prose hr + * {
    margin-top: 0;
  }

  .md-max\:prose h2 + * {
    margin-top: 0;
  }

  .md-max\:prose h3 + * {
    margin-top: 0;
  }

  .md-max\:prose h4 + * {
    margin-top: 0;
  }

  .md-max\:prose thead th:first-child {
    padding-left: 0;
  }

  .md-max\:prose thead th:last-child {
    padding-right: 0;
  }

  .md-max\:prose tbody td:first-child {
    padding-left: 0;
  }

  .md-max\:prose tbody td:last-child {
    padding-right: 0;
  }

  .md-max\:prose > :first-child {
    margin-top: 0;
  }

  .md-max\:prose > :last-child {
    margin-bottom: 0;
  }

  .md-max\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .md-max\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md-max\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md-max\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .md-max\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .md-max\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .md-max\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md-max\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .md-max\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md-max\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md-max\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .md-max\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-max\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .md-max\:prose-sm code {
    font-size: 0.8571429em;
  }

  .md-max\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .md-max\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .md-max\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md-max\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md-max\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .md-max\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .md-max\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .md-max\:prose-sm ol > li::before {
    left: 0;
  }

  .md-max\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .md-max\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .md-max\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md-max\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md-max\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md-max\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .md-max\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .md-max\:prose-sm ul ul, .md-max\:prose-sm ul ol, .md-max\:prose-sm ol ul, .md-max\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .md-max\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .md-max\:prose-sm hr + * {
    margin-top: 0;
  }

  .md-max\:prose-sm h2 + * {
    margin-top: 0;
  }

  .md-max\:prose-sm h3 + * {
    margin-top: 0;
  }

  .md-max\:prose-sm h4 + * {
    margin-top: 0;
  }

  .md-max\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .md-max\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md-max\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .md-max\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .md-max\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .md-max\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .md-max\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .md-max\:prose-sm > :first-child {
    margin-top: 0;
  }

  .md-max\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .md-max\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .md-max\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .md-max\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .md-max\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .md-max\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .md-max\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md-max\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .md-max\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md-max\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md-max\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .md-max\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-max\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .md-max\:prose-lg code {
    font-size: 0.8888889em;
  }

  .md-max\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .md-max\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .md-max\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .md-max\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md-max\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .md-max\:prose-lg ol > li::before {
    left: 0;
  }

  .md-max\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .md-max\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .md-max\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md-max\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md-max\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md-max\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-lg ul ul, .md-max\:prose-lg ul ol, .md-max\:prose-lg ol ul, .md-max\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .md-max\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .md-max\:prose-lg hr + * {
    margin-top: 0;
  }

  .md-max\:prose-lg h2 + * {
    margin-top: 0;
  }

  .md-max\:prose-lg h3 + * {
    margin-top: 0;
  }

  .md-max\:prose-lg h4 + * {
    margin-top: 0;
  }

  .md-max\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .md-max\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md-max\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .md-max\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .md-max\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .md-max\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .md-max\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .md-max\:prose-lg > :first-child {
    margin-top: 0;
  }

  .md-max\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .md-max\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .md-max\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md-max\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .md-max\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .md-max\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .md-max\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .md-max\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .md-max\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .md-max\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-max\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .md-max\:prose-xl code {
    font-size: 0.9em;
  }

  .md-max\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .md-max\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .md-max\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .md-max\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md-max\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .md-max\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .md-max\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .md-max\:prose-xl ol > li::before {
    left: 0;
  }

  .md-max\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .md-max\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .md-max\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md-max\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .md-max\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md-max\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .md-max\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .md-max\:prose-xl ul ul, .md-max\:prose-xl ul ol, .md-max\:prose-xl ol ul, .md-max\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .md-max\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .md-max\:prose-xl hr + * {
    margin-top: 0;
  }

  .md-max\:prose-xl h2 + * {
    margin-top: 0;
  }

  .md-max\:prose-xl h3 + * {
    margin-top: 0;
  }

  .md-max\:prose-xl h4 + * {
    margin-top: 0;
  }

  .md-max\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .md-max\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md-max\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .md-max\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .md-max\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .md-max\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .md-max\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .md-max\:prose-xl > :first-child {
    margin-top: 0;
  }

  .md-max\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .md-max\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .md-max\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .md-max\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .md-max\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .md-max\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .md-max\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .md-max\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .md-max\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .md-max\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-max\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .md-max\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .md-max\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .md-max\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .md-max\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .md-max\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md-max\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .md-max\:prose-2xl ol > li::before {
    left: 0;
  }

  .md-max\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .md-max\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .md-max\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .md-max\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md-max\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .md-max\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .md-max\:prose-2xl ul ul, .md-max\:prose-2xl ul ol, .md-max\:prose-2xl ol ul, .md-max\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .md-max\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .md-max\:prose-2xl hr + * {
    margin-top: 0;
  }

  .md-max\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .md-max\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .md-max\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .md-max\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .md-max\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md-max\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .md-max\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .md-max\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .md-max\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .md-max\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .md-max\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .md-max\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .md-max\:prose-red a {
    color: #ea0606;
  }

  .md-max\:prose-red a code {
    color: #ea0606;
  }

  .md-max\:prose-yellow a {
    color: #ca8a04;
  }

  .md-max\:prose-yellow a code {
    color: #ca8a04;
  }

  .md-max\:prose-green a {
    color: #17ad37;
  }

  .md-max\:prose-green a code {
    color: #17ad37;
  }

  .md-max\:prose-indigo a {
    color: #4f46e5;
  }

  .md-max\:prose-indigo a code {
    color: #4f46e5;
  }

  .md-max\:prose-purple a {
    color: #9333ea;
  }

  .md-max\:prose-purple a code {
    color: #9333ea;
  }

  .md-max\:prose-pink a {
    color: #db2777;
  }

  .md-max\:prose-pink a code {
    color: #db2777;
  }

  .md-max\:prose-blue a {
    color: #2152ff;
  }

  .md-max\:prose-blue a code {
    color: #2152ff;
  }

  .md-max\:prose-slate a {
    color: #627594;
  }

  .md-max\:prose-slate a code {
    color: #627594;
  }

  .md-max\:prose-zinc a {
    color: #52525b;
  }

  .md-max\:prose-zinc a code {
    color: #52525b;
  }

  .md-max\:prose-neutral a {
    color: #525252;
  }

  .md-max\:prose-neutral a code {
    color: #525252;
  }

  .md-max\:prose-stone a {
    color: #57534e;
  }

  .md-max\:prose-stone a code {
    color: #57534e;
  }

  .md-max\:prose-orange a {
    color: #ea580c;
  }

  .md-max\:prose-orange a code {
    color: #ea580c;
  }

  .md-max\:prose-amber a {
    color: #d97706;
  }

  .md-max\:prose-amber a code {
    color: #d97706;
  }

  .md-max\:prose-lime a {
    color: #67b108;
  }

  .md-max\:prose-lime a code {
    color: #67b108;
  }

  .md-max\:prose-emerald a {
    color: #059669;
  }

  .md-max\:prose-emerald a code {
    color: #059669;
  }

  .md-max\:prose-teal a {
    color: #0d9488;
  }

  .md-max\:prose-teal a code {
    color: #0d9488;
  }

  .md-max\:prose-cyan a {
    color: #08a1c4;
  }

  .md-max\:prose-cyan a code {
    color: #08a1c4;
  }

  .md-max\:prose-sky a {
    color: #3ea1ec;
  }

  .md-max\:prose-sky a code {
    color: #3ea1ec;
  }

  .md-max\:prose-violet a {
    color: #7c3aed;
  }

  .md-max\:prose-violet a code {
    color: #7c3aed;
  }

  .md-max\:prose-fuchsia a {
    color: #c026d3;
  }

  .md-max\:prose-fuchsia a code {
    color: #c026d3;
  }

  .md-max\:prose-rose a {
    color: #e11d48;
  }

  .md-max\:prose-rose a code {
    color: #e11d48;
  }

  .md-max\: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-max\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-max\: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-max\: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-max\: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-max\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-max\:pointer-events-none {
    pointer-events: none;
  }

  .md-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .md-max\:visible {
    visibility: visible;
  }

  .md-max\:invisible {
    visibility: hidden;
  }

  .md-max\:static {
    position: static;
  }

  .md-max\:fixed {
    position: fixed;
  }

  .md-max\:absolute {
    position: absolute;
  }

  .md-max\:relative {
    position: relative;
  }

  .md-max\:sticky {
    position: sticky;
  }

  .md-max\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md-max\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md-max\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md-max\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md-max\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md-max\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md-max\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md-max\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md-max\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md-max\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md-max\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md-max\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md-max\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md-max\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .md-max\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md-max\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md-max\:inset-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .md-max\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md-max\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md-max\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .md-max\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md-max\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .md-max\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md-max\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .md-max\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md-max\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md-max\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .md-max\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md-max\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .md-max\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md-max\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .md-max\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md-max\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .md-max\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md-max\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md-max\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md-max\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .md-max\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md-max\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .md-max\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md-max\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .md-max\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .md-max\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .md-max\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md-max\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .md-max\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .md-max\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .md-max\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .md-max\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .md-max\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .md-max\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .md-max\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .md-max\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .md-max\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .md-max\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-max\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .md-max\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md-max\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .md-max\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md-max\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .md-max\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .md-max\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .md-max\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .md-max\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .md-max\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md-max\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .md-max\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .md-max\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .md-max\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .md-max\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md-max\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .md-max\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .md-max\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .md-max\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .md-max\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md-max\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .md-max\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .md-max\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .md-max\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .md-max\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .md-max\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .md-max\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .md-max\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .md-max\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .md-max\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .md-max\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .md-max\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .md-max\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md-max\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md-max\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md-max\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md-max\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md-max\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md-max\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md-max\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md-max\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md-max\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md-max\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md-max\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md-max\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md-max\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md-max\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md-max\:-inset-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .md-max\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md-max\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md-max\:-inset-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .md-max\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md-max\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md-max\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .md-max\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md-max\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .md-max\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md-max\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .md-max\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md-max\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md-max\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .md-max\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md-max\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .md-max\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md-max\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .md-max\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md-max\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .md-max\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md-max\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md-max\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md-max\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .md-max\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md-max\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .md-max\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md-max\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .md-max\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .md-max\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .md-max\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md-max\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .md-max\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .md-max\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .md-max\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .md-max\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .md-max\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .md-max\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .md-max\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .md-max\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .md-max\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .md-max\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .md-max\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md-max\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .md-max\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md-max\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .md-max\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .md-max\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .md-max\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .md-max\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .md-max\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md-max\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .md-max\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .md-max\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .md-max\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .md-max\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md-max\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .md-max\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .md-max\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .md-max\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .md-max\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md-max\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .md-max\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .md-max\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .md-max\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .md-max\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .md-max\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .md-max\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .md-max\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .md-max\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .md-max\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .md-max\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .md-max\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .md-max\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .md-max\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md-max\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md-max\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md-max\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md-max\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md-max\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md-max\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md-max\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md-max\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md-max\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md-max\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md-max\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md-max\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md-max\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md-max\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md-max\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md-max\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md-max\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md-max\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .md-max\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md-max\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .md-max\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md-max\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md-max\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .md-max\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .md-max\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md-max\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .md-max\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .md-max\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .md-max\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .md-max\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .md-max\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .md-max\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .md-max\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .md-max\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .md-max\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md-max\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .md-max\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .md-max\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md-max\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .md-max\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .md-max\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .md-max\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .md-max\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .md-max\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .md-max\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .md-max\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md-max\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .md-max\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md-max\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .md-max\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .md-max\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .md-max\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .md-max\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .md-max\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .md-max\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .md-max\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .md-max\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .md-max\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .md-max\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .md-max\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .md-max\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .md-max\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .md-max\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .md-max\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .md-max\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .md-max\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .md-max\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md-max\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .md-max\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .md-max\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .md-max\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .md-max\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .md-max\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .md-max\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .md-max\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .md-max\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .md-max\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .md-max\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .md-max\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .md-max\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .md-max\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .md-max\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .md-max\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .md-max\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .md-max\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .md-max\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .md-max\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md-max\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .md-max\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .md-max\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .md-max\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .md-max\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .md-max\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .md-max\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .md-max\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .md-max\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .md-max\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .md-max\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .md-max\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .md-max\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .md-max\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md-max\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md-max\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md-max\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md-max\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md-max\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md-max\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .md-max\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md-max\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .md-max\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md-max\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md-max\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .md-max\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .md-max\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md-max\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .md-max\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .md-max\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .md-max\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .md-max\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .md-max\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .md-max\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .md-max\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .md-max\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .md-max\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md-max\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .md-max\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .md-max\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md-max\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .md-max\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .md-max\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .md-max\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .md-max\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .md-max\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .md-max\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .md-max\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md-max\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .md-max\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md-max\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .md-max\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .md-max\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .md-max\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .md-max\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .md-max\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .md-max\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .md-max\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .md-max\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .md-max\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .md-max\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .md-max\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .md-max\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .md-max\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .md-max\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .md-max\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .md-max\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .md-max\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .md-max\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .md-max\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .md-max\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .md-max\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .md-max\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .md-max\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .md-max\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .md-max\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .md-max\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .md-max\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .md-max\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .md-max\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .md-max\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .md-max\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .md-max\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .md-max\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .md-max\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .md-max\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .md-max\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .md-max\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md-max\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .md-max\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .md-max\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .md-max\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .md-max\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .md-max\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .md-max\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .md-max\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .md-max\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .md-max\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .md-max\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .md-max\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .md-max\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .md-max\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md-max\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md-max\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md-max\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md-max\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md-max\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md-max\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md-max\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md-max\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md-max\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md-max\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md-max\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md-max\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md-max\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md-max\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md-max\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md-max\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md-max\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md-max\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md-max\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md-max\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md-max\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md-max\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md-max\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md-max\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md-max\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md-max\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .md-max\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md-max\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md-max\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .md-max\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md-max\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md-max\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .md-max\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md-max\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .md-max\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md-max\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .md-max\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md-max\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md-max\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .md-max\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md-max\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .md-max\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md-max\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .md-max\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md-max\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .md-max\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md-max\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md-max\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md-max\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .md-max\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md-max\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .md-max\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md-max\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .md-max\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .md-max\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .md-max\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md-max\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .md-max\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .md-max\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .md-max\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .md-max\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .md-max\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .md-max\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .md-max\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .md-max\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .md-max\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .md-max\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md-max\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .md-max\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md-max\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .md-max\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md-max\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .md-max\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .md-max\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .md-max\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .md-max\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .md-max\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md-max\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .md-max\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .md-max\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .md-max\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .md-max\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md-max\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .md-max\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .md-max\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .md-max\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .md-max\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md-max\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .md-max\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .md-max\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .md-max\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .md-max\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .md-max\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .md-max\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .md-max\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .md-max\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .md-max\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .md-max\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .md-max\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .md-max\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .md-max\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md-max\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md-max\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md-max\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md-max\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md-max\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md-max\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md-max\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md-max\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md-max\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md-max\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md-max\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md-max\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md-max\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md-max\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .md-max\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md-max\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md-max\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .md-max\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md-max\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md-max\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .md-max\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md-max\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .md-max\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md-max\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .md-max\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md-max\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md-max\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .md-max\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md-max\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .md-max\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md-max\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .md-max\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md-max\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .md-max\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md-max\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md-max\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md-max\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .md-max\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md-max\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .md-max\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md-max\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .md-max\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .md-max\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .md-max\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md-max\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .md-max\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .md-max\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .md-max\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .md-max\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .md-max\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .md-max\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .md-max\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .md-max\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .md-max\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .md-max\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .md-max\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md-max\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .md-max\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md-max\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .md-max\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .md-max\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .md-max\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .md-max\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .md-max\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md-max\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .md-max\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .md-max\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .md-max\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .md-max\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md-max\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .md-max\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .md-max\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .md-max\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .md-max\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md-max\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .md-max\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .md-max\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .md-max\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .md-max\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .md-max\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .md-max\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .md-max\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .md-max\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .md-max\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .md-max\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .md-max\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .md-max\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .md-max\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md-max\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md-max\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md-max\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md-max\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md-max\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md-max\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md-max\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md-max\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md-max\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md-max\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md-max\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md-max\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md-max\:top-0 {
    top: 0px;
  }

  .md-max\:top-1 {
    top: 0.25rem;
  }

  .md-max\:top-2 {
    top: 0.5rem;
  }

  .md-max\:top-3 {
    top: 0.75rem;
  }

  .md-max\:top-4 {
    top: 1rem;
  }

  .md-max\:top-5 {
    top: 1.25rem;
  }

  .md-max\:top-6 {
    top: 1.5rem;
  }

  .md-max\:top-7 {
    top: 1.75rem;
  }

  .md-max\:top-8 {
    top: 2rem;
  }

  .md-max\:top-9 {
    top: 2.25rem;
  }

  .md-max\:top-10 {
    top: 2.5rem;
  }

  .md-max\:top-11 {
    top: 2.75rem;
  }

  .md-max\:top-12 {
    top: 3rem;
  }

  .md-max\:top-13 {
    top: 3.25rem;
  }

  .md-max\:top-14 {
    top: 3.5rem;
  }

  .md-max\:top-16 {
    top: 4rem;
  }

  .md-max\:top-19 {
    top: 4.75rem;
  }

  .md-max\:top-20 {
    top: 5rem;
  }

  .md-max\:top-24 {
    top: 6rem;
  }

  .md-max\:top-25 {
    top: 6.25rem;
  }

  .md-max\:top-28 {
    top: 7rem;
  }

  .md-max\:top-30 {
    top: 7.5rem;
  }

  .md-max\:top-32 {
    top: 8rem;
  }

  .md-max\:top-34 {
    top: 8.5rem;
  }

  .md-max\:top-36 {
    top: 9rem;
  }

  .md-max\:top-40 {
    top: 10rem;
  }

  .md-max\:top-42 {
    top: 10.5rem;
  }

  .md-max\:top-44 {
    top: 11rem;
  }

  .md-max\:top-46 {
    top: 11.5rem;
  }

  .md-max\:top-48 {
    top: 12rem;
  }

  .md-max\:top-50 {
    top: 12.5rem;
  }

  .md-max\:top-52 {
    top: 13rem;
  }

  .md-max\:top-54 {
    top: 13.5rem;
  }

  .md-max\:top-56 {
    top: 14rem;
  }

  .md-max\:top-60 {
    top: 15rem;
  }

  .md-max\:top-64 {
    top: 16rem;
  }

  .md-max\:top-68 {
    top: 17rem;
  }

  .md-max\:top-72 {
    top: 18rem;
  }

  .md-max\:top-75 {
    top: 18.75rem;
  }

  .md-max\:top-80 {
    top: 20rem;
  }

  .md-max\:top-85 {
    top: 22rem;
  }

  .md-max\:top-90 {
    top: 22.5rem;
  }

  .md-max\:top-92 {
    top: 23rem;
  }

  .md-max\:top-96 {
    top: 24rem;
  }

  .md-max\:top-100 {
    top: 25rem;
  }

  .md-max\:top-116 {
    top: 29rem;
  }

  .md-max\:top-120 {
    top: 30rem;
  }

  .md-max\:top-125 {
    top: 31.25rem;
  }

  .md-max\:top-135 {
    top: 33.75rem;
  }

  .md-max\:top-160 {
    top: 40rem;
  }

  .md-max\:top-180 {
    top: 45rem;
  }

  .md-max\:top-240 {
    top: 60rem;
  }

  .md-max\:top-285 {
    top: 71.25rem;
  }

  .md-max\:top-330 {
    top: 82.5rem;
  }

  .md-max\:top-auto {
    top: auto;
  }

  .md-max\:top-unset {
    top: unset;
  }

  .md-max\:top-px {
    top: 1px;
  }

  .md-max\:top-0\.4 {
    top: 0.1rem;
  }

  .md-max\:top-0\.5 {
    top: 0.125rem;
  }

  .md-max\:top-0\.6 {
    top: 0.15rem;
  }

  .md-max\:top-0\.75 {
    top: 0.2rem;
  }

  .md-max\:top-1\.2 {
    top: 0.3rem;
  }

  .md-max\:top-1\.25 {
    top: 0.3125rem;
  }

  .md-max\:top-1\.4 {
    top: 0.35rem;
  }

  .md-max\:top-1\.5 {
    top: 0.375rem;
  }

  .md-max\:top-1\.6 {
    top: 0.4rem;
  }

  .md-max\:top-1\.75 {
    top: 0.4375rem;
  }

  .md-max\:top-1\.8 {
    top: 0.45rem;
  }

  .md-max\:top-2\.2 {
    top: 0.55rem;
  }

  .md-max\:top-2\.5 {
    top: 0.625rem;
  }

  .md-max\:top-2\.6 {
    top: 0.65rem;
  }

  .md-max\:top-2\.7 {
    top: 0.675rem;
  }

  .md-max\:top-2\.8 {
    top: 0.7rem;
  }

  .md-max\:top-3\.4 {
    top: 0.85rem;
  }

  .md-max\:top-3\.5 {
    top: 0.875rem;
  }

  .md-max\:top-3\.6 {
    top: 0.9rem;
  }

  .md-max\:top-4\.5 {
    top: 1.125rem;
  }

  .md-max\:top-4\.8 {
    top: 1.2rem;
  }

  .md-max\:top-5\.3 {
    top: 1.3rem;
  }

  .md-max\:top-5\.4 {
    top: 1.35rem;
  }

  .md-max\:top-5\.5 {
    top: 1.375rem;
  }

  .md-max\:top-5\.6 {
    top: 1.4rem;
  }

  .md-max\:top-6\.5 {
    top: 1.625rem;
  }

  .md-max\:top-70\/100 {
    top: 70%;
  }

  .md-max\:top-31\/100 {
    top: 31%;
  }

  .md-max\:top-15\/100 {
    top: 15%;
  }

  .md-max\:top-1\/100 {
    top: 1%;
  }

  .md-max\:top-1\/10 {
    top: 10%;
  }

  .md-max\:top-1\/2 {
    top: 50%;
  }

  .md-max\:-top-0 {
    top: 0px;
  }

  .md-max\:-top-1 {
    top: -0.25rem;
  }

  .md-max\:-top-2 {
    top: -0.5rem;
  }

  .md-max\:-top-3 {
    top: -0.75rem;
  }

  .md-max\:-top-4 {
    top: -1rem;
  }

  .md-max\:-top-5 {
    top: -1.25rem;
  }

  .md-max\:-top-6 {
    top: -1.5rem;
  }

  .md-max\:-top-7 {
    top: -1.75rem;
  }

  .md-max\:-top-8 {
    top: -2rem;
  }

  .md-max\:-top-9 {
    top: -2.25rem;
  }

  .md-max\:-top-10 {
    top: -2.5rem;
  }

  .md-max\:-top-11 {
    top: -2.75rem;
  }

  .md-max\:-top-12 {
    top: -3rem;
  }

  .md-max\:-top-13 {
    top: -3.25rem;
  }

  .md-max\:-top-14 {
    top: -3.5rem;
  }

  .md-max\:-top-16 {
    top: -4rem;
  }

  .md-max\:-top-19 {
    top: -4.75rem;
  }

  .md-max\:-top-20 {
    top: -5rem;
  }

  .md-max\:-top-24 {
    top: -6rem;
  }

  .md-max\:-top-25 {
    top: -6.25rem;
  }

  .md-max\:-top-28 {
    top: -7rem;
  }

  .md-max\:-top-30 {
    top: -7.5rem;
  }

  .md-max\:-top-32 {
    top: -8rem;
  }

  .md-max\:-top-34 {
    top: -8.5rem;
  }

  .md-max\:-top-36 {
    top: -9rem;
  }

  .md-max\:-top-40 {
    top: -10rem;
  }

  .md-max\:-top-42 {
    top: -10.5rem;
  }

  .md-max\:-top-44 {
    top: -11rem;
  }

  .md-max\:-top-46 {
    top: -11.5rem;
  }

  .md-max\:-top-48 {
    top: -12rem;
  }

  .md-max\:-top-50 {
    top: -12.5rem;
  }

  .md-max\:-top-52 {
    top: -13rem;
  }

  .md-max\:-top-54 {
    top: -13.5rem;
  }

  .md-max\:-top-56 {
    top: -14rem;
  }

  .md-max\:-top-60 {
    top: -15rem;
  }

  .md-max\:-top-64 {
    top: -16rem;
  }

  .md-max\:-top-68 {
    top: -17rem;
  }

  .md-max\:-top-72 {
    top: -18rem;
  }

  .md-max\:-top-75 {
    top: -18.75rem;
  }

  .md-max\:-top-80 {
    top: -20rem;
  }

  .md-max\:-top-85 {
    top: -22rem;
  }

  .md-max\:-top-90 {
    top: -22.5rem;
  }

  .md-max\:-top-92 {
    top: -23rem;
  }

  .md-max\:-top-96 {
    top: -24rem;
  }

  .md-max\:-top-100 {
    top: -25rem;
  }

  .md-max\:-top-116 {
    top: -29rem;
  }

  .md-max\:-top-120 {
    top: -30rem;
  }

  .md-max\:-top-125 {
    top: -31.25rem;
  }

  .md-max\:-top-135 {
    top: -33.75rem;
  }

  .md-max\:-top-160 {
    top: -40rem;
  }

  .md-max\:-top-180 {
    top: -45rem;
  }

  .md-max\:-top-240 {
    top: -60rem;
  }

  .md-max\:-top-285 {
    top: -71.25rem;
  }

  .md-max\:-top-330 {
    top: -82.5rem;
  }

  .md-max\:-top-unset {
    top: unset;
  }

  .md-max\:-top-px {
    top: -1px;
  }

  .md-max\:-top-0\.4 {
    top: -0.1rem;
  }

  .md-max\:-top-0\.5 {
    top: -0.125rem;
  }

  .md-max\:-top-0\.6 {
    top: -0.15rem;
  }

  .md-max\:-top-0\.75 {
    top: -0.2rem;
  }

  .md-max\:-top-1\.2 {
    top: -0.3rem;
  }

  .md-max\:-top-1\.25 {
    top: -0.3125rem;
  }

  .md-max\:-top-1\.4 {
    top: -0.35rem;
  }

  .md-max\:-top-1\.5 {
    top: -0.375rem;
  }

  .md-max\:-top-1\.6 {
    top: -0.4rem;
  }

  .md-max\:-top-1\.75 {
    top: -0.4375rem;
  }

  .md-max\:-top-1\.8 {
    top: -0.45rem;
  }

  .md-max\:-top-2\.2 {
    top: -0.55rem;
  }

  .md-max\:-top-2\.5 {
    top: -0.625rem;
  }

  .md-max\:-top-2\.6 {
    top: -0.65rem;
  }

  .md-max\:-top-2\.7 {
    top: -0.675rem;
  }

  .md-max\:-top-2\.8 {
    top: -0.7rem;
  }

  .md-max\:-top-3\.4 {
    top: -0.85rem;
  }

  .md-max\:-top-3\.5 {
    top: -0.875rem;
  }

  .md-max\:-top-3\.6 {
    top: -0.9rem;
  }

  .md-max\:-top-4\.5 {
    top: -1.125rem;
  }

  .md-max\:-top-4\.8 {
    top: -1.2rem;
  }

  .md-max\:-top-5\.3 {
    top: -1.3rem;
  }

  .md-max\:-top-5\.4 {
    top: -1.35rem;
  }

  .md-max\:-top-5\.5 {
    top: -1.375rem;
  }

  .md-max\:-top-5\.6 {
    top: -1.4rem;
  }

  .md-max\:-top-6\.5 {
    top: -1.625rem;
  }

  .md-max\:-top-70\/100 {
    top: -70%;
  }

  .md-max\:-top-31\/100 {
    top: -31%;
  }

  .md-max\:-top-15\/100 {
    top: -15%;
  }

  .md-max\:-top-1\/100 {
    top: -1%;
  }

  .md-max\:-top-1\/10 {
    top: -10%;
  }

  .md-max\:-top-1\/2 {
    top: -50%;
  }

  .md-max\:top-1\/3 {
    top: 33.333333%;
  }

  .md-max\:top-2\/3 {
    top: 66.666667%;
  }

  .md-max\:top-1\/4 {
    top: 25%;
  }

  .md-max\:top-2\/4 {
    top: 50%;
  }

  .md-max\:top-3\/4 {
    top: 75%;
  }

  .md-max\:top-full {
    top: 100%;
  }

  .md-max\:-top-1\/3 {
    top: -33.333333%;
  }

  .md-max\:-top-2\/3 {
    top: -66.666667%;
  }

  .md-max\:-top-1\/4 {
    top: -25%;
  }

  .md-max\:-top-2\/4 {
    top: -50%;
  }

  .md-max\:-top-3\/4 {
    top: -75%;
  }

  .md-max\:-top-full {
    top: -100%;
  }

  .md-max\:right-0 {
    right: 0px;
  }

  .md-max\:right-1 {
    right: 0.25rem;
  }

  .md-max\:right-2 {
    right: 0.5rem;
  }

  .md-max\:right-3 {
    right: 0.75rem;
  }

  .md-max\:right-4 {
    right: 1rem;
  }

  .md-max\:right-5 {
    right: 1.25rem;
  }

  .md-max\:right-6 {
    right: 1.5rem;
  }

  .md-max\:right-7 {
    right: 1.75rem;
  }

  .md-max\:right-8 {
    right: 2rem;
  }

  .md-max\:right-9 {
    right: 2.25rem;
  }

  .md-max\:right-10 {
    right: 2.5rem;
  }

  .md-max\:right-11 {
    right: 2.75rem;
  }

  .md-max\:right-12 {
    right: 3rem;
  }

  .md-max\:right-13 {
    right: 3.25rem;
  }

  .md-max\:right-14 {
    right: 3.5rem;
  }

  .md-max\:right-16 {
    right: 4rem;
  }

  .md-max\:right-19 {
    right: 4.75rem;
  }

  .md-max\:right-20 {
    right: 5rem;
  }

  .md-max\:right-24 {
    right: 6rem;
  }

  .md-max\:right-25 {
    right: 6.25rem;
  }

  .md-max\:right-28 {
    right: 7rem;
  }

  .md-max\:right-30 {
    right: 7.5rem;
  }

  .md-max\:right-32 {
    right: 8rem;
  }

  .md-max\:right-34 {
    right: 8.5rem;
  }

  .md-max\:right-36 {
    right: 9rem;
  }

  .md-max\:right-40 {
    right: 10rem;
  }

  .md-max\:right-42 {
    right: 10.5rem;
  }

  .md-max\:right-44 {
    right: 11rem;
  }

  .md-max\:right-46 {
    right: 11.5rem;
  }

  .md-max\:right-48 {
    right: 12rem;
  }

  .md-max\:right-50 {
    right: 12.5rem;
  }

  .md-max\:right-52 {
    right: 13rem;
  }

  .md-max\:right-54 {
    right: 13.5rem;
  }

  .md-max\:right-56 {
    right: 14rem;
  }

  .md-max\:right-60 {
    right: 15rem;
  }

  .md-max\:right-64 {
    right: 16rem;
  }

  .md-max\:right-68 {
    right: 17rem;
  }

  .md-max\:right-72 {
    right: 18rem;
  }

  .md-max\:right-75 {
    right: 18.75rem;
  }

  .md-max\:right-80 {
    right: 20rem;
  }

  .md-max\:right-85 {
    right: 22rem;
  }

  .md-max\:right-90 {
    right: 22.5rem;
  }

  .md-max\:right-92 {
    right: 23rem;
  }

  .md-max\:right-96 {
    right: 24rem;
  }

  .md-max\:right-100 {
    right: 25rem;
  }

  .md-max\:right-116 {
    right: 29rem;
  }

  .md-max\:right-120 {
    right: 30rem;
  }

  .md-max\:right-125 {
    right: 31.25rem;
  }

  .md-max\:right-135 {
    right: 33.75rem;
  }

  .md-max\:right-160 {
    right: 40rem;
  }

  .md-max\:right-180 {
    right: 45rem;
  }

  .md-max\:right-240 {
    right: 60rem;
  }

  .md-max\:right-285 {
    right: 71.25rem;
  }

  .md-max\:right-330 {
    right: 82.5rem;
  }

  .md-max\:right-auto {
    right: auto;
  }

  .md-max\:right-unset {
    right: unset;
  }

  .md-max\:right-px {
    right: 1px;
  }

  .md-max\:right-0\.4 {
    right: 0.1rem;
  }

  .md-max\:right-0\.5 {
    right: 0.125rem;
  }

  .md-max\:right-0\.6 {
    right: 0.15rem;
  }

  .md-max\:right-0\.75 {
    right: 0.2rem;
  }

  .md-max\:right-1\.2 {
    right: 0.3rem;
  }

  .md-max\:right-1\.25 {
    right: 0.3125rem;
  }

  .md-max\:right-1\.4 {
    right: 0.35rem;
  }

  .md-max\:right-1\.5 {
    right: 0.375rem;
  }

  .md-max\:right-1\.6 {
    right: 0.4rem;
  }

  .md-max\:right-1\.75 {
    right: 0.4375rem;
  }

  .md-max\:right-1\.8 {
    right: 0.45rem;
  }

  .md-max\:right-2\.2 {
    right: 0.55rem;
  }

  .md-max\:right-2\.5 {
    right: 0.625rem;
  }

  .md-max\:right-2\.6 {
    right: 0.65rem;
  }

  .md-max\:right-2\.7 {
    right: 0.675rem;
  }

  .md-max\:right-2\.8 {
    right: 0.7rem;
  }

  .md-max\:right-3\.4 {
    right: 0.85rem;
  }

  .md-max\:right-3\.5 {
    right: 0.875rem;
  }

  .md-max\:right-3\.6 {
    right: 0.9rem;
  }

  .md-max\:right-4\.5 {
    right: 1.125rem;
  }

  .md-max\:right-4\.8 {
    right: 1.2rem;
  }

  .md-max\:right-5\.3 {
    right: 1.3rem;
  }

  .md-max\:right-5\.4 {
    right: 1.35rem;
  }

  .md-max\:right-5\.5 {
    right: 1.375rem;
  }

  .md-max\:right-5\.6 {
    right: 1.4rem;
  }

  .md-max\:right-6\.5 {
    right: 1.625rem;
  }

  .md-max\:right-70\/100 {
    right: 70%;
  }

  .md-max\:right-31\/100 {
    right: 31%;
  }

  .md-max\:right-15\/100 {
    right: 15%;
  }

  .md-max\:right-1\/100 {
    right: 1%;
  }

  .md-max\:right-1\/10 {
    right: 10%;
  }

  .md-max\:right-1\/2 {
    right: 50%;
  }

  .md-max\:-right-0 {
    right: 0px;
  }

  .md-max\:-right-1 {
    right: -0.25rem;
  }

  .md-max\:-right-2 {
    right: -0.5rem;
  }

  .md-max\:-right-3 {
    right: -0.75rem;
  }

  .md-max\:-right-4 {
    right: -1rem;
  }

  .md-max\:-right-5 {
    right: -1.25rem;
  }

  .md-max\:-right-6 {
    right: -1.5rem;
  }

  .md-max\:-right-7 {
    right: -1.75rem;
  }

  .md-max\:-right-8 {
    right: -2rem;
  }

  .md-max\:-right-9 {
    right: -2.25rem;
  }

  .md-max\:-right-10 {
    right: -2.5rem;
  }

  .md-max\:-right-11 {
    right: -2.75rem;
  }

  .md-max\:-right-12 {
    right: -3rem;
  }

  .md-max\:-right-13 {
    right: -3.25rem;
  }

  .md-max\:-right-14 {
    right: -3.5rem;
  }

  .md-max\:-right-16 {
    right: -4rem;
  }

  .md-max\:-right-19 {
    right: -4.75rem;
  }

  .md-max\:-right-20 {
    right: -5rem;
  }

  .md-max\:-right-24 {
    right: -6rem;
  }

  .md-max\:-right-25 {
    right: -6.25rem;
  }

  .md-max\:-right-28 {
    right: -7rem;
  }

  .md-max\:-right-30 {
    right: -7.5rem;
  }

  .md-max\:-right-32 {
    right: -8rem;
  }

  .md-max\:-right-34 {
    right: -8.5rem;
  }

  .md-max\:-right-36 {
    right: -9rem;
  }

  .md-max\:-right-40 {
    right: -10rem;
  }

  .md-max\:-right-42 {
    right: -10.5rem;
  }

  .md-max\:-right-44 {
    right: -11rem;
  }

  .md-max\:-right-46 {
    right: -11.5rem;
  }

  .md-max\:-right-48 {
    right: -12rem;
  }

  .md-max\:-right-50 {
    right: -12.5rem;
  }

  .md-max\:-right-52 {
    right: -13rem;
  }

  .md-max\:-right-54 {
    right: -13.5rem;
  }

  .md-max\:-right-56 {
    right: -14rem;
  }

  .md-max\:-right-60 {
    right: -15rem;
  }

  .md-max\:-right-64 {
    right: -16rem;
  }

  .md-max\:-right-68 {
    right: -17rem;
  }

  .md-max\:-right-72 {
    right: -18rem;
  }

  .md-max\:-right-75 {
    right: -18.75rem;
  }

  .md-max\:-right-80 {
    right: -20rem;
  }

  .md-max\:-right-85 {
    right: -22rem;
  }

  .md-max\:-right-90 {
    right: -22.5rem;
  }

  .md-max\:-right-92 {
    right: -23rem;
  }

  .md-max\:-right-96 {
    right: -24rem;
  }

  .md-max\:-right-100 {
    right: -25rem;
  }

  .md-max\:-right-116 {
    right: -29rem;
  }

  .md-max\:-right-120 {
    right: -30rem;
  }

  .md-max\:-right-125 {
    right: -31.25rem;
  }

  .md-max\:-right-135 {
    right: -33.75rem;
  }

  .md-max\:-right-160 {
    right: -40rem;
  }

  .md-max\:-right-180 {
    right: -45rem;
  }

  .md-max\:-right-240 {
    right: -60rem;
  }

  .md-max\:-right-285 {
    right: -71.25rem;
  }

  .md-max\:-right-330 {
    right: -82.5rem;
  }

  .md-max\:-right-unset {
    right: unset;
  }

  .md-max\:-right-px {
    right: -1px;
  }

  .md-max\:-right-0\.4 {
    right: -0.1rem;
  }

  .md-max\:-right-0\.5 {
    right: -0.125rem;
  }

  .md-max\:-right-0\.6 {
    right: -0.15rem;
  }

  .md-max\:-right-0\.75 {
    right: -0.2rem;
  }

  .md-max\:-right-1\.2 {
    right: -0.3rem;
  }

  .md-max\:-right-1\.25 {
    right: -0.3125rem;
  }

  .md-max\:-right-1\.4 {
    right: -0.35rem;
  }

  .md-max\:-right-1\.5 {
    right: -0.375rem;
  }

  .md-max\:-right-1\.6 {
    right: -0.4rem;
  }

  .md-max\:-right-1\.75 {
    right: -0.4375rem;
  }

  .md-max\:-right-1\.8 {
    right: -0.45rem;
  }

  .md-max\:-right-2\.2 {
    right: -0.55rem;
  }

  .md-max\:-right-2\.5 {
    right: -0.625rem;
  }

  .md-max\:-right-2\.6 {
    right: -0.65rem;
  }

  .md-max\:-right-2\.7 {
    right: -0.675rem;
  }

  .md-max\:-right-2\.8 {
    right: -0.7rem;
  }

  .md-max\:-right-3\.4 {
    right: -0.85rem;
  }

  .md-max\:-right-3\.5 {
    right: -0.875rem;
  }

  .md-max\:-right-3\.6 {
    right: -0.9rem;
  }

  .md-max\:-right-4\.5 {
    right: -1.125rem;
  }

  .md-max\:-right-4\.8 {
    right: -1.2rem;
  }

  .md-max\:-right-5\.3 {
    right: -1.3rem;
  }

  .md-max\:-right-5\.4 {
    right: -1.35rem;
  }

  .md-max\:-right-5\.5 {
    right: -1.375rem;
  }

  .md-max\:-right-5\.6 {
    right: -1.4rem;
  }

  .md-max\:-right-6\.5 {
    right: -1.625rem;
  }

  .md-max\:-right-70\/100 {
    right: -70%;
  }

  .md-max\:-right-31\/100 {
    right: -31%;
  }

  .md-max\:-right-15\/100 {
    right: -15%;
  }

  .md-max\:-right-1\/100 {
    right: -1%;
  }

  .md-max\:-right-1\/10 {
    right: -10%;
  }

  .md-max\:-right-1\/2 {
    right: -50%;
  }

  .md-max\:right-1\/3 {
    right: 33.333333%;
  }

  .md-max\:right-2\/3 {
    right: 66.666667%;
  }

  .md-max\:right-1\/4 {
    right: 25%;
  }

  .md-max\:right-2\/4 {
    right: 50%;
  }

  .md-max\:right-3\/4 {
    right: 75%;
  }

  .md-max\:right-full {
    right: 100%;
  }

  .md-max\:-right-1\/3 {
    right: -33.333333%;
  }

  .md-max\:-right-2\/3 {
    right: -66.666667%;
  }

  .md-max\:-right-1\/4 {
    right: -25%;
  }

  .md-max\:-right-2\/4 {
    right: -50%;
  }

  .md-max\:-right-3\/4 {
    right: -75%;
  }

  .md-max\:-right-full {
    right: -100%;
  }

  .md-max\:bottom-0 {
    bottom: 0px;
  }

  .md-max\:bottom-1 {
    bottom: 0.25rem;
  }

  .md-max\:bottom-2 {
    bottom: 0.5rem;
  }

  .md-max\:bottom-3 {
    bottom: 0.75rem;
  }

  .md-max\:bottom-4 {
    bottom: 1rem;
  }

  .md-max\:bottom-5 {
    bottom: 1.25rem;
  }

  .md-max\:bottom-6 {
    bottom: 1.5rem;
  }

  .md-max\:bottom-7 {
    bottom: 1.75rem;
  }

  .md-max\:bottom-8 {
    bottom: 2rem;
  }

  .md-max\:bottom-9 {
    bottom: 2.25rem;
  }

  .md-max\:bottom-10 {
    bottom: 2.5rem;
  }

  .md-max\:bottom-11 {
    bottom: 2.75rem;
  }

  .md-max\:bottom-12 {
    bottom: 3rem;
  }

  .md-max\:bottom-13 {
    bottom: 3.25rem;
  }

  .md-max\:bottom-14 {
    bottom: 3.5rem;
  }

  .md-max\:bottom-16 {
    bottom: 4rem;
  }

  .md-max\:bottom-19 {
    bottom: 4.75rem;
  }

  .md-max\:bottom-20 {
    bottom: 5rem;
  }

  .md-max\:bottom-24 {
    bottom: 6rem;
  }

  .md-max\:bottom-25 {
    bottom: 6.25rem;
  }

  .md-max\:bottom-28 {
    bottom: 7rem;
  }

  .md-max\:bottom-30 {
    bottom: 7.5rem;
  }

  .md-max\:bottom-32 {
    bottom: 8rem;
  }

  .md-max\:bottom-34 {
    bottom: 8.5rem;
  }

  .md-max\:bottom-36 {
    bottom: 9rem;
  }

  .md-max\:bottom-40 {
    bottom: 10rem;
  }

  .md-max\:bottom-42 {
    bottom: 10.5rem;
  }

  .md-max\:bottom-44 {
    bottom: 11rem;
  }

  .md-max\:bottom-46 {
    bottom: 11.5rem;
  }

  .md-max\:bottom-48 {
    bottom: 12rem;
  }

  .md-max\:bottom-50 {
    bottom: 12.5rem;
  }

  .md-max\:bottom-52 {
    bottom: 13rem;
  }

  .md-max\:bottom-54 {
    bottom: 13.5rem;
  }

  .md-max\:bottom-56 {
    bottom: 14rem;
  }

  .md-max\:bottom-60 {
    bottom: 15rem;
  }

  .md-max\:bottom-64 {
    bottom: 16rem;
  }

  .md-max\:bottom-68 {
    bottom: 17rem;
  }

  .md-max\:bottom-72 {
    bottom: 18rem;
  }

  .md-max\:bottom-75 {
    bottom: 18.75rem;
  }

  .md-max\:bottom-80 {
    bottom: 20rem;
  }

  .md-max\:bottom-85 {
    bottom: 22rem;
  }

  .md-max\:bottom-90 {
    bottom: 22.5rem;
  }

  .md-max\:bottom-92 {
    bottom: 23rem;
  }

  .md-max\:bottom-96 {
    bottom: 24rem;
  }

  .md-max\:bottom-100 {
    bottom: 25rem;
  }

  .md-max\:bottom-116 {
    bottom: 29rem;
  }

  .md-max\:bottom-120 {
    bottom: 30rem;
  }

  .md-max\:bottom-125 {
    bottom: 31.25rem;
  }

  .md-max\:bottom-135 {
    bottom: 33.75rem;
  }

  .md-max\:bottom-160 {
    bottom: 40rem;
  }

  .md-max\:bottom-180 {
    bottom: 45rem;
  }

  .md-max\:bottom-240 {
    bottom: 60rem;
  }

  .md-max\:bottom-285 {
    bottom: 71.25rem;
  }

  .md-max\:bottom-330 {
    bottom: 82.5rem;
  }

  .md-max\:bottom-auto {
    bottom: auto;
  }

  .md-max\:bottom-unset {
    bottom: unset;
  }

  .md-max\:bottom-px {
    bottom: 1px;
  }

  .md-max\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .md-max\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md-max\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .md-max\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .md-max\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .md-max\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .md-max\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .md-max\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md-max\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .md-max\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .md-max\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .md-max\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .md-max\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md-max\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .md-max\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .md-max\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .md-max\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .md-max\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md-max\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .md-max\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .md-max\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .md-max\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .md-max\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .md-max\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .md-max\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .md-max\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .md-max\:bottom-70\/100 {
    bottom: 70%;
  }

  .md-max\:bottom-31\/100 {
    bottom: 31%;
  }

  .md-max\:bottom-15\/100 {
    bottom: 15%;
  }

  .md-max\:bottom-1\/100 {
    bottom: 1%;
  }

  .md-max\:bottom-1\/10 {
    bottom: 10%;
  }

  .md-max\:bottom-1\/2 {
    bottom: 50%;
  }

  .md-max\:-bottom-0 {
    bottom: 0px;
  }

  .md-max\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md-max\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md-max\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md-max\:-bottom-4 {
    bottom: -1rem;
  }

  .md-max\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md-max\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md-max\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md-max\:-bottom-8 {
    bottom: -2rem;
  }

  .md-max\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md-max\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md-max\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md-max\:-bottom-12 {
    bottom: -3rem;
  }

  .md-max\:-bottom-13 {
    bottom: -3.25rem;
  }

  .md-max\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md-max\:-bottom-16 {
    bottom: -4rem;
  }

  .md-max\:-bottom-19 {
    bottom: -4.75rem;
  }

  .md-max\:-bottom-20 {
    bottom: -5rem;
  }

  .md-max\:-bottom-24 {
    bottom: -6rem;
  }

  .md-max\:-bottom-25 {
    bottom: -6.25rem;
  }

  .md-max\:-bottom-28 {
    bottom: -7rem;
  }

  .md-max\:-bottom-30 {
    bottom: -7.5rem;
  }

  .md-max\:-bottom-32 {
    bottom: -8rem;
  }

  .md-max\:-bottom-34 {
    bottom: -8.5rem;
  }

  .md-max\:-bottom-36 {
    bottom: -9rem;
  }

  .md-max\:-bottom-40 {
    bottom: -10rem;
  }

  .md-max\:-bottom-42 {
    bottom: -10.5rem;
  }

  .md-max\:-bottom-44 {
    bottom: -11rem;
  }

  .md-max\:-bottom-46 {
    bottom: -11.5rem;
  }

  .md-max\:-bottom-48 {
    bottom: -12rem;
  }

  .md-max\:-bottom-50 {
    bottom: -12.5rem;
  }

  .md-max\:-bottom-52 {
    bottom: -13rem;
  }

  .md-max\:-bottom-54 {
    bottom: -13.5rem;
  }

  .md-max\:-bottom-56 {
    bottom: -14rem;
  }

  .md-max\:-bottom-60 {
    bottom: -15rem;
  }

  .md-max\:-bottom-64 {
    bottom: -16rem;
  }

  .md-max\:-bottom-68 {
    bottom: -17rem;
  }

  .md-max\:-bottom-72 {
    bottom: -18rem;
  }

  .md-max\:-bottom-75 {
    bottom: -18.75rem;
  }

  .md-max\:-bottom-80 {
    bottom: -20rem;
  }

  .md-max\:-bottom-85 {
    bottom: -22rem;
  }

  .md-max\:-bottom-90 {
    bottom: -22.5rem;
  }

  .md-max\:-bottom-92 {
    bottom: -23rem;
  }

  .md-max\:-bottom-96 {
    bottom: -24rem;
  }

  .md-max\:-bottom-100 {
    bottom: -25rem;
  }

  .md-max\:-bottom-116 {
    bottom: -29rem;
  }

  .md-max\:-bottom-120 {
    bottom: -30rem;
  }

  .md-max\:-bottom-125 {
    bottom: -31.25rem;
  }

  .md-max\:-bottom-135 {
    bottom: -33.75rem;
  }

  .md-max\:-bottom-160 {
    bottom: -40rem;
  }

  .md-max\:-bottom-180 {
    bottom: -45rem;
  }

  .md-max\:-bottom-240 {
    bottom: -60rem;
  }

  .md-max\:-bottom-285 {
    bottom: -71.25rem;
  }

  .md-max\:-bottom-330 {
    bottom: -82.5rem;
  }

  .md-max\:-bottom-unset {
    bottom: unset;
  }

  .md-max\:-bottom-px {
    bottom: -1px;
  }

  .md-max\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .md-max\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md-max\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .md-max\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .md-max\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .md-max\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .md-max\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .md-max\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md-max\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .md-max\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .md-max\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .md-max\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .md-max\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md-max\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .md-max\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .md-max\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .md-max\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .md-max\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md-max\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .md-max\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .md-max\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .md-max\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .md-max\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .md-max\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .md-max\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .md-max\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .md-max\:-bottom-70\/100 {
    bottom: -70%;
  }

  .md-max\:-bottom-31\/100 {
    bottom: -31%;
  }

  .md-max\:-bottom-15\/100 {
    bottom: -15%;
  }

  .md-max\:-bottom-1\/100 {
    bottom: -1%;
  }

  .md-max\:-bottom-1\/10 {
    bottom: -10%;
  }

  .md-max\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md-max\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md-max\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md-max\:bottom-1\/4 {
    bottom: 25%;
  }

  .md-max\:bottom-2\/4 {
    bottom: 50%;
  }

  .md-max\:bottom-3\/4 {
    bottom: 75%;
  }

  .md-max\:bottom-full {
    bottom: 100%;
  }

  .md-max\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md-max\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md-max\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md-max\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md-max\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md-max\:-bottom-full {
    bottom: -100%;
  }

  .md-max\:left-0 {
    left: 0px;
  }

  .md-max\:left-1 {
    left: 0.25rem;
  }

  .md-max\:left-2 {
    left: 0.5rem;
  }

  .md-max\:left-3 {
    left: 0.75rem;
  }

  .md-max\:left-4 {
    left: 1rem;
  }

  .md-max\:left-5 {
    left: 1.25rem;
  }

  .md-max\:left-6 {
    left: 1.5rem;
  }

  .md-max\:left-7 {
    left: 1.75rem;
  }

  .md-max\:left-8 {
    left: 2rem;
  }

  .md-max\:left-9 {
    left: 2.25rem;
  }

  .md-max\:left-10 {
    left: 2.5rem;
  }

  .md-max\:left-11 {
    left: 2.75rem;
  }

  .md-max\:left-12 {
    left: 3rem;
  }

  .md-max\:left-13 {
    left: 3.25rem;
  }

  .md-max\:left-14 {
    left: 3.5rem;
  }

  .md-max\:left-16 {
    left: 4rem;
  }

  .md-max\:left-19 {
    left: 4.75rem;
  }

  .md-max\:left-20 {
    left: 5rem;
  }

  .md-max\:left-24 {
    left: 6rem;
  }

  .md-max\:left-25 {
    left: 6.25rem;
  }

  .md-max\:left-28 {
    left: 7rem;
  }

  .md-max\:left-30 {
    left: 7.5rem;
  }

  .md-max\:left-32 {
    left: 8rem;
  }

  .md-max\:left-34 {
    left: 8.5rem;
  }

  .md-max\:left-36 {
    left: 9rem;
  }

  .md-max\:left-40 {
    left: 10rem;
  }

  .md-max\:left-42 {
    left: 10.5rem;
  }

  .md-max\:left-44 {
    left: 11rem;
  }

  .md-max\:left-46 {
    left: 11.5rem;
  }

  .md-max\:left-48 {
    left: 12rem;
  }

  .md-max\:left-50 {
    left: 12.5rem;
  }

  .md-max\:left-52 {
    left: 13rem;
  }

  .md-max\:left-54 {
    left: 13.5rem;
  }

  .md-max\:left-56 {
    left: 14rem;
  }

  .md-max\:left-60 {
    left: 15rem;
  }

  .md-max\:left-64 {
    left: 16rem;
  }

  .md-max\:left-68 {
    left: 17rem;
  }

  .md-max\:left-72 {
    left: 18rem;
  }

  .md-max\:left-75 {
    left: 18.75rem;
  }

  .md-max\:left-80 {
    left: 20rem;
  }

  .md-max\:left-85 {
    left: 22rem;
  }

  .md-max\:left-90 {
    left: 22.5rem;
  }

  .md-max\:left-92 {
    left: 23rem;
  }

  .md-max\:left-96 {
    left: 24rem;
  }

  .md-max\:left-100 {
    left: 25rem;
  }

  .md-max\:left-116 {
    left: 29rem;
  }

  .md-max\:left-120 {
    left: 30rem;
  }

  .md-max\:left-125 {
    left: 31.25rem;
  }

  .md-max\:left-135 {
    left: 33.75rem;
  }

  .md-max\:left-160 {
    left: 40rem;
  }

  .md-max\:left-180 {
    left: 45rem;
  }

  .md-max\:left-240 {
    left: 60rem;
  }

  .md-max\:left-285 {
    left: 71.25rem;
  }

  .md-max\:left-330 {
    left: 82.5rem;
  }

  .md-max\:left-auto {
    left: auto;
  }

  .md-max\:left-unset {
    left: unset;
  }

  .md-max\:left-px {
    left: 1px;
  }

  .md-max\:left-0\.4 {
    left: 0.1rem;
  }

  .md-max\:left-0\.5 {
    left: 0.125rem;
  }

  .md-max\:left-0\.6 {
    left: 0.15rem;
  }

  .md-max\:left-0\.75 {
    left: 0.2rem;
  }

  .md-max\:left-1\.2 {
    left: 0.3rem;
  }

  .md-max\:left-1\.25 {
    left: 0.3125rem;
  }

  .md-max\:left-1\.4 {
    left: 0.35rem;
  }

  .md-max\:left-1\.5 {
    left: 0.375rem;
  }

  .md-max\:left-1\.6 {
    left: 0.4rem;
  }

  .md-max\:left-1\.75 {
    left: 0.4375rem;
  }

  .md-max\:left-1\.8 {
    left: 0.45rem;
  }

  .md-max\:left-2\.2 {
    left: 0.55rem;
  }

  .md-max\:left-2\.5 {
    left: 0.625rem;
  }

  .md-max\:left-2\.6 {
    left: 0.65rem;
  }

  .md-max\:left-2\.7 {
    left: 0.675rem;
  }

  .md-max\:left-2\.8 {
    left: 0.7rem;
  }

  .md-max\:left-3\.4 {
    left: 0.85rem;
  }

  .md-max\:left-3\.5 {
    left: 0.875rem;
  }

  .md-max\:left-3\.6 {
    left: 0.9rem;
  }

  .md-max\:left-4\.5 {
    left: 1.125rem;
  }

  .md-max\:left-4\.8 {
    left: 1.2rem;
  }

  .md-max\:left-5\.3 {
    left: 1.3rem;
  }

  .md-max\:left-5\.4 {
    left: 1.35rem;
  }

  .md-max\:left-5\.5 {
    left: 1.375rem;
  }

  .md-max\:left-5\.6 {
    left: 1.4rem;
  }

  .md-max\:left-6\.5 {
    left: 1.625rem;
  }

  .md-max\:left-70\/100 {
    left: 70%;
  }

  .md-max\:left-31\/100 {
    left: 31%;
  }

  .md-max\:left-15\/100 {
    left: 15%;
  }

  .md-max\:left-1\/100 {
    left: 1%;
  }

  .md-max\:left-1\/10 {
    left: 10%;
  }

  .md-max\:left-1\/2 {
    left: 50%;
  }

  .md-max\:-left-0 {
    left: 0px;
  }

  .md-max\:-left-1 {
    left: -0.25rem;
  }

  .md-max\:-left-2 {
    left: -0.5rem;
  }

  .md-max\:-left-3 {
    left: -0.75rem;
  }

  .md-max\:-left-4 {
    left: -1rem;
  }

  .md-max\:-left-5 {
    left: -1.25rem;
  }

  .md-max\:-left-6 {
    left: -1.5rem;
  }

  .md-max\:-left-7 {
    left: -1.75rem;
  }

  .md-max\:-left-8 {
    left: -2rem;
  }

  .md-max\:-left-9 {
    left: -2.25rem;
  }

  .md-max\:-left-10 {
    left: -2.5rem;
  }

  .md-max\:-left-11 {
    left: -2.75rem;
  }

  .md-max\:-left-12 {
    left: -3rem;
  }

  .md-max\:-left-13 {
    left: -3.25rem;
  }

  .md-max\:-left-14 {
    left: -3.5rem;
  }

  .md-max\:-left-16 {
    left: -4rem;
  }

  .md-max\:-left-19 {
    left: -4.75rem;
  }

  .md-max\:-left-20 {
    left: -5rem;
  }

  .md-max\:-left-24 {
    left: -6rem;
  }

  .md-max\:-left-25 {
    left: -6.25rem;
  }

  .md-max\:-left-28 {
    left: -7rem;
  }

  .md-max\:-left-30 {
    left: -7.5rem;
  }

  .md-max\:-left-32 {
    left: -8rem;
  }

  .md-max\:-left-34 {
    left: -8.5rem;
  }

  .md-max\:-left-36 {
    left: -9rem;
  }

  .md-max\:-left-40 {
    left: -10rem;
  }

  .md-max\:-left-42 {
    left: -10.5rem;
  }

  .md-max\:-left-44 {
    left: -11rem;
  }

  .md-max\:-left-46 {
    left: -11.5rem;
  }

  .md-max\:-left-48 {
    left: -12rem;
  }

  .md-max\:-left-50 {
    left: -12.5rem;
  }

  .md-max\:-left-52 {
    left: -13rem;
  }

  .md-max\:-left-54 {
    left: -13.5rem;
  }

  .md-max\:-left-56 {
    left: -14rem;
  }

  .md-max\:-left-60 {
    left: -15rem;
  }

  .md-max\:-left-64 {
    left: -16rem;
  }

  .md-max\:-left-68 {
    left: -17rem;
  }

  .md-max\:-left-72 {
    left: -18rem;
  }

  .md-max\:-left-75 {
    left: -18.75rem;
  }

  .md-max\:-left-80 {
    left: -20rem;
  }

  .md-max\:-left-85 {
    left: -22rem;
  }

  .md-max\:-left-90 {
    left: -22.5rem;
  }

  .md-max\:-left-92 {
    left: -23rem;
  }

  .md-max\:-left-96 {
    left: -24rem;
  }

  .md-max\:-left-100 {
    left: -25rem;
  }

  .md-max\:-left-116 {
    left: -29rem;
  }

  .md-max\:-left-120 {
    left: -30rem;
  }

  .md-max\:-left-125 {
    left: -31.25rem;
  }

  .md-max\:-left-135 {
    left: -33.75rem;
  }

  .md-max\:-left-160 {
    left: -40rem;
  }

  .md-max\:-left-180 {
    left: -45rem;
  }

  .md-max\:-left-240 {
    left: -60rem;
  }

  .md-max\:-left-285 {
    left: -71.25rem;
  }

  .md-max\:-left-330 {
    left: -82.5rem;
  }

  .md-max\:-left-unset {
    left: unset;
  }

  .md-max\:-left-px {
    left: -1px;
  }

  .md-max\:-left-0\.4 {
    left: -0.1rem;
  }

  .md-max\:-left-0\.5 {
    left: -0.125rem;
  }

  .md-max\:-left-0\.6 {
    left: -0.15rem;
  }

  .md-max\:-left-0\.75 {
    left: -0.2rem;
  }

  .md-max\:-left-1\.2 {
    left: -0.3rem;
  }

  .md-max\:-left-1\.25 {
    left: -0.3125rem;
  }

  .md-max\:-left-1\.4 {
    left: -0.35rem;
  }

  .md-max\:-left-1\.5 {
    left: -0.375rem;
  }

  .md-max\:-left-1\.6 {
    left: -0.4rem;
  }

  .md-max\:-left-1\.75 {
    left: -0.4375rem;
  }

  .md-max\:-left-1\.8 {
    left: -0.45rem;
  }

  .md-max\:-left-2\.2 {
    left: -0.55rem;
  }

  .md-max\:-left-2\.5 {
    left: -0.625rem;
  }

  .md-max\:-left-2\.6 {
    left: -0.65rem;
  }

  .md-max\:-left-2\.7 {
    left: -0.675rem;
  }

  .md-max\:-left-2\.8 {
    left: -0.7rem;
  }

  .md-max\:-left-3\.4 {
    left: -0.85rem;
  }

  .md-max\:-left-3\.5 {
    left: -0.875rem;
  }

  .md-max\:-left-3\.6 {
    left: -0.9rem;
  }

  .md-max\:-left-4\.5 {
    left: -1.125rem;
  }

  .md-max\:-left-4\.8 {
    left: -1.2rem;
  }

  .md-max\:-left-5\.3 {
    left: -1.3rem;
  }

  .md-max\:-left-5\.4 {
    left: -1.35rem;
  }

  .md-max\:-left-5\.5 {
    left: -1.375rem;
  }

  .md-max\:-left-5\.6 {
    left: -1.4rem;
  }

  .md-max\:-left-6\.5 {
    left: -1.625rem;
  }

  .md-max\:-left-70\/100 {
    left: -70%;
  }

  .md-max\:-left-31\/100 {
    left: -31%;
  }

  .md-max\:-left-15\/100 {
    left: -15%;
  }

  .md-max\:-left-1\/100 {
    left: -1%;
  }

  .md-max\:-left-1\/10 {
    left: -10%;
  }

  .md-max\:-left-1\/2 {
    left: -50%;
  }

  .md-max\:left-1\/3 {
    left: 33.333333%;
  }

  .md-max\:left-2\/3 {
    left: 66.666667%;
  }

  .md-max\:left-1\/4 {
    left: 25%;
  }

  .md-max\:left-2\/4 {
    left: 50%;
  }

  .md-max\:left-3\/4 {
    left: 75%;
  }

  .md-max\:left-full {
    left: 100%;
  }

  .md-max\:-left-1\/3 {
    left: -33.333333%;
  }

  .md-max\:-left-2\/3 {
    left: -66.666667%;
  }

  .md-max\:-left-1\/4 {
    left: -25%;
  }

  .md-max\:-left-2\/4 {
    left: -50%;
  }

  .md-max\:-left-3\/4 {
    left: -75%;
  }

  .md-max\:-left-full {
    left: -100%;
  }

  .md-max\:isolate {
    isolation: isolate;
  }

  .md-max\:isolation-auto {
    isolation: auto;
  }

  .md-max\:z-0 {
    z-index: 0;
  }

  .md-max\:z-10 {
    z-index: 10;
  }

  .md-max\:z-20 {
    z-index: 20;
  }

  .md-max\:z-30 {
    z-index: 30;
  }

  .md-max\:z-40 {
    z-index: 40;
  }

  .md-max\:z-50 {
    z-index: 50;
  }

  .md-max\:z-auto {
    z-index: auto;
  }

  .md-max\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md-max\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md-max\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md-max\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md-max\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md-max\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md-max\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md-max\:focus\:z-0:focus {
    z-index: 0;
  }

  .md-max\:focus\:z-10:focus {
    z-index: 10;
  }

  .md-max\:focus\:z-20:focus {
    z-index: 20;
  }

  .md-max\:focus\:z-30:focus {
    z-index: 30;
  }

  .md-max\:focus\:z-40:focus {
    z-index: 40;
  }

  .md-max\:focus\:z-50:focus {
    z-index: 50;
  }

  .md-max\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md-max\:order-1 {
    order: 1;
  }

  .md-max\:order-2 {
    order: 2;
  }

  .md-max\:order-3 {
    order: 3;
  }

  .md-max\:order-4 {
    order: 4;
  }

  .md-max\:order-5 {
    order: 5;
  }

  .md-max\:order-6 {
    order: 6;
  }

  .md-max\:order-7 {
    order: 7;
  }

  .md-max\:order-8 {
    order: 8;
  }

  .md-max\:order-9 {
    order: 9;
  }

  .md-max\:order-10 {
    order: 10;
  }

  .md-max\:order-11 {
    order: 11;
  }

  .md-max\:order-12 {
    order: 12;
  }

  .md-max\:order-first {
    order: -9999;
  }

  .md-max\:order-last {
    order: 9999;
  }

  .md-max\:order-none {
    order: 0;
  }

  .md-max\:col-auto {
    grid-column: auto;
  }

  .md-max\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md-max\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md-max\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md-max\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md-max\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md-max\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md-max\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md-max\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md-max\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md-max\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md-max\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md-max\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md-max\:col-span-full {
    grid-column: 1 / -1;
  }

  .md-max\:col-start-1 {
    grid-column-start: 1;
  }

  .md-max\:col-start-2 {
    grid-column-start: 2;
  }

  .md-max\:col-start-3 {
    grid-column-start: 3;
  }

  .md-max\:col-start-4 {
    grid-column-start: 4;
  }

  .md-max\:col-start-5 {
    grid-column-start: 5;
  }

  .md-max\:col-start-6 {
    grid-column-start: 6;
  }

  .md-max\:col-start-7 {
    grid-column-start: 7;
  }

  .md-max\:col-start-8 {
    grid-column-start: 8;
  }

  .md-max\:col-start-9 {
    grid-column-start: 9;
  }

  .md-max\:col-start-10 {
    grid-column-start: 10;
  }

  .md-max\:col-start-11 {
    grid-column-start: 11;
  }

  .md-max\:col-start-12 {
    grid-column-start: 12;
  }

  .md-max\:col-start-13 {
    grid-column-start: 13;
  }

  .md-max\:col-start-auto {
    grid-column-start: auto;
  }

  .md-max\:col-end-1 {
    grid-column-end: 1;
  }

  .md-max\:col-end-2 {
    grid-column-end: 2;
  }

  .md-max\:col-end-3 {
    grid-column-end: 3;
  }

  .md-max\:col-end-4 {
    grid-column-end: 4;
  }

  .md-max\:col-end-5 {
    grid-column-end: 5;
  }

  .md-max\:col-end-6 {
    grid-column-end: 6;
  }

  .md-max\:col-end-7 {
    grid-column-end: 7;
  }

  .md-max\:col-end-8 {
    grid-column-end: 8;
  }

  .md-max\:col-end-9 {
    grid-column-end: 9;
  }

  .md-max\:col-end-10 {
    grid-column-end: 10;
  }

  .md-max\:col-end-11 {
    grid-column-end: 11;
  }

  .md-max\:col-end-12 {
    grid-column-end: 12;
  }

  .md-max\:col-end-13 {
    grid-column-end: 13;
  }

  .md-max\:col-end-auto {
    grid-column-end: auto;
  }

  .md-max\:row-auto {
    grid-row: auto;
  }

  .md-max\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md-max\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md-max\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md-max\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md-max\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md-max\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md-max\:row-span-full {
    grid-row: 1 / -1;
  }

  .md-max\:row-start-1 {
    grid-row-start: 1;
  }

  .md-max\:row-start-2 {
    grid-row-start: 2;
  }

  .md-max\:row-start-3 {
    grid-row-start: 3;
  }

  .md-max\:row-start-4 {
    grid-row-start: 4;
  }

  .md-max\:row-start-5 {
    grid-row-start: 5;
  }

  .md-max\:row-start-6 {
    grid-row-start: 6;
  }

  .md-max\:row-start-7 {
    grid-row-start: 7;
  }

  .md-max\:row-start-auto {
    grid-row-start: auto;
  }

  .md-max\:row-end-1 {
    grid-row-end: 1;
  }

  .md-max\:row-end-2 {
    grid-row-end: 2;
  }

  .md-max\:row-end-3 {
    grid-row-end: 3;
  }

  .md-max\:row-end-4 {
    grid-row-end: 4;
  }

  .md-max\:row-end-5 {
    grid-row-end: 5;
  }

  .md-max\:row-end-6 {
    grid-row-end: 6;
  }

  .md-max\:row-end-7 {
    grid-row-end: 7;
  }

  .md-max\:row-end-auto {
    grid-row-end: auto;
  }

  .md-max\:float-right {
    float: right;
  }

  .md-max\:float-left {
    float: left;
  }

  .md-max\:float-none {
    float: none;
  }

  .md-max\:clear-left {
    clear: left;
  }

  .md-max\:clear-right {
    clear: right;
  }

  .md-max\:clear-both {
    clear: both;
  }

  .md-max\:clear-none {
    clear: none;
  }

  .md-max\:m-0 {
    margin: 0px;
  }

  .md-max\:m-1 {
    margin: 0.25rem;
  }

  .md-max\:m-2 {
    margin: 0.5rem;
  }

  .md-max\:m-3 {
    margin: 0.75rem;
  }

  .md-max\:m-4 {
    margin: 1rem;
  }

  .md-max\:m-5 {
    margin: 1.25rem;
  }

  .md-max\:m-6 {
    margin: 1.5rem;
  }

  .md-max\:m-7 {
    margin: 1.75rem;
  }

  .md-max\:m-8 {
    margin: 2rem;
  }

  .md-max\:m-9 {
    margin: 2.25rem;
  }

  .md-max\:m-10 {
    margin: 2.5rem;
  }

  .md-max\:m-11 {
    margin: 2.75rem;
  }

  .md-max\:m-12 {
    margin: 3rem;
  }

  .md-max\:m-13 {
    margin: 3.25rem;
  }

  .md-max\:m-14 {
    margin: 3.5rem;
  }

  .md-max\:m-16 {
    margin: 4rem;
  }

  .md-max\:m-19 {
    margin: 4.75rem;
  }

  .md-max\:m-20 {
    margin: 5rem;
  }

  .md-max\:m-24 {
    margin: 6rem;
  }

  .md-max\:m-25 {
    margin: 6.25rem;
  }

  .md-max\:m-28 {
    margin: 7rem;
  }

  .md-max\:m-30 {
    margin: 7.5rem;
  }

  .md-max\:m-32 {
    margin: 8rem;
  }

  .md-max\:m-34 {
    margin: 8.5rem;
  }

  .md-max\:m-36 {
    margin: 9rem;
  }

  .md-max\:m-40 {
    margin: 10rem;
  }

  .md-max\:m-42 {
    margin: 10.5rem;
  }

  .md-max\:m-44 {
    margin: 11rem;
  }

  .md-max\:m-46 {
    margin: 11.5rem;
  }

  .md-max\:m-48 {
    margin: 12rem;
  }

  .md-max\:m-50 {
    margin: 12.5rem;
  }

  .md-max\:m-52 {
    margin: 13rem;
  }

  .md-max\:m-54 {
    margin: 13.5rem;
  }

  .md-max\:m-56 {
    margin: 14rem;
  }

  .md-max\:m-60 {
    margin: 15rem;
  }

  .md-max\:m-64 {
    margin: 16rem;
  }

  .md-max\:m-68 {
    margin: 17rem;
  }

  .md-max\:m-72 {
    margin: 18rem;
  }

  .md-max\:m-75 {
    margin: 18.75rem;
  }

  .md-max\:m-80 {
    margin: 20rem;
  }

  .md-max\:m-85 {
    margin: 22rem;
  }

  .md-max\:m-90 {
    margin: 22.5rem;
  }

  .md-max\:m-92 {
    margin: 23rem;
  }

  .md-max\:m-96 {
    margin: 24rem;
  }

  .md-max\:m-100 {
    margin: 25rem;
  }

  .md-max\:m-116 {
    margin: 29rem;
  }

  .md-max\:m-120 {
    margin: 30rem;
  }

  .md-max\:m-125 {
    margin: 31.25rem;
  }

  .md-max\:m-135 {
    margin: 33.75rem;
  }

  .md-max\:m-160 {
    margin: 40rem;
  }

  .md-max\:m-180 {
    margin: 45rem;
  }

  .md-max\:m-240 {
    margin: 60rem;
  }

  .md-max\:m-285 {
    margin: 71.25rem;
  }

  .md-max\:m-330 {
    margin: 82.5rem;
  }

  .md-max\:m-auto {
    margin: auto;
  }

  .md-max\:m-unset {
    margin: unset;
  }

  .md-max\:m-px {
    margin: 1px;
  }

  .md-max\:m-0\.4 {
    margin: 0.1rem;
  }

  .md-max\:m-0\.5 {
    margin: 0.125rem;
  }

  .md-max\:m-0\.6 {
    margin: 0.15rem;
  }

  .md-max\:m-0\.75 {
    margin: 0.2rem;
  }

  .md-max\:m-1\.2 {
    margin: 0.3rem;
  }

  .md-max\:m-1\.25 {
    margin: 0.3125rem;
  }

  .md-max\:m-1\.4 {
    margin: 0.35rem;
  }

  .md-max\:m-1\.5 {
    margin: 0.375rem;
  }

  .md-max\:m-1\.6 {
    margin: 0.4rem;
  }

  .md-max\:m-1\.75 {
    margin: 0.4375rem;
  }

  .md-max\:m-1\.8 {
    margin: 0.45rem;
  }

  .md-max\:m-2\.2 {
    margin: 0.55rem;
  }

  .md-max\:m-2\.5 {
    margin: 0.625rem;
  }

  .md-max\:m-2\.6 {
    margin: 0.65rem;
  }

  .md-max\:m-2\.7 {
    margin: 0.675rem;
  }

  .md-max\:m-2\.8 {
    margin: 0.7rem;
  }

  .md-max\:m-3\.4 {
    margin: 0.85rem;
  }

  .md-max\:m-3\.5 {
    margin: 0.875rem;
  }

  .md-max\:m-3\.6 {
    margin: 0.9rem;
  }

  .md-max\:m-4\.5 {
    margin: 1.125rem;
  }

  .md-max\:m-4\.8 {
    margin: 1.2rem;
  }

  .md-max\:m-5\.3 {
    margin: 1.3rem;
  }

  .md-max\:m-5\.4 {
    margin: 1.35rem;
  }

  .md-max\:m-5\.5 {
    margin: 1.375rem;
  }

  .md-max\:m-5\.6 {
    margin: 1.4rem;
  }

  .md-max\:m-6\.5 {
    margin: 1.625rem;
  }

  .md-max\:m-70\/100 {
    margin: 70%;
  }

  .md-max\:m-31\/100 {
    margin: 31%;
  }

  .md-max\:m-15\/100 {
    margin: 15%;
  }

  .md-max\:m-1\/100 {
    margin: 1%;
  }

  .md-max\:m-1\/10 {
    margin: 10%;
  }

  .md-max\:m-1\/2 {
    margin: 50%;
  }

  .md-max\:-m-0 {
    margin: 0px;
  }

  .md-max\:-m-1 {
    margin: -0.25rem;
  }

  .md-max\:-m-2 {
    margin: -0.5rem;
  }

  .md-max\:-m-3 {
    margin: -0.75rem;
  }

  .md-max\:-m-4 {
    margin: -1rem;
  }

  .md-max\:-m-5 {
    margin: -1.25rem;
  }

  .md-max\:-m-6 {
    margin: -1.5rem;
  }

  .md-max\:-m-7 {
    margin: -1.75rem;
  }

  .md-max\:-m-8 {
    margin: -2rem;
  }

  .md-max\:-m-9 {
    margin: -2.25rem;
  }

  .md-max\:-m-10 {
    margin: -2.5rem;
  }

  .md-max\:-m-11 {
    margin: -2.75rem;
  }

  .md-max\:-m-12 {
    margin: -3rem;
  }

  .md-max\:-m-13 {
    margin: -3.25rem;
  }

  .md-max\:-m-14 {
    margin: -3.5rem;
  }

  .md-max\:-m-16 {
    margin: -4rem;
  }

  .md-max\:-m-19 {
    margin: -4.75rem;
  }

  .md-max\:-m-20 {
    margin: -5rem;
  }

  .md-max\:-m-24 {
    margin: -6rem;
  }

  .md-max\:-m-25 {
    margin: -6.25rem;
  }

  .md-max\:-m-28 {
    margin: -7rem;
  }

  .md-max\:-m-30 {
    margin: -7.5rem;
  }

  .md-max\:-m-32 {
    margin: -8rem;
  }

  .md-max\:-m-34 {
    margin: -8.5rem;
  }

  .md-max\:-m-36 {
    margin: -9rem;
  }

  .md-max\:-m-40 {
    margin: -10rem;
  }

  .md-max\:-m-42 {
    margin: -10.5rem;
  }

  .md-max\:-m-44 {
    margin: -11rem;
  }

  .md-max\:-m-46 {
    margin: -11.5rem;
  }

  .md-max\:-m-48 {
    margin: -12rem;
  }

  .md-max\:-m-50 {
    margin: -12.5rem;
  }

  .md-max\:-m-52 {
    margin: -13rem;
  }

  .md-max\:-m-54 {
    margin: -13.5rem;
  }

  .md-max\:-m-56 {
    margin: -14rem;
  }

  .md-max\:-m-60 {
    margin: -15rem;
  }

  .md-max\:-m-64 {
    margin: -16rem;
  }

  .md-max\:-m-68 {
    margin: -17rem;
  }

  .md-max\:-m-72 {
    margin: -18rem;
  }

  .md-max\:-m-75 {
    margin: -18.75rem;
  }

  .md-max\:-m-80 {
    margin: -20rem;
  }

  .md-max\:-m-85 {
    margin: -22rem;
  }

  .md-max\:-m-90 {
    margin: -22.5rem;
  }

  .md-max\:-m-92 {
    margin: -23rem;
  }

  .md-max\:-m-96 {
    margin: -24rem;
  }

  .md-max\:-m-100 {
    margin: -25rem;
  }

  .md-max\:-m-116 {
    margin: -29rem;
  }

  .md-max\:-m-120 {
    margin: -30rem;
  }

  .md-max\:-m-125 {
    margin: -31.25rem;
  }

  .md-max\:-m-135 {
    margin: -33.75rem;
  }

  .md-max\:-m-160 {
    margin: -40rem;
  }

  .md-max\:-m-180 {
    margin: -45rem;
  }

  .md-max\:-m-240 {
    margin: -60rem;
  }

  .md-max\:-m-285 {
    margin: -71.25rem;
  }

  .md-max\:-m-330 {
    margin: -82.5rem;
  }

  .md-max\:-m-unset {
    margin: unset;
  }

  .md-max\:-m-px {
    margin: -1px;
  }

  .md-max\:-m-0\.4 {
    margin: -0.1rem;
  }

  .md-max\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md-max\:-m-0\.6 {
    margin: -0.15rem;
  }

  .md-max\:-m-0\.75 {
    margin: -0.2rem;
  }

  .md-max\:-m-1\.2 {
    margin: -0.3rem;
  }

  .md-max\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .md-max\:-m-1\.4 {
    margin: -0.35rem;
  }

  .md-max\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md-max\:-m-1\.6 {
    margin: -0.4rem;
  }

  .md-max\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .md-max\:-m-1\.8 {
    margin: -0.45rem;
  }

  .md-max\:-m-2\.2 {
    margin: -0.55rem;
  }

  .md-max\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md-max\:-m-2\.6 {
    margin: -0.65rem;
  }

  .md-max\:-m-2\.7 {
    margin: -0.675rem;
  }

  .md-max\:-m-2\.8 {
    margin: -0.7rem;
  }

  .md-max\:-m-3\.4 {
    margin: -0.85rem;
  }

  .md-max\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md-max\:-m-3\.6 {
    margin: -0.9rem;
  }

  .md-max\:-m-4\.5 {
    margin: -1.125rem;
  }

  .md-max\:-m-4\.8 {
    margin: -1.2rem;
  }

  .md-max\:-m-5\.3 {
    margin: -1.3rem;
  }

  .md-max\:-m-5\.4 {
    margin: -1.35rem;
  }

  .md-max\:-m-5\.5 {
    margin: -1.375rem;
  }

  .md-max\:-m-5\.6 {
    margin: -1.4rem;
  }

  .md-max\:-m-6\.5 {
    margin: -1.625rem;
  }

  .md-max\:-m-70\/100 {
    margin: -70%;
  }

  .md-max\:-m-31\/100 {
    margin: -31%;
  }

  .md-max\:-m-15\/100 {
    margin: -15%;
  }

  .md-max\:-m-1\/100 {
    margin: -1%;
  }

  .md-max\:-m-1\/10 {
    margin: -10%;
  }

  .md-max\:-m-1\/2 {
    margin: -50%;
  }

  .md-max\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-max\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md-max\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md-max\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md-max\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md-max\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md-max\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md-max\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md-max\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md-max\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md-max\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md-max\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md-max\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md-max\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md-max\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md-max\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md-max\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md-max\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md-max\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md-max\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .md-max\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md-max\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md-max\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md-max\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md-max\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .md-max\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md-max\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .md-max\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md-max\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md-max\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md-max\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .md-max\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md-max\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md-max\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md-max\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .md-max\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md-max\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .md-max\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md-max\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .md-max\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .md-max\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .md-max\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md-max\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .md-max\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .md-max\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md-max\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .md-max\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .md-max\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .md-max\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .md-max\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .md-max\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .md-max\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .md-max\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md-max\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .md-max\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-max\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .md-max\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md-max\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .md-max\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .md-max\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .md-max\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .md-max\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .md-max\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md-max\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .md-max\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .md-max\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .md-max\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .md-max\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md-max\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .md-max\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .md-max\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .md-max\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .md-max\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md-max\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .md-max\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .md-max\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .md-max\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .md-max\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .md-max\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .md-max\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .md-max\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .md-max\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .md-max\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .md-max\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .md-max\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md-max\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md-max\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md-max\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md-max\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-max\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md-max\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md-max\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md-max\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md-max\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md-max\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md-max\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md-max\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md-max\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md-max\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md-max\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md-max\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md-max\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md-max\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md-max\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md-max\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md-max\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md-max\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md-max\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .md-max\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md-max\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md-max\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md-max\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md-max\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .md-max\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md-max\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .md-max\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md-max\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md-max\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md-max\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .md-max\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md-max\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md-max\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md-max\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .md-max\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md-max\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .md-max\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md-max\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .md-max\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .md-max\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .md-max\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md-max\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .md-max\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .md-max\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md-max\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .md-max\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .md-max\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .md-max\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .md-max\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .md-max\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .md-max\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .md-max\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .md-max\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-max\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .md-max\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md-max\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .md-max\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .md-max\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .md-max\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .md-max\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .md-max\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md-max\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .md-max\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .md-max\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .md-max\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .md-max\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md-max\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .md-max\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .md-max\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .md-max\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .md-max\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md-max\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .md-max\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .md-max\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .md-max\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .md-max\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .md-max\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .md-max\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .md-max\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .md-max\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .md-max\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .md-max\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .md-max\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md-max\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .md-max\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md-max\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-max\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-max\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md-max\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-max\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md-max\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md-max\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md-max\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-max\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md-max\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md-max\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md-max\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md-max\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md-max\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md-max\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md-max\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md-max\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md-max\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md-max\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md-max\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md-max\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md-max\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md-max\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md-max\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md-max\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md-max\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .md-max\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md-max\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .md-max\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md-max\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md-max\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md-max\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .md-max\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md-max\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md-max\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md-max\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .md-max\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md-max\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .md-max\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md-max\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .md-max\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .md-max\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .md-max\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md-max\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .md-max\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .md-max\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md-max\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .md-max\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .md-max\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .md-max\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .md-max\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .md-max\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .md-max\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .md-max\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-max\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .md-max\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-max\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .md-max\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md-max\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .md-max\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .md-max\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .md-max\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .md-max\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .md-max\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md-max\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .md-max\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .md-max\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .md-max\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .md-max\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md-max\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .md-max\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .md-max\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .md-max\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .md-max\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md-max\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .md-max\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .md-max\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .md-max\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .md-max\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .md-max\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .md-max\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .md-max\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .md-max\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .md-max\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .md-max\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .md-max\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md-max\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md-max\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md-max\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md-max\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-max\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-max\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md-max\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md-max\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md-max\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md-max\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md-max\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md-max\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md-max\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md-max\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md-max\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md-max\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md-max\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md-max\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md-max\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md-max\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md-max\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md-max\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md-max\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md-max\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md-max\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md-max\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md-max\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md-max\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md-max\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .md-max\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md-max\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .md-max\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md-max\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md-max\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md-max\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .md-max\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md-max\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md-max\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md-max\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .md-max\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md-max\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .md-max\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md-max\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .md-max\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .md-max\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .md-max\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md-max\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .md-max\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .md-max\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md-max\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .md-max\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .md-max\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .md-max\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .md-max\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .md-max\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .md-max\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .md-max\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .md-max\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-max\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .md-max\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md-max\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .md-max\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .md-max\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .md-max\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .md-max\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .md-max\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md-max\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .md-max\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .md-max\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .md-max\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .md-max\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md-max\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .md-max\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .md-max\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .md-max\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .md-max\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md-max\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .md-max\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .md-max\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .md-max\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .md-max\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .md-max\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .md-max\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .md-max\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .md-max\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .md-max\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .md-max\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .md-max\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md-max\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md-max\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md-max\:mt-0 {
    margin-top: 0px;
  }

  .md-max\:mt-1 {
    margin-top: 0.25rem;
  }

  .md-max\:mt-2 {
    margin-top: 0.5rem;
  }

  .md-max\:mt-3 {
    margin-top: 0.75rem;
  }

  .md-max\:mt-4 {
    margin-top: 1rem;
  }

  .md-max\:mt-5 {
    margin-top: 1.25rem;
  }

  .md-max\:mt-6 {
    margin-top: 1.5rem;
  }

  .md-max\:mt-7 {
    margin-top: 1.75rem;
  }

  .md-max\:mt-8 {
    margin-top: 2rem;
  }

  .md-max\:mt-9 {
    margin-top: 2.25rem;
  }

  .md-max\:mt-10 {
    margin-top: 2.5rem;
  }

  .md-max\:mt-11 {
    margin-top: 2.75rem;
  }

  .md-max\:mt-12 {
    margin-top: 3rem;
  }

  .md-max\:mt-13 {
    margin-top: 3.25rem;
  }

  .md-max\:mt-14 {
    margin-top: 3.5rem;
  }

  .md-max\:mt-16 {
    margin-top: 4rem;
  }

  .md-max\:mt-19 {
    margin-top: 4.75rem;
  }

  .md-max\:mt-20 {
    margin-top: 5rem;
  }

  .md-max\:mt-24 {
    margin-top: 6rem;
  }

  .md-max\:mt-25 {
    margin-top: 6.25rem;
  }

  .md-max\:mt-28 {
    margin-top: 7rem;
  }

  .md-max\:mt-30 {
    margin-top: 7.5rem;
  }

  .md-max\:mt-32 {
    margin-top: 8rem;
  }

  .md-max\:mt-34 {
    margin-top: 8.5rem;
  }

  .md-max\:mt-36 {
    margin-top: 9rem;
  }

  .md-max\:mt-40 {
    margin-top: 10rem;
  }

  .md-max\:mt-42 {
    margin-top: 10.5rem;
  }

  .md-max\:mt-44 {
    margin-top: 11rem;
  }

  .md-max\:mt-46 {
    margin-top: 11.5rem;
  }

  .md-max\:mt-48 {
    margin-top: 12rem;
  }

  .md-max\:mt-50 {
    margin-top: 12.5rem;
  }

  .md-max\:mt-52 {
    margin-top: 13rem;
  }

  .md-max\:mt-54 {
    margin-top: 13.5rem;
  }

  .md-max\:mt-56 {
    margin-top: 14rem;
  }

  .md-max\:mt-60 {
    margin-top: 15rem;
  }

  .md-max\:mt-64 {
    margin-top: 16rem;
  }

  .md-max\:mt-68 {
    margin-top: 17rem;
  }

  .md-max\:mt-72 {
    margin-top: 18rem;
  }

  .md-max\:mt-75 {
    margin-top: 18.75rem;
  }

  .md-max\:mt-80 {
    margin-top: 20rem;
  }

  .md-max\:mt-85 {
    margin-top: 22rem;
  }

  .md-max\:mt-90 {
    margin-top: 22.5rem;
  }

  .md-max\:mt-92 {
    margin-top: 23rem;
  }

  .md-max\:mt-96 {
    margin-top: 24rem;
  }

  .md-max\:mt-100 {
    margin-top: 25rem;
  }

  .md-max\:mt-116 {
    margin-top: 29rem;
  }

  .md-max\:mt-120 {
    margin-top: 30rem;
  }

  .md-max\:mt-125 {
    margin-top: 31.25rem;
  }

  .md-max\:mt-135 {
    margin-top: 33.75rem;
  }

  .md-max\:mt-160 {
    margin-top: 40rem;
  }

  .md-max\:mt-180 {
    margin-top: 45rem;
  }

  .md-max\:mt-240 {
    margin-top: 60rem;
  }

  .md-max\:mt-285 {
    margin-top: 71.25rem;
  }

  .md-max\:mt-330 {
    margin-top: 82.5rem;
  }

  .md-max\:mt-auto {
    margin-top: auto;
  }

  .md-max\:mt-unset {
    margin-top: unset;
  }

  .md-max\:mt-px {
    margin-top: 1px;
  }

  .md-max\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .md-max\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md-max\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .md-max\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .md-max\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .md-max\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .md-max\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .md-max\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md-max\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .md-max\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .md-max\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .md-max\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .md-max\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md-max\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .md-max\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .md-max\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .md-max\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .md-max\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md-max\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .md-max\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .md-max\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .md-max\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .md-max\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .md-max\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .md-max\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .md-max\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .md-max\:mt-70\/100 {
    margin-top: 70%;
  }

  .md-max\:mt-31\/100 {
    margin-top: 31%;
  }

  .md-max\:mt-15\/100 {
    margin-top: 15%;
  }

  .md-max\:mt-1\/100 {
    margin-top: 1%;
  }

  .md-max\:mt-1\/10 {
    margin-top: 10%;
  }

  .md-max\:mt-1\/2 {
    margin-top: 50%;
  }

  .md-max\:-mt-0 {
    margin-top: 0px;
  }

  .md-max\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md-max\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md-max\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md-max\:-mt-4 {
    margin-top: -1rem;
  }

  .md-max\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md-max\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md-max\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md-max\:-mt-8 {
    margin-top: -2rem;
  }

  .md-max\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md-max\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md-max\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md-max\:-mt-12 {
    margin-top: -3rem;
  }

  .md-max\:-mt-13 {
    margin-top: -3.25rem;
  }

  .md-max\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md-max\:-mt-16 {
    margin-top: -4rem;
  }

  .md-max\:-mt-19 {
    margin-top: -4.75rem;
  }

  .md-max\:-mt-20 {
    margin-top: -5rem;
  }

  .md-max\:-mt-24 {
    margin-top: -6rem;
  }

  .md-max\:-mt-25 {
    margin-top: -6.25rem;
  }

  .md-max\:-mt-28 {
    margin-top: -7rem;
  }

  .md-max\:-mt-30 {
    margin-top: -7.5rem;
  }

  .md-max\:-mt-32 {
    margin-top: -8rem;
  }

  .md-max\:-mt-34 {
    margin-top: -8.5rem;
  }

  .md-max\:-mt-36 {
    margin-top: -9rem;
  }

  .md-max\:-mt-40 {
    margin-top: -10rem;
  }

  .md-max\:-mt-42 {
    margin-top: -10.5rem;
  }

  .md-max\:-mt-44 {
    margin-top: -11rem;
  }

  .md-max\:-mt-46 {
    margin-top: -11.5rem;
  }

  .md-max\:-mt-48 {
    margin-top: -12rem;
  }

  .md-max\:-mt-50 {
    margin-top: -12.5rem;
  }

  .md-max\:-mt-52 {
    margin-top: -13rem;
  }

  .md-max\:-mt-54 {
    margin-top: -13.5rem;
  }

  .md-max\:-mt-56 {
    margin-top: -14rem;
  }

  .md-max\:-mt-60 {
    margin-top: -15rem;
  }

  .md-max\:-mt-64 {
    margin-top: -16rem;
  }

  .md-max\:-mt-68 {
    margin-top: -17rem;
  }

  .md-max\:-mt-72 {
    margin-top: -18rem;
  }

  .md-max\:-mt-75 {
    margin-top: -18.75rem;
  }

  .md-max\:-mt-80 {
    margin-top: -20rem;
  }

  .md-max\:-mt-85 {
    margin-top: -22rem;
  }

  .md-max\:-mt-90 {
    margin-top: -22.5rem;
  }

  .md-max\:-mt-92 {
    margin-top: -23rem;
  }

  .md-max\:-mt-96 {
    margin-top: -24rem;
  }

  .md-max\:-mt-100 {
    margin-top: -25rem;
  }

  .md-max\:-mt-116 {
    margin-top: -29rem;
  }

  .md-max\:-mt-120 {
    margin-top: -30rem;
  }

  .md-max\:-mt-125 {
    margin-top: -31.25rem;
  }

  .md-max\:-mt-135 {
    margin-top: -33.75rem;
  }

  .md-max\:-mt-160 {
    margin-top: -40rem;
  }

  .md-max\:-mt-180 {
    margin-top: -45rem;
  }

  .md-max\:-mt-240 {
    margin-top: -60rem;
  }

  .md-max\:-mt-285 {
    margin-top: -71.25rem;
  }

  .md-max\:-mt-330 {
    margin-top: -82.5rem;
  }

  .md-max\:-mt-unset {
    margin-top: unset;
  }

  .md-max\:-mt-px {
    margin-top: -1px;
  }

  .md-max\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .md-max\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md-max\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .md-max\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .md-max\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .md-max\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .md-max\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .md-max\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md-max\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .md-max\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .md-max\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .md-max\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .md-max\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md-max\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .md-max\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .md-max\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .md-max\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .md-max\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md-max\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .md-max\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .md-max\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .md-max\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .md-max\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .md-max\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .md-max\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .md-max\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .md-max\:-mt-70\/100 {
    margin-top: -70%;
  }

  .md-max\:-mt-31\/100 {
    margin-top: -31%;
  }

  .md-max\:-mt-15\/100 {
    margin-top: -15%;
  }

  .md-max\:-mt-1\/100 {
    margin-top: -1%;
  }

  .md-max\:-mt-1\/10 {
    margin-top: -10%;
  }

  .md-max\:-mt-1\/2 {
    margin-top: -50%;
  }

  .md-max\:mr-0 {
    margin-right: 0px;
  }

  .md-max\:mr-1 {
    margin-right: 0.25rem;
  }

  .md-max\:mr-2 {
    margin-right: 0.5rem;
  }

  .md-max\:mr-3 {
    margin-right: 0.75rem;
  }

  .md-max\:mr-4 {
    margin-right: 1rem;
  }

  .md-max\:mr-5 {
    margin-right: 1.25rem;
  }

  .md-max\:mr-6 {
    margin-right: 1.5rem;
  }

  .md-max\:mr-7 {
    margin-right: 1.75rem;
  }

  .md-max\:mr-8 {
    margin-right: 2rem;
  }

  .md-max\:mr-9 {
    margin-right: 2.25rem;
  }

  .md-max\:mr-10 {
    margin-right: 2.5rem;
  }

  .md-max\:mr-11 {
    margin-right: 2.75rem;
  }

  .md-max\:mr-12 {
    margin-right: 3rem;
  }

  .md-max\:mr-13 {
    margin-right: 3.25rem;
  }

  .md-max\:mr-14 {
    margin-right: 3.5rem;
  }

  .md-max\:mr-16 {
    margin-right: 4rem;
  }

  .md-max\:mr-19 {
    margin-right: 4.75rem;
  }

  .md-max\:mr-20 {
    margin-right: 5rem;
  }

  .md-max\:mr-24 {
    margin-right: 6rem;
  }

  .md-max\:mr-25 {
    margin-right: 6.25rem;
  }

  .md-max\:mr-28 {
    margin-right: 7rem;
  }

  .md-max\:mr-30 {
    margin-right: 7.5rem;
  }

  .md-max\:mr-32 {
    margin-right: 8rem;
  }

  .md-max\:mr-34 {
    margin-right: 8.5rem;
  }

  .md-max\:mr-36 {
    margin-right: 9rem;
  }

  .md-max\:mr-40 {
    margin-right: 10rem;
  }

  .md-max\:mr-42 {
    margin-right: 10.5rem;
  }

  .md-max\:mr-44 {
    margin-right: 11rem;
  }

  .md-max\:mr-46 {
    margin-right: 11.5rem;
  }

  .md-max\:mr-48 {
    margin-right: 12rem;
  }

  .md-max\:mr-50 {
    margin-right: 12.5rem;
  }

  .md-max\:mr-52 {
    margin-right: 13rem;
  }

  .md-max\:mr-54 {
    margin-right: 13.5rem;
  }

  .md-max\:mr-56 {
    margin-right: 14rem;
  }

  .md-max\:mr-60 {
    margin-right: 15rem;
  }

  .md-max\:mr-64 {
    margin-right: 16rem;
  }

  .md-max\:mr-68 {
    margin-right: 17rem;
  }

  .md-max\:mr-72 {
    margin-right: 18rem;
  }

  .md-max\:mr-75 {
    margin-right: 18.75rem;
  }

  .md-max\:mr-80 {
    margin-right: 20rem;
  }

  .md-max\:mr-85 {
    margin-right: 22rem;
  }

  .md-max\:mr-90 {
    margin-right: 22.5rem;
  }

  .md-max\:mr-92 {
    margin-right: 23rem;
  }

  .md-max\:mr-96 {
    margin-right: 24rem;
  }

  .md-max\:mr-100 {
    margin-right: 25rem;
  }

  .md-max\:mr-116 {
    margin-right: 29rem;
  }

  .md-max\:mr-120 {
    margin-right: 30rem;
  }

  .md-max\:mr-125 {
    margin-right: 31.25rem;
  }

  .md-max\:mr-135 {
    margin-right: 33.75rem;
  }

  .md-max\:mr-160 {
    margin-right: 40rem;
  }

  .md-max\:mr-180 {
    margin-right: 45rem;
  }

  .md-max\:mr-240 {
    margin-right: 60rem;
  }

  .md-max\:mr-285 {
    margin-right: 71.25rem;
  }

  .md-max\:mr-330 {
    margin-right: 82.5rem;
  }

  .md-max\:mr-auto {
    margin-right: auto;
  }

  .md-max\:mr-unset {
    margin-right: unset;
  }

  .md-max\:mr-px {
    margin-right: 1px;
  }

  .md-max\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .md-max\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md-max\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .md-max\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .md-max\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .md-max\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .md-max\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .md-max\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md-max\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .md-max\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .md-max\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .md-max\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .md-max\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md-max\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .md-max\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .md-max\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .md-max\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .md-max\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md-max\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .md-max\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .md-max\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .md-max\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .md-max\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .md-max\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .md-max\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .md-max\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .md-max\:mr-70\/100 {
    margin-right: 70%;
  }

  .md-max\:mr-31\/100 {
    margin-right: 31%;
  }

  .md-max\:mr-15\/100 {
    margin-right: 15%;
  }

  .md-max\:mr-1\/100 {
    margin-right: 1%;
  }

  .md-max\:mr-1\/10 {
    margin-right: 10%;
  }

  .md-max\:mr-1\/2 {
    margin-right: 50%;
  }

  .md-max\:-mr-0 {
    margin-right: 0px;
  }

  .md-max\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md-max\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md-max\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md-max\:-mr-4 {
    margin-right: -1rem;
  }

  .md-max\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md-max\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md-max\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md-max\:-mr-8 {
    margin-right: -2rem;
  }

  .md-max\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md-max\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md-max\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md-max\:-mr-12 {
    margin-right: -3rem;
  }

  .md-max\:-mr-13 {
    margin-right: -3.25rem;
  }

  .md-max\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md-max\:-mr-16 {
    margin-right: -4rem;
  }

  .md-max\:-mr-19 {
    margin-right: -4.75rem;
  }

  .md-max\:-mr-20 {
    margin-right: -5rem;
  }

  .md-max\:-mr-24 {
    margin-right: -6rem;
  }

  .md-max\:-mr-25 {
    margin-right: -6.25rem;
  }

  .md-max\:-mr-28 {
    margin-right: -7rem;
  }

  .md-max\:-mr-30 {
    margin-right: -7.5rem;
  }

  .md-max\:-mr-32 {
    margin-right: -8rem;
  }

  .md-max\:-mr-34 {
    margin-right: -8.5rem;
  }

  .md-max\:-mr-36 {
    margin-right: -9rem;
  }

  .md-max\:-mr-40 {
    margin-right: -10rem;
  }

  .md-max\:-mr-42 {
    margin-right: -10.5rem;
  }

  .md-max\:-mr-44 {
    margin-right: -11rem;
  }

  .md-max\:-mr-46 {
    margin-right: -11.5rem;
  }

  .md-max\:-mr-48 {
    margin-right: -12rem;
  }

  .md-max\:-mr-50 {
    margin-right: -12.5rem;
  }

  .md-max\:-mr-52 {
    margin-right: -13rem;
  }

  .md-max\:-mr-54 {
    margin-right: -13.5rem;
  }

  .md-max\:-mr-56 {
    margin-right: -14rem;
  }

  .md-max\:-mr-60 {
    margin-right: -15rem;
  }

  .md-max\:-mr-64 {
    margin-right: -16rem;
  }

  .md-max\:-mr-68 {
    margin-right: -17rem;
  }

  .md-max\:-mr-72 {
    margin-right: -18rem;
  }

  .md-max\:-mr-75 {
    margin-right: -18.75rem;
  }

  .md-max\:-mr-80 {
    margin-right: -20rem;
  }

  .md-max\:-mr-85 {
    margin-right: -22rem;
  }

  .md-max\:-mr-90 {
    margin-right: -22.5rem;
  }

  .md-max\:-mr-92 {
    margin-right: -23rem;
  }

  .md-max\:-mr-96 {
    margin-right: -24rem;
  }

  .md-max\:-mr-100 {
    margin-right: -25rem;
  }

  .md-max\:-mr-116 {
    margin-right: -29rem;
  }

  .md-max\:-mr-120 {
    margin-right: -30rem;
  }

  .md-max\:-mr-125 {
    margin-right: -31.25rem;
  }

  .md-max\:-mr-135 {
    margin-right: -33.75rem;
  }

  .md-max\:-mr-160 {
    margin-right: -40rem;
  }

  .md-max\:-mr-180 {
    margin-right: -45rem;
  }

  .md-max\:-mr-240 {
    margin-right: -60rem;
  }

  .md-max\:-mr-285 {
    margin-right: -71.25rem;
  }

  .md-max\:-mr-330 {
    margin-right: -82.5rem;
  }

  .md-max\:-mr-unset {
    margin-right: unset;
  }

  .md-max\:-mr-px {
    margin-right: -1px;
  }

  .md-max\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .md-max\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md-max\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .md-max\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .md-max\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .md-max\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .md-max\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .md-max\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md-max\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .md-max\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .md-max\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .md-max\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .md-max\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md-max\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .md-max\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .md-max\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .md-max\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .md-max\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md-max\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .md-max\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .md-max\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .md-max\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .md-max\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .md-max\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .md-max\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .md-max\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .md-max\:-mr-70\/100 {
    margin-right: -70%;
  }

  .md-max\:-mr-31\/100 {
    margin-right: -31%;
  }

  .md-max\:-mr-15\/100 {
    margin-right: -15%;
  }

  .md-max\:-mr-1\/100 {
    margin-right: -1%;
  }

  .md-max\:-mr-1\/10 {
    margin-right: -10%;
  }

  .md-max\:-mr-1\/2 {
    margin-right: -50%;
  }

  .md-max\:mb-0 {
    margin-bottom: 0px;
  }

  .md-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md-max\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md-max\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md-max\:mb-4 {
    margin-bottom: 1rem;
  }

  .md-max\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md-max\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md-max\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md-max\:mb-8 {
    margin-bottom: 2rem;
  }

  .md-max\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md-max\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md-max\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md-max\:mb-12 {
    margin-bottom: 3rem;
  }

  .md-max\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .md-max\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md-max\:mb-16 {
    margin-bottom: 4rem;
  }

  .md-max\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .md-max\:mb-20 {
    margin-bottom: 5rem;
  }

  .md-max\:mb-24 {
    margin-bottom: 6rem;
  }

  .md-max\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .md-max\:mb-28 {
    margin-bottom: 7rem;
  }

  .md-max\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .md-max\:mb-32 {
    margin-bottom: 8rem;
  }

  .md-max\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .md-max\:mb-36 {
    margin-bottom: 9rem;
  }

  .md-max\:mb-40 {
    margin-bottom: 10rem;
  }

  .md-max\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .md-max\:mb-44 {
    margin-bottom: 11rem;
  }

  .md-max\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .md-max\:mb-48 {
    margin-bottom: 12rem;
  }

  .md-max\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .md-max\:mb-52 {
    margin-bottom: 13rem;
  }

  .md-max\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .md-max\:mb-56 {
    margin-bottom: 14rem;
  }

  .md-max\:mb-60 {
    margin-bottom: 15rem;
  }

  .md-max\:mb-64 {
    margin-bottom: 16rem;
  }

  .md-max\:mb-68 {
    margin-bottom: 17rem;
  }

  .md-max\:mb-72 {
    margin-bottom: 18rem;
  }

  .md-max\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .md-max\:mb-80 {
    margin-bottom: 20rem;
  }

  .md-max\:mb-85 {
    margin-bottom: 22rem;
  }

  .md-max\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .md-max\:mb-92 {
    margin-bottom: 23rem;
  }

  .md-max\:mb-96 {
    margin-bottom: 24rem;
  }

  .md-max\:mb-100 {
    margin-bottom: 25rem;
  }

  .md-max\:mb-116 {
    margin-bottom: 29rem;
  }

  .md-max\:mb-120 {
    margin-bottom: 30rem;
  }

  .md-max\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .md-max\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .md-max\:mb-160 {
    margin-bottom: 40rem;
  }

  .md-max\:mb-180 {
    margin-bottom: 45rem;
  }

  .md-max\:mb-240 {
    margin-bottom: 60rem;
  }

  .md-max\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .md-max\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .md-max\:mb-auto {
    margin-bottom: auto;
  }

  .md-max\:mb-unset {
    margin-bottom: unset;
  }

  .md-max\:mb-px {
    margin-bottom: 1px;
  }

  .md-max\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .md-max\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md-max\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .md-max\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .md-max\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .md-max\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .md-max\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .md-max\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md-max\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .md-max\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .md-max\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .md-max\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .md-max\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md-max\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .md-max\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .md-max\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .md-max\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .md-max\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md-max\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .md-max\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .md-max\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .md-max\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .md-max\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .md-max\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .md-max\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .md-max\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .md-max\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .md-max\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .md-max\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .md-max\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .md-max\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .md-max\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .md-max\:-mb-0 {
    margin-bottom: 0px;
  }

  .md-max\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md-max\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md-max\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md-max\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md-max\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md-max\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md-max\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md-max\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md-max\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md-max\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md-max\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md-max\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md-max\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .md-max\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md-max\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md-max\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .md-max\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md-max\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md-max\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .md-max\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md-max\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .md-max\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md-max\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .md-max\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md-max\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md-max\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .md-max\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md-max\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .md-max\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md-max\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .md-max\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md-max\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .md-max\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md-max\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md-max\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md-max\:-mb-68 {
    margin-bottom: -17rem;
  }

  .md-max\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md-max\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .md-max\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md-max\:-mb-85 {
    margin-bottom: -22rem;
  }

  .md-max\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .md-max\:-mb-92 {
    margin-bottom: -23rem;
  }

  .md-max\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md-max\:-mb-100 {
    margin-bottom: -25rem;
  }

  .md-max\:-mb-116 {
    margin-bottom: -29rem;
  }

  .md-max\:-mb-120 {
    margin-bottom: -30rem;
  }

  .md-max\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .md-max\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .md-max\:-mb-160 {
    margin-bottom: -40rem;
  }

  .md-max\:-mb-180 {
    margin-bottom: -45rem;
  }

  .md-max\:-mb-240 {
    margin-bottom: -60rem;
  }

  .md-max\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .md-max\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .md-max\:-mb-unset {
    margin-bottom: unset;
  }

  .md-max\:-mb-px {
    margin-bottom: -1px;
  }

  .md-max\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .md-max\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md-max\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .md-max\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .md-max\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .md-max\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .md-max\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .md-max\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md-max\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .md-max\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .md-max\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .md-max\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .md-max\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md-max\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .md-max\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .md-max\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .md-max\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .md-max\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md-max\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .md-max\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .md-max\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .md-max\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .md-max\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .md-max\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .md-max\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .md-max\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .md-max\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .md-max\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .md-max\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .md-max\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .md-max\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .md-max\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .md-max\:ml-0 {
    margin-left: 0px;
  }

  .md-max\:ml-1 {
    margin-left: 0.25rem;
  }

  .md-max\:ml-2 {
    margin-left: 0.5rem;
  }

  .md-max\:ml-3 {
    margin-left: 0.75rem;
  }

  .md-max\:ml-4 {
    margin-left: 1rem;
  }

  .md-max\:ml-5 {
    margin-left: 1.25rem;
  }

  .md-max\:ml-6 {
    margin-left: 1.5rem;
  }

  .md-max\:ml-7 {
    margin-left: 1.75rem;
  }

  .md-max\:ml-8 {
    margin-left: 2rem;
  }

  .md-max\:ml-9 {
    margin-left: 2.25rem;
  }

  .md-max\:ml-10 {
    margin-left: 2.5rem;
  }

  .md-max\:ml-11 {
    margin-left: 2.75rem;
  }

  .md-max\:ml-12 {
    margin-left: 3rem;
  }

  .md-max\:ml-13 {
    margin-left: 3.25rem;
  }

  .md-max\:ml-14 {
    margin-left: 3.5rem;
  }

  .md-max\:ml-16 {
    margin-left: 4rem;
  }

  .md-max\:ml-19 {
    margin-left: 4.75rem;
  }

  .md-max\:ml-20 {
    margin-left: 5rem;
  }

  .md-max\:ml-24 {
    margin-left: 6rem;
  }

  .md-max\:ml-25 {
    margin-left: 6.25rem;
  }

  .md-max\:ml-28 {
    margin-left: 7rem;
  }

  .md-max\:ml-30 {
    margin-left: 7.5rem;
  }

  .md-max\:ml-32 {
    margin-left: 8rem;
  }

  .md-max\:ml-34 {
    margin-left: 8.5rem;
  }

  .md-max\:ml-36 {
    margin-left: 9rem;
  }

  .md-max\:ml-40 {
    margin-left: 10rem;
  }

  .md-max\:ml-42 {
    margin-left: 10.5rem;
  }

  .md-max\:ml-44 {
    margin-left: 11rem;
  }

  .md-max\:ml-46 {
    margin-left: 11.5rem;
  }

  .md-max\:ml-48 {
    margin-left: 12rem;
  }

  .md-max\:ml-50 {
    margin-left: 12.5rem;
  }

  .md-max\:ml-52 {
    margin-left: 13rem;
  }

  .md-max\:ml-54 {
    margin-left: 13.5rem;
  }

  .md-max\:ml-56 {
    margin-left: 14rem;
  }

  .md-max\:ml-60 {
    margin-left: 15rem;
  }

  .md-max\:ml-64 {
    margin-left: 16rem;
  }

  .md-max\:ml-68 {
    margin-left: 17rem;
  }

  .md-max\:ml-72 {
    margin-left: 18rem;
  }

  .md-max\:ml-75 {
    margin-left: 18.75rem;
  }

  .md-max\:ml-80 {
    margin-left: 20rem;
  }

  .md-max\:ml-85 {
    margin-left: 22rem;
  }

  .md-max\:ml-90 {
    margin-left: 22.5rem;
  }

  .md-max\:ml-92 {
    margin-left: 23rem;
  }

  .md-max\:ml-96 {
    margin-left: 24rem;
  }

  .md-max\:ml-100 {
    margin-left: 25rem;
  }

  .md-max\:ml-116 {
    margin-left: 29rem;
  }

  .md-max\:ml-120 {
    margin-left: 30rem;
  }

  .md-max\:ml-125 {
    margin-left: 31.25rem;
  }

  .md-max\:ml-135 {
    margin-left: 33.75rem;
  }

  .md-max\:ml-160 {
    margin-left: 40rem;
  }

  .md-max\:ml-180 {
    margin-left: 45rem;
  }

  .md-max\:ml-240 {
    margin-left: 60rem;
  }

  .md-max\:ml-285 {
    margin-left: 71.25rem;
  }

  .md-max\:ml-330 {
    margin-left: 82.5rem;
  }

  .md-max\:ml-auto {
    margin-left: auto;
  }

  .md-max\:ml-unset {
    margin-left: unset;
  }

  .md-max\:ml-px {
    margin-left: 1px;
  }

  .md-max\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .md-max\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md-max\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .md-max\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .md-max\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .md-max\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .md-max\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .md-max\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md-max\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .md-max\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .md-max\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .md-max\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .md-max\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md-max\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .md-max\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .md-max\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .md-max\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .md-max\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md-max\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .md-max\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .md-max\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .md-max\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .md-max\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .md-max\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .md-max\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .md-max\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .md-max\:ml-70\/100 {
    margin-left: 70%;
  }

  .md-max\:ml-31\/100 {
    margin-left: 31%;
  }

  .md-max\:ml-15\/100 {
    margin-left: 15%;
  }

  .md-max\:ml-1\/100 {
    margin-left: 1%;
  }

  .md-max\:ml-1\/10 {
    margin-left: 10%;
  }

  .md-max\:ml-1\/2 {
    margin-left: 50%;
  }

  .md-max\:-ml-0 {
    margin-left: 0px;
  }

  .md-max\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md-max\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md-max\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md-max\:-ml-4 {
    margin-left: -1rem;
  }

  .md-max\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md-max\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md-max\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md-max\:-ml-8 {
    margin-left: -2rem;
  }

  .md-max\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md-max\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md-max\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md-max\:-ml-12 {
    margin-left: -3rem;
  }

  .md-max\:-ml-13 {
    margin-left: -3.25rem;
  }

  .md-max\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md-max\:-ml-16 {
    margin-left: -4rem;
  }

  .md-max\:-ml-19 {
    margin-left: -4.75rem;
  }

  .md-max\:-ml-20 {
    margin-left: -5rem;
  }

  .md-max\:-ml-24 {
    margin-left: -6rem;
  }

  .md-max\:-ml-25 {
    margin-left: -6.25rem;
  }

  .md-max\:-ml-28 {
    margin-left: -7rem;
  }

  .md-max\:-ml-30 {
    margin-left: -7.5rem;
  }

  .md-max\:-ml-32 {
    margin-left: -8rem;
  }

  .md-max\:-ml-34 {
    margin-left: -8.5rem;
  }

  .md-max\:-ml-36 {
    margin-left: -9rem;
  }

  .md-max\:-ml-40 {
    margin-left: -10rem;
  }

  .md-max\:-ml-42 {
    margin-left: -10.5rem;
  }

  .md-max\:-ml-44 {
    margin-left: -11rem;
  }

  .md-max\:-ml-46 {
    margin-left: -11.5rem;
  }

  .md-max\:-ml-48 {
    margin-left: -12rem;
  }

  .md-max\:-ml-50 {
    margin-left: -12.5rem;
  }

  .md-max\:-ml-52 {
    margin-left: -13rem;
  }

  .md-max\:-ml-54 {
    margin-left: -13.5rem;
  }

  .md-max\:-ml-56 {
    margin-left: -14rem;
  }

  .md-max\:-ml-60 {
    margin-left: -15rem;
  }

  .md-max\:-ml-64 {
    margin-left: -16rem;
  }

  .md-max\:-ml-68 {
    margin-left: -17rem;
  }

  .md-max\:-ml-72 {
    margin-left: -18rem;
  }

  .md-max\:-ml-75 {
    margin-left: -18.75rem;
  }

  .md-max\:-ml-80 {
    margin-left: -20rem;
  }

  .md-max\:-ml-85 {
    margin-left: -22rem;
  }

  .md-max\:-ml-90 {
    margin-left: -22.5rem;
  }

  .md-max\:-ml-92 {
    margin-left: -23rem;
  }

  .md-max\:-ml-96 {
    margin-left: -24rem;
  }

  .md-max\:-ml-100 {
    margin-left: -25rem;
  }

  .md-max\:-ml-116 {
    margin-left: -29rem;
  }

  .md-max\:-ml-120 {
    margin-left: -30rem;
  }

  .md-max\:-ml-125 {
    margin-left: -31.25rem;
  }

  .md-max\:-ml-135 {
    margin-left: -33.75rem;
  }

  .md-max\:-ml-160 {
    margin-left: -40rem;
  }

  .md-max\:-ml-180 {
    margin-left: -45rem;
  }

  .md-max\:-ml-240 {
    margin-left: -60rem;
  }

  .md-max\:-ml-285 {
    margin-left: -71.25rem;
  }

  .md-max\:-ml-330 {
    margin-left: -82.5rem;
  }

  .md-max\:-ml-unset {
    margin-left: unset;
  }

  .md-max\:-ml-px {
    margin-left: -1px;
  }

  .md-max\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .md-max\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md-max\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .md-max\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .md-max\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .md-max\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .md-max\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .md-max\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md-max\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .md-max\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .md-max\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .md-max\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .md-max\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md-max\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .md-max\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .md-max\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .md-max\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .md-max\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md-max\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .md-max\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .md-max\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .md-max\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .md-max\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .md-max\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .md-max\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .md-max\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .md-max\:-ml-70\/100 {
    margin-left: -70%;
  }

  .md-max\:-ml-31\/100 {
    margin-left: -31%;
  }

  .md-max\:-ml-15\/100 {
    margin-left: -15%;
  }

  .md-max\:-ml-1\/100 {
    margin-left: -1%;
  }

  .md-max\:-ml-1\/10 {
    margin-left: -10%;
  }

  .md-max\:-ml-1\/2 {
    margin-left: -50%;
  }

  .md-max\:box-border {
    box-sizing: border-box;
  }

  .md-max\:box-content {
    box-sizing: content-box;
  }

  .md-max\:block {
    display: block;
  }

  .md-max\:inline-block {
    display: inline-block;
  }

  .md-max\:inline {
    display: inline;
  }

  .md-max\:flex {
    display: flex;
  }

  .md-max\:inline-flex {
    display: inline-flex;
  }

  .md-max\:table {
    display: table;
  }

  .md-max\:inline-table {
    display: inline-table;
  }

  .md-max\:table-caption {
    display: table-caption;
  }

  .md-max\:table-cell {
    display: table-cell;
  }

  .md-max\:table-column {
    display: table-column;
  }

  .md-max\:table-column-group {
    display: table-column-group;
  }

  .md-max\:table-footer-group {
    display: table-footer-group;
  }

  .md-max\:table-header-group {
    display: table-header-group;
  }

  .md-max\:table-row-group {
    display: table-row-group;
  }

  .md-max\:table-row {
    display: table-row;
  }

  .md-max\:flow-root {
    display: flow-root;
  }

  .md-max\:grid {
    display: grid;
  }

  .md-max\:inline-grid {
    display: inline-grid;
  }

  .md-max\:contents {
    display: contents;
  }

  .md-max\:list-item {
    display: list-item;
  }

  .md-max\:hidden {
    display: none;
  }

  .md-max\:h-0 {
    height: 0px;
  }

  .md-max\:h-1 {
    height: 0.25rem;
  }

  .md-max\:h-2 {
    height: 0.5rem;
  }

  .md-max\:h-3 {
    height: 0.75rem;
  }

  .md-max\:h-4 {
    height: 1rem;
  }

  .md-max\:h-5 {
    height: 1.25rem;
  }

  .md-max\:h-6 {
    height: 1.5rem;
  }

  .md-max\:h-7 {
    height: 1.75rem;
  }

  .md-max\:h-8 {
    height: 2rem;
  }

  .md-max\:h-9 {
    height: 2.25rem;
  }

  .md-max\:h-10 {
    height: 2.5rem;
  }

  .md-max\:h-11 {
    height: 2.75rem;
  }

  .md-max\:h-12 {
    height: 3rem;
  }

  .md-max\:h-13 {
    height: 3.25rem;
  }

  .md-max\:h-14 {
    height: 3.5rem;
  }

  .md-max\:h-16 {
    height: 4rem;
  }

  .md-max\:h-19 {
    height: 4.75rem;
  }

  .md-max\:h-20 {
    height: 5rem;
  }

  .md-max\:h-24 {
    height: 6rem;
  }

  .md-max\:h-25 {
    height: 6.25rem;
  }

  .md-max\:h-28 {
    height: 7rem;
  }

  .md-max\:h-30 {
    height: 7.5rem;
  }

  .md-max\:h-32 {
    height: 8rem;
  }

  .md-max\:h-34 {
    height: 8.5rem;
  }

  .md-max\:h-36 {
    height: 9rem;
  }

  .md-max\:h-40 {
    height: 10rem;
  }

  .md-max\:h-42 {
    height: 10.5rem;
  }

  .md-max\:h-44 {
    height: 11rem;
  }

  .md-max\:h-46 {
    height: 11.5rem;
  }

  .md-max\:h-48 {
    height: 12rem;
  }

  .md-max\:h-50 {
    height: 12.5rem;
  }

  .md-max\:h-52 {
    height: 13rem;
  }

  .md-max\:h-54 {
    height: 13.5rem;
  }

  .md-max\:h-56 {
    height: 14rem;
  }

  .md-max\:h-60 {
    height: 15rem;
  }

  .md-max\:h-64 {
    height: 16rem;
  }

  .md-max\:h-68 {
    height: 17rem;
  }

  .md-max\:h-72 {
    height: 18rem;
  }

  .md-max\:h-75 {
    height: 18.75rem;
  }

  .md-max\:h-80 {
    height: 20rem;
  }

  .md-max\:h-85 {
    height: 22rem;
  }

  .md-max\:h-90 {
    height: 22.5rem;
  }

  .md-max\:h-92 {
    height: 23rem;
  }

  .md-max\:h-96 {
    height: 24rem;
  }

  .md-max\:h-100 {
    height: 25rem;
  }

  .md-max\:h-116 {
    height: 29rem;
  }

  .md-max\:h-120 {
    height: 30rem;
  }

  .md-max\:h-125 {
    height: 31.25rem;
  }

  .md-max\:h-135 {
    height: 33.75rem;
  }

  .md-max\:h-160 {
    height: 40rem;
  }

  .md-max\:h-180 {
    height: 45rem;
  }

  .md-max\:h-240 {
    height: 60rem;
  }

  .md-max\:h-285 {
    height: 71.25rem;
  }

  .md-max\:h-330 {
    height: 82.5rem;
  }

  .md-max\:h-auto {
    height: auto;
  }

  .md-max\:h-unset {
    height: unset;
  }

  .md-max\:h-px {
    height: 1px;
  }

  .md-max\:h-0\.4 {
    height: 0.1rem;
  }

  .md-max\:h-0\.5 {
    height: 0.125rem;
  }

  .md-max\:h-0\.6 {
    height: 0.15rem;
  }

  .md-max\:h-0\.75 {
    height: 0.2rem;
  }

  .md-max\:h-1\.2 {
    height: 0.3rem;
  }

  .md-max\:h-1\.25 {
    height: 0.3125rem;
  }

  .md-max\:h-1\.4 {
    height: 0.35rem;
  }

  .md-max\:h-1\.5 {
    height: 0.375rem;
  }

  .md-max\:h-1\.6 {
    height: 0.4rem;
  }

  .md-max\:h-1\.75 {
    height: 0.4375rem;
  }

  .md-max\:h-1\.8 {
    height: 0.45rem;
  }

  .md-max\:h-2\.2 {
    height: 0.55rem;
  }

  .md-max\:h-2\.5 {
    height: 0.625rem;
  }

  .md-max\:h-2\.6 {
    height: 0.65rem;
  }

  .md-max\:h-2\.7 {
    height: 0.675rem;
  }

  .md-max\:h-2\.8 {
    height: 0.7rem;
  }

  .md-max\:h-3\.4 {
    height: 0.85rem;
  }

  .md-max\:h-3\.5 {
    height: 0.875rem;
  }

  .md-max\:h-3\.6 {
    height: 0.9rem;
  }

  .md-max\:h-4\.5 {
    height: 1.125rem;
  }

  .md-max\:h-4\.8 {
    height: 1.2rem;
  }

  .md-max\:h-5\.3 {
    height: 1.3rem;
  }

  .md-max\:h-5\.4 {
    height: 1.35rem;
  }

  .md-max\:h-5\.5 {
    height: 1.375rem;
  }

  .md-max\:h-5\.6 {
    height: 1.4rem;
  }

  .md-max\:h-6\.5 {
    height: 1.625rem;
  }

  .md-max\:h-70\/100 {
    height: 70%;
  }

  .md-max\:h-31\/100 {
    height: 31%;
  }

  .md-max\:h-15\/100 {
    height: 15%;
  }

  .md-max\:h-1\/100 {
    height: 1%;
  }

  .md-max\:h-1\/10 {
    height: 10%;
  }

  .md-max\:h-1\/2 {
    height: 50%;
  }

  .md-max\:h-1\/3 {
    height: 33.333333%;
  }

  .md-max\:h-2\/3 {
    height: 66.666667%;
  }

  .md-max\:h-1\/4 {
    height: 25%;
  }

  .md-max\:h-2\/4 {
    height: 50%;
  }

  .md-max\:h-3\/4 {
    height: 75%;
  }

  .md-max\:h-1\/5 {
    height: 20%;
  }

  .md-max\:h-2\/5 {
    height: 40%;
  }

  .md-max\:h-3\/5 {
    height: 60%;
  }

  .md-max\:h-4\/5 {
    height: 80%;
  }

  .md-max\:h-1\/6 {
    height: 16.666667%;
  }

  .md-max\:h-2\/6 {
    height: 33.333333%;
  }

  .md-max\:h-3\/6 {
    height: 50%;
  }

  .md-max\:h-4\/6 {
    height: 66.666667%;
  }

  .md-max\:h-5\/6 {
    height: 83.333333%;
  }

  .md-max\:h-full {
    height: 100%;
  }

  .md-max\:h-screen {
    height: 100vh;
  }

  .md-max\:max-h-0 {
    max-height: 0px;
  }

  .md-max\:max-h-1 {
    max-height: 0.25rem;
  }

  .md-max\:max-h-2 {
    max-height: 0.5rem;
  }

  .md-max\:max-h-3 {
    max-height: 0.75rem;
  }

  .md-max\:max-h-4 {
    max-height: 1rem;
  }

  .md-max\:max-h-5 {
    max-height: 1.25rem;
  }

  .md-max\:max-h-6 {
    max-height: 1.5rem;
  }

  .md-max\:max-h-7 {
    max-height: 1.75rem;
  }

  .md-max\:max-h-8 {
    max-height: 2rem;
  }

  .md-max\:max-h-9 {
    max-height: 2.25rem;
  }

  .md-max\:max-h-10 {
    max-height: 2.5rem;
  }

  .md-max\:max-h-11 {
    max-height: 2.75rem;
  }

  .md-max\:max-h-12 {
    max-height: 3rem;
  }

  .md-max\:max-h-13 {
    max-height: 3.25rem;
  }

  .md-max\:max-h-14 {
    max-height: 3.5rem;
  }

  .md-max\:max-h-16 {
    max-height: 4rem;
  }

  .md-max\:max-h-19 {
    max-height: 4.75rem;
  }

  .md-max\:max-h-20 {
    max-height: 5rem;
  }

  .md-max\:max-h-24 {
    max-height: 6rem;
  }

  .md-max\:max-h-25 {
    max-height: 6.25rem;
  }

  .md-max\:max-h-28 {
    max-height: 7rem;
  }

  .md-max\:max-h-30 {
    max-height: 7.5rem;
  }

  .md-max\:max-h-32 {
    max-height: 8rem;
  }

  .md-max\:max-h-34 {
    max-height: 8.5rem;
  }

  .md-max\:max-h-36 {
    max-height: 9rem;
  }

  .md-max\:max-h-40 {
    max-height: 10rem;
  }

  .md-max\:max-h-42 {
    max-height: 10.5rem;
  }

  .md-max\:max-h-44 {
    max-height: 11rem;
  }

  .md-max\:max-h-46 {
    max-height: 11.5rem;
  }

  .md-max\:max-h-48 {
    max-height: 12rem;
  }

  .md-max\:max-h-50 {
    max-height: 12.5rem;
  }

  .md-max\:max-h-52 {
    max-height: 13rem;
  }

  .md-max\:max-h-54 {
    max-height: 13.5rem;
  }

  .md-max\:max-h-56 {
    max-height: 14rem;
  }

  .md-max\:max-h-60 {
    max-height: 15rem;
  }

  .md-max\:max-h-64 {
    max-height: 16rem;
  }

  .md-max\:max-h-68 {
    max-height: 17rem;
  }

  .md-max\:max-h-72 {
    max-height: 18rem;
  }

  .md-max\:max-h-75 {
    max-height: 18.75rem;
  }

  .md-max\:max-h-80 {
    max-height: 20rem;
  }

  .md-max\:max-h-85 {
    max-height: 22rem;
  }

  .md-max\:max-h-90 {
    max-height: 22.5rem;
  }

  .md-max\:max-h-92 {
    max-height: 23rem;
  }

  .md-max\:max-h-96 {
    max-height: 24rem;
  }

  .md-max\:max-h-100 {
    max-height: 25rem;
  }

  .md-max\:max-h-116 {
    max-height: 29rem;
  }

  .md-max\:max-h-120 {
    max-height: 30rem;
  }

  .md-max\:max-h-125 {
    max-height: 31.25rem;
  }

  .md-max\:max-h-135 {
    max-height: 33.75rem;
  }

  .md-max\:max-h-160 {
    max-height: 40rem;
  }

  .md-max\:max-h-180 {
    max-height: 45rem;
  }

  .md-max\:max-h-240 {
    max-height: 60rem;
  }

  .md-max\:max-h-285 {
    max-height: 71.25rem;
  }

  .md-max\:max-h-330 {
    max-height: 82.5rem;
  }

  .md-max\:max-h-unset {
    max-height: unset;
  }

  .md-max\:max-h-px {
    max-height: 1px;
  }

  .md-max\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .md-max\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md-max\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .md-max\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .md-max\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .md-max\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .md-max\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .md-max\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md-max\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .md-max\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .md-max\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .md-max\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .md-max\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md-max\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .md-max\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .md-max\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .md-max\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .md-max\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md-max\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .md-max\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .md-max\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .md-max\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .md-max\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .md-max\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .md-max\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .md-max\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .md-max\:max-h-70\/100 {
    max-height: 70%;
  }

  .md-max\:max-h-31\/100 {
    max-height: 31%;
  }

  .md-max\:max-h-15\/100 {
    max-height: 15%;
  }

  .md-max\:max-h-1\/100 {
    max-height: 1%;
  }

  .md-max\:max-h-1\/10 {
    max-height: 10%;
  }

  .md-max\:max-h-1\/2 {
    max-height: 50%;
  }

  .md-max\:max-h-full {
    max-height: 100%;
  }

  .md-max\:max-h-screen {
    max-height: 100vh;
  }

  .md-max\:min-h-0 {
    min-height: 0px;
  }

  .md-max\:min-h-full {
    min-height: 100%;
  }

  .md-max\:min-h-screen {
    min-height: 100vh;
  }

  .md-max\:w-0 {
    width: 0px;
  }

  .md-max\:w-1 {
    width: 0.25rem;
  }

  .md-max\:w-2 {
    width: 0.5rem;
  }

  .md-max\:w-3 {
    width: 0.75rem;
  }

  .md-max\:w-4 {
    width: 1rem;
  }

  .md-max\:w-5 {
    width: 1.25rem;
  }

  .md-max\:w-6 {
    width: 1.5rem;
  }

  .md-max\:w-7 {
    width: 1.75rem;
  }

  .md-max\:w-8 {
    width: 2rem;
  }

  .md-max\:w-9 {
    width: 2.25rem;
  }

  .md-max\:w-10 {
    width: 2.5rem;
  }

  .md-max\:w-11 {
    width: 2.75rem;
  }

  .md-max\:w-12 {
    width: 3rem;
  }

  .md-max\:w-13 {
    width: 3.25rem;
  }

  .md-max\:w-14 {
    width: 3.5rem;
  }

  .md-max\:w-16 {
    width: 4rem;
  }

  .md-max\:w-19 {
    width: 4.75rem;
  }

  .md-max\:w-20 {
    width: 5rem;
  }

  .md-max\:w-24 {
    width: 6rem;
  }

  .md-max\:w-25 {
    width: 6.25rem;
  }

  .md-max\:w-28 {
    width: 7rem;
  }

  .md-max\:w-30 {
    width: 7.5rem;
  }

  .md-max\:w-32 {
    width: 8rem;
  }

  .md-max\:w-34 {
    width: 8.5rem;
  }

  .md-max\:w-36 {
    width: 9rem;
  }

  .md-max\:w-40 {
    width: 10rem;
  }

  .md-max\:w-42 {
    width: 10.5rem;
  }

  .md-max\:w-44 {
    width: 11rem;
  }

  .md-max\:w-46 {
    width: 11.5rem;
  }

  .md-max\:w-48 {
    width: 12rem;
  }

  .md-max\:w-50 {
    width: 12.5rem;
  }

  .md-max\:w-52 {
    width: 13rem;
  }

  .md-max\:w-54 {
    width: 13.5rem;
  }

  .md-max\:w-56 {
    width: 14rem;
  }

  .md-max\:w-60 {
    width: 15rem;
  }

  .md-max\:w-64 {
    width: 16rem;
  }

  .md-max\:w-68 {
    width: 17rem;
  }

  .md-max\:w-72 {
    width: 18rem;
  }

  .md-max\:w-75 {
    width: 18.75rem;
  }

  .md-max\:w-80 {
    width: 20rem;
  }

  .md-max\:w-85 {
    width: 22rem;
  }

  .md-max\:w-90 {
    width: 22.5rem;
  }

  .md-max\:w-92 {
    width: 23rem;
  }

  .md-max\:w-96 {
    width: 24rem;
  }

  .md-max\:w-100 {
    width: 25rem;
  }

  .md-max\:w-116 {
    width: 29rem;
  }

  .md-max\:w-120 {
    width: 30rem;
  }

  .md-max\:w-125 {
    width: 31.25rem;
  }

  .md-max\:w-135 {
    width: 33.75rem;
  }

  .md-max\:w-160 {
    width: 40rem;
  }

  .md-max\:w-180 {
    width: 45rem;
  }

  .md-max\:w-240 {
    width: 60rem;
  }

  .md-max\:w-285 {
    width: 71.25rem;
  }

  .md-max\:w-330 {
    width: 82.5rem;
  }

  .md-max\:w-auto {
    width: auto;
  }

  .md-max\:w-unset {
    width: unset;
  }

  .md-max\:w-px {
    width: 1px;
  }

  .md-max\:w-0\.4 {
    width: 0.1rem;
  }

  .md-max\:w-0\.5 {
    width: 0.125rem;
  }

  .md-max\:w-0\.6 {
    width: 0.15rem;
  }

  .md-max\:w-0\.75 {
    width: 0.2rem;
  }

  .md-max\:w-1\.2 {
    width: 0.3rem;
  }

  .md-max\:w-1\.25 {
    width: 0.3125rem;
  }

  .md-max\:w-1\.4 {
    width: 0.35rem;
  }

  .md-max\:w-1\.5 {
    width: 0.375rem;
  }

  .md-max\:w-1\.6 {
    width: 0.4rem;
  }

  .md-max\:w-1\.75 {
    width: 0.4375rem;
  }

  .md-max\:w-1\.8 {
    width: 0.45rem;
  }

  .md-max\:w-2\.2 {
    width: 0.55rem;
  }

  .md-max\:w-2\.5 {
    width: 0.625rem;
  }

  .md-max\:w-2\.6 {
    width: 0.65rem;
  }

  .md-max\:w-2\.7 {
    width: 0.675rem;
  }

  .md-max\:w-2\.8 {
    width: 0.7rem;
  }

  .md-max\:w-3\.4 {
    width: 0.85rem;
  }

  .md-max\:w-3\.5 {
    width: 0.875rem;
  }

  .md-max\:w-3\.6 {
    width: 0.9rem;
  }

  .md-max\:w-4\.5 {
    width: 1.125rem;
  }

  .md-max\:w-4\.8 {
    width: 1.2rem;
  }

  .md-max\:w-5\.3 {
    width: 1.3rem;
  }

  .md-max\:w-5\.4 {
    width: 1.35rem;
  }

  .md-max\:w-5\.5 {
    width: 1.375rem;
  }

  .md-max\:w-5\.6 {
    width: 1.4rem;
  }

  .md-max\:w-6\.5 {
    width: 1.625rem;
  }

  .md-max\:w-70\/100 {
    width: 70%;
  }

  .md-max\:w-31\/100 {
    width: 31%;
  }

  .md-max\:w-15\/100 {
    width: 15%;
  }

  .md-max\:w-1\/100 {
    width: 1%;
  }

  .md-max\:w-1\/10 {
    width: 10%;
  }

  .md-max\:w-1\/2 {
    width: 50%;
  }

  .md-max\:w-1\/3 {
    width: 33.333333%;
  }

  .md-max\:w-2\/3 {
    width: 66.666667%;
  }

  .md-max\:w-1\/4 {
    width: 25%;
  }

  .md-max\:w-2\/4 {
    width: 50%;
  }

  .md-max\:w-3\/4 {
    width: 75%;
  }

  .md-max\:w-1\/5 {
    width: 20%;
  }

  .md-max\:w-2\/5 {
    width: 40%;
  }

  .md-max\:w-3\/5 {
    width: 60%;
  }

  .md-max\:w-4\/5 {
    width: 80%;
  }

  .md-max\:w-1\/6 {
    width: 16.666667%;
  }

  .md-max\:w-2\/6 {
    width: 33.333333%;
  }

  .md-max\:w-3\/6 {
    width: 50%;
  }

  .md-max\:w-4\/6 {
    width: 66.666667%;
  }

  .md-max\:w-5\/6 {
    width: 83.333333%;
  }

  .md-max\:w-1\/12 {
    width: 8.333333%;
  }

  .md-max\:w-2\/12 {
    width: 16.666667%;
  }

  .md-max\:w-3\/12 {
    width: 25%;
  }

  .md-max\:w-4\/12 {
    width: 33.333333%;
  }

  .md-max\:w-5\/12 {
    width: 41.666667%;
  }

  .md-max\:w-6\/12 {
    width: 50%;
  }

  .md-max\:w-7\/12 {
    width: 58.333333%;
  }

  .md-max\:w-8\/12 {
    width: 66.666667%;
  }

  .md-max\:w-9\/12 {
    width: 75%;
  }

  .md-max\:w-10\/12 {
    width: 83.333333%;
  }

  .md-max\:w-11\/12 {
    width: 91.666667%;
  }

  .md-max\:w-full {
    width: 100%;
  }

  .md-max\:w-screen {
    width: 100vw;
  }

  .md-max\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .md-max\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md-max\:min-w-0 {
    min-width: 0px;
  }

  .md-max\:min-w-full {
    min-width: 100%;
  }

  .md-max\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md-max\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md-max\:max-w-0 {
    max-width: 0rem;
  }

  .md-max\:max-w-none {
    max-width: none;
  }

  .md-max\:max-w-xs {
    max-width: 20rem;
  }

  .md-max\:max-w-sm {
    max-width: 24rem;
  }

  .md-max\:max-w-md {
    max-width: 28rem;
  }

  .md-max\:max-w-lg {
    max-width: 32rem;
  }

  .md-max\:max-w-xl {
    max-width: 36rem;
  }

  .md-max\:max-w-2xl {
    max-width: 42rem;
  }

  .md-max\:max-w-3xl {
    max-width: 48rem;
  }

  .md-max\:max-w-4xl {
    max-width: 56rem;
  }

  .md-max\:max-w-5xl {
    max-width: 64rem;
  }

  .md-max\:max-w-6xl {
    max-width: 72rem;
  }

  .md-max\:max-w-7xl {
    max-width: 80rem;
  }

  .md-max\:max-w-full {
    max-width: 100%;
  }

  .md-max\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md-max\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md-max\:max-w-prose {
    max-width: 65ch;
  }

  .md-max\:max-w-screen-sm {
    max-width: 576px;
  }

  .md-max\:max-w-screen-md {
    max-width: 768px;
  }

  .md-max\:max-w-screen-lg {
    max-width: 992px;
  }

  .md-max\:max-w-screen-xl {
    max-width: 1200px;
  }

  .md-max\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .md-max\:flex-0 {
    flex: 0 0 auto;
  }

  .md-max\:flex-1 {
    flex: 1 1 0%;
  }

  .md-max\:flex-1-0 {
    flex: 1 0 0%;
  }

  .md-max\:flex-auto {
    flex: 1 1 auto;
  }

  .md-max\:flex-initial {
    flex: 0 1 auto;
  }

  .md-max\:flex-none {
    flex: none;
  }

  .md-max\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md-max\:flex-shrink {
    flex-shrink: 1;
  }

  .md-max\:flex-grow-0 {
    flex-grow: 0;
  }

  .md-max\:flex-grow {
    flex-grow: 1;
  }

  .md-max\:table-auto {
    table-layout: auto;
  }

  .md-max\:table-fixed {
    table-layout: fixed;
  }

  .md-max\:border-collapse {
    border-collapse: collapse;
  }

  .md-max\:border-separate {
    border-collapse: separate;
  }

  .md-max\:origin-center {
    transform-origin: center;
  }

  .md-max\:origin-top {
    transform-origin: top;
  }

  .md-max\:origin-top-right {
    transform-origin: top right;
  }

  .md-max\:origin-right {
    transform-origin: right;
  }

  .md-max\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md-max\:origin-bottom {
    transform-origin: bottom;
  }

  .md-max\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md-max\:origin-left {
    transform-origin: left;
  }

  .md-max\:origin-top-left {
    transform-origin: top left;
  }

  .md-max\: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-max\: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-max\:transform-none {
    transform: none;
  }

  .md-max\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md-max\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md-max\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md-max\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md-max\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md-max\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md-max\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md-max\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md-max\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md-max\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md-max\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md-max\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .md-max\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md-max\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .md-max\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .md-max\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md-max\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .md-max\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md-max\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md-max\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .md-max\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md-max\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .md-max\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md-max\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .md-max\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md-max\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md-max\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .md-max\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md-max\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .md-max\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md-max\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .md-max\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md-max\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .md-max\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md-max\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .md-max\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md-max\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .md-max\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md-max\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .md-max\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md-max\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .md-max\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .md-max\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .md-max\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .md-max\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .md-max\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .md-max\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .md-max\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .md-max\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .md-max\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .md-max\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .md-max\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .md-max\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .md-max\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .md-max\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .md-max\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md-max\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .md-max\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .md-max\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .md-max\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .md-max\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .md-max\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .md-max\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .md-max\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .md-max\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .md-max\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .md-max\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .md-max\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .md-max\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .md-max\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .md-max\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .md-max\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .md-max\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .md-max\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .md-max\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .md-max\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .md-max\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .md-max\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .md-max\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .md-max\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .md-max\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .md-max\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .md-max\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .md-max\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .md-max\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .md-max\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .md-max\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .md-max\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md-max\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md-max\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md-max\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md-max\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md-max\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md-max\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .md-max\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md-max\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .md-max\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md-max\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md-max\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .md-max\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .md-max\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md-max\:-translate-x-13 {
    --tw-translate-x: -3.25rem;
  }

  .md-max\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .md-max\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md-max\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .md-max\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md-max\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md-max\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .md-max\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md-max\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .md-max\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md-max\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .md-max\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md-max\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md-max\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .md-max\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md-max\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .md-max\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md-max\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .md-max\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md-max\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .md-max\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md-max\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .md-max\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md-max\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .md-max\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md-max\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .md-max\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md-max\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .md-max\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .md-max\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .md-max\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .md-max\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .md-max\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .md-max\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .md-max\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .md-max\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .md-max\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .md-max\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .md-max\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .md-max\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .md-max\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .md-max\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .md-max\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md-max\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .md-max\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .md-max\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .md-max\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .md-max\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .md-max\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .md-max\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .md-max\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .md-max\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .md-max\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .md-max\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .md-max\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .md-max\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .md-max\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .md-max\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .md-max\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .md-max\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .md-max\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .md-max\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .md-max\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .md-max\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .md-max\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .md-max\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .md-max\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .md-max\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .md-max\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .md-max\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .md-max\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .md-max\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .md-max\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .md-max\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .md-max\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md-max\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md-max\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md-max\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md-max\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md-max\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md-max\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .md-max\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md-max\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md-max\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md-max\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md-max\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md-max\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .md-max\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md-max\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md-max\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md-max\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md-max\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md-max\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .md-max\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md-max\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .md-max\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md-max\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md-max\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .md-max\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .md-max\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md-max\:translate-y-13 {
    --tw-translate-y: 3.25rem;
  }

  .md-max\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .md-max\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md-max\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .md-max\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md-max\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md-max\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .md-max\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md-max\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .md-max\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md-max\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .md-max\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md-max\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md-max\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .md-max\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md-max\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .md-max\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md-max\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .md-max\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md-max\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .md-max\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md-max\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .md-max\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md-max\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .md-max\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md-max\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .md-max\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md-max\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .md-max\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .md-max\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .md-max\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .md-max\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .md-max\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .md-max\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .md-max\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .md-max\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .md-max\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .md-max\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .md-max\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .md-max\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .md-max\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .md-max\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .md-max\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md-max\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .md-max\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .md-max\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .md-max\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .md-max\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .md-max\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .md-max\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .md-max\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .md-max\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .md-max\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .md-max\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .md-max\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .md-max\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .md-max\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .md-max\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .md-max\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .md-max\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .md-max\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .md-max\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .md-max\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .md-max\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .md-max\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .md-max\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .md-max\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .md-max\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .md-max\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .md-max\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .md-max\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .md-max\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .md-max\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .md-max\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .md-max\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md-max\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md-max\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md-max\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md-max\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md-max\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md-max\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .md-max\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md-max\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .md-max\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md-max\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md-max\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .md-max\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .md-max\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md-max\:-translate-y-13 {
    --tw-translate-y: -3.25rem;
  }

  .md-max\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .md-max\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md-max\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .md-max\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md-max\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md-max\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .md-max\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md-max\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .md-max\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md-max\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .md-max\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md-max\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md-max\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .md-max\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md-max\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .md-max\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md-max\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .md-max\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md-max\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .md-max\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md-max\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .md-max\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md-max\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .md-max\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md-max\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .md-max\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md-max\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .md-max\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .md-max\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .md-max\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .md-max\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .md-max\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .md-max\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .md-max\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .md-max\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .md-max\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .md-max\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .md-max\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .md-max\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .md-max\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .md-max\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .md-max\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md-max\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .md-max\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .md-max\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .md-max\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .md-max\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .md-max\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .md-max\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .md-max\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .md-max\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .md-max\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .md-max\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .md-max\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .md-max\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .md-max\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .md-max\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .md-max\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .md-max\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .md-max\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .md-max\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .md-max\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .md-max\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .md-max\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .md-max\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .md-max\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .md-max\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .md-max\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .md-max\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .md-max\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .md-max\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .md-max\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .md-max\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .md-max\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md-max\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md-max\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md-max\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md-max\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md-max\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md-max\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .md-max\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md-max\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md-max\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md-max\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md-max\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md-max\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md-max\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md-max\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md-max\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md-max\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md-max\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md-max\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md-max\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md-max\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md-max\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md-max\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md-max\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md-max\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .md-max\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md-max\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .md-max\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .md-max\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .md-max\:hover\:translate-x-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .md-max\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md-max\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md-max\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .md-max\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md-max\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .md-max\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md-max\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .md-max\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md-max\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md-max\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .md-max\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md-max\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .md-max\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md-max\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .md-max\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md-max\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .md-max\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md-max\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .md-max\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md-max\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .md-max\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md-max\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .md-max\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md-max\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .md-max\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .md-max\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .md-max\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .md-max\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .md-max\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .md-max\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .md-max\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .md-max\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .md-max\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .md-max\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .md-max\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .md-max\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .md-max\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .md-max\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .md-max\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md-max\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .md-max\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .md-max\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .md-max\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .md-max\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .md-max\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .md-max\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .md-max\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .md-max\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .md-max\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .md-max\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .md-max\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .md-max\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .md-max\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .md-max\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .md-max\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .md-max\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .md-max\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .md-max\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .md-max\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .md-max\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .md-max\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .md-max\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .md-max\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .md-max\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .md-max\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .md-max\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .md-max\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .md-max\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .md-max\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .md-max\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .md-max\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md-max\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md-max\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md-max\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md-max\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md-max\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md-max\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .md-max\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md-max\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .md-max\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md-max\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md-max\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .md-max\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .md-max\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md-max\:hover\:-translate-x-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .md-max\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .md-max\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .md-max\:hover\:-translate-x-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .md-max\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md-max\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md-max\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .md-max\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md-max\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .md-max\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md-max\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .md-max\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md-max\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md-max\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .md-max\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md-max\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .md-max\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md-max\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .md-max\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md-max\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .md-max\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md-max\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .md-max\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md-max\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .md-max\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md-max\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .md-max\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md-max\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .md-max\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .md-max\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .md-max\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .md-max\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .md-max\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .md-max\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .md-max\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .md-max\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .md-max\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .md-max\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .md-max\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .md-max\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .md-max\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .md-max\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .md-max\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md-max\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .md-max\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .md-max\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .md-max\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .md-max\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .md-max\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .md-max\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .md-max\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .md-max\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .md-max\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .md-max\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .md-max\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .md-max\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .md-max\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .md-max\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .md-max\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .md-max\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .md-max\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .md-max\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .md-max\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .md-max\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .md-max\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .md-max\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .md-max\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .md-max\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .md-max\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .md-max\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .md-max\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .md-max\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .md-max\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .md-max\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .md-max\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md-max\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md-max\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md-max\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md-max\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md-max\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md-max\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md-max\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md-max\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md-max\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md-max\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md-max\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md-max\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md-max\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md-max\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md-max\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md-max\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md-max\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md-max\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .md-max\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md-max\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .md-max\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md-max\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md-max\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .md-max\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .md-max\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md-max\:hover\:translate-y-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .md-max\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .md-max\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .md-max\:hover\:translate-y-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .md-max\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md-max\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md-max\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .md-max\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md-max\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .md-max\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md-max\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .md-max\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md-max\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md-max\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .md-max\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md-max\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .md-max\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md-max\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .md-max\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md-max\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .md-max\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md-max\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .md-max\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md-max\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .md-max\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md-max\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .md-max\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md-max\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .md-max\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .md-max\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .md-max\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .md-max\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .md-max\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .md-max\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .md-max\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .md-max\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .md-max\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .md-max\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .md-max\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .md-max\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .md-max\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .md-max\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .md-max\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md-max\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .md-max\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .md-max\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .md-max\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .md-max\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .md-max\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .md-max\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .md-max\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .md-max\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .md-max\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .md-max\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .md-max\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .md-max\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .md-max\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .md-max\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .md-max\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .md-max\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .md-max\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .md-max\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .md-max\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .md-max\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .md-max\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .md-max\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .md-max\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .md-max\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .md-max\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .md-max\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .md-max\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .md-max\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .md-max\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .md-max\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .md-max\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md-max\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md-max\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md-max\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md-max\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md-max\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md-max\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .md-max\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md-max\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .md-max\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md-max\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md-max\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .md-max\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .md-max\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md-max\:hover\:-translate-y-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .md-max\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .md-max\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .md-max\:hover\:-translate-y-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .md-max\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md-max\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md-max\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .md-max\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md-max\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .md-max\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md-max\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .md-max\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md-max\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md-max\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .md-max\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md-max\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .md-max\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md-max\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .md-max\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md-max\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .md-max\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md-max\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .md-max\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md-max\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .md-max\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md-max\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .md-max\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md-max\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .md-max\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .md-max\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .md-max\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .md-max\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .md-max\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .md-max\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .md-max\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .md-max\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .md-max\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .md-max\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .md-max\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .md-max\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .md-max\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .md-max\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .md-max\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md-max\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .md-max\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .md-max\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .md-max\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .md-max\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .md-max\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .md-max\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .md-max\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .md-max\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .md-max\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .md-max\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .md-max\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .md-max\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .md-max\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .md-max\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .md-max\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .md-max\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .md-max\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .md-max\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .md-max\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .md-max\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .md-max\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .md-max\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .md-max\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .md-max\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .md-max\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .md-max\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .md-max\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .md-max\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .md-max\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .md-max\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .md-max\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md-max\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md-max\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md-max\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md-max\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md-max\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md-max\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md-max\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md-max\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md-max\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md-max\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md-max\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md-max\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md-max\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md-max\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md-max\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md-max\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md-max\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md-max\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .md-max\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md-max\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .md-max\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md-max\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md-max\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .md-max\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .md-max\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md-max\:focus\:translate-x-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .md-max\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .md-max\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .md-max\:focus\:translate-x-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .md-max\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md-max\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md-max\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .md-max\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md-max\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .md-max\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md-max\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .md-max\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md-max\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md-max\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .md-max\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md-max\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .md-max\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md-max\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .md-max\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md-max\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .md-max\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md-max\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .md-max\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md-max\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .md-max\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md-max\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .md-max\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md-max\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .md-max\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .md-max\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .md-max\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .md-max\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .md-max\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .md-max\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .md-max\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .md-max\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .md-max\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .md-max\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .md-max\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .md-max\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .md-max\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .md-max\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .md-max\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md-max\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .md-max\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .md-max\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .md-max\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .md-max\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .md-max\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .md-max\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .md-max\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .md-max\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .md-max\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .md-max\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .md-max\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .md-max\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .md-max\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .md-max\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .md-max\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .md-max\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .md-max\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .md-max\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .md-max\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .md-max\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .md-max\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .md-max\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .md-max\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .md-max\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .md-max\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .md-max\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .md-max\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .md-max\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .md-max\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .md-max\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .md-max\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md-max\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md-max\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md-max\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md-max\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md-max\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md-max\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .md-max\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md-max\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .md-max\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md-max\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md-max\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .md-max\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .md-max\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md-max\:focus\:-translate-x-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .md-max\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .md-max\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .md-max\:focus\:-translate-x-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .md-max\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md-max\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md-max\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .md-max\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md-max\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .md-max\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md-max\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .md-max\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md-max\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md-max\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .md-max\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md-max\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .md-max\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md-max\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .md-max\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md-max\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .md-max\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md-max\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .md-max\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md-max\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .md-max\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md-max\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .md-max\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md-max\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .md-max\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .md-max\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .md-max\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .md-max\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .md-max\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .md-max\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .md-max\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .md-max\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .md-max\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .md-max\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .md-max\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .md-max\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .md-max\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .md-max\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .md-max\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md-max\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .md-max\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .md-max\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .md-max\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .md-max\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .md-max\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .md-max\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .md-max\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .md-max\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .md-max\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .md-max\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .md-max\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .md-max\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .md-max\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .md-max\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .md-max\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .md-max\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .md-max\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .md-max\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .md-max\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .md-max\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .md-max\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .md-max\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .md-max\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .md-max\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .md-max\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .md-max\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .md-max\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .md-max\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .md-max\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .md-max\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .md-max\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md-max\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md-max\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md-max\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md-max\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md-max\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md-max\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md-max\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md-max\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md-max\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md-max\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md-max\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md-max\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md-max\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md-max\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md-max\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md-max\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md-max\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md-max\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .md-max\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md-max\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .md-max\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md-max\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md-max\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .md-max\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .md-max\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md-max\:focus\:translate-y-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .md-max\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .md-max\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .md-max\:focus\:translate-y-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .md-max\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md-max\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md-max\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .md-max\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md-max\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .md-max\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md-max\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .md-max\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md-max\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md-max\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .md-max\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md-max\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .md-max\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md-max\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .md-max\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md-max\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .md-max\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md-max\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .md-max\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md-max\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .md-max\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md-max\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .md-max\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md-max\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .md-max\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .md-max\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .md-max\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .md-max\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .md-max\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .md-max\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .md-max\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .md-max\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .md-max\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .md-max\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .md-max\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .md-max\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .md-max\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .md-max\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .md-max\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md-max\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .md-max\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .md-max\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .md-max\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .md-max\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .md-max\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .md-max\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .md-max\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .md-max\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .md-max\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .md-max\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .md-max\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .md-max\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .md-max\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .md-max\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .md-max\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .md-max\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .md-max\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .md-max\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .md-max\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .md-max\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .md-max\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .md-max\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .md-max\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .md-max\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .md-max\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .md-max\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .md-max\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .md-max\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .md-max\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .md-max\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .md-max\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .md-max\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md-max\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md-max\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md-max\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md-max\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md-max\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .md-max\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md-max\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .md-max\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md-max\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md-max\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .md-max\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .md-max\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md-max\:focus\:-translate-y-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .md-max\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .md-max\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .md-max\:focus\:-translate-y-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .md-max\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md-max\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md-max\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .md-max\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md-max\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .md-max\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md-max\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .md-max\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md-max\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md-max\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .md-max\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md-max\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .md-max\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md-max\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .md-max\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md-max\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .md-max\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md-max\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .md-max\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md-max\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .md-max\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md-max\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .md-max\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md-max\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .md-max\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .md-max\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .md-max\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .md-max\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .md-max\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .md-max\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .md-max\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .md-max\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .md-max\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .md-max\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .md-max\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .md-max\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .md-max\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .md-max\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .md-max\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md-max\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .md-max\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .md-max\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .md-max\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .md-max\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .md-max\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .md-max\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .md-max\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .md-max\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .md-max\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .md-max\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .md-max\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .md-max\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .md-max\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .md-max\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .md-max\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .md-max\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .md-max\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .md-max\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .md-max\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .md-max\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .md-max\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .md-max\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .md-max\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .md-max\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .md-max\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .md-max\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .md-max\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .md-max\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .md-max\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .md-max\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .md-max\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .md-max\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .md-max\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .md-max\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .md-max\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .md-max\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .md-max\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .md-max\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md-max\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md-max\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md-max\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md-max\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md-max\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md-max\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md-max\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md-max\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md-max\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md-max\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md-max\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md-max\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .md-max\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .md-max\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .md-max\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .md-max\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .md-max\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .md-max\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .md-max\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .md-max\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .md-max\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .md-max\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md-max\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md-max\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md-max\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md-max\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md-max\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md-max\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md-max\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md-max\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md-max\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md-max\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md-max\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md-max\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md-max\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md-max\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md-max\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md-max\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md-max\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md-max\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md-max\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md-max\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md-max\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md-max\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md-max\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md-max\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md-max\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md-max\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md-max\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md-max\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md-max\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md-max\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md-max\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md-max\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md-max\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md-max\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md-max\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md-max\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md-max\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md-max\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md-max\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md-max\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md-max\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md-max\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md-max\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md-max\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md-max\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md-max\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md-max\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md-max\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md-max\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md-max\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md-max\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md-max\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md-max\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md-max\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md-max\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md-max\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md-max\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md-max\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md-max\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md-max\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md-max\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md-max\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md-max\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md-max\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md-max\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md-max\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md-max\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md-max\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md-max\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md-max\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md-max\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md-max\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md-max\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md-max\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md-max\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md-max\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md-max\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md-max\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md-max\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md-max\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md-max\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md-max\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md-max\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md-max\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md-max\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md-max\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md-max\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md-max\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md-max\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md-max\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md-max\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md-max\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md-max\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md-max\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md-max\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md-max\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md-max\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md-max\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md-max\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md-max\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md-max\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md-max\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md-max\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md-max\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md-max\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md-max\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md-max\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md-max\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md-max\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md-max\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md-max\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md-max\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md-max\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md-max\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md-max\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md-max\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md-max\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md-max\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md-max\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md-max\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md-max\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md-max\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md-max\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md-max\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md-max\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md-max\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md-max\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md-max\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md-max\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md-max\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md-max\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md-max\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md-max\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md-max\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md-max\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md-max\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md-max\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md-max\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md-max\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md-max\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md-max\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md-max\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md-max\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md-max\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md-max\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md-max\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md-max\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md-max\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md-max\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md-max\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md-max\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md-max\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md-max\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md-max\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md-max\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md-max\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md-max\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md-max\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md-max\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md-max\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md-max\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md-max\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md-max\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md-max\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md-max\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md-max\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md-max\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md-max\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md-max\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md-max\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md-max\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md-max\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md-max\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md-max\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md-max\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md-max\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md-max\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md-max\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md-max\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md-max\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md-max\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md-max\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md-max\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md-max\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md-max\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md-max\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md-max\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md-max\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md-max\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md-max\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md-max\:animate-none {
    animation: none;
  }

  .md-max\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md-max\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md-max\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md-max\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .md-max\:cursor-auto {
    cursor: auto;
  }

  .md-max\:cursor-default {
    cursor: default;
  }

  .md-max\:cursor-pointer {
    cursor: pointer;
  }

  .md-max\:cursor-wait {
    cursor: wait;
  }

  .md-max\:cursor-text {
    cursor: text;
  }

  .md-max\:cursor-move {
    cursor: move;
  }

  .md-max\:cursor-help {
    cursor: help;
  }

  .md-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md-max\:cursor-none {
    cursor: none;
  }

  .md-max\:cursor-context-menu {
    cursor: context-menu;
  }

  .md-max\:cursor-progress {
    cursor: progress;
  }

  .md-max\:cursor-cell {
    cursor: cell;
  }

  .md-max\:cursor-crosshair {
    cursor: crosshair;
  }

  .md-max\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .md-max\:cursor-alias {
    cursor: alias;
  }

  .md-max\:cursor-copy {
    cursor: copy;
  }

  .md-max\:cursor-no-drop {
    cursor: no-drop;
  }

  .md-max\:cursor-grab {
    cursor: grab;
  }

  .md-max\:cursor-grabbing {
    cursor: grabbing;
  }

  .md-max\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .md-max\:cursor-col-resize {
    cursor: col-resize;
  }

  .md-max\:cursor-row-resize {
    cursor: row-resize;
  }

  .md-max\:cursor-n-resize {
    cursor: n-resize;
  }

  .md-max\:cursor-e-resize {
    cursor: e-resize;
  }

  .md-max\:cursor-s-resize {
    cursor: s-resize;
  }

  .md-max\:cursor-w-resize {
    cursor: w-resize;
  }

  .md-max\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .md-max\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .md-max\:cursor-se-resize {
    cursor: se-resize;
  }

  .md-max\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .md-max\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .md-max\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .md-max\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .md-max\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .md-max\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .md-max\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .md-max\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md-max\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md-max\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md-max\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .md-max\:resize-none {
    resize: none;
  }

  .md-max\:resize-y {
    resize: vertical;
  }

  .md-max\:resize-x {
    resize: horizontal;
  }

  .md-max\:resize {
    resize: both;
  }

  .md-max\:list-inside {
    list-style-position: inside;
  }

  .md-max\:list-outside {
    list-style-position: outside;
  }

  .md-max\:list-none {
    list-style-type: none;
  }

  .md-max\:list-disc {
    list-style-type: disc;
  }

  .md-max\:list-decimal {
    list-style-type: decimal;
  }

  .md-max\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md-max\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md-max\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md-max\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md-max\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md-max\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md-max\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md-max\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md-max\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md-max\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md-max\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md-max\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md-max\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md-max\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md-max\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md-max\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md-max\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md-max\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md-max\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md-max\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md-max\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md-max\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md-max\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md-max\:grid-cols-none {
    grid-template-columns: none;
  }

  .md-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md-max\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md-max\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md-max\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md-max\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md-max\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md-max\:grid-rows-none {
    grid-template-rows: none;
  }

  .md-max\:flex-row {
    flex-direction: row;
  }

  .md-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md-max\:flex-col {
    flex-direction: column;
  }

  .md-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .md-max\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md-max\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md-max\:place-content-center {
    place-content: center;
  }

  .md-max\:place-content-start {
    place-content: start;
  }

  .md-max\:place-content-end {
    place-content: end;
  }

  .md-max\:place-content-between {
    place-content: space-between;
  }

  .md-max\:place-content-around {
    place-content: space-around;
  }

  .md-max\:place-content-evenly {
    place-content: space-evenly;
  }

  .md-max\:place-content-stretch {
    place-content: stretch;
  }

  .md-max\:place-items-start {
    place-items: start;
  }

  .md-max\:place-items-end {
    place-items: end;
  }

  .md-max\:place-items-center {
    place-items: center;
  }

  .md-max\:place-items-stretch {
    place-items: stretch;
  }

  .md-max\:content-center {
    align-content: center;
  }

  .md-max\:content-start {
    align-content: flex-start;
  }

  .md-max\:content-end {
    align-content: flex-end;
  }

  .md-max\:content-between {
    align-content: space-between;
  }

  .md-max\:content-around {
    align-content: space-around;
  }

  .md-max\:content-evenly {
    align-content: space-evenly;
  }

  .md-max\:items-start {
    align-items: flex-start;
  }

  .md-max\:items-end {
    align-items: flex-end;
  }

  .md-max\:items-center {
    align-items: center;
  }

  .md-max\:items-baseline {
    align-items: baseline;
  }

  .md-max\:items-stretch {
    align-items: stretch;
  }

  .md-max\:justify-start {
    justify-content: flex-start;
  }

  .md-max\:justify-end {
    justify-content: flex-end;
  }

  .md-max\:justify-center {
    justify-content: center;
  }

  .md-max\:justify-between {
    justify-content: space-between;
  }

  .md-max\:justify-around {
    justify-content: space-around;
  }

  .md-max\:justify-evenly {
    justify-content: space-evenly;
  }

  .md-max\:justify-items-start {
    justify-items: start;
  }

  .md-max\:justify-items-end {
    justify-items: end;
  }

  .md-max\:justify-items-center {
    justify-items: center;
  }

  .md-max\:justify-items-stretch {
    justify-items: stretch;
  }

  .md-max\:gap-0 {
    gap: 0px;
  }

  .md-max\:gap-1 {
    gap: 0.25rem;
  }

  .md-max\:gap-2 {
    gap: 0.5rem;
  }

  .md-max\:gap-3 {
    gap: 0.75rem;
  }

  .md-max\:gap-4 {
    gap: 1rem;
  }

  .md-max\:gap-5 {
    gap: 1.25rem;
  }

  .md-max\:gap-6 {
    gap: 1.5rem;
  }

  .md-max\:gap-7 {
    gap: 1.75rem;
  }

  .md-max\:gap-8 {
    gap: 2rem;
  }

  .md-max\:gap-9 {
    gap: 2.25rem;
  }

  .md-max\:gap-10 {
    gap: 2.5rem;
  }

  .md-max\:gap-11 {
    gap: 2.75rem;
  }

  .md-max\:gap-12 {
    gap: 3rem;
  }

  .md-max\:gap-13 {
    gap: 3.25rem;
  }

  .md-max\:gap-14 {
    gap: 3.5rem;
  }

  .md-max\:gap-16 {
    gap: 4rem;
  }

  .md-max\:gap-19 {
    gap: 4.75rem;
  }

  .md-max\:gap-20 {
    gap: 5rem;
  }

  .md-max\:gap-24 {
    gap: 6rem;
  }

  .md-max\:gap-25 {
    gap: 6.25rem;
  }

  .md-max\:gap-28 {
    gap: 7rem;
  }

  .md-max\:gap-30 {
    gap: 7.5rem;
  }

  .md-max\:gap-32 {
    gap: 8rem;
  }

  .md-max\:gap-34 {
    gap: 8.5rem;
  }

  .md-max\:gap-36 {
    gap: 9rem;
  }

  .md-max\:gap-40 {
    gap: 10rem;
  }

  .md-max\:gap-42 {
    gap: 10.5rem;
  }

  .md-max\:gap-44 {
    gap: 11rem;
  }

  .md-max\:gap-46 {
    gap: 11.5rem;
  }

  .md-max\:gap-48 {
    gap: 12rem;
  }

  .md-max\:gap-50 {
    gap: 12.5rem;
  }

  .md-max\:gap-52 {
    gap: 13rem;
  }

  .md-max\:gap-54 {
    gap: 13.5rem;
  }

  .md-max\:gap-56 {
    gap: 14rem;
  }

  .md-max\:gap-60 {
    gap: 15rem;
  }

  .md-max\:gap-64 {
    gap: 16rem;
  }

  .md-max\:gap-68 {
    gap: 17rem;
  }

  .md-max\:gap-72 {
    gap: 18rem;
  }

  .md-max\:gap-75 {
    gap: 18.75rem;
  }

  .md-max\:gap-80 {
    gap: 20rem;
  }

  .md-max\:gap-85 {
    gap: 22rem;
  }

  .md-max\:gap-90 {
    gap: 22.5rem;
  }

  .md-max\:gap-92 {
    gap: 23rem;
  }

  .md-max\:gap-96 {
    gap: 24rem;
  }

  .md-max\:gap-100 {
    gap: 25rem;
  }

  .md-max\:gap-116 {
    gap: 29rem;
  }

  .md-max\:gap-120 {
    gap: 30rem;
  }

  .md-max\:gap-125 {
    gap: 31.25rem;
  }

  .md-max\:gap-135 {
    gap: 33.75rem;
  }

  .md-max\:gap-160 {
    gap: 40rem;
  }

  .md-max\:gap-180 {
    gap: 45rem;
  }

  .md-max\:gap-240 {
    gap: 60rem;
  }

  .md-max\:gap-285 {
    gap: 71.25rem;
  }

  .md-max\:gap-330 {
    gap: 82.5rem;
  }

  .md-max\:gap-unset {
    gap: unset;
  }

  .md-max\:gap-px {
    gap: 1px;
  }

  .md-max\:gap-0\.4 {
    gap: 0.1rem;
  }

  .md-max\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md-max\:gap-0\.6 {
    gap: 0.15rem;
  }

  .md-max\:gap-0\.75 {
    gap: 0.2rem;
  }

  .md-max\:gap-1\.2 {
    gap: 0.3rem;
  }

  .md-max\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .md-max\:gap-1\.4 {
    gap: 0.35rem;
  }

  .md-max\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md-max\:gap-1\.6 {
    gap: 0.4rem;
  }

  .md-max\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .md-max\:gap-1\.8 {
    gap: 0.45rem;
  }

  .md-max\:gap-2\.2 {
    gap: 0.55rem;
  }

  .md-max\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md-max\:gap-2\.6 {
    gap: 0.65rem;
  }

  .md-max\:gap-2\.7 {
    gap: 0.675rem;
  }

  .md-max\:gap-2\.8 {
    gap: 0.7rem;
  }

  .md-max\:gap-3\.4 {
    gap: 0.85rem;
  }

  .md-max\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md-max\:gap-3\.6 {
    gap: 0.9rem;
  }

  .md-max\:gap-4\.5 {
    gap: 1.125rem;
  }

  .md-max\:gap-4\.8 {
    gap: 1.2rem;
  }

  .md-max\:gap-5\.3 {
    gap: 1.3rem;
  }

  .md-max\:gap-5\.4 {
    gap: 1.35rem;
  }

  .md-max\:gap-5\.5 {
    gap: 1.375rem;
  }

  .md-max\:gap-5\.6 {
    gap: 1.4rem;
  }

  .md-max\:gap-6\.5 {
    gap: 1.625rem;
  }

  .md-max\:gap-70\/100 {
    gap: 70%;
  }

  .md-max\:gap-31\/100 {
    gap: 31%;
  }

  .md-max\:gap-15\/100 {
    gap: 15%;
  }

  .md-max\:gap-1\/100 {
    gap: 1%;
  }

  .md-max\:gap-1\/10 {
    gap: 10%;
  }

  .md-max\:gap-1\/2 {
    gap: 50%;
  }

  .md-max\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md-max\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md-max\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md-max\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md-max\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md-max\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md-max\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md-max\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md-max\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md-max\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md-max\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md-max\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md-max\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md-max\:gap-x-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .md-max\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md-max\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md-max\:gap-x-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .md-max\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md-max\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md-max\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .md-max\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md-max\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .md-max\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md-max\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .md-max\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md-max\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md-max\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .md-max\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md-max\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .md-max\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md-max\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .md-max\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md-max\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .md-max\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md-max\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md-max\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md-max\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .md-max\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md-max\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .md-max\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md-max\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .md-max\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .md-max\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .md-max\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md-max\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .md-max\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .md-max\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .md-max\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .md-max\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .md-max\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .md-max\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .md-max\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .md-max\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .md-max\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .md-max\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .md-max\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md-max\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .md-max\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md-max\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .md-max\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .md-max\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .md-max\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .md-max\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .md-max\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md-max\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .md-max\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .md-max\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .md-max\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .md-max\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md-max\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .md-max\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .md-max\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .md-max\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .md-max\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md-max\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .md-max\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .md-max\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .md-max\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .md-max\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .md-max\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .md-max\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .md-max\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .md-max\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .md-max\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .md-max\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .md-max\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md-max\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .md-max\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md-max\:gap-y-0 {
    row-gap: 0px;
  }

  .md-max\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md-max\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md-max\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md-max\:gap-y-4 {
    row-gap: 1rem;
  }

  .md-max\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md-max\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md-max\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md-max\:gap-y-8 {
    row-gap: 2rem;
  }

  .md-max\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md-max\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md-max\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .md-max\:gap-y-12 {
    row-gap: 3rem;
  }

  .md-max\:gap-y-13 {
    row-gap: 3.25rem;
  }

  .md-max\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md-max\:gap-y-16 {
    row-gap: 4rem;
  }

  .md-max\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .md-max\:gap-y-20 {
    row-gap: 5rem;
  }

  .md-max\:gap-y-24 {
    row-gap: 6rem;
  }

  .md-max\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .md-max\:gap-y-28 {
    row-gap: 7rem;
  }

  .md-max\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .md-max\:gap-y-32 {
    row-gap: 8rem;
  }

  .md-max\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .md-max\:gap-y-36 {
    row-gap: 9rem;
  }

  .md-max\:gap-y-40 {
    row-gap: 10rem;
  }

  .md-max\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .md-max\:gap-y-44 {
    row-gap: 11rem;
  }

  .md-max\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .md-max\:gap-y-48 {
    row-gap: 12rem;
  }

  .md-max\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .md-max\:gap-y-52 {
    row-gap: 13rem;
  }

  .md-max\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .md-max\:gap-y-56 {
    row-gap: 14rem;
  }

  .md-max\:gap-y-60 {
    row-gap: 15rem;
  }

  .md-max\:gap-y-64 {
    row-gap: 16rem;
  }

  .md-max\:gap-y-68 {
    row-gap: 17rem;
  }

  .md-max\:gap-y-72 {
    row-gap: 18rem;
  }

  .md-max\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .md-max\:gap-y-80 {
    row-gap: 20rem;
  }

  .md-max\:gap-y-85 {
    row-gap: 22rem;
  }

  .md-max\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .md-max\:gap-y-92 {
    row-gap: 23rem;
  }

  .md-max\:gap-y-96 {
    row-gap: 24rem;
  }

  .md-max\:gap-y-100 {
    row-gap: 25rem;
  }

  .md-max\:gap-y-116 {
    row-gap: 29rem;
  }

  .md-max\:gap-y-120 {
    row-gap: 30rem;
  }

  .md-max\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .md-max\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .md-max\:gap-y-160 {
    row-gap: 40rem;
  }

  .md-max\:gap-y-180 {
    row-gap: 45rem;
  }

  .md-max\:gap-y-240 {
    row-gap: 60rem;
  }

  .md-max\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .md-max\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .md-max\:gap-y-unset {
    row-gap: unset;
  }

  .md-max\:gap-y-px {
    row-gap: 1px;
  }

  .md-max\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .md-max\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .md-max\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .md-max\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .md-max\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .md-max\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .md-max\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .md-max\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .md-max\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .md-max\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .md-max\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .md-max\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .md-max\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md-max\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .md-max\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .md-max\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .md-max\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .md-max\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md-max\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .md-max\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .md-max\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .md-max\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .md-max\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .md-max\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .md-max\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .md-max\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .md-max\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .md-max\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .md-max\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .md-max\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .md-max\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .md-max\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\: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-max\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\: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-max\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\: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-max\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\: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-max\: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-max\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-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-max\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-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-max\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-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-max\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-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-max\:-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-max\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-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-max\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\: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-max\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\: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-max\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\: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-max\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\: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-max\: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-max\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .md-max\: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-max\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-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-max\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-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-max\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-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-max\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-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-max\:-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-max\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .md-max\:-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-max\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .md-max\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .md-max\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md-max\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md-max\: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-max\: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-max\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .md-max\: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-max\: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-max\: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-max\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md-max\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md-max\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md-max\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md-max\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md-max\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md-max\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md-max\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md-max\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .md-max\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md-max\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md-max\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .md-max\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .md-max\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .md-max\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md-max\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .md-max\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md-max\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md-max\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .md-max\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .md-max\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .md-max\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .md-max\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .md-max\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .md-max\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .md-max\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .md-max\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md-max\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .md-max\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md-max\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .md-max\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .md-max\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .md-max\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md-max\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .md-max\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .md-max\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .md-max\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md-max\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md-max\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md-max\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md-max\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md-max\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md-max\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md-max\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md-max\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md-max\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md-max\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md-max\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md-max\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md-max\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md-max\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md-max\:place-self-auto {
    place-self: auto;
  }

  .md-max\:place-self-start {
    place-self: start;
  }

  .md-max\:place-self-end {
    place-self: end;
  }

  .md-max\:place-self-center {
    place-self: center;
  }

  .md-max\:place-self-stretch {
    place-self: stretch;
  }

  .md-max\:self-auto {
    align-self: auto;
  }

  .md-max\:self-start {
    align-self: flex-start;
  }

  .md-max\:self-end {
    align-self: flex-end;
  }

  .md-max\:self-center {
    align-self: center;
  }

  .md-max\:self-stretch {
    align-self: stretch;
  }

  .md-max\:self-baseline {
    align-self: baseline;
  }

  .md-max\:justify-self-auto {
    justify-self: auto;
  }

  .md-max\:justify-self-start {
    justify-self: start;
  }

  .md-max\:justify-self-end {
    justify-self: end;
  }

  .md-max\:justify-self-center {
    justify-self: center;
  }

  .md-max\:justify-self-stretch {
    justify-self: stretch;
  }

  .md-max\:overflow-auto {
    overflow: auto;
  }

  .md-max\:overflow-hidden {
    overflow: hidden;
  }

  .md-max\:overflow-visible {
    overflow: visible;
  }

  .md-max\:overflow-scroll {
    overflow: scroll;
  }

  .md-max\:overflow-x-auto {
    overflow-x: auto;
  }

  .md-max\:overflow-y-auto {
    overflow-y: auto;
  }

  .md-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md-max\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md-max\:overflow-x-visible {
    overflow-x: visible;
  }

  .md-max\:overflow-y-visible {
    overflow-y: visible;
  }

  .md-max\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md-max\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md-max\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .md-max\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .md-max\:overscroll-none {
    overscroll-behavior: none;
  }

  .md-max\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md-max\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md-max\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md-max\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md-max\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md-max\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md-max\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-max\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md-max\:overflow-clip {
    text-overflow: clip;
  }

  .md-max\:whitespace-normal {
    white-space: normal;
  }

  .md-max\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md-max\:whitespace-pre {
    white-space: pre;
  }

  .md-max\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md-max\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md-max\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-max\:break-words {
    overflow-wrap: break-word;
  }

  .md-max\:break-all {
    word-break: break-all;
  }

  .md-max\:rounded-none {
    border-radius: 0px;
  }

  .md-max\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md-max\:rounded {
    border-radius: 0.25rem;
  }

  .md-max\:rounded-md {
    border-radius: 0.375rem;
  }

  .md-max\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md-max\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md-max\:rounded-2xl {
    border-radius: 1rem;
  }

  .md-max\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md-max\:rounded-full {
    border-radius: 9999px;
  }

  .md-max\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md-max\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-max\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-max\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-max\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-max\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md-max\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md-max\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md-max\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-max\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md-max\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md-max\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-max\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md-max\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md-max\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md-max\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-max\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md-max\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md-max\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md-max\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md-max\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md-max\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md-max\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md-max\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md-max\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md-max\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md-max\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md-max\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md-max\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md-max\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md-max\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md-max\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md-max\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md-max\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md-max\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md-max\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md-max\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md-max\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md-max\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md-max\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md-max\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md-max\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md-max\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md-max\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md-max\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md-max\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md-max\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md-max\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md-max\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md-max\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md-max\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md-max\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md-max\:border-0 {
    border-width: 0px;
  }

  .md-max\:border-2 {
    border-width: 2px;
  }

  .md-max\:border-3 {
    border-width: 3px;
  }

  .md-max\:border-4 {
    border-width: 4px;
  }

  .md-max\:border-8 {
    border-width: 8px;
  }

  .md-max\:border {
    border-width: 1px;
  }

  .md-max\:border-t-0 {
    border-top-width: 0px;
  }

  .md-max\:border-t-2 {
    border-top-width: 2px;
  }

  .md-max\:border-t-3 {
    border-top-width: 3px;
  }

  .md-max\:border-t-4 {
    border-top-width: 4px;
  }

  .md-max\:border-t-8 {
    border-top-width: 8px;
  }

  .md-max\:border-t {
    border-top-width: 1px;
  }

  .md-max\:border-r-0 {
    border-right-width: 0px;
  }

  .md-max\:border-r-2 {
    border-right-width: 2px;
  }

  .md-max\:border-r-3 {
    border-right-width: 3px;
  }

  .md-max\:border-r-4 {
    border-right-width: 4px;
  }

  .md-max\:border-r-8 {
    border-right-width: 8px;
  }

  .md-max\:border-r {
    border-right-width: 1px;
  }

  .md-max\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md-max\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md-max\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md-max\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md-max\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md-max\:border-b {
    border-bottom-width: 1px;
  }

  .md-max\:border-l-0 {
    border-left-width: 0px;
  }

  .md-max\:border-l-2 {
    border-left-width: 2px;
  }

  .md-max\:border-l-3 {
    border-left-width: 3px;
  }

  .md-max\:border-l-4 {
    border-left-width: 4px;
  }

  .md-max\:border-l-8 {
    border-left-width: 8px;
  }

  .md-max\:border-l {
    border-left-width: 1px;
  }

  .md-max\:border-solid {
    border-style: solid;
  }

  .md-max\:border-dashed {
    border-style: dashed;
  }

  .md-max\:border-dotted {
    border-style: dotted;
  }

  .md-max\:border-double {
    border-style: double;
  }

  .md-max\:border-none {
    border-style: none;
  }

  .md-max\:border-transparent {
    border-color: transparent;
  }

  .md-max\:border-current {
    border-color: currentColor;
  }

  .md-max\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md-max\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md-max\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md-max\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md-max\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md-max\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md-max\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md-max\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md-max\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md-max\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md-max\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md-max\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md-max\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .md-max\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .md-max\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md-max\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md-max\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .md-max\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .md-max\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .md-max\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .md-max\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .md-max\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .md-max\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md-max\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md-max\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md-max\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md-max\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md-max\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md-max\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md-max\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md-max\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md-max\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md-max\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md-max\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md-max\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md-max\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md-max\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md-max\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md-max\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md-max\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md-max\:border-slate {
  }

  .md-max\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:border-zinc {
  }

  .md-max\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md-max\:border-neutral {
  }

  .md-max\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md-max\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md-max\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md-max\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md-max\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md-max\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md-max\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md-max\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md-max\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md-max\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md-max\:border-stone {
  }

  .md-max\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .md-max\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .md-max\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .md-max\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .md-max\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .md-max\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md-max\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .md-max\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .md-max\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md-max\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md-max\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md-max\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md-max\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .md-max\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md-max\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .md-max\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-slate {
  }

  .group:hover .md-max\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-zinc {
  }

  .group:hover .md-max\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-neutral {
  }

  .group:hover .md-max\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-stone {
  }

  .group:hover .md-max\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .md-max\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md-max\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .md-max\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-slate:focus-within {
  }

  .md-max\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-zinc:focus-within {
  }

  .md-max\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-neutral:focus-within {
  }

  .md-max\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-stone:focus-within {
  }

  .md-max\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md-max\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md-max\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-slate:hover {
  }

  .md-max\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-zinc:hover {
  }

  .md-max\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-neutral:hover {
  }

  .md-max\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-stone:hover {
  }

  .md-max\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md-max\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md-max\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-slate:focus {
  }

  .md-max\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-zinc:focus {
  }

  .md-max\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-neutral:focus {
  }

  .md-max\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-stone:focus {
  }

  .md-max\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .md-max\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .md-max\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md-max\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md-max\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md-max\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md-max\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md-max\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md-max\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md-max\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md-max\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md-max\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md-max\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md-max\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md-max\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md-max\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md-max\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .md-max\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .md-max\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .md-max\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .md-max\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .md-max\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .md-max\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .md-max\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .md-max\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .md-max\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md-max\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .md-max\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .md-max\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .md-max\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .md-max\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .md-max\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .md-max\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .md-max\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .md-max\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .md-max\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .md-max\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .md-max\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .md-max\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .md-max\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .md-max\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .md-max\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .md-max\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .md-max\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .md-max\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .md-max\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .md-max\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .md-max\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .md-max\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .md-max\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .md-max\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .md-max\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .md-max\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .md-max\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .md-max\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .md-max\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .md-max\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .md-max\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .md-max\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .md-max\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .md-max\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .md-max\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .md-max\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .md-max\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .md-max\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .md-max\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .md-max\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .md-max\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .md-max\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .md-max\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .md-max\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .md-max\:bg-transparent {
    background-color: transparent;
  }

  .md-max\:bg-current {
    background-color: currentColor;
  }

  .md-max\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md-max\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md-max\:bg-slate {
  }

  .md-max\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:bg-zinc {
  }

  .md-max\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md-max\:bg-neutral {
  }

  .md-max\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md-max\:bg-stone {
  }

  .md-max\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md-max\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md-max\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .md-max\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-slate {
  }

  .group:hover .md-max\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-zinc {
  }

  .group:hover .md-max\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-neutral {
  }

  .group:hover .md-max\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-stone {
  }

  .group:hover .md-max\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .md-max\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .md-max\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .md-max\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-slate:focus-within {
  }

  .md-max\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-zinc:focus-within {
  }

  .md-max\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-neutral:focus-within {
  }

  .md-max\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-stone:focus-within {
  }

  .md-max\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md-max\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .md-max\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-slate:hover {
  }

  .md-max\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-zinc:hover {
  }

  .md-max\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-neutral:hover {
  }

  .md-max\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-stone:hover {
  }

  .md-max\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md-max\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md-max\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-slate:focus {
  }

  .md-max\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-zinc:focus {
  }

  .md-max\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-neutral:focus {
  }

  .md-max\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-stone:focus {
  }

  .md-max\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .md-max\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .md-max\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md-max\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md-max\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md-max\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md-max\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md-max\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md-max\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md-max\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md-max\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md-max\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md-max\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md-max\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md-max\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md-max\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md-max\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md-max\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md-max\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .md-max\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .md-max\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .md-max\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .md-max\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .md-max\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .md-max\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .md-max\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .md-max\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .md-max\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .md-max\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .md-max\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .md-max\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .md-max\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .md-max\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .md-max\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .md-max\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .md-max\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .md-max\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .md-max\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .md-max\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .md-max\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .md-max\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .md-max\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .md-max\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .md-max\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .md-max\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .md-max\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .md-max\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .md-max\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .md-max\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .md-max\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .md-max\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .md-max\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .md-max\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .md-max\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .md-max\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .md-max\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .md-max\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .md-max\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .md-max\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .md-max\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .md-max\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .md-max\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .md-max\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .md-max\:bg-none {
    background-image: none;
  }

  .md-max\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md-max\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md-max\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md-max\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md-max\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md-max\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md-max\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md-max\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md-max\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md-max\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md-max\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md-max\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md-max\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md-max\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md-max\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md-max\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md-max\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md-max\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md-max\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md-max\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md-max\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md-max\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md-max\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md-max\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md-max\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md-max\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md-max\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md-max\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md-max\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md-max\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md-max\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md-max\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md-max\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md-max\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md-max\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md-max\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md-max\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md-max\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md-max\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md-max\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md-max\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md-max\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md-max\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md-max\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md-max\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md-max\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md-max\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md-max\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md-max\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md-max\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md-max\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md-max\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md-max\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md-max\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md-max\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md-max\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md-max\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md-max\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md-max\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md-max\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md-max\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md-max\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md-max\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md-max\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md-max\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md-max\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md-max\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md-max\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md-max\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md-max\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md-max\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md-max\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md-max\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md-max\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md-max\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md-max\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md-max\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md-max\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md-max\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md-max\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md-max\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md-max\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md-max\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md-max\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md-max\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md-max\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md-max\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md-max\: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-max\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\: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-max\: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-max\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md-max\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md-max\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md-max\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md-max\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md-max\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md-max\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md-max\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md-max\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md-max\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md-max\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md-max\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md-max\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md-max\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md-max\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md-max\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md-max\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md-max\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md-max\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md-max\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md-max\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md-max\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md-max\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md-max\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md-max\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md-max\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md-max\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md-max\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md-max\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md-max\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md-max\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md-max\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md-max\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md-max\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md-max\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md-max\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md-max\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md-max\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\: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-max\: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-max\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md-max\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md-max\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md-max\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md-max\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md-max\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md-max\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md-max\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md-max\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md-max\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md-max\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md-max\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md-max\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md-max\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md-max\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md-max\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md-max\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md-max\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md-max\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md-max\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md-max\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md-max\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md-max\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md-max\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md-max\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md-max\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md-max\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md-max\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md-max\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md-max\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md-max\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md-max\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md-max\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md-max\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md-max\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md-max\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md-max\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md-max\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md-max\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md-max\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md-max\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md-max\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md-max\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md-max\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md-max\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md-max\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md-max\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md-max\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md-max\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md-max\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md-max\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md-max\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md-max\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md-max\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md-max\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md-max\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md-max\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md-max\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md-max\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md-max\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md-max\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md-max\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md-max\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md-max\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md-max\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md-max\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md-max\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md-max\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md-max\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md-max\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md-max\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md-max\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md-max\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md-max\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md-max\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md-max\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md-max\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md-max\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md-max\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md-max\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md-max\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md-max\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md-max\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md-max\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md-max\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md-max\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md-max\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md-max\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md-max\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md-max\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md-max\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md-max\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md-max\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md-max\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md-max\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md-max\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md-max\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md-max\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md-max\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md-max\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md-max\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md-max\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md-max\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md-max\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md-max\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md-max\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md-max\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md-max\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md-max\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md-max\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md-max\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md-max\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md-max\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md-max\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md-max\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md-max\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md-max\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md-max\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md-max\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md-max\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md-max\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md-max\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md-max\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md-max\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md-max\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md-max\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md-max\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md-max\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md-max\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md-max\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md-max\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md-max\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md-max\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md-max\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md-max\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md-max\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md-max\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md-max\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md-max\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md-max\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md-max\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md-max\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md-max\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md-max\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md-max\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md-max\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md-max\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md-max\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md-max\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md-max\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md-max\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md-max\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md-max\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md-max\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md-max\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md-max\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md-max\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md-max\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md-max\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md-max\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md-max\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md-max\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md-max\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md-max\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md-max\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md-max\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md-max\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md-max\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md-max\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md-max\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md-max\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md-max\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md-max\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md-max\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md-max\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md-max\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md-max\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md-max\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md-max\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md-max\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md-max\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md-max\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md-max\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md-max\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md-max\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md-max\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md-max\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md-max\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md-max\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md-max\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md-max\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md-max\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md-max\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md-max\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md-max\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md-max\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md-max\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md-max\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md-max\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md-max\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md-max\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .md-max\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .md-max\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .md-max\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .md-max\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .md-max\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .md-max\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .md-max\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .md-max\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .md-max\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md-max\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md-max\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .md-max\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .md-max\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .md-max\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .md-max\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .md-max\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .md-max\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .md-max\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .md-max\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md-max\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md-max\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md-max\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md-max\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .md-max\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md-max\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md-max\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md-max\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md-max\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md-max\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md-max\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md-max\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md-max\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .md-max\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .md-max\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .md-max\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .md-max\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .md-max\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md-max\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md-max\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md-max\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md-max\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md-max\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md-max\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .md-max\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md-max\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md-max\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md-max\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md-max\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md-max\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md-max\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md-max\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md-max\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md-max\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md-max\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md-max\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md-max\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md-max\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md-max\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md-max\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md-max\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md-max\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md-max\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md-max\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md-max\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md-max\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md-max\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md-max\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md-max\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md-max\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md-max\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md-max\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md-max\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md-max\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md-max\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md-max\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md-max\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md-max\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md-max\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md-max\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md-max\:to-current {
    --tw-gradient-to: currentColor;
  }

  .md-max\:to-black {
    --tw-gradient-to: #000;
  }

  .md-max\:to-white {
    --tw-gradient-to: #fff;
  }

  .md-max\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .md-max\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .md-max\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .md-max\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .md-max\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .md-max\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .md-max\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .md-max\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .md-max\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .md-max\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .md-max\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .md-max\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .md-max\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .md-max\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .md-max\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .md-max\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .md-max\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .md-max\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .md-max\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .md-max\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .md-max\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .md-max\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .md-max\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .md-max\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .md-max\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .md-max\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .md-max\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .md-max\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .md-max\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .md-max\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .md-max\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .md-max\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .md-max\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .md-max\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .md-max\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .md-max\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .md-max\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .md-max\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .md-max\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .md-max\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .md-max\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .md-max\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .md-max\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .md-max\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .md-max\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .md-max\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .md-max\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .md-max\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .md-max\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .md-max\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .md-max\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .md-max\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .md-max\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .md-max\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .md-max\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .md-max\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .md-max\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .md-max\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .md-max\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .md-max\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .md-max\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .md-max\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .md-max\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .md-max\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .md-max\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .md-max\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .md-max\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .md-max\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .md-max\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .md-max\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .md-max\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .md-max\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .md-max\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .md-max\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .md-max\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .md-max\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .md-max\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .md-max\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .md-max\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .md-max\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .md-max\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md-max\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .md-max\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md-max\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md-max\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .md-max\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .md-max\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .md-max\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .md-max\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .md-max\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .md-max\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .md-max\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .md-max\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .md-max\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .md-max\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .md-max\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .md-max\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .md-max\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .md-max\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .md-max\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .md-max\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .md-max\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .md-max\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .md-max\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .md-max\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .md-max\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .md-max\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .md-max\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .md-max\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .md-max\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .md-max\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .md-max\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .md-max\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .md-max\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .md-max\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .md-max\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .md-max\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .md-max\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .md-max\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .md-max\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .md-max\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .md-max\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .md-max\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .md-max\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .md-max\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .md-max\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .md-max\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .md-max\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .md-max\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .md-max\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .md-max\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .md-max\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .md-max\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .md-max\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .md-max\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .md-max\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .md-max\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .md-max\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .md-max\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .md-max\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .md-max\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .md-max\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .md-max\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .md-max\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .md-max\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .md-max\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .md-max\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .md-max\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .md-max\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .md-max\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .md-max\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .md-max\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .md-max\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .md-max\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .md-max\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .md-max\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .md-max\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .md-max\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .md-max\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .md-max\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .md-max\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .md-max\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .md-max\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .md-max\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .md-max\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md-max\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .md-max\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md-max\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md-max\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .md-max\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .md-max\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .md-max\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .md-max\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .md-max\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .md-max\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .md-max\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .md-max\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .md-max\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .md-max\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .md-max\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .md-max\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .md-max\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .md-max\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .md-max\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .md-max\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .md-max\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .md-max\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .md-max\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .md-max\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .md-max\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .md-max\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .md-max\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .md-max\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .md-max\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .md-max\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .md-max\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .md-max\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .md-max\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .md-max\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .md-max\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .md-max\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .md-max\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .md-max\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .md-max\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .md-max\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .md-max\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .md-max\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .md-max\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .md-max\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .md-max\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .md-max\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .md-max\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .md-max\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .md-max\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .md-max\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .md-max\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .md-max\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .md-max\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .md-max\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .md-max\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .md-max\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .md-max\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .md-max\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .md-max\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .md-max\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .md-max\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .md-max\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .md-max\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .md-max\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .md-max\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .md-max\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .md-max\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .md-max\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .md-max\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .md-max\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .md-max\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .md-max\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .md-max\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .md-max\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .md-max\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .md-max\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .md-max\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .md-max\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .md-max\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .md-max\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .md-max\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .md-max\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .md-max\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .md-max\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md-max\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md-max\:bg-150 {
    background-size: 150%;
  }

  .md-max\:bg-auto {
    background-size: auto;
  }

  .md-max\:bg-cover {
    background-size: cover;
  }

  .md-max\:bg-contain {
    background-size: contain;
  }

  .md-max\:bg-fixed {
    background-attachment: fixed;
  }

  .md-max\:bg-local {
    background-attachment: local;
  }

  .md-max\:bg-scroll {
    background-attachment: scroll;
  }

  .md-max\:bg-clip-border {
    background-clip: border-box;
  }

  .md-max\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md-max\:bg-clip-content {
    background-clip: content-box;
  }

  .md-max\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md-max\:bg-bottom {
    background-position: bottom;
  }

  .md-max\:bg-center {
    background-position: center;
  }

  .md-max\:bg-x-25 {
    background-position: 25% 0;
  }

  .md-max\:bg-left {
    background-position: left;
  }

  .md-max\:bg-left-bottom {
    background-position: left bottom;
  }

  .md-max\:bg-left-top {
    background-position: left top;
  }

  .md-max\:bg-right {
    background-position: right;
  }

  .md-max\:bg-right-bottom {
    background-position: right bottom;
  }

  .md-max\:bg-right-top {
    background-position: right top;
  }

  .md-max\:bg-top {
    background-position: top;
  }

  .md-max\:bg-repeat {
    background-repeat: repeat;
  }

  .md-max\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md-max\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md-max\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md-max\:bg-repeat-round {
    background-repeat: round;
  }

  .md-max\:bg-repeat-space {
    background-repeat: space;
  }

  .md-max\:bg-origin-border {
    background-origin: border-box;
  }

  .md-max\:bg-origin-padding {
    background-origin: padding-box;
  }

  .md-max\:bg-origin-content {
    background-origin: content-box;
  }

  .md-max\:fill-current {
    fill: currentColor;
  }

  .md-max\:stroke-current {
    stroke: currentColor;
  }

  .md-max\:stroke-0 {
    stroke-width: 0;
  }

  .md-max\:stroke-1 {
    stroke-width: 1;
  }

  .md-max\:stroke-2 {
    stroke-width: 2;
  }

  .md-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md-max\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md-max\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md-max\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md-max\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md-max\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md-max\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md-max\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md-max\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md-max\:p-0 {
    padding: 0px;
  }

  .md-max\:p-1 {
    padding: 0.25rem;
  }

  .md-max\:p-2 {
    padding: 0.5rem;
  }

  .md-max\:p-3 {
    padding: 0.75rem;
  }

  .md-max\:p-4 {
    padding: 1rem;
  }

  .md-max\:p-5 {
    padding: 1.25rem;
  }

  .md-max\:p-6 {
    padding: 1.5rem;
  }

  .md-max\:p-7 {
    padding: 1.75rem;
  }

  .md-max\:p-8 {
    padding: 2rem;
  }

  .md-max\:p-9 {
    padding: 2.25rem;
  }

  .md-max\:p-10 {
    padding: 2.5rem;
  }

  .md-max\:p-11 {
    padding: 2.75rem;
  }

  .md-max\:p-12 {
    padding: 3rem;
  }

  .md-max\:p-13 {
    padding: 3.25rem;
  }

  .md-max\:p-14 {
    padding: 3.5rem;
  }

  .md-max\:p-16 {
    padding: 4rem;
  }

  .md-max\:p-19 {
    padding: 4.75rem;
  }

  .md-max\:p-20 {
    padding: 5rem;
  }

  .md-max\:p-24 {
    padding: 6rem;
  }

  .md-max\:p-25 {
    padding: 6.25rem;
  }

  .md-max\:p-28 {
    padding: 7rem;
  }

  .md-max\:p-30 {
    padding: 7.5rem;
  }

  .md-max\:p-32 {
    padding: 8rem;
  }

  .md-max\:p-34 {
    padding: 8.5rem;
  }

  .md-max\:p-36 {
    padding: 9rem;
  }

  .md-max\:p-40 {
    padding: 10rem;
  }

  .md-max\:p-42 {
    padding: 10.5rem;
  }

  .md-max\:p-44 {
    padding: 11rem;
  }

  .md-max\:p-46 {
    padding: 11.5rem;
  }

  .md-max\:p-48 {
    padding: 12rem;
  }

  .md-max\:p-50 {
    padding: 12.5rem;
  }

  .md-max\:p-52 {
    padding: 13rem;
  }

  .md-max\:p-54 {
    padding: 13.5rem;
  }

  .md-max\:p-56 {
    padding: 14rem;
  }

  .md-max\:p-60 {
    padding: 15rem;
  }

  .md-max\:p-64 {
    padding: 16rem;
  }

  .md-max\:p-68 {
    padding: 17rem;
  }

  .md-max\:p-72 {
    padding: 18rem;
  }

  .md-max\:p-75 {
    padding: 18.75rem;
  }

  .md-max\:p-80 {
    padding: 20rem;
  }

  .md-max\:p-85 {
    padding: 22rem;
  }

  .md-max\:p-90 {
    padding: 22.5rem;
  }

  .md-max\:p-92 {
    padding: 23rem;
  }

  .md-max\:p-96 {
    padding: 24rem;
  }

  .md-max\:p-100 {
    padding: 25rem;
  }

  .md-max\:p-116 {
    padding: 29rem;
  }

  .md-max\:p-120 {
    padding: 30rem;
  }

  .md-max\:p-125 {
    padding: 31.25rem;
  }

  .md-max\:p-135 {
    padding: 33.75rem;
  }

  .md-max\:p-160 {
    padding: 40rem;
  }

  .md-max\:p-180 {
    padding: 45rem;
  }

  .md-max\:p-240 {
    padding: 60rem;
  }

  .md-max\:p-285 {
    padding: 71.25rem;
  }

  .md-max\:p-330 {
    padding: 82.5rem;
  }

  .md-max\:p-unset {
    padding: unset;
  }

  .md-max\:p-px {
    padding: 1px;
  }

  .md-max\:p-0\.4 {
    padding: 0.1rem;
  }

  .md-max\:p-0\.5 {
    padding: 0.125rem;
  }

  .md-max\:p-0\.6 {
    padding: 0.15rem;
  }

  .md-max\:p-0\.75 {
    padding: 0.2rem;
  }

  .md-max\:p-1\.2 {
    padding: 0.3rem;
  }

  .md-max\:p-1\.25 {
    padding: 0.3125rem;
  }

  .md-max\:p-1\.4 {
    padding: 0.35rem;
  }

  .md-max\:p-1\.5 {
    padding: 0.375rem;
  }

  .md-max\:p-1\.6 {
    padding: 0.4rem;
  }

  .md-max\:p-1\.75 {
    padding: 0.4375rem;
  }

  .md-max\:p-1\.8 {
    padding: 0.45rem;
  }

  .md-max\:p-2\.2 {
    padding: 0.55rem;
  }

  .md-max\:p-2\.5 {
    padding: 0.625rem;
  }

  .md-max\:p-2\.6 {
    padding: 0.65rem;
  }

  .md-max\:p-2\.7 {
    padding: 0.675rem;
  }

  .md-max\:p-2\.8 {
    padding: 0.7rem;
  }

  .md-max\:p-3\.4 {
    padding: 0.85rem;
  }

  .md-max\:p-3\.5 {
    padding: 0.875rem;
  }

  .md-max\:p-3\.6 {
    padding: 0.9rem;
  }

  .md-max\:p-4\.5 {
    padding: 1.125rem;
  }

  .md-max\:p-4\.8 {
    padding: 1.2rem;
  }

  .md-max\:p-5\.3 {
    padding: 1.3rem;
  }

  .md-max\:p-5\.4 {
    padding: 1.35rem;
  }

  .md-max\:p-5\.5 {
    padding: 1.375rem;
  }

  .md-max\:p-5\.6 {
    padding: 1.4rem;
  }

  .md-max\:p-6\.5 {
    padding: 1.625rem;
  }

  .md-max\:p-70\/100 {
    padding: 70%;
  }

  .md-max\:p-31\/100 {
    padding: 31%;
  }

  .md-max\:p-15\/100 {
    padding: 15%;
  }

  .md-max\:p-1\/100 {
    padding: 1%;
  }

  .md-max\:p-1\/10 {
    padding: 10%;
  }

  .md-max\:p-1\/2 {
    padding: 50%;
  }

  .md-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md-max\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-max\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-max\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md-max\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md-max\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md-max\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md-max\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md-max\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md-max\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md-max\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md-max\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md-max\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md-max\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md-max\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md-max\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md-max\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md-max\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md-max\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md-max\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md-max\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md-max\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md-max\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md-max\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md-max\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md-max\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md-max\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .md-max\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md-max\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .md-max\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md-max\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md-max\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md-max\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md-max\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md-max\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md-max\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md-max\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .md-max\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md-max\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .md-max\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md-max\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .md-max\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .md-max\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .md-max\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md-max\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md-max\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .md-max\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md-max\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .md-max\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .md-max\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .md-max\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .md-max\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .md-max\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .md-max\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .md-max\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .md-max\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-max\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .md-max\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md-max\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .md-max\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md-max\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .md-max\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .md-max\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .md-max\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md-max\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md-max\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .md-max\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .md-max\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .md-max\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md-max\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .md-max\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .md-max\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .md-max\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .md-max\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md-max\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .md-max\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .md-max\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .md-max\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .md-max\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .md-max\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .md-max\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .md-max\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .md-max\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md-max\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .md-max\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .md-max\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md-max\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md-max\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md-max\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md-max\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-max\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md-max\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md-max\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md-max\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md-max\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md-max\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md-max\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md-max\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md-max\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md-max\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md-max\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md-max\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md-max\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md-max\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md-max\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md-max\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md-max\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md-max\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md-max\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md-max\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md-max\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md-max\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md-max\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md-max\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .md-max\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md-max\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .md-max\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md-max\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md-max\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md-max\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md-max\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md-max\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md-max\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md-max\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .md-max\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md-max\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .md-max\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md-max\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .md-max\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .md-max\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .md-max\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md-max\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md-max\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .md-max\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md-max\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .md-max\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .md-max\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .md-max\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .md-max\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .md-max\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .md-max\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .md-max\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .md-max\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-max\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .md-max\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md-max\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .md-max\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .md-max\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .md-max\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .md-max\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .md-max\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md-max\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .md-max\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .md-max\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .md-max\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .md-max\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md-max\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .md-max\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .md-max\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .md-max\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .md-max\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md-max\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .md-max\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .md-max\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .md-max\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .md-max\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .md-max\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .md-max\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .md-max\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .md-max\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md-max\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .md-max\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .md-max\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md-max\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md-max\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md-max\:pt-0 {
    padding-top: 0px;
  }

  .md-max\:pt-1 {
    padding-top: 0.25rem;
  }

  .md-max\:pt-2 {
    padding-top: 0.5rem;
  }

  .md-max\:pt-3 {
    padding-top: 0.75rem;
  }

  .md-max\:pt-4 {
    padding-top: 1rem;
  }

  .md-max\:pt-5 {
    padding-top: 1.25rem;
  }

  .md-max\:pt-6 {
    padding-top: 1.5rem;
  }

  .md-max\:pt-7 {
    padding-top: 1.75rem;
  }

  .md-max\:pt-8 {
    padding-top: 2rem;
  }

  .md-max\:pt-9 {
    padding-top: 2.25rem;
  }

  .md-max\:pt-10 {
    padding-top: 2.5rem;
  }

  .md-max\:pt-11 {
    padding-top: 2.75rem;
  }

  .md-max\:pt-12 {
    padding-top: 3rem;
  }

  .md-max\:pt-13 {
    padding-top: 3.25rem;
  }

  .md-max\:pt-14 {
    padding-top: 3.5rem;
  }

  .md-max\:pt-16 {
    padding-top: 4rem;
  }

  .md-max\:pt-19 {
    padding-top: 4.75rem;
  }

  .md-max\:pt-20 {
    padding-top: 5rem;
  }

  .md-max\:pt-24 {
    padding-top: 6rem;
  }

  .md-max\:pt-25 {
    padding-top: 6.25rem;
  }

  .md-max\:pt-28 {
    padding-top: 7rem;
  }

  .md-max\:pt-30 {
    padding-top: 7.5rem;
  }

  .md-max\:pt-32 {
    padding-top: 8rem;
  }

  .md-max\:pt-34 {
    padding-top: 8.5rem;
  }

  .md-max\:pt-36 {
    padding-top: 9rem;
  }

  .md-max\:pt-40 {
    padding-top: 10rem;
  }

  .md-max\:pt-42 {
    padding-top: 10.5rem;
  }

  .md-max\:pt-44 {
    padding-top: 11rem;
  }

  .md-max\:pt-46 {
    padding-top: 11.5rem;
  }

  .md-max\:pt-48 {
    padding-top: 12rem;
  }

  .md-max\:pt-50 {
    padding-top: 12.5rem;
  }

  .md-max\:pt-52 {
    padding-top: 13rem;
  }

  .md-max\:pt-54 {
    padding-top: 13.5rem;
  }

  .md-max\:pt-56 {
    padding-top: 14rem;
  }

  .md-max\:pt-60 {
    padding-top: 15rem;
  }

  .md-max\:pt-64 {
    padding-top: 16rem;
  }

  .md-max\:pt-68 {
    padding-top: 17rem;
  }

  .md-max\:pt-72 {
    padding-top: 18rem;
  }

  .md-max\:pt-75 {
    padding-top: 18.75rem;
  }

  .md-max\:pt-80 {
    padding-top: 20rem;
  }

  .md-max\:pt-85 {
    padding-top: 22rem;
  }

  .md-max\:pt-90 {
    padding-top: 22.5rem;
  }

  .md-max\:pt-92 {
    padding-top: 23rem;
  }

  .md-max\:pt-96 {
    padding-top: 24rem;
  }

  .md-max\:pt-100 {
    padding-top: 25rem;
  }

  .md-max\:pt-116 {
    padding-top: 29rem;
  }

  .md-max\:pt-120 {
    padding-top: 30rem;
  }

  .md-max\:pt-125 {
    padding-top: 31.25rem;
  }

  .md-max\:pt-135 {
    padding-top: 33.75rem;
  }

  .md-max\:pt-160 {
    padding-top: 40rem;
  }

  .md-max\:pt-180 {
    padding-top: 45rem;
  }

  .md-max\:pt-240 {
    padding-top: 60rem;
  }

  .md-max\:pt-285 {
    padding-top: 71.25rem;
  }

  .md-max\:pt-330 {
    padding-top: 82.5rem;
  }

  .md-max\:pt-unset {
    padding-top: unset;
  }

  .md-max\:pt-px {
    padding-top: 1px;
  }

  .md-max\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .md-max\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md-max\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .md-max\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .md-max\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .md-max\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .md-max\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .md-max\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md-max\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .md-max\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .md-max\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .md-max\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .md-max\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md-max\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .md-max\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .md-max\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .md-max\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .md-max\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md-max\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .md-max\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .md-max\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .md-max\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .md-max\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .md-max\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .md-max\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .md-max\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .md-max\:pt-70\/100 {
    padding-top: 70%;
  }

  .md-max\:pt-31\/100 {
    padding-top: 31%;
  }

  .md-max\:pt-15\/100 {
    padding-top: 15%;
  }

  .md-max\:pt-1\/100 {
    padding-top: 1%;
  }

  .md-max\:pt-1\/10 {
    padding-top: 10%;
  }

  .md-max\:pt-1\/2 {
    padding-top: 50%;
  }

  .md-max\:pr-0 {
    padding-right: 0px;
  }

  .md-max\:pr-1 {
    padding-right: 0.25rem;
  }

  .md-max\:pr-2 {
    padding-right: 0.5rem;
  }

  .md-max\:pr-3 {
    padding-right: 0.75rem;
  }

  .md-max\:pr-4 {
    padding-right: 1rem;
  }

  .md-max\:pr-5 {
    padding-right: 1.25rem;
  }

  .md-max\:pr-6 {
    padding-right: 1.5rem;
  }

  .md-max\:pr-7 {
    padding-right: 1.75rem;
  }

  .md-max\:pr-8 {
    padding-right: 2rem;
  }

  .md-max\:pr-9 {
    padding-right: 2.25rem;
  }

  .md-max\:pr-10 {
    padding-right: 2.5rem;
  }

  .md-max\:pr-11 {
    padding-right: 2.75rem;
  }

  .md-max\:pr-12 {
    padding-right: 3rem;
  }

  .md-max\:pr-13 {
    padding-right: 3.25rem;
  }

  .md-max\:pr-14 {
    padding-right: 3.5rem;
  }

  .md-max\:pr-16 {
    padding-right: 4rem;
  }

  .md-max\:pr-19 {
    padding-right: 4.75rem;
  }

  .md-max\:pr-20 {
    padding-right: 5rem;
  }

  .md-max\:pr-24 {
    padding-right: 6rem;
  }

  .md-max\:pr-25 {
    padding-right: 6.25rem;
  }

  .md-max\:pr-28 {
    padding-right: 7rem;
  }

  .md-max\:pr-30 {
    padding-right: 7.5rem;
  }

  .md-max\:pr-32 {
    padding-right: 8rem;
  }

  .md-max\:pr-34 {
    padding-right: 8.5rem;
  }

  .md-max\:pr-36 {
    padding-right: 9rem;
  }

  .md-max\:pr-40 {
    padding-right: 10rem;
  }

  .md-max\:pr-42 {
    padding-right: 10.5rem;
  }

  .md-max\:pr-44 {
    padding-right: 11rem;
  }

  .md-max\:pr-46 {
    padding-right: 11.5rem;
  }

  .md-max\:pr-48 {
    padding-right: 12rem;
  }

  .md-max\:pr-50 {
    padding-right: 12.5rem;
  }

  .md-max\:pr-52 {
    padding-right: 13rem;
  }

  .md-max\:pr-54 {
    padding-right: 13.5rem;
  }

  .md-max\:pr-56 {
    padding-right: 14rem;
  }

  .md-max\:pr-60 {
    padding-right: 15rem;
  }

  .md-max\:pr-64 {
    padding-right: 16rem;
  }

  .md-max\:pr-68 {
    padding-right: 17rem;
  }

  .md-max\:pr-72 {
    padding-right: 18rem;
  }

  .md-max\:pr-75 {
    padding-right: 18.75rem;
  }

  .md-max\:pr-80 {
    padding-right: 20rem;
  }

  .md-max\:pr-85 {
    padding-right: 22rem;
  }

  .md-max\:pr-90 {
    padding-right: 22.5rem;
  }

  .md-max\:pr-92 {
    padding-right: 23rem;
  }

  .md-max\:pr-96 {
    padding-right: 24rem;
  }

  .md-max\:pr-100 {
    padding-right: 25rem;
  }

  .md-max\:pr-116 {
    padding-right: 29rem;
  }

  .md-max\:pr-120 {
    padding-right: 30rem;
  }

  .md-max\:pr-125 {
    padding-right: 31.25rem;
  }

  .md-max\:pr-135 {
    padding-right: 33.75rem;
  }

  .md-max\:pr-160 {
    padding-right: 40rem;
  }

  .md-max\:pr-180 {
    padding-right: 45rem;
  }

  .md-max\:pr-240 {
    padding-right: 60rem;
  }

  .md-max\:pr-285 {
    padding-right: 71.25rem;
  }

  .md-max\:pr-330 {
    padding-right: 82.5rem;
  }

  .md-max\:pr-unset {
    padding-right: unset;
  }

  .md-max\:pr-px {
    padding-right: 1px;
  }

  .md-max\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .md-max\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md-max\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .md-max\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .md-max\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .md-max\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .md-max\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .md-max\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md-max\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .md-max\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .md-max\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .md-max\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .md-max\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md-max\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .md-max\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .md-max\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .md-max\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .md-max\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md-max\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .md-max\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .md-max\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .md-max\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .md-max\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .md-max\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .md-max\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .md-max\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .md-max\:pr-70\/100 {
    padding-right: 70%;
  }

  .md-max\:pr-31\/100 {
    padding-right: 31%;
  }

  .md-max\:pr-15\/100 {
    padding-right: 15%;
  }

  .md-max\:pr-1\/100 {
    padding-right: 1%;
  }

  .md-max\:pr-1\/10 {
    padding-right: 10%;
  }

  .md-max\:pr-1\/2 {
    padding-right: 50%;
  }

  .md-max\:pb-0 {
    padding-bottom: 0px;
  }

  .md-max\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md-max\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md-max\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md-max\:pb-4 {
    padding-bottom: 1rem;
  }

  .md-max\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md-max\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md-max\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md-max\:pb-8 {
    padding-bottom: 2rem;
  }

  .md-max\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md-max\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md-max\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md-max\:pb-12 {
    padding-bottom: 3rem;
  }

  .md-max\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .md-max\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md-max\:pb-16 {
    padding-bottom: 4rem;
  }

  .md-max\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .md-max\:pb-20 {
    padding-bottom: 5rem;
  }

  .md-max\:pb-24 {
    padding-bottom: 6rem;
  }

  .md-max\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .md-max\:pb-28 {
    padding-bottom: 7rem;
  }

  .md-max\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .md-max\:pb-32 {
    padding-bottom: 8rem;
  }

  .md-max\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .md-max\:pb-36 {
    padding-bottom: 9rem;
  }

  .md-max\:pb-40 {
    padding-bottom: 10rem;
  }

  .md-max\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .md-max\:pb-44 {
    padding-bottom: 11rem;
  }

  .md-max\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .md-max\:pb-48 {
    padding-bottom: 12rem;
  }

  .md-max\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .md-max\:pb-52 {
    padding-bottom: 13rem;
  }

  .md-max\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .md-max\:pb-56 {
    padding-bottom: 14rem;
  }

  .md-max\:pb-60 {
    padding-bottom: 15rem;
  }

  .md-max\:pb-64 {
    padding-bottom: 16rem;
  }

  .md-max\:pb-68 {
    padding-bottom: 17rem;
  }

  .md-max\:pb-72 {
    padding-bottom: 18rem;
  }

  .md-max\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .md-max\:pb-80 {
    padding-bottom: 20rem;
  }

  .md-max\:pb-85 {
    padding-bottom: 22rem;
  }

  .md-max\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .md-max\:pb-92 {
    padding-bottom: 23rem;
  }

  .md-max\:pb-96 {
    padding-bottom: 24rem;
  }

  .md-max\:pb-100 {
    padding-bottom: 25rem;
  }

  .md-max\:pb-116 {
    padding-bottom: 29rem;
  }

  .md-max\:pb-120 {
    padding-bottom: 30rem;
  }

  .md-max\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .md-max\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .md-max\:pb-160 {
    padding-bottom: 40rem;
  }

  .md-max\:pb-180 {
    padding-bottom: 45rem;
  }

  .md-max\:pb-240 {
    padding-bottom: 60rem;
  }

  .md-max\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .md-max\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .md-max\:pb-unset {
    padding-bottom: unset;
  }

  .md-max\:pb-px {
    padding-bottom: 1px;
  }

  .md-max\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .md-max\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md-max\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .md-max\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .md-max\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .md-max\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .md-max\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .md-max\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md-max\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .md-max\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .md-max\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .md-max\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .md-max\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md-max\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .md-max\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .md-max\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .md-max\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .md-max\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md-max\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .md-max\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .md-max\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .md-max\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .md-max\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .md-max\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .md-max\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .md-max\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .md-max\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .md-max\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .md-max\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .md-max\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .md-max\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .md-max\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .md-max\:pl-0 {
    padding-left: 0px;
  }

  .md-max\:pl-1 {
    padding-left: 0.25rem;
  }

  .md-max\:pl-2 {
    padding-left: 0.5rem;
  }

  .md-max\:pl-3 {
    padding-left: 0.75rem;
  }

  .md-max\:pl-4 {
    padding-left: 1rem;
  }

  .md-max\:pl-5 {
    padding-left: 1.25rem;
  }

  .md-max\:pl-6 {
    padding-left: 1.5rem;
  }

  .md-max\:pl-7 {
    padding-left: 1.75rem;
  }

  .md-max\:pl-8 {
    padding-left: 2rem;
  }

  .md-max\:pl-9 {
    padding-left: 2.25rem;
  }

  .md-max\:pl-10 {
    padding-left: 2.5rem;
  }

  .md-max\:pl-11 {
    padding-left: 2.75rem;
  }

  .md-max\:pl-12 {
    padding-left: 3rem;
  }

  .md-max\:pl-13 {
    padding-left: 3.25rem;
  }

  .md-max\:pl-14 {
    padding-left: 3.5rem;
  }

  .md-max\:pl-16 {
    padding-left: 4rem;
  }

  .md-max\:pl-19 {
    padding-left: 4.75rem;
  }

  .md-max\:pl-20 {
    padding-left: 5rem;
  }

  .md-max\:pl-24 {
    padding-left: 6rem;
  }

  .md-max\:pl-25 {
    padding-left: 6.25rem;
  }

  .md-max\:pl-28 {
    padding-left: 7rem;
  }

  .md-max\:pl-30 {
    padding-left: 7.5rem;
  }

  .md-max\:pl-32 {
    padding-left: 8rem;
  }

  .md-max\:pl-34 {
    padding-left: 8.5rem;
  }

  .md-max\:pl-36 {
    padding-left: 9rem;
  }

  .md-max\:pl-40 {
    padding-left: 10rem;
  }

  .md-max\:pl-42 {
    padding-left: 10.5rem;
  }

  .md-max\:pl-44 {
    padding-left: 11rem;
  }

  .md-max\:pl-46 {
    padding-left: 11.5rem;
  }

  .md-max\:pl-48 {
    padding-left: 12rem;
  }

  .md-max\:pl-50 {
    padding-left: 12.5rem;
  }

  .md-max\:pl-52 {
    padding-left: 13rem;
  }

  .md-max\:pl-54 {
    padding-left: 13.5rem;
  }

  .md-max\:pl-56 {
    padding-left: 14rem;
  }

  .md-max\:pl-60 {
    padding-left: 15rem;
  }

  .md-max\:pl-64 {
    padding-left: 16rem;
  }

  .md-max\:pl-68 {
    padding-left: 17rem;
  }

  .md-max\:pl-72 {
    padding-left: 18rem;
  }

  .md-max\:pl-75 {
    padding-left: 18.75rem;
  }

  .md-max\:pl-80 {
    padding-left: 20rem;
  }

  .md-max\:pl-85 {
    padding-left: 22rem;
  }

  .md-max\:pl-90 {
    padding-left: 22.5rem;
  }

  .md-max\:pl-92 {
    padding-left: 23rem;
  }

  .md-max\:pl-96 {
    padding-left: 24rem;
  }

  .md-max\:pl-100 {
    padding-left: 25rem;
  }

  .md-max\:pl-116 {
    padding-left: 29rem;
  }

  .md-max\:pl-120 {
    padding-left: 30rem;
  }

  .md-max\:pl-125 {
    padding-left: 31.25rem;
  }

  .md-max\:pl-135 {
    padding-left: 33.75rem;
  }

  .md-max\:pl-160 {
    padding-left: 40rem;
  }

  .md-max\:pl-180 {
    padding-left: 45rem;
  }

  .md-max\:pl-240 {
    padding-left: 60rem;
  }

  .md-max\:pl-285 {
    padding-left: 71.25rem;
  }

  .md-max\:pl-330 {
    padding-left: 82.5rem;
  }

  .md-max\:pl-unset {
    padding-left: unset;
  }

  .md-max\:pl-px {
    padding-left: 1px;
  }

  .md-max\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .md-max\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md-max\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .md-max\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .md-max\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .md-max\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .md-max\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .md-max\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md-max\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .md-max\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .md-max\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .md-max\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .md-max\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md-max\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .md-max\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .md-max\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .md-max\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .md-max\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md-max\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .md-max\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .md-max\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .md-max\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .md-max\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .md-max\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .md-max\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .md-max\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .md-max\:pl-70\/100 {
    padding-left: 70%;
  }

  .md-max\:pl-31\/100 {
    padding-left: 31%;
  }

  .md-max\:pl-15\/100 {
    padding-left: 15%;
  }

  .md-max\:pl-1\/100 {
    padding-left: 1%;
  }

  .md-max\:pl-1\/10 {
    padding-left: 10%;
  }

  .md-max\:pl-1\/2 {
    padding-left: 50%;
  }

  .md-max\:text-left {
    text-align: left;
  }

  .md-max\:text-center {
    text-align: center;
  }

  .md-max\:text-right {
    text-align: right;
  }

  .md-max\:text-justify {
    text-align: justify;
  }

  .md-max\:align-baseline {
    vertical-align: baseline;
  }

  .md-max\:align-top {
    vertical-align: top;
  }

  .md-max\:align-middle {
    vertical-align: middle;
  }

  .md-max\:align-bottom {
    vertical-align: bottom;
  }

  .md-max\:align-text-top {
    vertical-align: text-top;
  }

  .md-max\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md-max\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .md-max\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .md-max\:font-body {
    font-family: Roboto, sans-serif;
  }

  .md-max\:font-awesome {
    font-family: FontAwesome;
  }

  .md-max\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .md-max\:text-inherit {
    font-size: inherit;
  }

  .md-max\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .md-max\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .md-max\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md-max\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .md-max\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md-max\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md-max\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md-max\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md-max\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md-max\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md-max\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md-max\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md-max\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md-max\:text-8xl {
    font-size: 5rem;
    line-height: 1;
  }

  .md-max\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md-max\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md-max\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .md-max\:font-thin {
    font-weight: 100;
  }

  .md-max\:font-extralight {
    font-weight: 200;
  }

  .md-max\:font-light {
    font-weight: 300;
  }

  .md-max\:font-normal {
    font-weight: 400;
  }

  .md-max\:font-medium {
    font-weight: 500;
  }

  .md-max\:font-semibold {
    font-weight: 600;
  }

  .md-max\:font-bold {
    font-weight: 700;
  }

  .md-max\:font-extrabold {
    font-weight: 800;
  }

  .md-max\:font-black {
    font-weight: 900;
  }

  .md-max\:uppercase {
    text-transform: uppercase;
  }

  .md-max\:lowercase {
    text-transform: lowercase;
  }

  .md-max\:capitalize {
    text-transform: capitalize;
  }

  .md-max\:normal-case {
    text-transform: none;
  }

  .md-max\:italic {
    font-style: italic;
  }

  .md-max\:not-italic {
    font-style: normal;
  }

  .md-max\:ordinal, .md-max\:slashed-zero, .md-max\:lining-nums, .md-max\:oldstyle-nums, .md-max\:proportional-nums, .md-max\:tabular-nums, .md-max\:diagonal-fractions, .md-max\: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-max\:normal-nums {
    font-variant-numeric: normal;
  }

  .md-max\:ordinal {
    --tw-ordinal: ordinal;
  }

  .md-max\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md-max\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md-max\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md-max\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md-max\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md-max\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md-max\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md-max\:leading-3 {
    line-height: .75rem;
  }

  .md-max\:leading-4 {
    line-height: 1rem;
  }

  .md-max\:leading-5 {
    line-height: 1.25rem;
  }

  .md-max\:leading-6 {
    line-height: 1.5rem;
  }

  .md-max\:leading-7 {
    line-height: 1.75rem;
  }

  .md-max\:leading-8 {
    line-height: 2rem;
  }

  .md-max\:leading-9 {
    line-height: 2.25rem;
  }

  .md-max\:leading-10 {
    line-height: 2.5rem;
  }

  .md-max\:leading-none {
    line-height: 1;
  }

  .md-max\:leading-tight {
    line-height: 1.25;
  }

  .md-max\:leading-snug {
    line-height: 1.375;
  }

  .md-max\:leading-normal {
    line-height: 1.5;
  }

  .md-max\:leading-relaxed {
    line-height: 1.625;
  }

  .md-max\:leading-loose {
    line-height: 2;
  }

  .md-max\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md-max\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md-max\:tracking-normal {
    letter-spacing: 0em;
  }

  .md-max\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md-max\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md-max\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md-max\:text-transparent {
    color: transparent;
  }

  .md-max\:text-current {
    color: currentColor;
  }

  .md-max\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md-max\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md-max\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md-max\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md-max\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md-max\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md-max\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md-max\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md-max\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md-max\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md-max\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md-max\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md-max\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .md-max\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .md-max\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md-max\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md-max\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .md-max\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .md-max\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .md-max\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .md-max\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .md-max\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .md-max\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md-max\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md-max\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md-max\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md-max\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md-max\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md-max\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md-max\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md-max\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md-max\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md-max\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md-max\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md-max\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md-max\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md-max\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md-max\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md-max\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md-max\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md-max\:text-slate {
  }

  .md-max\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:text-zinc {
  }

  .md-max\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md-max\:text-neutral {
  }

  .md-max\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md-max\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md-max\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md-max\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md-max\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md-max\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md-max\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md-max\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md-max\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md-max\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md-max\:text-stone {
  }

  .md-max\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .md-max\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .md-max\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .md-max\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .md-max\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .md-max\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md-max\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .md-max\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .md-max\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md-max\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md-max\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md-max\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md-max\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .md-max\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md-max\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .md-max\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-slate {
  }

  .group:hover .md-max\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-zinc {
  }

  .group:hover .md-max\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-neutral {
  }

  .group:hover .md-max\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-stone {
  }

  .group:hover .md-max\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .md-max\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md-max\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .md-max\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-slate:focus-within {
  }

  .md-max\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-zinc:focus-within {
  }

  .md-max\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-neutral:focus-within {
  }

  .md-max\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-stone:focus-within {
  }

  .md-max\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md-max\:hover\:text-current:hover {
    color: currentColor;
  }

  .md-max\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-slate:hover {
  }

  .md-max\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-zinc:hover {
  }

  .md-max\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-neutral:hover {
  }

  .md-max\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-stone:hover {
  }

  .md-max\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md-max\:focus\:text-current:focus {
    color: currentColor;
  }

  .md-max\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-slate:focus {
  }

  .md-max\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-zinc:focus {
  }

  .md-max\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-neutral:focus {
  }

  .md-max\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-stone:focus {
  }

  .md-max\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .md-max\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .md-max\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md-max\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md-max\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md-max\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md-max\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md-max\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md-max\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md-max\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md-max\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md-max\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md-max\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md-max\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md-max\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md-max\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md-max\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .md-max\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .md-max\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .md-max\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .md-max\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .md-max\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .md-max\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .md-max\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .md-max\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .md-max\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .md-max\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .md-max\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md-max\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .md-max\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .md-max\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .md-max\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .md-max\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .md-max\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .md-max\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .md-max\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .md-max\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .md-max\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .md-max\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .md-max\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .md-max\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .md-max\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .md-max\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .md-max\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .md-max\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .md-max\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .md-max\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .md-max\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .md-max\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .md-max\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .md-max\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .md-max\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .md-max\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .md-max\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .md-max\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .md-max\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .md-max\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .md-max\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .md-max\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .md-max\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .md-max\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .md-max\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .md-max\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .md-max\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .md-max\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .md-max\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .md-max\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .md-max\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .md-max\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .md-max\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .md-max\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .md-max\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .md-max\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .md-max\:underline {
    text-decoration: underline;
  }

  .md-max\:line-through {
    text-decoration: line-through;
  }

  .md-max\:no-underline {
    text-decoration: none;
  }

  .group:hover .md-max\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md-max\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md-max\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md-max\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md-max\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md-max\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md-max\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md-max\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md-max\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md-max\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md-max\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md-max\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md-max\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-max\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-max\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md-max\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md-max\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .md-max\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md-max\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-slate::-moz-placeholder {
  }

  .md-max\:placeholder-slate::placeholder {
  }

  .md-max\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-zinc::-moz-placeholder {
  }

  .md-max\:placeholder-zinc::placeholder {
  }

  .md-max\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-neutral::-moz-placeholder {
  }

  .md-max\:placeholder-neutral::placeholder {
  }

  .md-max\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-stone::-moz-placeholder {
  }

  .md-max\:placeholder-stone::placeholder {
  }

  .md-max\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md-max\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md-max\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .md-max\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .md-max\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .md-max\:focus\:placeholder-slate:focus::placeholder {
  }

  .md-max\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .md-max\:focus\:placeholder-zinc:focus::placeholder {
  }

  .md-max\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .md-max\:focus\:placeholder-neutral:focus::placeholder {
  }

  .md-max\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .md-max\:focus\:placeholder-stone:focus::placeholder {
  }

  .md-max\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .md-max\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md-max\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md-max\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md-max\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md-max\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md-max\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md-max\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md-max\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md-max\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md-max\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md-max\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md-max\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md-max\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md-max\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md-max\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md-max\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md-max\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md-max\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md-max\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md-max\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md-max\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md-max\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md-max\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md-max\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md-max\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md-max\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md-max\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md-max\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md-max\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md-max\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md-max\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md-max\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md-max\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md-max\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md-max\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md-max\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md-max\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md-max\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md-max\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md-max\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md-max\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md-max\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md-max\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md-max\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md-max\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md-max\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md-max\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md-max\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md-max\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md-max\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md-max\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md-max\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md-max\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md-max\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md-max\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md-max\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md-max\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md-max\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md-max\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md-max\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md-max\:opacity-0 {
    opacity: 0;
  }

  .md-max\:opacity-5 {
    opacity: 0.05;
  }

  .md-max\:opacity-10 {
    opacity: 0.1;
  }

  .md-max\:opacity-20 {
    opacity: 0.2;
  }

  .md-max\:opacity-25 {
    opacity: 0.25;
  }

  .md-max\:opacity-30 {
    opacity: 0.3;
  }

  .md-max\:opacity-40 {
    opacity: 0.4;
  }

  .md-max\:opacity-50 {
    opacity: 0.5;
  }

  .md-max\:opacity-60 {
    opacity: 0.6;
  }

  .md-max\:opacity-70 {
    opacity: 0.7;
  }

  .md-max\:opacity-75 {
    opacity: 0.75;
  }

  .md-max\:opacity-80 {
    opacity: 0.8;
  }

  .md-max\:opacity-90 {
    opacity: 0.9;
  }

  .md-max\:opacity-95 {
    opacity: 0.95;
  }

  .md-max\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md-max\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md-max\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .md-max\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .md-max\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .md-max\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md-max\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .md-max\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .md-max\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md-max\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .md-max\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .md-max\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md-max\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md-max\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .md-max\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .md-max\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md-max\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md-max\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .md-max\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .md-max\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .md-max\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .md-max\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .md-max\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .md-max\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .md-max\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .md-max\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .md-max\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .md-max\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .md-max\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .md-max\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .md-max\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .md-max\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md-max\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .md-max\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .md-max\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .md-max\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md-max\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .md-max\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .md-max\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md-max\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .md-max\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .md-max\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md-max\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md-max\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md-max\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .md-max\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md-max\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md-max\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .md-max\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .md-max\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .md-max\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md-max\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .md-max\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .md-max\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md-max\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .md-max\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .md-max\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md-max\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md-max\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .md-max\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .md-max\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md-max\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .md-max\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .md-max\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .md-max\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .md-max\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .md-max\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .md-max\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .md-max\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .md-max\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .md-max\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .md-max\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .md-max\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .md-max\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .md-max\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .md-max\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .md-max\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .md-max\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md-max\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .md-max\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md-max\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .md-max\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md-max\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md-max\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md-max\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md-max\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md-max\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .md-max\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md-max\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .md-max\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md-max\:bg-blend-color {
    background-blend-mode: color;
  }

  .md-max\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md-max\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md-max\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md-max\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md-max\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md-max\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md-max\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md-max\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md-max\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md-max\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md-max\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md-max\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md-max\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md-max\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md-max\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md-max\:mix-blend-color {
    mix-blend-mode: color;
  }

  .md-max\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md-max\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:group-hover\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:group-hover\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:group-hover\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md-max\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus-within\:shadow-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus-within\:shadow-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus-within\:shadow-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:hover\:shadow-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:hover\:shadow-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-xl:hover {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus\:shadow-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus\:shadow-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus\:shadow-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-xl:focus {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md-max\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md-max\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md-max\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:ring-inset {
    --tw-ring-inset: inset;
  }

  .md-max\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md-max\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md-max\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md-max\:ring-current {
    --tw-ring-color: currentColor;
  }

  .md-max\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md-max\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md-max\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md-max\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md-max\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md-max\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md-max\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md-max\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md-max\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md-max\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .md-max\:ring-slate {
  }

  .md-max\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md-max\:ring-zinc {
  }

  .md-max\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md-max\:ring-neutral {
  }

  .md-max\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md-max\:ring-stone {
  }

  .md-max\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md-max\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md-max\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md-max\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md-max\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md-max\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md-max\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md-max\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md-max\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md-max\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md-max\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .md-max\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-slate:focus-within {
  }

  .md-max\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-zinc:focus-within {
  }

  .md-max\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-neutral:focus-within {
  }

  .md-max\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-stone:focus-within {
  }

  .md-max\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md-max\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md-max\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .md-max\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-slate:focus {
  }

  .md-max\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-zinc:focus {
  }

  .md-max\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-neutral:focus {
  }

  .md-max\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-stone:focus {
  }

  .md-max\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .md-max\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .md-max\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .md-max\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .md-max\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .md-max\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .md-max\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .md-max\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .md-max\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .md-max\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .md-max\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md-max\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .md-max\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .md-max\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .md-max\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .md-max\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .md-max\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md-max\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .md-max\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .md-max\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .md-max\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .md-max\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .md-max\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .md-max\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .md-max\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .md-max\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .md-max\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .md-max\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .md-max\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .md-max\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .md-max\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .md-max\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .md-max\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .md-max\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .md-max\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .md-max\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .md-max\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .md-max\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .md-max\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .md-max\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .md-max\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .md-max\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .md-max\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .md-max\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .md-max\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .md-max\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .md-max\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .md-max\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md-max\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md-max\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md-max\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md-max\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md-max\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md-max\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md-max\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md-max\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md-max\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md-max\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md-max\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md-max\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md-max\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md-max\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md-max\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md-max\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .md-max\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md-max\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md-max\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .md-max\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .md-max\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .md-max\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .md-max\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .md-max\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .md-max\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .md-max\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .md-max\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .md-max\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .md-max\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .md-max\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .md-max\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md-max\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md-max\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md-max\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md-max\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .md-max\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .md-max\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .md-max\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .md-max\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .md-max\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .md-max\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .md-max\:ring-offset-red-200 {
    --tw-ring-offset-color: #fc9797;
  }

  .md-max\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .md-max\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .md-max\:ring-offset-red-500 {
    --tw-ring-offset-color: #f53939;
  }

  .md-max\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .md-max\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .md-max\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .md-max\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md-max\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md-max\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .md-max\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .md-max\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .md-max\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .md-max\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .md-max\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .md-max\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .md-max\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .md-max\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .md-max\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md-max\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .md-max\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .md-max\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .md-max\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .md-max\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbcf33;
  }

  .md-max\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .md-max\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .md-max\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .md-max\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .md-max\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .md-max\:ring-offset-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .md-max\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .md-max\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .md-max\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .md-max\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .md-max\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .md-max\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .md-max\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .md-max\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .md-max\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .md-max\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md-max\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .md-max\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md-max\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .md-max\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .md-max\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .md-max\:ring-offset-green-600 {
    --tw-ring-offset-color: #17ad37;
  }

  .md-max\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .md-max\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .md-max\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .md-max\:ring-offset-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md-max\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .md-max\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md-max\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .md-max\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .md-max\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .md-max\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .md-max\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .md-max\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .md-max\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .md-max\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .md-max\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md-max\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md-max\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md-max\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .md-max\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .md-max\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .md-max\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .md-max\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .md-max\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .md-max\:ring-offset-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .md-max\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md-max\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md-max\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md-max\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .md-max\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .md-max\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .md-max\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .md-max\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .md-max\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .md-max\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .md-max\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md-max\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md-max\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md-max\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .md-max\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .md-max\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .md-max\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7928ca;
  }

  .md-max\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .md-max\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .md-max\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .md-max\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md-max\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md-max\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md-max\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .md-max\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .md-max\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .md-max\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .md-max\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .md-max\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .md-max\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md-max\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .md-max\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md-max\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f883dd;
  }

  .md-max\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md-max\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .md-max\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .md-max\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .md-max\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .md-max\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .md-max\:ring-offset-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md-max\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .md-max\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md-max\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md-max\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .md-max\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .md-max\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .md-max\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .md-max\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .md-max\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .md-max\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .md-max\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .md-max\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md-max\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .md-max\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .md-max\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .md-max\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2152ff;
  }

  .md-max\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md-max\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .md-max\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .md-max\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .md-max\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .md-max\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md-max\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .md-max\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .md-max\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .md-max\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .md-max\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md-max\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .md-max\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md-max\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .md-max\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .md-max\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .md-max\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .md-max\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .md-max\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .md-max\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .md-max\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .md-max\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .md-max\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .md-max\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .md-max\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .md-max\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .md-max\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .md-max\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .md-max\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .md-max\:ring-offset-slate {
  }

  .md-max\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md-max\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md-max\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md-max\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md-max\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .md-max\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .md-max\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .md-max\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .md-max\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .md-max\:ring-offset-zinc {
  }

  .md-max\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md-max\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md-max\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md-max\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md-max\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .md-max\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .md-max\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .md-max\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .md-max\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .md-max\:ring-offset-neutral {
  }

  .md-max\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .md-max\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md-max\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md-max\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md-max\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .md-max\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .md-max\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .md-max\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .md-max\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .md-max\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .md-max\:ring-offset-stone {
  }

  .md-max\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .md-max\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .md-max\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .md-max\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .md-max\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .md-max\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .md-max\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .md-max\:ring-offset-orange-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .md-max\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .md-max\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .md-max\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .md-max\:ring-offset-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .md-max\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .md-max\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .md-max\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .md-max\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .md-max\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .md-max\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .md-max\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .md-max\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .md-max\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .md-max\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .md-max\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .md-max\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .md-max\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .md-max\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbc400;
  }

  .md-max\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .md-max\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .md-max\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .md-max\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .md-max\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .md-max\:ring-offset-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .md-max\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .md-max\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .md-max\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .md-max\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .md-max\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .md-max\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .md-max\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .md-max\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .md-max\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .md-max\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .md-max\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .md-max\:ring-offset-lime-200 {
    --tw-ring-offset-color: #cdf59b;
  }

  .md-max\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .md-max\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .md-max\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .md-max\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .md-max\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md-max\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .md-max\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .md-max\:ring-offset-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .md-max\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .md-max\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .md-max\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .md-max\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .md-max\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .md-max\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .md-max\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md-max\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .md-max\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .md-max\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md-max\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .md-max\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md-max\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md-max\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .md-max\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .md-max\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .md-max\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .md-max\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .md-max\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .md-max\:ring-offset-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md-max\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .md-max\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md-max\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md-max\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .md-max\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .md-max\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .md-max\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .md-max\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .md-max\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .md-max\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md-max\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md-max\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .md-max\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .md-max\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md-max\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .md-max\:ring-offset-teal-550 {
    --tw-ring-offset-color: #329874;
  }

  .md-max\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .md-max\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .md-max\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .md-max\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .md-max\:ring-offset-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md-max\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md-max\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .md-max\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .md-max\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md-max\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .md-max\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .md-max\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .md-max\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .md-max\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .md-max\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .md-max\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .md-max\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md-max\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .md-max\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #21d4fd;
  }

  .md-max\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .md-max\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .md-max\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .md-max\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .md-max\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .md-max\:ring-offset-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .md-max\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .md-max\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md-max\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .md-max\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .md-max\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .md-max\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .md-max\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .md-max\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .md-max\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .md-max\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md-max\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md-max\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .md-max\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md-max\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .md-max\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md-max\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .md-max\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .md-max\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .md-max\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .md-max\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md-max\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md-max\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .md-max\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md-max\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .md-max\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md-max\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .md-max\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .md-max\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .md-max\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md-max\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md-max\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .md-max\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md-max\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md-max\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .md-max\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md-max\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .md-max\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .md-max\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .md-max\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .md-max\:ring-offset-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md-max\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .md-max\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md-max\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md-max\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .md-max\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md-max\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .md-max\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .md-max\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .md-max\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .md-max\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md-max\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .md-max\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md-max\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #e293d3;
  }

  .md-max\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .md-max\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .md-max\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .md-max\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .md-max\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .md-max\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .md-max\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .md-max\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .md-max\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md-max\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .md-max\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .md-max\:ring-offset-rose-400 {
    --tw-ring-offset-color: #ff667c;
  }

  .md-max\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .md-max\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .md-max\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .md-max\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .md-max\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .md-max\:ring-offset-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .md-max\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md-max\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .md-max\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .md-max\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .md-max\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .md-max\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .md-max\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .md-max\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .md-max\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .md-max\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md-max\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .md-max\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md-max\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md-max\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .md-max\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .md-max\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .md-max\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .md-max\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .md-max\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .md-max\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .md-max\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .md-max\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .md-max\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .md-max\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .md-max\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .md-max\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .md-max\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .md-max\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .md-max\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fc9797;
  }

  .md-max\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .md-max\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .md-max\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #f53939;
  }

  .md-max\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .md-max\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .md-max\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .md-max\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .md-max\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .md-max\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md-max\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .md-max\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .md-max\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .md-max\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .md-max\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbcf33;
  }

  .md-max\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .md-max\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .md-max\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .md-max\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .md-max\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .md-max\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .md-max\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md-max\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .md-max\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md-max\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .md-max\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .md-max\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .md-max\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #17ad37;
  }

  .md-max\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .md-max\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .md-max\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .md-max\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .md-max\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .md-max\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md-max\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md-max\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md-max\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .md-max\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .md-max\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .md-max\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .md-max\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .md-max\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .md-max\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .md-max\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .md-max\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md-max\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md-max\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md-max\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .md-max\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .md-max\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .md-max\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7928ca;
  }

  .md-max\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .md-max\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .md-max\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .md-max\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md-max\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .md-max\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md-max\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f883dd;
  }

  .md-max\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .md-max\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ff0080;
  }

  .md-max\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .md-max\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .md-max\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .md-max\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .md-max\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .md-max\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .md-max\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .md-max\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md-max\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .md-max\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .md-max\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .md-max\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2152ff;
  }

  .md-max\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md-max\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #344e86;
  }

  .md-max\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .md-max\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md-max\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .md-max\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .md-max\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .md-max\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .md-max\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .md-max\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .md-max\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .md-max\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .md-max\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .md-max\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .md-max\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .md-max\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .md-max\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .md-max\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .md-max\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .md-max\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .md-max\:focus-within\:ring-offset-slate:focus-within {
  }

  .md-max\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md-max\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md-max\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md-max\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md-max\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .md-max\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .md-max\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .md-max\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .md-max\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .md-max\:focus-within\:ring-offset-zinc:focus-within {
  }

  .md-max\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md-max\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md-max\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md-max\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md-max\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .md-max\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .md-max\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .md-max\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .md-max\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .md-max\:focus-within\:ring-offset-neutral:focus-within {
  }

  .md-max\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .md-max\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md-max\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md-max\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md-max\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .md-max\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .md-max\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .md-max\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .md-max\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .md-max\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .md-max\:focus-within\:ring-offset-stone:focus-within {
  }

  .md-max\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .md-max\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .md-max\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .md-max\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .md-max\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .md-max\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .md-max\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .md-max\:focus-within\:ring-offset-orange-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .md-max\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .md-max\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .md-max\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .md-max\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .md-max\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .md-max\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .md-max\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .md-max\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .md-max\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbc400;
  }

  .md-max\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .md-max\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .md-max\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .md-max\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .md-max\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .md-max\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .md-max\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .md-max\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .md-max\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #cdf59b;
  }

  .md-max\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .md-max\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #98ec2d;
  }

  .md-max\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .md-max\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .md-max\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md-max\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .md-max\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .md-max\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .md-max\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md-max\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .md-max\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md-max\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md-max\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .md-max\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .md-max\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .md-max\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .md-max\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .md-max\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .md-max\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .md-max\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md-max\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md-max\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .md-max\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .md-max\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md-max\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .md-max\:focus-within\:ring-offset-teal-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .md-max\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .md-max\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .md-max\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .md-max\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .md-max\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .md-max\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .md-max\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .md-max\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md-max\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .md-max\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #21d4fd;
  }

  .md-max\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .md-max\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .md-max\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .md-max\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .md-max\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .md-max\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .md-max\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md-max\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md-max\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .md-max\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md-max\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .md-max\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md-max\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .md-max\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .md-max\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .md-max\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .md-max\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md-max\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md-max\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .md-max\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md-max\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md-max\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .md-max\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md-max\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .md-max\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .md-max\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .md-max\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .md-max\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #e293d3;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #cb0c9f;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a3017e;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .md-max\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .md-max\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .md-max\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md-max\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .md-max\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .md-max\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #ff667c;
  }

  .md-max\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .md-max\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .md-max\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .md-max\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .md-max\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .md-max\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .md-max\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md-max\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .md-max\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .md-max\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md-max\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .md-max\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .md-max\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .md-max\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .md-max\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .md-max\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .md-max\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .md-max\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .md-max\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .md-max\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .md-max\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .md-max\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .md-max\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .md-max\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .md-max\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .md-max\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fc9797;
  }

  .md-max\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .md-max\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .md-max\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #f53939;
  }

  .md-max\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .md-max\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .md-max\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .md-max\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .md-max\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .md-max\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .md-max\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .md-max\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .md-max\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .md-max\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .md-max\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbcf33;
  }

  .md-max\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .md-max\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .md-max\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .md-max\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .md-max\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .md-max\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .md-max\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md-max\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .md-max\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md-max\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .md-max\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .md-max\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .md-max\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #17ad37;
  }

  .md-max\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .md-max\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .md-max\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .md-max\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .md-max\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .md-max\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md-max\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md-max\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md-max\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .md-max\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .md-max\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .md-max\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .md-max\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .md-max\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .md-max\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .md-max\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .md-max\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md-max\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md-max\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md-max\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .md-max\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .md-max\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .md-max\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7928ca;
  }

  .md-max\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .md-max\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .md-max\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .md-max\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md-max\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .md-max\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md-max\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f883dd;
  }

  .md-max\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md-max\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .md-max\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .md-max\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .md-max\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .md-max\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .md-max\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .md-max\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .md-max\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .md-max\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md-max\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .md-max\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .md-max\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .md-max\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2152ff;
  }

  .md-max\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md-max\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .md-max\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .md-max\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .md-max\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .md-max\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .md-max\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .md-max\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .md-max\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .md-max\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .md-max\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .md-max\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .md-max\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .md-max\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .md-max\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .md-max\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .md-max\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .md-max\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .md-max\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .md-max\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .md-max\:focus\:ring-offset-slate:focus {
  }

  .md-max\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .md-max\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .md-max\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .md-max\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .md-max\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .md-max\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .md-max\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .md-max\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .md-max\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .md-max\:focus\:ring-offset-zinc:focus {
  }

  .md-max\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .md-max\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .md-max\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .md-max\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .md-max\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .md-max\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .md-max\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .md-max\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .md-max\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .md-max\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .md-max\:focus\:ring-offset-neutral:focus {
  }

  .md-max\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .md-max\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .md-max\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .md-max\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .md-max\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .md-max\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .md-max\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .md-max\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .md-max\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .md-max\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .md-max\:focus\:ring-offset-stone:focus {
  }

  .md-max\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .md-max\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .md-max\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .md-max\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .md-max\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .md-max\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .md-max\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .md-max\:focus\:ring-offset-orange-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .md-max\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .md-max\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .md-max\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .md-max\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .md-max\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .md-max\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .md-max\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .md-max\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .md-max\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbc400;
  }

  .md-max\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .md-max\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .md-max\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .md-max\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .md-max\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .md-max\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .md-max\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .md-max\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .md-max\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #cdf59b;
  }

  .md-max\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .md-max\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .md-max\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .md-max\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .md-max\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md-max\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .md-max\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .md-max\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .md-max\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md-max\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .md-max\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md-max\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md-max\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .md-max\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .md-max\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .md-max\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .md-max\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .md-max\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .md-max\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .md-max\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md-max\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md-max\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .md-max\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .md-max\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md-max\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .md-max\:focus\:ring-offset-teal-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .md-max\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .md-max\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .md-max\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .md-max\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .md-max\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .md-max\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .md-max\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .md-max\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md-max\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .md-max\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #21d4fd;
  }

  .md-max\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .md-max\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .md-max\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .md-max\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .md-max\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .md-max\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .md-max\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md-max\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md-max\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .md-max\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md-max\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .md-max\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md-max\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .md-max\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .md-max\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .md-max\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .md-max\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .md-max\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md-max\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .md-max\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md-max\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md-max\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .md-max\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md-max\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .md-max\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .md-max\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .md-max\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .md-max\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .md-max\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md-max\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .md-max\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md-max\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #e293d3;
  }

  .md-max\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .md-max\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .md-max\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .md-max\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .md-max\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .md-max\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .md-max\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .md-max\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .md-max\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md-max\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .md-max\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .md-max\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #ff667c;
  }

  .md-max\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .md-max\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .md-max\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .md-max\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .md-max\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .md-max\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .md-max\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md-max\:filter-none {
    filter: none;
  }

  .md-max\:blur-0 {
    --tw-blur: blur(0);
  }

  .md-max\:blur-none {
    --tw-blur: blur(0);
  }

  .md-max\:blur-sm {
    --tw-blur: blur(4px);
  }

  .md-max\:blur {
    --tw-blur: blur(8px);
  }

  .md-max\:blur-md {
    --tw-blur: blur(12px);
  }

  .md-max\:blur-lg {
    --tw-blur: blur(16px);
  }

  .md-max\:blur-xl {
    --tw-blur: blur(24px);
  }

  .md-max\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .md-max\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .md-max\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md-max\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md-max\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md-max\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md-max\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md-max\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md-max\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md-max\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md-max\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md-max\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md-max\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md-max\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md-max\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md-max\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md-max\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md-max\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md-max\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md-max\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md-max\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .md-max\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .md-max\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .md-max\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .md-max\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .md-max\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .md-max\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md-max\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md-max\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md-max\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md-max\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md-max\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md-max\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md-max\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md-max\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md-max\:invert-0 {
    --tw-invert: invert(0);
  }

  .md-max\:invert {
    --tw-invert: invert(100%);
  }

  .md-max\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md-max\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md-max\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md-max\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md-max\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md-max\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md-max\:sepia {
    --tw-sepia: sepia(100%);
  }

  .md-max\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md-max\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md-max\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .md-max\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .md-max\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .md-max\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .md-max\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .md-max\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .md-max\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .md-max\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .md-max\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .md-max\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md-max\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md-max\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md-max\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md-max\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md-max\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md-max\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md-max\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md-max\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md-max\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md-max\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md-max\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md-max\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md-max\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md-max\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md-max\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md-max\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md-max\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md-max\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md-max\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md-max\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md-max\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md-max\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md-max\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md-max\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md-max\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md-max\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md-max\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md-max\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .md-max\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md-max\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md-max\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md-max\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md-max\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md-max\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md-max\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md-max\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md-max\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md-max\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md-max\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md-max\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md-max\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md-max\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .md-max\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md-max\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md-max\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md-max\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md-max\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md-max\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md-max\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .md-max\:transition-none {
    transition-property: none;
  }

  .md-max\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md-max\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md-max\: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-max\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md-max\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md-max\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md-max\:delay-75 {
    transition-delay: 75ms;
  }

  .md-max\:delay-100 {
    transition-delay: 100ms;
  }

  .md-max\:delay-150 {
    transition-delay: 150ms;
  }

  .md-max\:delay-200 {
    transition-delay: 200ms;
  }

  .md-max\:delay-300 {
    transition-delay: 300ms;
  }

  .md-max\:delay-500 {
    transition-delay: 500ms;
  }

  .md-max\:delay-700 {
    transition-delay: 700ms;
  }

  .md-max\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md-max\:duration-75 {
    transition-duration: 75ms;
  }

  .md-max\:duration-100 {
    transition-duration: 100ms;
  }

  .md-max\:duration-150 {
    transition-duration: 150ms;
  }

  .md-max\:duration-200 {
    transition-duration: 200ms;
  }

  .md-max\:duration-300 {
    transition-duration: 300ms;
  }

  .md-max\:duration-500 {
    transition-duration: 500ms;
  }

  .md-max\:duration-700 {
    transition-duration: 700ms;
  }

  .md-max\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md-max\:ease-linear {
    transition-timing-function: linear;
  }

  .md-max\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md-max\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md-max\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 992px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .lg\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .lg\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .lg\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .lg\:container {
      max-width: 1400px;
    }
  }

  .lg\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .lg\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .lg\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .lg\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .lg\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .lg\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .lg\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .lg\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .lg\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .lg\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .lg\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .lg\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .lg\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .lg\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .lg\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .lg\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .lg\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .lg\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg\:prose code::before {
    content: "`";
  }

  .lg\:prose code::after {
    content: "`";
  }

  .lg\:prose a code {
    color: #141727;
  }

  .lg\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .lg\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg\:prose pre code::before {
    content: none;
  }

  .lg\:prose pre code::after {
    content: none;
  }

  .lg\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .lg\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .lg\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .lg\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose h2 code {
    font-size: 0.875em;
  }

  .lg\:prose h3 code {
    font-size: 0.9em;
  }

  .lg\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg\:prose ul ul, .lg\:prose ul ol, .lg\:prose ol ul, .lg\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose hr + * {
    margin-top: 0;
  }

  .lg\:prose h2 + * {
    margin-top: 0;
  }

  .lg\:prose h3 + * {
    margin-top: 0;
  }

  .lg\:prose h4 + * {
    margin-top: 0;
  }

  .lg\:prose thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose > :first-child {
    margin-top: 0;
  }

  .lg\:prose > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .lg\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .lg\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .lg\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .lg\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .lg\:prose-sm code {
    font-size: 0.8571429em;
  }

  .lg\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .lg\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .lg\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ol > li::before {
    left: 0;
  }

  .lg\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .lg\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .lg\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg\:prose-sm ul ul, .lg\:prose-sm ul ol, .lg\:prose-sm ol ul, .lg\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .lg\:prose-sm hr + * {
    margin-top: 0;
  }

  .lg\:prose-sm h2 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h3 + * {
    margin-top: 0;
  }

  .lg\:prose-sm h4 + * {
    margin-top: 0;
  }

  .lg\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .lg\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-sm > :first-child {
    margin-top: 0;
  }

  .lg\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg code {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .lg\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ol > li::before {
    left: 0;
  }

  .lg\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .lg\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg ul ul, .lg\:prose-lg ul ol, .lg\:prose-lg ol ul, .lg\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg hr + * {
    margin-top: 0;
  }

  .lg\:prose-lg h2 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h3 + * {
    margin-top: 0;
  }

  .lg\:prose-lg h4 + * {
    margin-top: 0;
  }

  .lg\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-lg > :first-child {
    margin-top: 0;
  }

  .lg\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl code {
    font-size: 0.9em;
  }

  .lg\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .lg\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ol > li::before {
    left: 0;
  }

  .lg\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .lg\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .lg\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .lg\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .lg\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .lg\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .lg\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .lg\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .lg\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ol > li::before {
    left: 0;
  }

  .lg\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .lg\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .lg\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .lg\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-2xl ul ul, .lg\:prose-2xl ul ol, .lg\:prose-2xl ol ul, .lg\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-2xl hr + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .lg\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .lg\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .lg\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .lg\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .lg\:prose-red a {
    color: #ea0606;
  }

  .lg\:prose-red a code {
    color: #ea0606;
  }

  .lg\:prose-yellow a {
    color: #ca8a04;
  }

  .lg\:prose-yellow a code {
    color: #ca8a04;
  }

  .lg\:prose-green a {
    color: #17ad37;
  }

  .lg\:prose-green a code {
    color: #17ad37;
  }

  .lg\:prose-indigo a {
    color: #4f46e5;
  }

  .lg\:prose-indigo a code {
    color: #4f46e5;
  }

  .lg\:prose-purple a {
    color: #9333ea;
  }

  .lg\:prose-purple a code {
    color: #9333ea;
  }

  .lg\:prose-pink a {
    color: #db2777;
  }

  .lg\:prose-pink a code {
    color: #db2777;
  }

  .lg\:prose-blue a {
    color: #2152ff;
  }

  .lg\:prose-blue a code {
    color: #2152ff;
  }

  .lg\:prose-slate a {
    color: #627594;
  }

  .lg\:prose-slate a code {
    color: #627594;
  }

  .lg\:prose-zinc a {
    color: #52525b;
  }

  .lg\:prose-zinc a code {
    color: #52525b;
  }

  .lg\:prose-neutral a {
    color: #525252;
  }

  .lg\:prose-neutral a code {
    color: #525252;
  }

  .lg\:prose-stone a {
    color: #57534e;
  }

  .lg\:prose-stone a code {
    color: #57534e;
  }

  .lg\:prose-orange a {
    color: #ea580c;
  }

  .lg\:prose-orange a code {
    color: #ea580c;
  }

  .lg\:prose-amber a {
    color: #d97706;
  }

  .lg\:prose-amber a code {
    color: #d97706;
  }

  .lg\:prose-lime a {
    color: #67b108;
  }

  .lg\:prose-lime a code {
    color: #67b108;
  }

  .lg\:prose-emerald a {
    color: #059669;
  }

  .lg\:prose-emerald a code {
    color: #059669;
  }

  .lg\:prose-teal a {
    color: #0d9488;
  }

  .lg\:prose-teal a code {
    color: #0d9488;
  }

  .lg\:prose-cyan a {
    color: #08a1c4;
  }

  .lg\:prose-cyan a code {
    color: #08a1c4;
  }

  .lg\:prose-sky a {
    color: #3ea1ec;
  }

  .lg\:prose-sky a code {
    color: #3ea1ec;
  }

  .lg\:prose-violet a {
    color: #7c3aed;
  }

  .lg\:prose-violet a code {
    color: #7c3aed;
  }

  .lg\:prose-fuchsia a {
    color: #c026d3;
  }

  .lg\:prose-fuchsia a code {
    color: #c026d3;
  }

  .lg\:prose-rose a {
    color: #e11d48;
  }

  .lg\:prose-rose a code {
    color: #e11d48;
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .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-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .lg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .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-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .lg\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .lg\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .lg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .lg\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .lg\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .lg\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .lg\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .lg\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .lg\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .lg\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .lg\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .lg\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .lg\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .lg\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .lg\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .lg\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .lg\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .lg\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .lg\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .lg\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .lg\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .lg\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .lg\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .lg\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .lg\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .lg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .lg\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .lg\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .lg\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .lg\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .lg\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .lg\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .lg\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .lg\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .lg\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .lg\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .lg\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .lg\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .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-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .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-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .lg\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .lg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .lg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .lg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .lg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .lg\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .lg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .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-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .lg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .lg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .lg\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .lg\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .lg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .lg\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .lg\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .lg\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .lg\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .lg\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .lg\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .lg\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .lg\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .lg\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .lg\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .lg\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .lg\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .lg\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .lg\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .lg\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .lg\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .lg\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .lg\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .lg\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .lg\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .lg\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .lg\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .lg\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .lg\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .lg\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .lg\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .lg\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .lg\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .lg\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .lg\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .lg\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .lg\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .lg\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .lg\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .lg\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .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\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .lg\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .lg\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lg\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .lg\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .lg\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .lg\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lg\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .lg\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lg\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .lg\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lg\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .lg\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lg\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .lg\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .lg\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .lg\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .lg\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .lg\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lg\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .lg\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .lg\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .lg\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .lg\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .lg\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .lg\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .lg\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .lg\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .lg\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .lg\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .lg\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .lg\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .lg\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .lg\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .lg\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .lg\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .lg\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .lg\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .lg\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .lg\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .lg\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .lg\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .lg\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .lg\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .lg\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .lg\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .lg\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .lg\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .lg\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .lg\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .lg\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .lg\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .lg\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .lg\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .lg\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .lg\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .lg\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .lg\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .lg\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .lg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .lg\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .lg\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lg\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .lg\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .lg\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .lg\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lg\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .lg\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lg\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .lg\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lg\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .lg\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lg\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .lg\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .lg\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .lg\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .lg\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .lg\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lg\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .lg\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .lg\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .lg\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .lg\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .lg\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .lg\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .lg\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .lg\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .lg\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .lg\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .lg\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .lg\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .lg\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .lg\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .lg\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lg\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .lg\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .lg\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .lg\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .lg\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .lg\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .lg\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .lg\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .lg\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .lg\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .lg\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .lg\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .lg\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .lg\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .lg\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .lg\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .lg\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .lg\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .lg\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .lg\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .lg\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .lg\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .lg\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .lg\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .lg\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .lg\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .lg\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .lg\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .lg\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .lg\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .lg\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .lg\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .lg\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .lg\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .lg\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .lg\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .lg\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .lg\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .lg\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .lg\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .lg\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .lg\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .lg\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .lg\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .lg\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .lg\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .lg\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .lg\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .lg\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .lg\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .lg\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .lg\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .lg\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .lg\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .lg\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .lg\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .lg\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .lg\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .lg\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .lg\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .lg\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .lg\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .lg\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .lg\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .lg\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .lg\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .lg\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .lg\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .lg\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .lg\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .lg\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .lg\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .lg\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .lg\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .lg\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .lg\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .lg\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .lg\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .lg\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .lg\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .lg\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .lg\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .lg\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .lg\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .lg\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .lg\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .lg\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .lg\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .lg\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .lg\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .lg\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .lg\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .lg\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-13 {
    top: 3.25rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:top-19 {
    top: 4.75rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:top-25 {
    top: 6.25rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-30 {
    top: 7.5rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-34 {
    top: 8.5rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-42 {
    top: 10.5rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:top-46 {
    top: 11.5rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:top-50 {
    top: 12.5rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:top-54 {
    top: 13.5rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:top-60 {
    top: 15rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:top-68 {
    top: 17rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:top-75 {
    top: 18.75rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:top-85 {
    top: 22rem;
  }

  .lg\:top-90 {
    top: 22.5rem;
  }

  .lg\:top-92 {
    top: 23rem;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:top-100 {
    top: 25rem;
  }

  .lg\:top-116 {
    top: 29rem;
  }

  .lg\:top-120 {
    top: 30rem;
  }

  .lg\:top-125 {
    top: 31.25rem;
  }

  .lg\:top-135 {
    top: 33.75rem;
  }

  .lg\:top-160 {
    top: 40rem;
  }

  .lg\:top-180 {
    top: 45rem;
  }

  .lg\:top-240 {
    top: 60rem;
  }

  .lg\:top-285 {
    top: 71.25rem;
  }

  .lg\:top-330 {
    top: 82.5rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-unset {
    top: unset;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:top-0\.4 {
    top: 0.1rem;
  }

  .lg\:top-0\.5 {
    top: 0.125rem;
  }

  .lg\:top-0\.6 {
    top: 0.15rem;
  }

  .lg\:top-0\.75 {
    top: 0.2rem;
  }

  .lg\:top-1\.2 {
    top: 0.3rem;
  }

  .lg\:top-1\.25 {
    top: 0.3125rem;
  }

  .lg\:top-1\.4 {
    top: 0.35rem;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

  .lg\:top-1\.6 {
    top: 0.4rem;
  }

  .lg\:top-1\.75 {
    top: 0.4375rem;
  }

  .lg\:top-1\.8 {
    top: 0.45rem;
  }

  .lg\:top-2\.2 {
    top: 0.55rem;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:top-2\.6 {
    top: 0.65rem;
  }

  .lg\:top-2\.7 {
    top: 0.675rem;
  }

  .lg\:top-2\.8 {
    top: 0.7rem;
  }

  .lg\:top-3\.4 {
    top: 0.85rem;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:top-3\.6 {
    top: 0.9rem;
  }

  .lg\:top-4\.5 {
    top: 1.125rem;
  }

  .lg\:top-4\.8 {
    top: 1.2rem;
  }

  .lg\:top-5\.3 {
    top: 1.3rem;
  }

  .lg\:top-5\.4 {
    top: 1.35rem;
  }

  .lg\:top-5\.5 {
    top: 1.375rem;
  }

  .lg\:top-5\.6 {
    top: 1.4rem;
  }

  .lg\:top-6\.5 {
    top: 1.625rem;
  }

  .lg\:top-70\/100 {
    top: 70%;
  }

  .lg\:top-31\/100 {
    top: 31%;
  }

  .lg\:top-15\/100 {
    top: 15%;
  }

  .lg\:top-1\/100 {
    top: 1%;
  }

  .lg\:top-1\/10 {
    top: 10%;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:-top-0 {
    top: 0px;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-top-13 {
    top: -3.25rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-19 {
    top: -4.75rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-top-25 {
    top: -6.25rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-top-30 {
    top: -7.5rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-top-34 {
    top: -8.5rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-top-42 {
    top: -10.5rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-top-46 {
    top: -11.5rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-top-50 {
    top: -12.5rem;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-top-54 {
    top: -13.5rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-top-68 {
    top: -17rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-top-75 {
    top: -18.75rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-85 {
    top: -22rem;
  }

  .lg\:-top-90 {
    top: -22.5rem;
  }

  .lg\:-top-92 {
    top: -23rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-top-100 {
    top: -25rem;
  }

  .lg\:-top-116 {
    top: -29rem;
  }

  .lg\:-top-120 {
    top: -30rem;
  }

  .lg\:-top-125 {
    top: -31.25rem;
  }

  .lg\:-top-135 {
    top: -33.75rem;
  }

  .lg\:-top-160 {
    top: -40rem;
  }

  .lg\:-top-180 {
    top: -45rem;
  }

  .lg\:-top-240 {
    top: -60rem;
  }

  .lg\:-top-285 {
    top: -71.25rem;
  }

  .lg\:-top-330 {
    top: -82.5rem;
  }

  .lg\:-top-unset {
    top: unset;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-top-0\.4 {
    top: -0.1rem;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg\:-top-0\.6 {
    top: -0.15rem;
  }

  .lg\:-top-0\.75 {
    top: -0.2rem;
  }

  .lg\:-top-1\.2 {
    top: -0.3rem;
  }

  .lg\:-top-1\.25 {
    top: -0.3125rem;
  }

  .lg\:-top-1\.4 {
    top: -0.35rem;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-top-1\.6 {
    top: -0.4rem;
  }

  .lg\:-top-1\.75 {
    top: -0.4375rem;
  }

  .lg\:-top-1\.8 {
    top: -0.45rem;
  }

  .lg\:-top-2\.2 {
    top: -0.55rem;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg\:-top-2\.6 {
    top: -0.65rem;
  }

  .lg\:-top-2\.7 {
    top: -0.675rem;
  }

  .lg\:-top-2\.8 {
    top: -0.7rem;
  }

  .lg\:-top-3\.4 {
    top: -0.85rem;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:-top-3\.6 {
    top: -0.9rem;
  }

  .lg\:-top-4\.5 {
    top: -1.125rem;
  }

  .lg\:-top-4\.8 {
    top: -1.2rem;
  }

  .lg\:-top-5\.3 {
    top: -1.3rem;
  }

  .lg\:-top-5\.4 {
    top: -1.35rem;
  }

  .lg\:-top-5\.5 {
    top: -1.375rem;
  }

  .lg\:-top-5\.6 {
    top: -1.4rem;
  }

  .lg\:-top-6\.5 {
    top: -1.625rem;
  }

  .lg\:-top-70\/100 {
    top: -70%;
  }

  .lg\:-top-31\/100 {
    top: -31%;
  }

  .lg\:-top-15\/100 {
    top: -15%;
  }

  .lg\:-top-1\/100 {
    top: -1%;
  }

  .lg\:-top-1\/10 {
    top: -10%;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:right-13 {
    right: 3.25rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-19 {
    right: 4.75rem;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:right-25 {
    right: 6.25rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-30 {
    right: 7.5rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:right-34 {
    right: 8.5rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:right-42 {
    right: 10.5rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:right-46 {
    right: 11.5rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:right-50 {
    right: 12.5rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:right-54 {
    right: 13.5rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:right-60 {
    right: 15rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:right-68 {
    right: 17rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:right-75 {
    right: 18.75rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:right-85 {
    right: 22rem;
  }

  .lg\:right-90 {
    right: 22.5rem;
  }

  .lg\:right-92 {
    right: 23rem;
  }

  .lg\:right-96 {
    right: 24rem;
  }

  .lg\:right-100 {
    right: 25rem;
  }

  .lg\:right-116 {
    right: 29rem;
  }

  .lg\:right-120 {
    right: 30rem;
  }

  .lg\:right-125 {
    right: 31.25rem;
  }

  .lg\:right-135 {
    right: 33.75rem;
  }

  .lg\:right-160 {
    right: 40rem;
  }

  .lg\:right-180 {
    right: 45rem;
  }

  .lg\:right-240 {
    right: 60rem;
  }

  .lg\:right-285 {
    right: 71.25rem;
  }

  .lg\:right-330 {
    right: 82.5rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:right-unset {
    right: unset;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:right-0\.4 {
    right: 0.1rem;
  }

  .lg\:right-0\.5 {
    right: 0.125rem;
  }

  .lg\:right-0\.6 {
    right: 0.15rem;
  }

  .lg\:right-0\.75 {
    right: 0.2rem;
  }

  .lg\:right-1\.2 {
    right: 0.3rem;
  }

  .lg\:right-1\.25 {
    right: 0.3125rem;
  }

  .lg\:right-1\.4 {
    right: 0.35rem;
  }

  .lg\:right-1\.5 {
    right: 0.375rem;
  }

  .lg\:right-1\.6 {
    right: 0.4rem;
  }

  .lg\:right-1\.75 {
    right: 0.4375rem;
  }

  .lg\:right-1\.8 {
    right: 0.45rem;
  }

  .lg\:right-2\.2 {
    right: 0.55rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:right-2\.6 {
    right: 0.65rem;
  }

  .lg\:right-2\.7 {
    right: 0.675rem;
  }

  .lg\:right-2\.8 {
    right: 0.7rem;
  }

  .lg\:right-3\.4 {
    right: 0.85rem;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:right-3\.6 {
    right: 0.9rem;
  }

  .lg\:right-4\.5 {
    right: 1.125rem;
  }

  .lg\:right-4\.8 {
    right: 1.2rem;
  }

  .lg\:right-5\.3 {
    right: 1.3rem;
  }

  .lg\:right-5\.4 {
    right: 1.35rem;
  }

  .lg\:right-5\.5 {
    right: 1.375rem;
  }

  .lg\:right-5\.6 {
    right: 1.4rem;
  }

  .lg\:right-6\.5 {
    right: 1.625rem;
  }

  .lg\:right-70\/100 {
    right: 70%;
  }

  .lg\:right-31\/100 {
    right: 31%;
  }

  .lg\:right-15\/100 {
    right: 15%;
  }

  .lg\:right-1\/100 {
    right: 1%;
  }

  .lg\:right-1\/10 {
    right: 10%;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-9 {
    right: -2.25rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-right-13 {
    right: -3.25rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-right-19 {
    right: -4.75rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-right-25 {
    right: -6.25rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-right-30 {
    right: -7.5rem;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-right-34 {
    right: -8.5rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-right-42 {
    right: -10.5rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-right-46 {
    right: -11.5rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-right-50 {
    right: -12.5rem;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-right-54 {
    right: -13.5rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-right-60 {
    right: -15rem;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-right-68 {
    right: -17rem;
  }

  .lg\:-right-72 {
    right: -18rem;
  }

  .lg\:-right-75 {
    right: -18.75rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-right-85 {
    right: -22rem;
  }

  .lg\:-right-90 {
    right: -22.5rem;
  }

  .lg\:-right-92 {
    right: -23rem;
  }

  .lg\:-right-96 {
    right: -24rem;
  }

  .lg\:-right-100 {
    right: -25rem;
  }

  .lg\:-right-116 {
    right: -29rem;
  }

  .lg\:-right-120 {
    right: -30rem;
  }

  .lg\:-right-125 {
    right: -31.25rem;
  }

  .lg\:-right-135 {
    right: -33.75rem;
  }

  .lg\:-right-160 {
    right: -40rem;
  }

  .lg\:-right-180 {
    right: -45rem;
  }

  .lg\:-right-240 {
    right: -60rem;
  }

  .lg\:-right-285 {
    right: -71.25rem;
  }

  .lg\:-right-330 {
    right: -82.5rem;
  }

  .lg\:-right-unset {
    right: unset;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-right-0\.4 {
    right: -0.1rem;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-right-0\.6 {
    right: -0.15rem;
  }

  .lg\:-right-0\.75 {
    right: -0.2rem;
  }

  .lg\:-right-1\.2 {
    right: -0.3rem;
  }

  .lg\:-right-1\.25 {
    right: -0.3125rem;
  }

  .lg\:-right-1\.4 {
    right: -0.35rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg\:-right-1\.6 {
    right: -0.4rem;
  }

  .lg\:-right-1\.75 {
    right: -0.4375rem;
  }

  .lg\:-right-1\.8 {
    right: -0.45rem;
  }

  .lg\:-right-2\.2 {
    right: -0.55rem;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg\:-right-2\.6 {
    right: -0.65rem;
  }

  .lg\:-right-2\.7 {
    right: -0.675rem;
  }

  .lg\:-right-2\.8 {
    right: -0.7rem;
  }

  .lg\:-right-3\.4 {
    right: -0.85rem;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:-right-3\.6 {
    right: -0.9rem;
  }

  .lg\:-right-4\.5 {
    right: -1.125rem;
  }

  .lg\:-right-4\.8 {
    right: -1.2rem;
  }

  .lg\:-right-5\.3 {
    right: -1.3rem;
  }

  .lg\:-right-5\.4 {
    right: -1.35rem;
  }

  .lg\:-right-5\.5 {
    right: -1.375rem;
  }

  .lg\:-right-5\.6 {
    right: -1.4rem;
  }

  .lg\:-right-6\.5 {
    right: -1.625rem;
  }

  .lg\:-right-70\/100 {
    right: -70%;
  }

  .lg\:-right-31\/100 {
    right: -31%;
  }

  .lg\:-right-15\/100 {
    right: -15%;
  }

  .lg\:-right-1\/100 {
    right: -1%;
  }

  .lg\:-right-1\/10 {
    right: -10%;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-13 {
    bottom: 3.25rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:bottom-19 {
    bottom: 4.75rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:bottom-25 {
    bottom: 6.25rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-30 {
    bottom: 7.5rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:bottom-34 {
    bottom: 8.5rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:bottom-42 {
    bottom: 10.5rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:bottom-46 {
    bottom: 11.5rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:bottom-50 {
    bottom: 12.5rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:bottom-54 {
    bottom: 13.5rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:bottom-60 {
    bottom: 15rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:bottom-68 {
    bottom: 17rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:bottom-75 {
    bottom: 18.75rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:bottom-85 {
    bottom: 22rem;
  }

  .lg\:bottom-90 {
    bottom: 22.5rem;
  }

  .lg\:bottom-92 {
    bottom: 23rem;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:bottom-100 {
    bottom: 25rem;
  }

  .lg\:bottom-116 {
    bottom: 29rem;
  }

  .lg\:bottom-120 {
    bottom: 30rem;
  }

  .lg\:bottom-125 {
    bottom: 31.25rem;
  }

  .lg\:bottom-135 {
    bottom: 33.75rem;
  }

  .lg\:bottom-160 {
    bottom: 40rem;
  }

  .lg\:bottom-180 {
    bottom: 45rem;
  }

  .lg\:bottom-240 {
    bottom: 60rem;
  }

  .lg\:bottom-285 {
    bottom: 71.25rem;
  }

  .lg\:bottom-330 {
    bottom: 82.5rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:bottom-unset {
    bottom: unset;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .lg\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .lg\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .lg\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .lg\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .lg\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .lg\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .lg\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .lg\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .lg\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .lg\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .lg\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .lg\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .lg\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .lg\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .lg\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .lg\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .lg\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .lg\:bottom-70\/100 {
    bottom: 70%;
  }

  .lg\:bottom-31\/100 {
    bottom: 31%;
  }

  .lg\:bottom-15\/100 {
    bottom: 15%;
  }

  .lg\:bottom-1\/100 {
    bottom: 1%;
  }

  .lg\:bottom-1\/10 {
    bottom: 10%;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:-bottom-0 {
    bottom: 0px;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-13 {
    bottom: -3.25rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-bottom-19 {
    bottom: -4.75rem;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-bottom-24 {
    bottom: -6rem;
  }

  .lg\:-bottom-25 {
    bottom: -6.25rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-bottom-30 {
    bottom: -7.5rem;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-bottom-34 {
    bottom: -8.5rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-bottom-42 {
    bottom: -10.5rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-bottom-46 {
    bottom: -11.5rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-bottom-50 {
    bottom: -12.5rem;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-bottom-54 {
    bottom: -13.5rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-bottom-68 {
    bottom: -17rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-bottom-75 {
    bottom: -18.75rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-bottom-85 {
    bottom: -22rem;
  }

  .lg\:-bottom-90 {
    bottom: -22.5rem;
  }

  .lg\:-bottom-92 {
    bottom: -23rem;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-bottom-100 {
    bottom: -25rem;
  }

  .lg\:-bottom-116 {
    bottom: -29rem;
  }

  .lg\:-bottom-120 {
    bottom: -30rem;
  }

  .lg\:-bottom-125 {
    bottom: -31.25rem;
  }

  .lg\:-bottom-135 {
    bottom: -33.75rem;
  }

  .lg\:-bottom-160 {
    bottom: -40rem;
  }

  .lg\:-bottom-180 {
    bottom: -45rem;
  }

  .lg\:-bottom-240 {
    bottom: -60rem;
  }

  .lg\:-bottom-285 {
    bottom: -71.25rem;
  }

  .lg\:-bottom-330 {
    bottom: -82.5rem;
  }

  .lg\:-bottom-unset {
    bottom: unset;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .lg\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .lg\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .lg\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .lg\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .lg\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .lg\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .lg\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .lg\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .lg\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .lg\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .lg\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .lg\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .lg\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .lg\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .lg\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .lg\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .lg\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .lg\:-bottom-70\/100 {
    bottom: -70%;
  }

  .lg\:-bottom-31\/100 {
    bottom: -31%;
  }

  .lg\:-bottom-15\/100 {
    bottom: -15%;
  }

  .lg\:-bottom-1\/100 {
    bottom: -1%;
  }

  .lg\:-bottom-1\/10 {
    bottom: -10%;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-13 {
    left: 3.25rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:left-19 {
    left: 4.75rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:left-25 {
    left: 6.25rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:left-30 {
    left: 7.5rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:left-34 {
    left: 8.5rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:left-42 {
    left: 10.5rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:left-46 {
    left: 11.5rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:left-50 {
    left: 12.5rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:left-54 {
    left: 13.5rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:left-60 {
    left: 15rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:left-68 {
    left: 17rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:left-75 {
    left: 18.75rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:left-85 {
    left: 22rem;
  }

  .lg\:left-90 {
    left: 22.5rem;
  }

  .lg\:left-92 {
    left: 23rem;
  }

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:left-100 {
    left: 25rem;
  }

  .lg\:left-116 {
    left: 29rem;
  }

  .lg\:left-120 {
    left: 30rem;
  }

  .lg\:left-125 {
    left: 31.25rem;
  }

  .lg\:left-135 {
    left: 33.75rem;
  }

  .lg\:left-160 {
    left: 40rem;
  }

  .lg\:left-180 {
    left: 45rem;
  }

  .lg\:left-240 {
    left: 60rem;
  }

  .lg\:left-285 {
    left: 71.25rem;
  }

  .lg\:left-330 {
    left: 82.5rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-unset {
    left: unset;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:left-0\.4 {
    left: 0.1rem;
  }

  .lg\:left-0\.5 {
    left: 0.125rem;
  }

  .lg\:left-0\.6 {
    left: 0.15rem;
  }

  .lg\:left-0\.75 {
    left: 0.2rem;
  }

  .lg\:left-1\.2 {
    left: 0.3rem;
  }

  .lg\:left-1\.25 {
    left: 0.3125rem;
  }

  .lg\:left-1\.4 {
    left: 0.35rem;
  }

  .lg\:left-1\.5 {
    left: 0.375rem;
  }

  .lg\:left-1\.6 {
    left: 0.4rem;
  }

  .lg\:left-1\.75 {
    left: 0.4375rem;
  }

  .lg\:left-1\.8 {
    left: 0.45rem;
  }

  .lg\:left-2\.2 {
    left: 0.55rem;
  }

  .lg\:left-2\.5 {
    left: 0.625rem;
  }

  .lg\:left-2\.6 {
    left: 0.65rem;
  }

  .lg\:left-2\.7 {
    left: 0.675rem;
  }

  .lg\:left-2\.8 {
    left: 0.7rem;
  }

  .lg\:left-3\.4 {
    left: 0.85rem;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:left-3\.6 {
    left: 0.9rem;
  }

  .lg\:left-4\.5 {
    left: 1.125rem;
  }

  .lg\:left-4\.8 {
    left: 1.2rem;
  }

  .lg\:left-5\.3 {
    left: 1.3rem;
  }

  .lg\:left-5\.4 {
    left: 1.35rem;
  }

  .lg\:left-5\.5 {
    left: 1.375rem;
  }

  .lg\:left-5\.6 {
    left: 1.4rem;
  }

  .lg\:left-6\.5 {
    left: 1.625rem;
  }

  .lg\:left-70\/100 {
    left: 70%;
  }

  .lg\:left-31\/100 {
    left: 31%;
  }

  .lg\:left-15\/100 {
    left: 15%;
  }

  .lg\:left-1\/100 {
    left: 1%;
  }

  .lg\:left-1\/10 {
    left: 10%;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:-left-0 {
    left: 0px;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-left-7 {
    left: -1.75rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-left-9 {
    left: -2.25rem;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-left-13 {
    left: -3.25rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-left-19 {
    left: -4.75rem;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-left-25 {
    left: -6.25rem;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-left-30 {
    left: -7.5rem;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-left-34 {
    left: -8.5rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-left-42 {
    left: -10.5rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-left-46 {
    left: -11.5rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-left-50 {
    left: -12.5rem;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-left-54 {
    left: -13.5rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-left-60 {
    left: -15rem;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-left-68 {
    left: -17rem;
  }

  .lg\:-left-72 {
    left: -18rem;
  }

  .lg\:-left-75 {
    left: -18.75rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-left-85 {
    left: -22rem;
  }

  .lg\:-left-90 {
    left: -22.5rem;
  }

  .lg\:-left-92 {
    left: -23rem;
  }

  .lg\:-left-96 {
    left: -24rem;
  }

  .lg\:-left-100 {
    left: -25rem;
  }

  .lg\:-left-116 {
    left: -29rem;
  }

  .lg\:-left-120 {
    left: -30rem;
  }

  .lg\:-left-125 {
    left: -31.25rem;
  }

  .lg\:-left-135 {
    left: -33.75rem;
  }

  .lg\:-left-160 {
    left: -40rem;
  }

  .lg\:-left-180 {
    left: -45rem;
  }

  .lg\:-left-240 {
    left: -60rem;
  }

  .lg\:-left-285 {
    left: -71.25rem;
  }

  .lg\:-left-330 {
    left: -82.5rem;
  }

  .lg\:-left-unset {
    left: unset;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-left-0\.4 {
    left: -0.1rem;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg\:-left-0\.6 {
    left: -0.15rem;
  }

  .lg\:-left-0\.75 {
    left: -0.2rem;
  }

  .lg\:-left-1\.2 {
    left: -0.3rem;
  }

  .lg\:-left-1\.25 {
    left: -0.3125rem;
  }

  .lg\:-left-1\.4 {
    left: -0.35rem;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg\:-left-1\.6 {
    left: -0.4rem;
  }

  .lg\:-left-1\.75 {
    left: -0.4375rem;
  }

  .lg\:-left-1\.8 {
    left: -0.45rem;
  }

  .lg\:-left-2\.2 {
    left: -0.55rem;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg\:-left-2\.6 {
    left: -0.65rem;
  }

  .lg\:-left-2\.7 {
    left: -0.675rem;
  }

  .lg\:-left-2\.8 {
    left: -0.7rem;
  }

  .lg\:-left-3\.4 {
    left: -0.85rem;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:-left-3\.6 {
    left: -0.9rem;
  }

  .lg\:-left-4\.5 {
    left: -1.125rem;
  }

  .lg\:-left-4\.8 {
    left: -1.2rem;
  }

  .lg\:-left-5\.3 {
    left: -1.3rem;
  }

  .lg\:-left-5\.4 {
    left: -1.35rem;
  }

  .lg\:-left-5\.5 {
    left: -1.375rem;
  }

  .lg\:-left-5\.6 {
    left: -1.4rem;
  }

  .lg\:-left-6\.5 {
    left: -1.625rem;
  }

  .lg\:-left-70\/100 {
    left: -70%;
  }

  .lg\:-left-31\/100 {
    left: -31%;
  }

  .lg\:-left-15\/100 {
    left: -15%;
  }

  .lg\:-left-1\/100 {
    left: -1%;
  }

  .lg\:-left-1\/10 {
    left: -10%;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:isolate {
    isolation: isolate;
  }

  .lg\:isolation-auto {
    isolation: auto;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus\: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\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-13 {
    margin: 3.25rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-19 {
    margin: 4.75rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-25 {
    margin: 6.25rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-30 {
    margin: 7.5rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-34 {
    margin: 8.5rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-42 {
    margin: 10.5rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-46 {
    margin: 11.5rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-50 {
    margin: 12.5rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-54 {
    margin: 13.5rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-60 {
    margin: 15rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-68 {
    margin: 17rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-75 {
    margin: 18.75rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-85 {
    margin: 22rem;
  }

  .lg\:m-90 {
    margin: 22.5rem;
  }

  .lg\:m-92 {
    margin: 23rem;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-100 {
    margin: 25rem;
  }

  .lg\:m-116 {
    margin: 29rem;
  }

  .lg\:m-120 {
    margin: 30rem;
  }

  .lg\:m-125 {
    margin: 31.25rem;
  }

  .lg\:m-135 {
    margin: 33.75rem;
  }

  .lg\:m-160 {
    margin: 40rem;
  }

  .lg\:m-180 {
    margin: 45rem;
  }

  .lg\:m-240 {
    margin: 60rem;
  }

  .lg\:m-285 {
    margin: 71.25rem;
  }

  .lg\:m-330 {
    margin: 82.5rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-unset {
    margin: unset;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-0\.4 {
    margin: 0.1rem;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg\:m-0\.6 {
    margin: 0.15rem;
  }

  .lg\:m-0\.75 {
    margin: 0.2rem;
  }

  .lg\:m-1\.2 {
    margin: 0.3rem;
  }

  .lg\:m-1\.25 {
    margin: 0.3125rem;
  }

  .lg\:m-1\.4 {
    margin: 0.35rem;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg\:m-1\.6 {
    margin: 0.4rem;
  }

  .lg\:m-1\.75 {
    margin: 0.4375rem;
  }

  .lg\:m-1\.8 {
    margin: 0.45rem;
  }

  .lg\:m-2\.2 {
    margin: 0.55rem;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg\:m-2\.6 {
    margin: 0.65rem;
  }

  .lg\:m-2\.7 {
    margin: 0.675rem;
  }

  .lg\:m-2\.8 {
    margin: 0.7rem;
  }

  .lg\:m-3\.4 {
    margin: 0.85rem;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:m-3\.6 {
    margin: 0.9rem;
  }

  .lg\:m-4\.5 {
    margin: 1.125rem;
  }

  .lg\:m-4\.8 {
    margin: 1.2rem;
  }

  .lg\:m-5\.3 {
    margin: 1.3rem;
  }

  .lg\:m-5\.4 {
    margin: 1.35rem;
  }

  .lg\:m-5\.5 {
    margin: 1.375rem;
  }

  .lg\:m-5\.6 {
    margin: 1.4rem;
  }

  .lg\:m-6\.5 {
    margin: 1.625rem;
  }

  .lg\:m-70\/100 {
    margin: 70%;
  }

  .lg\:m-31\/100 {
    margin: 31%;
  }

  .lg\:m-15\/100 {
    margin: 15%;
  }

  .lg\:m-1\/100 {
    margin: 1%;
  }

  .lg\:m-1\/10 {
    margin: 10%;
  }

  .lg\:m-1\/2 {
    margin: 50%;
  }

  .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-13 {
    margin: -3.25rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-19 {
    margin: -4.75rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-25 {
    margin: -6.25rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-30 {
    margin: -7.5rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-34 {
    margin: -8.5rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-42 {
    margin: -10.5rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-46 {
    margin: -11.5rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-50 {
    margin: -12.5rem;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-54 {
    margin: -13.5rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-60 {
    margin: -15rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-68 {
    margin: -17rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-75 {
    margin: -18.75rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-85 {
    margin: -22rem;
  }

  .lg\:-m-90 {
    margin: -22.5rem;
  }

  .lg\:-m-92 {
    margin: -23rem;
  }

  .lg\:-m-96 {
    margin: -24rem;
  }

  .lg\:-m-100 {
    margin: -25rem;
  }

  .lg\:-m-116 {
    margin: -29rem;
  }

  .lg\:-m-120 {
    margin: -30rem;
  }

  .lg\:-m-125 {
    margin: -31.25rem;
  }

  .lg\:-m-135 {
    margin: -33.75rem;
  }

  .lg\:-m-160 {
    margin: -40rem;
  }

  .lg\:-m-180 {
    margin: -45rem;
  }

  .lg\:-m-240 {
    margin: -60rem;
  }

  .lg\:-m-285 {
    margin: -71.25rem;
  }

  .lg\:-m-330 {
    margin: -82.5rem;
  }

  .lg\:-m-unset {
    margin: unset;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-0\.4 {
    margin: -0.1rem;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lg\:-m-0\.6 {
    margin: -0.15rem;
  }

  .lg\:-m-0\.75 {
    margin: -0.2rem;
  }

  .lg\:-m-1\.2 {
    margin: -0.3rem;
  }

  .lg\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .lg\:-m-1\.4 {
    margin: -0.35rem;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lg\:-m-1\.6 {
    margin: -0.4rem;
  }

  .lg\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .lg\:-m-1\.8 {
    margin: -0.45rem;
  }

  .lg\:-m-2\.2 {
    margin: -0.55rem;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lg\:-m-2\.6 {
    margin: -0.65rem;
  }

  .lg\:-m-2\.7 {
    margin: -0.675rem;
  }

  .lg\:-m-2\.8 {
    margin: -0.7rem;
  }

  .lg\:-m-3\.4 {
    margin: -0.85rem;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg\:-m-3\.6 {
    margin: -0.9rem;
  }

  .lg\:-m-4\.5 {
    margin: -1.125rem;
  }

  .lg\:-m-4\.8 {
    margin: -1.2rem;
  }

  .lg\:-m-5\.3 {
    margin: -1.3rem;
  }

  .lg\:-m-5\.4 {
    margin: -1.35rem;
  }

  .lg\:-m-5\.5 {
    margin: -1.375rem;
  }

  .lg\:-m-5\.6 {
    margin: -1.4rem;
  }

  .lg\:-m-6\.5 {
    margin: -1.625rem;
  }

  .lg\:-m-70\/100 {
    margin: -70%;
  }

  .lg\:-m-31\/100 {
    margin: -31%;
  }

  .lg\:-m-15\/100 {
    margin: -15%;
  }

  .lg\:-m-1\/100 {
    margin: -1%;
  }

  .lg\:-m-1\/10 {
    margin: -10%;
  }

  .lg\:-m-1\/2 {
    margin: -50%;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .lg\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .lg\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .lg\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .lg\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .lg\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .lg\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .lg\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .lg\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .lg\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .lg\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .lg\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .lg\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .lg\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .lg\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .lg\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .lg\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .lg\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .lg\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .lg\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .lg\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .lg\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .lg\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .lg\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .lg\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .lg\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .lg\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .lg\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .lg\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .lg\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .lg\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .lg\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .lg\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .lg\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .lg\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .lg\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .lg\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .lg\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .lg\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .lg\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .lg\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .lg\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .lg\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .lg\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .lg\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .lg\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .lg\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .lg\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .lg\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .lg\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .lg\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .lg\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .lg\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .lg\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .lg\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .lg\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .lg\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .lg\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .lg\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .lg\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .lg\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .lg\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .lg\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .lg\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .lg\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .lg\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .lg\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .lg\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .lg\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .lg\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .lg\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .lg\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .lg\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .lg\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .lg\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .lg\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .lg\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .lg\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .lg\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .lg\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .lg\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .lg\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .lg\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .lg\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .lg\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .lg\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .lg\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .lg\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .lg\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .lg\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .lg\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .lg\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .lg\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .lg\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .lg\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .lg\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .lg\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .lg\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .lg\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .lg\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .lg\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .lg\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .lg\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .lg\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .lg\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .lg\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .lg\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .lg\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .lg\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .lg\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .lg\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .lg\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .lg\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .lg\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .lg\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .lg\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .lg\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .lg\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .lg\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .lg\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .lg\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .lg\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .lg\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-13 {
    margin-top: 3.25rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-19 {
    margin-top: 4.75rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-25 {
    margin-top: 6.25rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-30 {
    margin-top: 7.5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-34 {
    margin-top: 8.5rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-42 {
    margin-top: 10.5rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-46 {
    margin-top: 11.5rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-50 {
    margin-top: 12.5rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mt-54 {
    margin-top: 13.5rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mt-68 {
    margin-top: 17rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mt-75 {
    margin-top: 18.75rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mt-85 {
    margin-top: 22rem;
  }

  .lg\:mt-90 {
    margin-top: 22.5rem;
  }

  .lg\:mt-92 {
    margin-top: 23rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mt-100 {
    margin-top: 25rem;
  }

  .lg\:mt-116 {
    margin-top: 29rem;
  }

  .lg\:mt-120 {
    margin-top: 30rem;
  }

  .lg\:mt-125 {
    margin-top: 31.25rem;
  }

  .lg\:mt-135 {
    margin-top: 33.75rem;
  }

  .lg\:mt-160 {
    margin-top: 40rem;
  }

  .lg\:mt-180 {
    margin-top: 45rem;
  }

  .lg\:mt-240 {
    margin-top: 60rem;
  }

  .lg\:mt-285 {
    margin-top: 71.25rem;
  }

  .lg\:mt-330 {
    margin-top: 82.5rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mt-unset {
    margin-top: unset;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .lg\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .lg\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .lg\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .lg\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .lg\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .lg\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .lg\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .lg\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .lg\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .lg\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .lg\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .lg\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .lg\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .lg\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .lg\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .lg\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .lg\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .lg\:mt-70\/100 {
    margin-top: 70%;
  }

  .lg\:mt-31\/100 {
    margin-top: 31%;
  }

  .lg\:mt-15\/100 {
    margin-top: 15%;
  }

  .lg\:mt-1\/100 {
    margin-top: 1%;
  }

  .lg\:mt-1\/10 {
    margin-top: 10%;
  }

  .lg\:mt-1\/2 {
    margin-top: 50%;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mt-13 {
    margin-top: -3.25rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mt-19 {
    margin-top: -4.75rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mt-25 {
    margin-top: -6.25rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mt-30 {
    margin-top: -7.5rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mt-34 {
    margin-top: -8.5rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mt-42 {
    margin-top: -10.5rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mt-46 {
    margin-top: -11.5rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mt-50 {
    margin-top: -12.5rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mt-54 {
    margin-top: -13.5rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mt-60 {
    margin-top: -15rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mt-68 {
    margin-top: -17rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mt-75 {
    margin-top: -18.75rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mt-85 {
    margin-top: -22rem;
  }

  .lg\:-mt-90 {
    margin-top: -22.5rem;
  }

  .lg\:-mt-92 {
    margin-top: -23rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:-mt-100 {
    margin-top: -25rem;
  }

  .lg\:-mt-116 {
    margin-top: -29rem;
  }

  .lg\:-mt-120 {
    margin-top: -30rem;
  }

  .lg\:-mt-125 {
    margin-top: -31.25rem;
  }

  .lg\:-mt-135 {
    margin-top: -33.75rem;
  }

  .lg\:-mt-160 {
    margin-top: -40rem;
  }

  .lg\:-mt-180 {
    margin-top: -45rem;
  }

  .lg\:-mt-240 {
    margin-top: -60rem;
  }

  .lg\:-mt-285 {
    margin-top: -71.25rem;
  }

  .lg\:-mt-330 {
    margin-top: -82.5rem;
  }

  .lg\:-mt-unset {
    margin-top: unset;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lg\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .lg\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .lg\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .lg\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .lg\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lg\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .lg\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .lg\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .lg\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lg\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .lg\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .lg\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .lg\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .lg\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .lg\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .lg\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .lg\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .lg\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .lg\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .lg\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .lg\:-mt-70\/100 {
    margin-top: -70%;
  }

  .lg\:-mt-31\/100 {
    margin-top: -31%;
  }

  .lg\:-mt-15\/100 {
    margin-top: -15%;
  }

  .lg\:-mt-1\/100 {
    margin-top: -1%;
  }

  .lg\:-mt-1\/10 {
    margin-top: -10%;
  }

  .lg\:-mt-1\/2 {
    margin-top: -50%;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-13 {
    margin-right: 3.25rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-19 {
    margin-right: 4.75rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mr-25 {
    margin-right: 6.25rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-30 {
    margin-right: 7.5rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-34 {
    margin-right: 8.5rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-42 {
    margin-right: 10.5rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mr-46 {
    margin-right: 11.5rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mr-50 {
    margin-right: 12.5rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mr-54 {
    margin-right: 13.5rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mr-68 {
    margin-right: 17rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mr-75 {
    margin-right: 18.75rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mr-85 {
    margin-right: 22rem;
  }

  .lg\:mr-90 {
    margin-right: 22.5rem;
  }

  .lg\:mr-92 {
    margin-right: 23rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mr-100 {
    margin-right: 25rem;
  }

  .lg\:mr-116 {
    margin-right: 29rem;
  }

  .lg\:mr-120 {
    margin-right: 30rem;
  }

  .lg\:mr-125 {
    margin-right: 31.25rem;
  }

  .lg\:mr-135 {
    margin-right: 33.75rem;
  }

  .lg\:mr-160 {
    margin-right: 40rem;
  }

  .lg\:mr-180 {
    margin-right: 45rem;
  }

  .lg\:mr-240 {
    margin-right: 60rem;
  }

  .lg\:mr-285 {
    margin-right: 71.25rem;
  }

  .lg\:mr-330 {
    margin-right: 82.5rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mr-unset {
    margin-right: unset;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .lg\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .lg\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .lg\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .lg\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .lg\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .lg\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .lg\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .lg\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .lg\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .lg\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .lg\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .lg\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .lg\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .lg\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .lg\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .lg\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .lg\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .lg\:mr-70\/100 {
    margin-right: 70%;
  }

  .lg\:mr-31\/100 {
    margin-right: 31%;
  }

  .lg\:mr-15\/100 {
    margin-right: 15%;
  }

  .lg\:mr-1\/100 {
    margin-right: 1%;
  }

  .lg\:mr-1\/10 {
    margin-right: 10%;
  }

  .lg\:mr-1\/2 {
    margin-right: 50%;
  }

  .lg\:-mr-0 {
    margin-right: 0px;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mr-13 {
    margin-right: -3.25rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mr-19 {
    margin-right: -4.75rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mr-25 {
    margin-right: -6.25rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mr-30 {
    margin-right: -7.5rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mr-34 {
    margin-right: -8.5rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mr-42 {
    margin-right: -10.5rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mr-46 {
    margin-right: -11.5rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mr-50 {
    margin-right: -12.5rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mr-54 {
    margin-right: -13.5rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mr-60 {
    margin-right: -15rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mr-68 {
    margin-right: -17rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mr-75 {
    margin-right: -18.75rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mr-85 {
    margin-right: -22rem;
  }

  .lg\:-mr-90 {
    margin-right: -22.5rem;
  }

  .lg\:-mr-92 {
    margin-right: -23rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mr-100 {
    margin-right: -25rem;
  }

  .lg\:-mr-116 {
    margin-right: -29rem;
  }

  .lg\:-mr-120 {
    margin-right: -30rem;
  }

  .lg\:-mr-125 {
    margin-right: -31.25rem;
  }

  .lg\:-mr-135 {
    margin-right: -33.75rem;
  }

  .lg\:-mr-160 {
    margin-right: -40rem;
  }

  .lg\:-mr-180 {
    margin-right: -45rem;
  }

  .lg\:-mr-240 {
    margin-right: -60rem;
  }

  .lg\:-mr-285 {
    margin-right: -71.25rem;
  }

  .lg\:-mr-330 {
    margin-right: -82.5rem;
  }

  .lg\:-mr-unset {
    margin-right: unset;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lg\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .lg\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .lg\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .lg\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .lg\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lg\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .lg\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .lg\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .lg\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lg\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .lg\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .lg\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .lg\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .lg\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .lg\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .lg\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .lg\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .lg\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .lg\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .lg\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .lg\:-mr-70\/100 {
    margin-right: -70%;
  }

  .lg\:-mr-31\/100 {
    margin-right: -31%;
  }

  .lg\:-mr-15\/100 {
    margin-right: -15%;
  }

  .lg\:-mr-1\/100 {
    margin-right: -1%;
  }

  .lg\:-mr-1\/10 {
    margin-right: -10%;
  }

  .lg\:-mr-1\/2 {
    margin-right: -50%;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mb-68 {
    margin-bottom: 17rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:mb-85 {
    margin-bottom: 22rem;
  }

  .lg\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .lg\:mb-92 {
    margin-bottom: 23rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:mb-100 {
    margin-bottom: 25rem;
  }

  .lg\:mb-116 {
    margin-bottom: 29rem;
  }

  .lg\:mb-120 {
    margin-bottom: 30rem;
  }

  .lg\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .lg\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .lg\:mb-160 {
    margin-bottom: 40rem;
  }

  .lg\:mb-180 {
    margin-bottom: 45rem;
  }

  .lg\:mb-240 {
    margin-bottom: 60rem;
  }

  .lg\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .lg\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:mb-unset {
    margin-bottom: unset;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .lg\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .lg\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .lg\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .lg\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .lg\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .lg\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .lg\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .lg\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .lg\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .lg\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .lg\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .lg\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .lg\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .lg\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .lg\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .lg\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .lg\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .lg\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .lg\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .lg\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .lg\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .lg\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .lg\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-mb-68 {
    margin-bottom: -17rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-mb-85 {
    margin-bottom: -22rem;
  }

  .lg\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .lg\:-mb-92 {
    margin-bottom: -23rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-mb-100 {
    margin-bottom: -25rem;
  }

  .lg\:-mb-116 {
    margin-bottom: -29rem;
  }

  .lg\:-mb-120 {
    margin-bottom: -30rem;
  }

  .lg\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .lg\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .lg\:-mb-160 {
    margin-bottom: -40rem;
  }

  .lg\:-mb-180 {
    margin-bottom: -45rem;
  }

  .lg\:-mb-240 {
    margin-bottom: -60rem;
  }

  .lg\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .lg\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .lg\:-mb-unset {
    margin-bottom: unset;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .lg\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .lg\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .lg\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .lg\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .lg\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .lg\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .lg\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .lg\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .lg\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .lg\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .lg\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .lg\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .lg\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .lg\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .lg\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .lg\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .lg\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .lg\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .lg\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .lg\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .lg\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .lg\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .lg\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-13 {
    margin-left: 3.25rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-19 {
    margin-left: 4.75rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-25 {
    margin-left: 6.25rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-30 {
    margin-left: 7.5rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-34 {
    margin-left: 8.5rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-42 {
    margin-left: 10.5rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:ml-46 {
    margin-left: 11.5rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:ml-50 {
    margin-left: 12.5rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:ml-54 {
    margin-left: 13.5rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-68 {
    margin-left: 17rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:ml-75 {
    margin-left: 18.75rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:ml-85 {
    margin-left: 22rem;
  }

  .lg\:ml-90 {
    margin-left: 22.5rem;
  }

  .lg\:ml-92 {
    margin-left: 23rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:ml-100 {
    margin-left: 25rem;
  }

  .lg\:ml-116 {
    margin-left: 29rem;
  }

  .lg\:ml-120 {
    margin-left: 30rem;
  }

  .lg\:ml-125 {
    margin-left: 31.25rem;
  }

  .lg\:ml-135 {
    margin-left: 33.75rem;
  }

  .lg\:ml-160 {
    margin-left: 40rem;
  }

  .lg\:ml-180 {
    margin-left: 45rem;
  }

  .lg\:ml-240 {
    margin-left: 60rem;
  }

  .lg\:ml-285 {
    margin-left: 71.25rem;
  }

  .lg\:ml-330 {
    margin-left: 82.5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-unset {
    margin-left: unset;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .lg\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .lg\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .lg\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .lg\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .lg\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .lg\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .lg\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .lg\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .lg\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .lg\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .lg\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .lg\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .lg\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .lg\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .lg\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .lg\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .lg\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .lg\:ml-70\/100 {
    margin-left: 70%;
  }

  .lg\:ml-31\/100 {
    margin-left: 31%;
  }

  .lg\:ml-15\/100 {
    margin-left: 15%;
  }

  .lg\:ml-1\/100 {
    margin-left: 1%;
  }

  .lg\:ml-1\/10 {
    margin-left: 10%;
  }

  .lg\:ml-1\/2 {
    margin-left: 50%;
  }

  .lg\:-ml-0 {
    margin-left: 0px;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-ml-13 {
    margin-left: -3.25rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-ml-19 {
    margin-left: -4.75rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-ml-25 {
    margin-left: -6.25rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-ml-30 {
    margin-left: -7.5rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-ml-34 {
    margin-left: -8.5rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-ml-42 {
    margin-left: -10.5rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-ml-46 {
    margin-left: -11.5rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-ml-50 {
    margin-left: -12.5rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-ml-54 {
    margin-left: -13.5rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-ml-68 {
    margin-left: -17rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-ml-75 {
    margin-left: -18.75rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-ml-85 {
    margin-left: -22rem;
  }

  .lg\:-ml-90 {
    margin-left: -22.5rem;
  }

  .lg\:-ml-92 {
    margin-left: -23rem;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-ml-100 {
    margin-left: -25rem;
  }

  .lg\:-ml-116 {
    margin-left: -29rem;
  }

  .lg\:-ml-120 {
    margin-left: -30rem;
  }

  .lg\:-ml-125 {
    margin-left: -31.25rem;
  }

  .lg\:-ml-135 {
    margin-left: -33.75rem;
  }

  .lg\:-ml-160 {
    margin-left: -40rem;
  }

  .lg\:-ml-180 {
    margin-left: -45rem;
  }

  .lg\:-ml-240 {
    margin-left: -60rem;
  }

  .lg\:-ml-285 {
    margin-left: -71.25rem;
  }

  .lg\:-ml-330 {
    margin-left: -82.5rem;
  }

  .lg\:-ml-unset {
    margin-left: unset;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .lg\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .lg\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .lg\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .lg\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .lg\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .lg\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .lg\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .lg\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .lg\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .lg\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .lg\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .lg\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .lg\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .lg\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .lg\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .lg\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .lg\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .lg\:-ml-70\/100 {
    margin-left: -70%;
  }

  .lg\:-ml-31\/100 {
    margin-left: -31%;
  }

  .lg\:-ml-15\/100 {
    margin-left: -15%;
  }

  .lg\:-ml-1\/100 {
    margin-left: -1%;
  }

  .lg\:-ml-1\/10 {
    margin-left: -10%;
  }

  .lg\:-ml-1\/2 {
    margin-left: -50%;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-13 {
    height: 3.25rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-19 {
    height: 4.75rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-25 {
    height: 6.25rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-30 {
    height: 7.5rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-34 {
    height: 8.5rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-42 {
    height: 10.5rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-46 {
    height: 11.5rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-50 {
    height: 12.5rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-54 {
    height: 13.5rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-68 {
    height: 17rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-75 {
    height: 18.75rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-85 {
    height: 22rem;
  }

  .lg\:h-90 {
    height: 22.5rem;
  }

  .lg\:h-92 {
    height: 23rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-100 {
    height: 25rem;
  }

  .lg\:h-116 {
    height: 29rem;
  }

  .lg\:h-120 {
    height: 30rem;
  }

  .lg\:h-125 {
    height: 31.25rem;
  }

  .lg\:h-135 {
    height: 33.75rem;
  }

  .lg\:h-160 {
    height: 40rem;
  }

  .lg\:h-180 {
    height: 45rem;
  }

  .lg\:h-240 {
    height: 60rem;
  }

  .lg\:h-285 {
    height: 71.25rem;
  }

  .lg\:h-330 {
    height: 82.5rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-unset {
    height: unset;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-0\.4 {
    height: 0.1rem;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-0\.6 {
    height: 0.15rem;
  }

  .lg\:h-0\.75 {
    height: 0.2rem;
  }

  .lg\:h-1\.2 {
    height: 0.3rem;
  }

  .lg\:h-1\.25 {
    height: 0.3125rem;
  }

  .lg\:h-1\.4 {
    height: 0.35rem;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-1\.6 {
    height: 0.4rem;
  }

  .lg\:h-1\.75 {
    height: 0.4375rem;
  }

  .lg\:h-1\.8 {
    height: 0.45rem;
  }

  .lg\:h-2\.2 {
    height: 0.55rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-2\.6 {
    height: 0.65rem;
  }

  .lg\:h-2\.7 {
    height: 0.675rem;
  }

  .lg\:h-2\.8 {
    height: 0.7rem;
  }

  .lg\:h-3\.4 {
    height: 0.85rem;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-3\.6 {
    height: 0.9rem;
  }

  .lg\:h-4\.5 {
    height: 1.125rem;
  }

  .lg\:h-4\.8 {
    height: 1.2rem;
  }

  .lg\:h-5\.3 {
    height: 1.3rem;
  }

  .lg\:h-5\.4 {
    height: 1.35rem;
  }

  .lg\:h-5\.5 {
    height: 1.375rem;
  }

  .lg\:h-5\.6 {
    height: 1.4rem;
  }

  .lg\:h-6\.5 {
    height: 1.625rem;
  }

  .lg\:h-70\/100 {
    height: 70%;
  }

  .lg\:h-31\/100 {
    height: 31%;
  }

  .lg\:h-15\/100 {
    height: 15%;
  }

  .lg\:h-1\/100 {
    height: 1%;
  }

  .lg\:h-1\/10 {
    height: 10%;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\: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-13 {
    max-height: 3.25rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-19 {
    max-height: 4.75rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-25 {
    max-height: 6.25rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-30 {
    max-height: 7.5rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-34 {
    max-height: 8.5rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-42 {
    max-height: 10.5rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-46 {
    max-height: 11.5rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-50 {
    max-height: 12.5rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-54 {
    max-height: 13.5rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-68 {
    max-height: 17rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-75 {
    max-height: 18.75rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-85 {
    max-height: 22rem;
  }

  .lg\:max-h-90 {
    max-height: 22.5rem;
  }

  .lg\:max-h-92 {
    max-height: 23rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-100 {
    max-height: 25rem;
  }

  .lg\:max-h-116 {
    max-height: 29rem;
  }

  .lg\:max-h-120 {
    max-height: 30rem;
  }

  .lg\:max-h-125 {
    max-height: 31.25rem;
  }

  .lg\:max-h-135 {
    max-height: 33.75rem;
  }

  .lg\:max-h-160 {
    max-height: 40rem;
  }

  .lg\:max-h-180 {
    max-height: 45rem;
  }

  .lg\:max-h-240 {
    max-height: 60rem;
  }

  .lg\:max-h-285 {
    max-height: 71.25rem;
  }

  .lg\:max-h-330 {
    max-height: 82.5rem;
  }

  .lg\:max-h-unset {
    max-height: unset;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .lg\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .lg\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .lg\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .lg\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .lg\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .lg\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .lg\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .lg\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .lg\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .lg\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .lg\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .lg\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .lg\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .lg\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .lg\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .lg\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .lg\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .lg\:max-h-70\/100 {
    max-height: 70%;
  }

  .lg\:max-h-31\/100 {
    max-height: 31%;
  }

  .lg\:max-h-15\/100 {
    max-height: 15%;
  }

  .lg\:max-h-1\/100 {
    max-height: 1%;
  }

  .lg\:max-h-1\/10 {
    max-height: 10%;
  }

  .lg\:max-h-1\/2 {
    max-height: 50%;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .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-13 {
    width: 3.25rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-19 {
    width: 4.75rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-25 {
    width: 6.25rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-30 {
    width: 7.5rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-34 {
    width: 8.5rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-42 {
    width: 10.5rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-46 {
    width: 11.5rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-50 {
    width: 12.5rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-54 {
    width: 13.5rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-68 {
    width: 17rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-75 {
    width: 18.75rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-85 {
    width: 22rem;
  }

  .lg\:w-90 {
    width: 22.5rem;
  }

  .lg\:w-92 {
    width: 23rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-100 {
    width: 25rem;
  }

  .lg\:w-116 {
    width: 29rem;
  }

  .lg\:w-120 {
    width: 30rem;
  }

  .lg\:w-125 {
    width: 31.25rem;
  }

  .lg\:w-135 {
    width: 33.75rem;
  }

  .lg\:w-160 {
    width: 40rem;
  }

  .lg\:w-180 {
    width: 45rem;
  }

  .lg\:w-240 {
    width: 60rem;
  }

  .lg\:w-285 {
    width: 71.25rem;
  }

  .lg\:w-330 {
    width: 82.5rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-unset {
    width: unset;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-0\.4 {
    width: 0.1rem;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-0\.6 {
    width: 0.15rem;
  }

  .lg\:w-0\.75 {
    width: 0.2rem;
  }

  .lg\:w-1\.2 {
    width: 0.3rem;
  }

  .lg\:w-1\.25 {
    width: 0.3125rem;
  }

  .lg\:w-1\.4 {
    width: 0.35rem;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-1\.6 {
    width: 0.4rem;
  }

  .lg\:w-1\.75 {
    width: 0.4375rem;
  }

  .lg\:w-1\.8 {
    width: 0.45rem;
  }

  .lg\:w-2\.2 {
    width: 0.55rem;
  }

  .lg\:w-2\.5 {
    width: 0.625rem;
  }

  .lg\:w-2\.6 {
    width: 0.65rem;
  }

  .lg\:w-2\.7 {
    width: 0.675rem;
  }

  .lg\:w-2\.8 {
    width: 0.7rem;
  }

  .lg\:w-3\.4 {
    width: 0.85rem;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-3\.6 {
    width: 0.9rem;
  }

  .lg\:w-4\.5 {
    width: 1.125rem;
  }

  .lg\:w-4\.8 {
    width: 1.2rem;
  }

  .lg\:w-5\.3 {
    width: 1.3rem;
  }

  .lg\:w-5\.4 {
    width: 1.35rem;
  }

  .lg\:w-5\.5 {
    width: 1.375rem;
  }

  .lg\:w-5\.6 {
    width: 1.4rem;
  }

  .lg\:w-6\.5 {
    width: 1.625rem;
  }

  .lg\:w-70\/100 {
    width: 70%;
  }

  .lg\:w-31\/100 {
    width: 31%;
  }

  .lg\:w-15\/100 {
    width: 15%;
  }

  .lg\:w-1\/100 {
    width: 1%;
  }

  .lg\:w-1\/10 {
    width: 10%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-screen-sm {
    max-width: 576px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 992px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1200px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .lg\:flex-0 {
    flex: 0 0 auto;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-1-0 {
    flex: 1 0 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .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-68 {
    --tw-translate-x: 17rem;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .lg\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .lg\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .lg\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .lg\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .lg\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .lg\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .lg\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .lg\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .lg\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .lg\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .lg\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .lg\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .lg\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .lg\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .lg\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .lg\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .lg\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .lg\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .lg\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .lg\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .lg\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .lg\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .lg\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lg\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .lg\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .lg\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .lg\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .lg\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .lg\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .lg\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .lg\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .lg\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .lg\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .lg\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .lg\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .lg\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .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-13 {
    --tw-translate-x: -3.25rem;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .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-68 {
    --tw-translate-x: -17rem;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .lg\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .lg\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .lg\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .lg\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .lg\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .lg\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .lg\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .lg\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .lg\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .lg\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .lg\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .lg\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .lg\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .lg\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .lg\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .lg\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .lg\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .lg\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .lg\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .lg\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .lg\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .lg\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .lg\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lg\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .lg\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .lg\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .lg\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .lg\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .lg\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .lg\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .lg\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .lg\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .lg\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .lg\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .lg\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .lg\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .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\/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-13 {
    --tw-translate-y: 3.25rem;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .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-68 {
    --tw-translate-y: 17rem;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .lg\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .lg\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .lg\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .lg\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .lg\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .lg\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .lg\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .lg\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .lg\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .lg\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .lg\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .lg\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .lg\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .lg\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .lg\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .lg\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .lg\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .lg\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .lg\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .lg\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .lg\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .lg\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .lg\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lg\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .lg\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .lg\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .lg\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .lg\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .lg\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .lg\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .lg\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .lg\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .lg\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .lg\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .lg\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .lg\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .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-13 {
    --tw-translate-y: -3.25rem;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .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-68 {
    --tw-translate-y: -17rem;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .lg\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .lg\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .lg\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .lg\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .lg\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .lg\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .lg\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .lg\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .lg\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .lg\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .lg\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .lg\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .lg\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .lg\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .lg\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .lg\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .lg\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .lg\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .lg\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .lg\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .lg\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .lg\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .lg\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lg\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .lg\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .lg\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .lg\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .lg\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .lg\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .lg\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .lg\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .lg\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .lg\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .lg\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .lg\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .lg\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .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\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: 17rem;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .lg\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .lg\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .lg\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .lg\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .lg\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .lg\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .lg\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .lg\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .lg\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .lg\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .lg\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .lg\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .lg\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .lg\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .lg\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .lg\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .lg\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .lg\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .lg\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .lg\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .lg\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .lg\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .lg\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .lg\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .lg\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .lg\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .lg\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .lg\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .lg\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .lg\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .lg\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .lg\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .lg\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .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-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: -17rem;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .lg\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .lg\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .lg\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .lg\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .lg\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .lg\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .lg\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .lg\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .lg\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .lg\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .lg\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .lg\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .lg\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .lg\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .lg\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .lg\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .lg\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .lg\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .lg\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .lg\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .lg\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .lg\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .lg\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .lg\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .lg\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .lg\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .lg\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .lg\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .lg\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .lg\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .lg\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .lg\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .lg\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .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\/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-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: 17rem;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .lg\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .lg\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .lg\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .lg\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .lg\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .lg\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .lg\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .lg\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .lg\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .lg\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .lg\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .lg\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .lg\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .lg\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .lg\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .lg\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .lg\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .lg\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .lg\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .lg\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .lg\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .lg\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .lg\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .lg\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .lg\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .lg\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .lg\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .lg\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .lg\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .lg\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .lg\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .lg\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .lg\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .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-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: -17rem;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .lg\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .lg\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .lg\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .lg\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .lg\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .lg\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .lg\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .lg\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .lg\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .lg\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .lg\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .lg\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .lg\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .lg\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .lg\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .lg\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .lg\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .lg\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .lg\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .lg\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .lg\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .lg\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .lg\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .lg\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .lg\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .lg\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .lg\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .lg\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .lg\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .lg\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .lg\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .lg\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .lg\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: 17rem;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .lg\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .lg\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .lg\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .lg\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .lg\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .lg\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .lg\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .lg\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .lg\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .lg\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .lg\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .lg\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .lg\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .lg\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .lg\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .lg\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .lg\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .lg\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .lg\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .lg\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .lg\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .lg\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .lg\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .lg\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .lg\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .lg\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .lg\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .lg\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .lg\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .lg\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .lg\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .lg\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .lg\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .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-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: -17rem;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .lg\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .lg\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .lg\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .lg\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .lg\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .lg\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .lg\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .lg\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .lg\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .lg\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .lg\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .lg\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .lg\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .lg\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .lg\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .lg\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .lg\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .lg\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .lg\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .lg\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .lg\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .lg\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .lg\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .lg\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .lg\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .lg\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .lg\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .lg\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .lg\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .lg\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .lg\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .lg\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .lg\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: 17rem;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .lg\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .lg\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .lg\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .lg\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .lg\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .lg\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .lg\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .lg\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .lg\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .lg\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .lg\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .lg\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .lg\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .lg\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .lg\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .lg\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .lg\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .lg\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .lg\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .lg\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .lg\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .lg\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .lg\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .lg\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .lg\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .lg\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .lg\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .lg\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .lg\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .lg\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .lg\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .lg\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .lg\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .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-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: -17rem;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .lg\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .lg\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .lg\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .lg\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .lg\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .lg\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .lg\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .lg\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .lg\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .lg\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .lg\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .lg\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .lg\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .lg\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .lg\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .lg\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .lg\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .lg\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .lg\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .lg\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .lg\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .lg\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .lg\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .lg\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .lg\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .lg\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .lg\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .lg\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .lg\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .lg\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .lg\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .lg\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .lg\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .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\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:rotate-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;
  }

  .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\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:animate-none {
    animation: none;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:cursor-none {
    cursor: none;
  }

  .lg\:cursor-context-menu {
    cursor: context-menu;
  }

  .lg\:cursor-progress {
    cursor: progress;
  }

  .lg\:cursor-cell {
    cursor: cell;
  }

  .lg\:cursor-crosshair {
    cursor: crosshair;
  }

  .lg\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .lg\:cursor-alias {
    cursor: alias;
  }

  .lg\:cursor-copy {
    cursor: copy;
  }

  .lg\:cursor-no-drop {
    cursor: no-drop;
  }

  .lg\:cursor-grab {
    cursor: grab;
  }

  .lg\:cursor-grabbing {
    cursor: grabbing;
  }

  .lg\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .lg\:cursor-col-resize {
    cursor: col-resize;
  }

  .lg\:cursor-row-resize {
    cursor: row-resize;
  }

  .lg\:cursor-n-resize {
    cursor: n-resize;
  }

  .lg\:cursor-e-resize {
    cursor: e-resize;
  }

  .lg\:cursor-s-resize {
    cursor: s-resize;
  }

  .lg\:cursor-w-resize {
    cursor: w-resize;
  }

  .lg\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .lg\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .lg\:cursor-se-resize {
    cursor: se-resize;
  }

  .lg\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .lg\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .lg\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .lg\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .lg\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .lg\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .lg\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-13 {
    gap: 3.25rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-19 {
    gap: 4.75rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-25 {
    gap: 6.25rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-30 {
    gap: 7.5rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-34 {
    gap: 8.5rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-42 {
    gap: 10.5rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-46 {
    gap: 11.5rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-50 {
    gap: 12.5rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-54 {
    gap: 13.5rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-68 {
    gap: 17rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-75 {
    gap: 18.75rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-85 {
    gap: 22rem;
  }

  .lg\:gap-90 {
    gap: 22.5rem;
  }

  .lg\:gap-92 {
    gap: 23rem;
  }

  .lg\:gap-96 {
    gap: 24rem;
  }

  .lg\:gap-100 {
    gap: 25rem;
  }

  .lg\:gap-116 {
    gap: 29rem;
  }

  .lg\:gap-120 {
    gap: 30rem;
  }

  .lg\:gap-125 {
    gap: 31.25rem;
  }

  .lg\:gap-135 {
    gap: 33.75rem;
  }

  .lg\:gap-160 {
    gap: 40rem;
  }

  .lg\:gap-180 {
    gap: 45rem;
  }

  .lg\:gap-240 {
    gap: 60rem;
  }

  .lg\:gap-285 {
    gap: 71.25rem;
  }

  .lg\:gap-330 {
    gap: 82.5rem;
  }

  .lg\:gap-unset {
    gap: unset;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:gap-0\.4 {
    gap: 0.1rem;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-0\.6 {
    gap: 0.15rem;
  }

  .lg\:gap-0\.75 {
    gap: 0.2rem;
  }

  .lg\:gap-1\.2 {
    gap: 0.3rem;
  }

  .lg\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .lg\:gap-1\.4 {
    gap: 0.35rem;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lg\:gap-1\.6 {
    gap: 0.4rem;
  }

  .lg\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .lg\:gap-1\.8 {
    gap: 0.45rem;
  }

  .lg\:gap-2\.2 {
    gap: 0.55rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-2\.6 {
    gap: 0.65rem;
  }

  .lg\:gap-2\.7 {
    gap: 0.675rem;
  }

  .lg\:gap-2\.8 {
    gap: 0.7rem;
  }

  .lg\:gap-3\.4 {
    gap: 0.85rem;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-3\.6 {
    gap: 0.9rem;
  }

  .lg\:gap-4\.5 {
    gap: 1.125rem;
  }

  .lg\:gap-4\.8 {
    gap: 1.2rem;
  }

  .lg\:gap-5\.3 {
    gap: 1.3rem;
  }

  .lg\:gap-5\.4 {
    gap: 1.35rem;
  }

  .lg\:gap-5\.5 {
    gap: 1.375rem;
  }

  .lg\:gap-5\.6 {
    gap: 1.4rem;
  }

  .lg\:gap-6\.5 {
    gap: 1.625rem;
  }

  .lg\:gap-70\/100 {
    gap: 70%;
  }

  .lg\:gap-31\/100 {
    gap: 31%;
  }

  .lg\:gap-15\/100 {
    gap: 15%;
  }

  .lg\:gap-1\/100 {
    gap: 1%;
  }

  .lg\:gap-1\/10 {
    gap: 10%;
  }

  .lg\:gap-1\/2 {
    gap: 50%;
  }

  .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-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .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-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .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-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .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-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .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-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .lg\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .lg\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .lg\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .lg\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .lg\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .lg\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .lg\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .lg\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .lg\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .lg\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .lg\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .lg\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .lg\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .lg\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .lg\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .lg\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .lg\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .lg\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .lg\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .lg\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .lg\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .lg\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .lg\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .lg\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .lg\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .lg\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .lg\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .lg\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .lg\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .lg\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .lg\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .lg\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .lg\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .lg\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .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-13 {
    row-gap: 3.25rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:gap-y-68 {
    row-gap: 17rem;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg\:gap-y-85 {
    row-gap: 22rem;
  }

  .lg\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .lg\:gap-y-92 {
    row-gap: 23rem;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem;
  }

  .lg\:gap-y-100 {
    row-gap: 25rem;
  }

  .lg\:gap-y-116 {
    row-gap: 29rem;
  }

  .lg\:gap-y-120 {
    row-gap: 30rem;
  }

  .lg\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .lg\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .lg\:gap-y-160 {
    row-gap: 40rem;
  }

  .lg\:gap-y-180 {
    row-gap: 45rem;
  }

  .lg\:gap-y-240 {
    row-gap: 60rem;
  }

  .lg\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .lg\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .lg\:gap-y-unset {
    row-gap: unset;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

  .lg\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lg\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .lg\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .lg\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .lg\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .lg\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lg\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .lg\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .lg\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .lg\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lg\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .lg\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .lg\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .lg\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .lg\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .lg\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .lg\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .lg\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .lg\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .lg\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .lg\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .lg\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .lg\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .lg\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .lg\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .lg\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .lg\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .lg\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .lg\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .lg\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .lg\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .lg\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .lg\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .lg\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .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;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:self-baseline {
    align-self: baseline;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip {
    text-overflow: clip;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:rounded-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-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .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-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .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-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg\:border-slate {
  }

  .lg\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:border-zinc {
  }

  .lg\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg\:border-neutral {
  }

  .lg\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:border-stone {
  }

  .lg\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .lg\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .lg\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-slate {
  }

  .group:hover .lg\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-zinc {
  }

  .group:hover .lg\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-neutral {
  }

  .group:hover .lg\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-stone {
  }

  .group:hover .lg\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-slate:focus-within {
  }

  .lg\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-zinc:focus-within {
  }

  .lg\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-neutral:focus-within {
  }

  .lg\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-stone:focus-within {
  }

  .lg\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg\:hover\:border-slate:hover {
  }

  .lg\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:hover\:border-zinc:hover {
  }

  .lg\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg\:hover\:border-neutral:hover {
  }

  .lg\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:hover\:border-stone:hover {
  }

  .lg\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg\:focus\:border-slate:focus {
  }

  .lg\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg\:focus\:border-zinc:focus {
  }

  .lg\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg\:focus\:border-neutral:focus {
  }

  .lg\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg\:focus\:border-stone:focus {
  }

  .lg\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .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\: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\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg\:bg-slate {
  }

  .lg\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:bg-zinc {
  }

  .lg\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral {
  }

  .lg\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:bg-stone {
  }

  .lg\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-slate {
  }

  .group:hover .lg\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-zinc {
  }

  .group:hover .lg\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-neutral {
  }

  .group:hover .lg\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-stone {
  }

  .group:hover .lg\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-slate:focus-within {
  }

  .lg\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-zinc:focus-within {
  }

  .lg\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-neutral:focus-within {
  }

  .lg\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-stone:focus-within {
  }

  .lg\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-slate:hover {
  }

  .lg\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-zinc:hover {
  }

  .lg\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-neutral:hover {
  }

  .lg\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-stone:hover {
  }

  .lg\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-slate:focus {
  }

  .lg\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-zinc:focus {
  }

  .lg\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-neutral:focus {
  }

  .lg\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-stone:focus {
  }

  .lg\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .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\: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\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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\: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\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\: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\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black {
    --tw-gradient-to: #000;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .lg\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .lg\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .lg\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .lg\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .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\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .lg\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .lg\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .lg\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .lg\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .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\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .lg\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .lg\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .lg\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .lg\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .lg\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .lg\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .lg\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .lg\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .lg\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .lg\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .lg\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .lg\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .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\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-150 {
    background-size: 150%;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-x-25 {
    background-position: 25% 0;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-13 {
    padding: 3.25rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-19 {
    padding: 4.75rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-25 {
    padding: 6.25rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-30 {
    padding: 7.5rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-34 {
    padding: 8.5rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-42 {
    padding: 10.5rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-46 {
    padding: 11.5rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-50 {
    padding: 12.5rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-54 {
    padding: 13.5rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-68 {
    padding: 17rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-75 {
    padding: 18.75rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-85 {
    padding: 22rem;
  }

  .lg\:p-90 {
    padding: 22.5rem;
  }

  .lg\:p-92 {
    padding: 23rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-100 {
    padding: 25rem;
  }

  .lg\:p-116 {
    padding: 29rem;
  }

  .lg\:p-120 {
    padding: 30rem;
  }

  .lg\:p-125 {
    padding: 31.25rem;
  }

  .lg\:p-135 {
    padding: 33.75rem;
  }

  .lg\:p-160 {
    padding: 40rem;
  }

  .lg\:p-180 {
    padding: 45rem;
  }

  .lg\:p-240 {
    padding: 60rem;
  }

  .lg\:p-285 {
    padding: 71.25rem;
  }

  .lg\:p-330 {
    padding: 82.5rem;
  }

  .lg\:p-unset {
    padding: unset;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-0\.4 {
    padding: 0.1rem;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-0\.6 {
    padding: 0.15rem;
  }

  .lg\:p-0\.75 {
    padding: 0.2rem;
  }

  .lg\:p-1\.2 {
    padding: 0.3rem;
  }

  .lg\:p-1\.25 {
    padding: 0.3125rem;
  }

  .lg\:p-1\.4 {
    padding: 0.35rem;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-1\.6 {
    padding: 0.4rem;
  }

  .lg\:p-1\.75 {
    padding: 0.4375rem;
  }

  .lg\:p-1\.8 {
    padding: 0.45rem;
  }

  .lg\:p-2\.2 {
    padding: 0.55rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-2\.6 {
    padding: 0.65rem;
  }

  .lg\:p-2\.7 {
    padding: 0.675rem;
  }

  .lg\:p-2\.8 {
    padding: 0.7rem;
  }

  .lg\:p-3\.4 {
    padding: 0.85rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-3\.6 {
    padding: 0.9rem;
  }

  .lg\:p-4\.5 {
    padding: 1.125rem;
  }

  .lg\:p-4\.8 {
    padding: 1.2rem;
  }

  .lg\:p-5\.3 {
    padding: 1.3rem;
  }

  .lg\:p-5\.4 {
    padding: 1.35rem;
  }

  .lg\:p-5\.5 {
    padding: 1.375rem;
  }

  .lg\:p-5\.6 {
    padding: 1.4rem;
  }

  .lg\:p-6\.5 {
    padding: 1.625rem;
  }

  .lg\:p-70\/100 {
    padding: 70%;
  }

  .lg\:p-31\/100 {
    padding: 31%;
  }

  .lg\:p-15\/100 {
    padding: 15%;
  }

  .lg\:p-1\/100 {
    padding: 1%;
  }

  .lg\:p-1\/10 {
    padding: 10%;
  }

  .lg\:p-1\/2 {
    padding: 50%;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .lg\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .lg\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .lg\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .lg\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .lg\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .lg\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .lg\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .lg\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .lg\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .lg\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .lg\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .lg\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .lg\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .lg\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .lg\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .lg\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .lg\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .lg\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .lg\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .lg\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .lg\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .lg\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .lg\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .lg\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .lg\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .lg\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .lg\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .lg\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .lg\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .lg\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .lg\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .lg\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .lg\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .lg\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .lg\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .lg\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .lg\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .lg\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .lg\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .lg\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .lg\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .lg\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .lg\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .lg\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .lg\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .lg\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .lg\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .lg\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .lg\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .lg\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .lg\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .lg\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .lg\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .lg\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .lg\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .lg\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lg\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-13 {
    padding-top: 3.25rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-19 {
    padding-top: 4.75rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-25 {
    padding-top: 6.25rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-30 {
    padding-top: 7.5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-34 {
    padding-top: 8.5rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-42 {
    padding-top: 10.5rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-46 {
    padding-top: 11.5rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-50 {
    padding-top: 12.5rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-54 {
    padding-top: 13.5rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-68 {
    padding-top: 17rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-75 {
    padding-top: 18.75rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pt-85 {
    padding-top: 22rem;
  }

  .lg\:pt-90 {
    padding-top: 22.5rem;
  }

  .lg\:pt-92 {
    padding-top: 23rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pt-100 {
    padding-top: 25rem;
  }

  .lg\:pt-116 {
    padding-top: 29rem;
  }

  .lg\:pt-120 {
    padding-top: 30rem;
  }

  .lg\:pt-125 {
    padding-top: 31.25rem;
  }

  .lg\:pt-135 {
    padding-top: 33.75rem;
  }

  .lg\:pt-160 {
    padding-top: 40rem;
  }

  .lg\:pt-180 {
    padding-top: 45rem;
  }

  .lg\:pt-240 {
    padding-top: 60rem;
  }

  .lg\:pt-285 {
    padding-top: 71.25rem;
  }

  .lg\:pt-330 {
    padding-top: 82.5rem;
  }

  .lg\:pt-unset {
    padding-top: unset;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .lg\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .lg\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .lg\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .lg\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .lg\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .lg\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .lg\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .lg\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .lg\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .lg\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .lg\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .lg\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .lg\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .lg\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .lg\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .lg\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .lg\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .lg\:pt-70\/100 {
    padding-top: 70%;
  }

  .lg\:pt-31\/100 {
    padding-top: 31%;
  }

  .lg\:pt-15\/100 {
    padding-top: 15%;
  }

  .lg\:pt-1\/100 {
    padding-top: 1%;
  }

  .lg\:pt-1\/10 {
    padding-top: 10%;
  }

  .lg\:pt-1\/2 {
    padding-top: 50%;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-13 {
    padding-right: 3.25rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-19 {
    padding-right: 4.75rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-25 {
    padding-right: 6.25rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-30 {
    padding-right: 7.5rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-34 {
    padding-right: 8.5rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-42 {
    padding-right: 10.5rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-46 {
    padding-right: 11.5rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-50 {
    padding-right: 12.5rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-54 {
    padding-right: 13.5rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-68 {
    padding-right: 17rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-75 {
    padding-right: 18.75rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pr-85 {
    padding-right: 22rem;
  }

  .lg\:pr-90 {
    padding-right: 22.5rem;
  }

  .lg\:pr-92 {
    padding-right: 23rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pr-100 {
    padding-right: 25rem;
  }

  .lg\:pr-116 {
    padding-right: 29rem;
  }

  .lg\:pr-120 {
    padding-right: 30rem;
  }

  .lg\:pr-125 {
    padding-right: 31.25rem;
  }

  .lg\:pr-135 {
    padding-right: 33.75rem;
  }

  .lg\:pr-160 {
    padding-right: 40rem;
  }

  .lg\:pr-180 {
    padding-right: 45rem;
  }

  .lg\:pr-240 {
    padding-right: 60rem;
  }

  .lg\:pr-285 {
    padding-right: 71.25rem;
  }

  .lg\:pr-330 {
    padding-right: 82.5rem;
  }

  .lg\:pr-unset {
    padding-right: unset;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .lg\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .lg\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .lg\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .lg\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .lg\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .lg\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .lg\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .lg\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .lg\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .lg\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .lg\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .lg\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .lg\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .lg\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .lg\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .lg\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .lg\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .lg\:pr-70\/100 {
    padding-right: 70%;
  }

  .lg\:pr-31\/100 {
    padding-right: 31%;
  }

  .lg\:pr-15\/100 {
    padding-right: 15%;
  }

  .lg\:pr-1\/100 {
    padding-right: 1%;
  }

  .lg\:pr-1\/10 {
    padding-right: 10%;
  }

  .lg\:pr-1\/2 {
    padding-right: 50%;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-68 {
    padding-bottom: 17rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-85 {
    padding-bottom: 22rem;
  }

  .lg\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .lg\:pb-92 {
    padding-bottom: 23rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-100 {
    padding-bottom: 25rem;
  }

  .lg\:pb-116 {
    padding-bottom: 29rem;
  }

  .lg\:pb-120 {
    padding-bottom: 30rem;
  }

  .lg\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .lg\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .lg\:pb-160 {
    padding-bottom: 40rem;
  }

  .lg\:pb-180 {
    padding-bottom: 45rem;
  }

  .lg\:pb-240 {
    padding-bottom: 60rem;
  }

  .lg\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .lg\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .lg\:pb-unset {
    padding-bottom: unset;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .lg\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .lg\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .lg\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .lg\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .lg\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .lg\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .lg\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .lg\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .lg\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .lg\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .lg\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .lg\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .lg\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .lg\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .lg\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .lg\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .lg\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .lg\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .lg\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .lg\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .lg\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .lg\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .lg\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-13 {
    padding-left: 3.25rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-19 {
    padding-left: 4.75rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-25 {
    padding-left: 6.25rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-30 {
    padding-left: 7.5rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-34 {
    padding-left: 8.5rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-42 {
    padding-left: 10.5rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-46 {
    padding-left: 11.5rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-50 {
    padding-left: 12.5rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-54 {
    padding-left: 13.5rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-68 {
    padding-left: 17rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-75 {
    padding-left: 18.75rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pl-85 {
    padding-left: 22rem;
  }

  .lg\:pl-90 {
    padding-left: 22.5rem;
  }

  .lg\:pl-92 {
    padding-left: 23rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pl-100 {
    padding-left: 25rem;
  }

  .lg\:pl-116 {
    padding-left: 29rem;
  }

  .lg\:pl-120 {
    padding-left: 30rem;
  }

  .lg\:pl-125 {
    padding-left: 31.25rem;
  }

  .lg\:pl-135 {
    padding-left: 33.75rem;
  }

  .lg\:pl-160 {
    padding-left: 40rem;
  }

  .lg\:pl-180 {
    padding-left: 45rem;
  }

  .lg\:pl-240 {
    padding-left: 60rem;
  }

  .lg\:pl-285 {
    padding-left: 71.25rem;
  }

  .lg\:pl-330 {
    padding-left: 82.5rem;
  }

  .lg\:pl-unset {
    padding-left: unset;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .lg\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .lg\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .lg\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .lg\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .lg\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .lg\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .lg\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .lg\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .lg\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .lg\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .lg\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .lg\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .lg\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .lg\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .lg\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .lg\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .lg\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .lg\:pl-70\/100 {
    padding-left: 70%;
  }

  .lg\:pl-31\/100 {
    padding-left: 31%;
  }

  .lg\:pl-15\/100 {
    padding-left: 15%;
  }

  .lg\:pl-1\/100 {
    padding-left: 1%;
  }

  .lg\:pl-1\/10 {
    padding-left: 10%;
  }

  .lg\:pl-1\/2 {
    padding-left: 50%;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .lg\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .lg\:font-body {
    font-family: Roboto, sans-serif;
  }

  .lg\:font-awesome {
    font-family: FontAwesome;
  }

  .lg\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .lg\:text-inherit {
    font-size: inherit;
  }

  .lg\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .lg\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .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: 5rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .lg\:font-thin {
    font-weight: 100;
  }

  .lg\:font-extralight {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\: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;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .lg\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .lg\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg\:text-slate {
  }

  .lg\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:text-zinc {
  }

  .lg\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg\:text-neutral {
  }

  .lg\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:text-stone {
  }

  .lg\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .lg\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .lg\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-slate {
  }

  .group:hover .lg\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-zinc {
  }

  .group:hover .lg\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-neutral {
  }

  .group:hover .lg\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-stone {
  }

  .group:hover .lg\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-slate:focus-within {
  }

  .lg\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-zinc:focus-within {
  }

  .lg\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-neutral:focus-within {
  }

  .lg\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-stone:focus-within {
  }

  .lg\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg\:hover\:text-slate:hover {
  }

  .lg\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:hover\:text-zinc:hover {
  }

  .lg\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral:hover {
  }

  .lg\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:hover\:text-stone:hover {
  }

  .lg\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor;
  }

  .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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg\:focus\:text-slate:focus {
  }

  .lg\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg\:focus\:text-zinc:focus {
  }

  .lg\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg\:focus\:text-neutral:focus {
  }

  .lg\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg\:focus\:text-stone:focus {
  }

  .lg\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .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\: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\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor;
  }

  .lg\:placeholder-black::-moz-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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-slate::-moz-placeholder {
  }

  .lg\:placeholder-slate::placeholder {
  }

  .lg\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-zinc::-moz-placeholder {
  }

  .lg\:placeholder-zinc::placeholder {
  }

  .lg\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-neutral::-moz-placeholder {
  }

  .lg\:placeholder-neutral::placeholder {
  }

  .lg\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-stone::-moz-placeholder {
  }

  .lg\:placeholder-stone::placeholder {
  }

  .lg\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .lg\:focus\:placeholder-slate:focus::placeholder {
  }

  .lg\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .lg\:focus\:placeholder-zinc:focus::placeholder {
  }

  .lg\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .lg\:focus\:placeholder-neutral:focus::placeholder {
  }

  .lg\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .lg\:focus\:placeholder-stone:focus::placeholder {
  }

  .lg\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-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\: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\: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\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    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-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    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-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    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-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    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-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    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-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    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-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    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-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-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-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:ring-current {
    --tw-ring-color: currentColor;
  }

  .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-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .lg\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .lg\:ring-slate {
  }

  .lg\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:ring-zinc {
  }

  .lg\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg\:ring-neutral {
  }

  .lg\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:ring-stone {
  }

  .lg\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-slate:focus-within {
  }

  .lg\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-zinc:focus-within {
  }

  .lg\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-neutral:focus-within {
  }

  .lg\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-stone:focus-within {
  }

  .lg\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-slate:focus {
  }

  .lg\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-zinc:focus {
  }

  .lg\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-neutral:focus {
  }

  .lg\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-stone:focus {
  }

  .lg\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .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;
  }

  .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\: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\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .lg\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .lg\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .lg\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .lg\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .lg\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .lg\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .lg\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .lg\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .lg\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .lg\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .lg\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .lg\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .lg\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .lg\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .lg\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .lg\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .lg\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .lg\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .lg\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .lg\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .lg\:ring-offset-slate {
  }

  .lg\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:ring-offset-zinc {
  }

  .lg\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .lg\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .lg\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .lg\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .lg\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .lg\:ring-offset-neutral {
  }

  .lg\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .lg\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:ring-offset-stone {
  }

  .lg\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .lg\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .lg\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .lg\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .lg\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .lg\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550 {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .lg\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .lg\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .lg\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .lg\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .lg\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .lg\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .lg\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .lg\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .lg\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .lg\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .lg\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .lg\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .lg\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .lg\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .lg\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .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: #ff0080;
  }

  .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-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .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: #344e86;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .lg\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .lg\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .lg\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .lg\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .lg\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .lg\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .lg\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .lg\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .lg\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .lg\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .lg\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .lg\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .lg\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .lg\:focus-within\:ring-offset-slate:focus-within {
  }

  .lg\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:focus-within\:ring-offset-zinc:focus-within {
  }

  .lg\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .lg\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .lg\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .lg\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .lg\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .lg\:focus-within\:ring-offset-neutral:focus-within {
  }

  .lg\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .lg\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:focus-within\:ring-offset-stone:focus-within {
  }

  .lg\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .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: #98ec2d;
  }

  .lg\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .lg\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .lg\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .lg\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .lg\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .lg\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .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: #cb0c9f;
  }

  .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: #a3017e;
  }

  .lg\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .lg\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .lg\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .lg\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .lg\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .lg\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .lg\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .lg\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .lg\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .lg\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .lg\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .lg\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .lg\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .lg\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .lg\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .lg\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .lg\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .lg\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .lg\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .lg\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .lg\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .lg\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .lg\:focus\:ring-offset-slate:focus {
  }

  .lg\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .lg\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .lg\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .lg\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .lg\:focus\:ring-offset-zinc:focus {
  }

  .lg\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .lg\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .lg\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .lg\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .lg\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .lg\:focus\:ring-offset-neutral:focus {
  }

  .lg\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .lg\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .lg\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .lg\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .lg\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .lg\:focus\:ring-offset-stone:focus {
  }

  .lg\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .lg\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .lg\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .lg\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .lg\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .lg\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .lg\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .lg\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .lg\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .lg\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .lg\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .lg\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .lg\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .lg\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .lg\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .lg\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .lg\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .lg\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .lg\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .lg\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:filter-none {
    filter: none;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0);
  }

  .lg\:blur-none {
    --tw-blur: blur(0);
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lg\:blur {
    --tw-blur: blur(8px);
  }

  .lg\:blur-md {
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
  }

  .lg\:invert {
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 992px) {
  .lg-max\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .lg-max\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .lg-max\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .lg-max\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .lg-max\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .lg-max\:container {
      max-width: 1400px;
    }
  }

  .lg-max\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .lg-max\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg-max\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .lg-max\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .lg-max\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .lg-max\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .lg-max\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .lg-max\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .lg-max\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .lg-max\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .lg-max\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .lg-max\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .lg-max\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .lg-max\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg-max\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .lg-max\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .lg-max\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .lg-max\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg-max\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg-max\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .lg-max\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .lg-max\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg-max\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg-max\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg-max\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .lg-max\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg-max\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg-max\:prose code::before {
    content: "`";
  }

  .lg-max\:prose code::after {
    content: "`";
  }

  .lg-max\:prose a code {
    color: #141727;
  }

  .lg-max\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .lg-max\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg-max\:prose pre code::before {
    content: none;
  }

  .lg-max\:prose pre code::after {
    content: none;
  }

  .lg-max\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg-max\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .lg-max\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg-max\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .lg-max\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .lg-max\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg-max\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg-max\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg-max\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-max\:prose h2 code {
    font-size: 0.875em;
  }

  .lg-max\:prose h3 code {
    font-size: 0.9em;
  }

  .lg-max\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg-max\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg-max\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg-max\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg-max\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg-max\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg-max\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .lg-max\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .lg-max\:prose ul ul, .lg-max\:prose ul ol, .lg-max\:prose ol ul, .lg-max\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg-max\:prose hr + * {
    margin-top: 0;
  }

  .lg-max\:prose h2 + * {
    margin-top: 0;
  }

  .lg-max\:prose h3 + * {
    margin-top: 0;
  }

  .lg-max\:prose h4 + * {
    margin-top: 0;
  }

  .lg-max\:prose thead th:first-child {
    padding-left: 0;
  }

  .lg-max\:prose thead th:last-child {
    padding-right: 0;
  }

  .lg-max\:prose tbody td:first-child {
    padding-left: 0;
  }

  .lg-max\:prose tbody td:last-child {
    padding-right: 0;
  }

  .lg-max\:prose > :first-child {
    margin-top: 0;
  }

  .lg-max\:prose > :last-child {
    margin-bottom: 0;
  }

  .lg-max\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .lg-max\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg-max\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg-max\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .lg-max\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .lg-max\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .lg-max\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg-max\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .lg-max\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg-max\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg-max\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .lg-max\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-max\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .lg-max\:prose-sm code {
    font-size: 0.8571429em;
  }

  .lg-max\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .lg-max\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .lg-max\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg-max\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg-max\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .lg-max\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .lg-max\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .lg-max\:prose-sm ol > li::before {
    left: 0;
  }

  .lg-max\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .lg-max\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .lg-max\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg-max\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg-max\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg-max\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .lg-max\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .lg-max\:prose-sm ul ul, .lg-max\:prose-sm ul ol, .lg-max\:prose-sm ol ul, .lg-max\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .lg-max\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .lg-max\:prose-sm hr + * {
    margin-top: 0;
  }

  .lg-max\:prose-sm h2 + * {
    margin-top: 0;
  }

  .lg-max\:prose-sm h3 + * {
    margin-top: 0;
  }

  .lg-max\:prose-sm h4 + * {
    margin-top: 0;
  }

  .lg-max\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .lg-max\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg-max\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .lg-max\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-sm > :first-child {
    margin-top: 0;
  }

  .lg-max\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .lg-max\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg-max\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg-max\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg-max\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg-max\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg-max\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg-max\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .lg-max\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg-max\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg-max\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg-max\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-max\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg-max\:prose-lg code {
    font-size: 0.8888889em;
  }

  .lg-max\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .lg-max\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .lg-max\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg-max\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg-max\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .lg-max\:prose-lg ol > li::before {
    left: 0;
  }

  .lg-max\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .lg-max\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .lg-max\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg-max\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg-max\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg-max\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-lg ul ul, .lg-max\:prose-lg ul ol, .lg-max\:prose-lg ol ul, .lg-max\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg-max\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg-max\:prose-lg hr + * {
    margin-top: 0;
  }

  .lg-max\:prose-lg h2 + * {
    margin-top: 0;
  }

  .lg-max\:prose-lg h3 + * {
    margin-top: 0;
  }

  .lg-max\:prose-lg h4 + * {
    margin-top: 0;
  }

  .lg-max\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg-max\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg-max\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg-max\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-lg > :first-child {
    margin-top: 0;
  }

  .lg-max\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .lg-max\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg-max\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg-max\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg-max\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .lg-max\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg-max\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg-max\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg-max\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg-max\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-max\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg-max\:prose-xl code {
    font-size: 0.9em;
  }

  .lg-max\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .lg-max\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .lg-max\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .lg-max\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg-max\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg-max\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg-max\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .lg-max\:prose-xl ol > li::before {
    left: 0;
  }

  .lg-max\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .lg-max\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .lg-max\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg-max\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg-max\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg-max\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .lg-max\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .lg-max\:prose-xl ul ul, .lg-max\:prose-xl ul ol, .lg-max\:prose-xl ol ul, .lg-max\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg-max\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg-max\:prose-xl hr + * {
    margin-top: 0;
  }

  .lg-max\:prose-xl h2 + * {
    margin-top: 0;
  }

  .lg-max\:prose-xl h3 + * {
    margin-top: 0;
  }

  .lg-max\:prose-xl h4 + * {
    margin-top: 0;
  }

  .lg-max\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg-max\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg-max\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .lg-max\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-xl > :first-child {
    margin-top: 0;
  }

  .lg-max\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .lg-max\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .lg-max\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .lg-max\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .lg-max\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .lg-max\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .lg-max\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .lg-max\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg-max\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg-max\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-max\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .lg-max\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .lg-max\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .lg-max\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .lg-max\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .lg-max\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg-max\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .lg-max\:prose-2xl ol > li::before {
    left: 0;
  }

  .lg-max\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .lg-max\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .lg-max\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .lg-max\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg-max\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .lg-max\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .lg-max\:prose-2xl ul ul, .lg-max\:prose-2xl ul ol, .lg-max\:prose-2xl ol ul, .lg-max\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg-max\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg-max\:prose-2xl hr + * {
    margin-top: 0;
  }

  .lg-max\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .lg-max\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .lg-max\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .lg-max\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .lg-max\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg-max\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .lg-max\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .lg-max\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .lg-max\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .lg-max\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .lg-max\:prose-red a {
    color: #ea0606;
  }

  .lg-max\:prose-red a code {
    color: #ea0606;
  }

  .lg-max\:prose-yellow a {
    color: #ca8a04;
  }

  .lg-max\:prose-yellow a code {
    color: #ca8a04;
  }

  .lg-max\:prose-green a {
    color: #17ad37;
  }

  .lg-max\:prose-green a code {
    color: #17ad37;
  }

  .lg-max\:prose-indigo a {
    color: #4f46e5;
  }

  .lg-max\:prose-indigo a code {
    color: #4f46e5;
  }

  .lg-max\:prose-purple a {
    color: #9333ea;
  }

  .lg-max\:prose-purple a code {
    color: #9333ea;
  }

  .lg-max\:prose-pink a {
    color: #db2777;
  }

  .lg-max\:prose-pink a code {
    color: #db2777;
  }

  .lg-max\:prose-blue a {
    color: #2152ff;
  }

  .lg-max\:prose-blue a code {
    color: #2152ff;
  }

  .lg-max\:prose-slate a {
    color: #627594;
  }

  .lg-max\:prose-slate a code {
    color: #627594;
  }

  .lg-max\:prose-zinc a {
    color: #52525b;
  }

  .lg-max\:prose-zinc a code {
    color: #52525b;
  }

  .lg-max\:prose-neutral a {
    color: #525252;
  }

  .lg-max\:prose-neutral a code {
    color: #525252;
  }

  .lg-max\:prose-stone a {
    color: #57534e;
  }

  .lg-max\:prose-stone a code {
    color: #57534e;
  }

  .lg-max\:prose-orange a {
    color: #ea580c;
  }

  .lg-max\:prose-orange a code {
    color: #ea580c;
  }

  .lg-max\:prose-amber a {
    color: #d97706;
  }

  .lg-max\:prose-amber a code {
    color: #d97706;
  }

  .lg-max\:prose-lime a {
    color: #67b108;
  }

  .lg-max\:prose-lime a code {
    color: #67b108;
  }

  .lg-max\:prose-emerald a {
    color: #059669;
  }

  .lg-max\:prose-emerald a code {
    color: #059669;
  }

  .lg-max\:prose-teal a {
    color: #0d9488;
  }

  .lg-max\:prose-teal a code {
    color: #0d9488;
  }

  .lg-max\:prose-cyan a {
    color: #08a1c4;
  }

  .lg-max\:prose-cyan a code {
    color: #08a1c4;
  }

  .lg-max\:prose-sky a {
    color: #3ea1ec;
  }

  .lg-max\:prose-sky a code {
    color: #3ea1ec;
  }

  .lg-max\:prose-violet a {
    color: #7c3aed;
  }

  .lg-max\:prose-violet a code {
    color: #7c3aed;
  }

  .lg-max\:prose-fuchsia a {
    color: #c026d3;
  }

  .lg-max\:prose-fuchsia a code {
    color: #c026d3;
  }

  .lg-max\:prose-rose a {
    color: #e11d48;
  }

  .lg-max\:prose-rose a code {
    color: #e11d48;
  }

  .lg-max\: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-max\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg-max\: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-max\: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-max\: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-max\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg-max\:pointer-events-none {
    pointer-events: none;
  }

  .lg-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg-max\:visible {
    visibility: visible;
  }

  .lg-max\:invisible {
    visibility: hidden;
  }

  .lg-max\:static {
    position: static;
  }

  .lg-max\:fixed {
    position: fixed;
  }

  .lg-max\:absolute {
    position: absolute;
  }

  .lg-max\:relative {
    position: relative;
  }

  .lg-max\:sticky {
    position: sticky;
  }

  .lg-max\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg-max\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg-max\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg-max\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg-max\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg-max\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg-max\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg-max\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg-max\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg-max\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg-max\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg-max\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg-max\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg-max\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .lg-max\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg-max\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg-max\:inset-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .lg-max\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg-max\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg-max\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .lg-max\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg-max\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .lg-max\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg-max\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .lg-max\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg-max\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg-max\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .lg-max\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg-max\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .lg-max\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg-max\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .lg-max\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg-max\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .lg-max\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg-max\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg-max\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg-max\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .lg-max\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg-max\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .lg-max\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg-max\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .lg-max\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .lg-max\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .lg-max\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg-max\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .lg-max\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .lg-max\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .lg-max\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .lg-max\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .lg-max\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .lg-max\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .lg-max\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .lg-max\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .lg-max\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .lg-max\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg-max\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .lg-max\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg-max\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .lg-max\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg-max\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .lg-max\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .lg-max\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .lg-max\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .lg-max\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .lg-max\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg-max\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .lg-max\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .lg-max\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .lg-max\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .lg-max\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg-max\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .lg-max\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .lg-max\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .lg-max\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .lg-max\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg-max\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .lg-max\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .lg-max\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .lg-max\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .lg-max\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .lg-max\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .lg-max\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .lg-max\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .lg-max\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .lg-max\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .lg-max\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .lg-max\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .lg-max\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg-max\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg-max\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg-max\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg-max\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg-max\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg-max\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg-max\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg-max\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg-max\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg-max\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg-max\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg-max\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg-max\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg-max\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg-max\:-inset-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .lg-max\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg-max\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg-max\:-inset-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .lg-max\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg-max\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg-max\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .lg-max\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg-max\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .lg-max\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg-max\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .lg-max\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg-max\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg-max\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .lg-max\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg-max\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .lg-max\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg-max\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .lg-max\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg-max\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .lg-max\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg-max\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg-max\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg-max\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .lg-max\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg-max\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .lg-max\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg-max\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .lg-max\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .lg-max\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .lg-max\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg-max\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .lg-max\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .lg-max\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .lg-max\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .lg-max\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .lg-max\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .lg-max\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .lg-max\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .lg-max\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .lg-max\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .lg-max\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .lg-max\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg-max\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .lg-max\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg-max\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .lg-max\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .lg-max\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .lg-max\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .lg-max\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .lg-max\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg-max\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .lg-max\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .lg-max\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .lg-max\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .lg-max\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg-max\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .lg-max\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .lg-max\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .lg-max\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .lg-max\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg-max\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .lg-max\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .lg-max\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .lg-max\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .lg-max\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .lg-max\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .lg-max\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .lg-max\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .lg-max\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .lg-max\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .lg-max\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .lg-max\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .lg-max\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .lg-max\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg-max\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg-max\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg-max\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg-max\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg-max\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg-max\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg-max\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg-max\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg-max\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg-max\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg-max\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg-max\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg-max\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg-max\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg-max\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg-max\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg-max\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg-max\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg-max\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg-max\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg-max\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg-max\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg-max\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg-max\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg-max\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg-max\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .lg-max\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg-max\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lg-max\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .lg-max\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lg-max\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lg-max\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .lg-max\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lg-max\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .lg-max\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg-max\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .lg-max\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lg-max\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg-max\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .lg-max\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lg-max\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .lg-max\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lg-max\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .lg-max\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lg-max\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .lg-max\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg-max\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .lg-max\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg-max\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .lg-max\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .lg-max\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .lg-max\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lg-max\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .lg-max\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .lg-max\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .lg-max\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .lg-max\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .lg-max\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .lg-max\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .lg-max\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .lg-max\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .lg-max\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .lg-max\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .lg-max\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .lg-max\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .lg-max\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .lg-max\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg-max\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .lg-max\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lg-max\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .lg-max\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg-max\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .lg-max\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .lg-max\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .lg-max\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .lg-max\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .lg-max\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg-max\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .lg-max\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .lg-max\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .lg-max\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .lg-max\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg-max\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .lg-max\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .lg-max\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .lg-max\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .lg-max\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg-max\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .lg-max\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .lg-max\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .lg-max\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .lg-max\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .lg-max\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .lg-max\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .lg-max\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .lg-max\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .lg-max\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .lg-max\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .lg-max\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .lg-max\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .lg-max\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg-max\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg-max\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg-max\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg-max\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg-max\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg-max\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg-max\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg-max\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg-max\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg-max\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg-max\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg-max\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg-max\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg-max\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .lg-max\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg-max\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lg-max\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .lg-max\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lg-max\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lg-max\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .lg-max\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lg-max\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .lg-max\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg-max\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .lg-max\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lg-max\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg-max\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .lg-max\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lg-max\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .lg-max\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lg-max\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .lg-max\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lg-max\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .lg-max\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg-max\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .lg-max\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg-max\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .lg-max\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .lg-max\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .lg-max\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lg-max\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .lg-max\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .lg-max\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .lg-max\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .lg-max\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .lg-max\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .lg-max\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .lg-max\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .lg-max\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .lg-max\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .lg-max\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .lg-max\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .lg-max\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .lg-max\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .lg-max\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .lg-max\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lg-max\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .lg-max\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg-max\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .lg-max\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .lg-max\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .lg-max\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .lg-max\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .lg-max\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg-max\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .lg-max\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .lg-max\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .lg-max\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .lg-max\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg-max\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .lg-max\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .lg-max\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .lg-max\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .lg-max\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg-max\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .lg-max\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .lg-max\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .lg-max\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .lg-max\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .lg-max\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .lg-max\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .lg-max\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .lg-max\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .lg-max\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .lg-max\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .lg-max\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .lg-max\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .lg-max\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg-max\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg-max\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg-max\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg-max\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg-max\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg-max\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg-max\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg-max\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg-max\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg-max\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg-max\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg-max\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg-max\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg-max\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg-max\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg-max\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg-max\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg-max\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg-max\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg-max\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg-max\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg-max\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg-max\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg-max\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg-max\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg-max\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .lg-max\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg-max\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg-max\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .lg-max\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg-max\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg-max\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .lg-max\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg-max\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .lg-max\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg-max\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .lg-max\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg-max\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg-max\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .lg-max\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg-max\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .lg-max\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg-max\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .lg-max\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg-max\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .lg-max\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg-max\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg-max\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg-max\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .lg-max\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg-max\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .lg-max\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg-max\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .lg-max\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .lg-max\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .lg-max\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg-max\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .lg-max\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .lg-max\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .lg-max\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .lg-max\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .lg-max\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .lg-max\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .lg-max\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .lg-max\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .lg-max\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .lg-max\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg-max\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .lg-max\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg-max\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .lg-max\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg-max\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .lg-max\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .lg-max\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .lg-max\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .lg-max\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .lg-max\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg-max\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .lg-max\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .lg-max\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .lg-max\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .lg-max\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg-max\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .lg-max\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .lg-max\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .lg-max\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .lg-max\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg-max\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .lg-max\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .lg-max\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .lg-max\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .lg-max\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .lg-max\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .lg-max\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .lg-max\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .lg-max\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .lg-max\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .lg-max\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .lg-max\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .lg-max\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .lg-max\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg-max\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg-max\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg-max\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg-max\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg-max\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg-max\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg-max\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg-max\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg-max\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg-max\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg-max\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg-max\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg-max\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg-max\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .lg-max\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg-max\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg-max\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .lg-max\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg-max\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg-max\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .lg-max\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg-max\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .lg-max\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg-max\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .lg-max\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg-max\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg-max\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .lg-max\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg-max\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .lg-max\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg-max\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .lg-max\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg-max\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .lg-max\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg-max\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg-max\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg-max\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .lg-max\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg-max\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .lg-max\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg-max\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .lg-max\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .lg-max\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .lg-max\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg-max\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .lg-max\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .lg-max\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .lg-max\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .lg-max\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .lg-max\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .lg-max\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .lg-max\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .lg-max\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .lg-max\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .lg-max\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .lg-max\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg-max\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .lg-max\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg-max\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .lg-max\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .lg-max\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .lg-max\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .lg-max\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .lg-max\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg-max\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .lg-max\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .lg-max\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .lg-max\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .lg-max\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg-max\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .lg-max\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .lg-max\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .lg-max\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .lg-max\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg-max\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .lg-max\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .lg-max\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .lg-max\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .lg-max\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .lg-max\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .lg-max\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .lg-max\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .lg-max\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .lg-max\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .lg-max\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .lg-max\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .lg-max\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .lg-max\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg-max\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg-max\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg-max\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg-max\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg-max\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg-max\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg-max\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg-max\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg-max\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg-max\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg-max\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg-max\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg-max\:top-0 {
    top: 0px;
  }

  .lg-max\:top-1 {
    top: 0.25rem;
  }

  .lg-max\:top-2 {
    top: 0.5rem;
  }

  .lg-max\:top-3 {
    top: 0.75rem;
  }

  .lg-max\:top-4 {
    top: 1rem;
  }

  .lg-max\:top-5 {
    top: 1.25rem;
  }

  .lg-max\:top-6 {
    top: 1.5rem;
  }

  .lg-max\:top-7 {
    top: 1.75rem;
  }

  .lg-max\:top-8 {
    top: 2rem;
  }

  .lg-max\:top-9 {
    top: 2.25rem;
  }

  .lg-max\:top-10 {
    top: 2.5rem;
  }

  .lg-max\:top-11 {
    top: 2.75rem;
  }

  .lg-max\:top-12 {
    top: 3rem;
  }

  .lg-max\:top-13 {
    top: 3.25rem;
  }

  .lg-max\:top-14 {
    top: 3.5rem;
  }

  .lg-max\:top-16 {
    top: 4rem;
  }

  .lg-max\:top-19 {
    top: 4.75rem;
  }

  .lg-max\:top-20 {
    top: 5rem;
  }

  .lg-max\:top-24 {
    top: 6rem;
  }

  .lg-max\:top-25 {
    top: 6.25rem;
  }

  .lg-max\:top-28 {
    top: 7rem;
  }

  .lg-max\:top-30 {
    top: 7.5rem;
  }

  .lg-max\:top-32 {
    top: 8rem;
  }

  .lg-max\:top-34 {
    top: 8.5rem;
  }

  .lg-max\:top-36 {
    top: 9rem;
  }

  .lg-max\:top-40 {
    top: 10rem;
  }

  .lg-max\:top-42 {
    top: 10.5rem;
  }

  .lg-max\:top-44 {
    top: 11rem;
  }

  .lg-max\:top-46 {
    top: 11.5rem;
  }

  .lg-max\:top-48 {
    top: 12rem;
  }

  .lg-max\:top-50 {
    top: 12.5rem;
  }

  .lg-max\:top-52 {
    top: 13rem;
  }

  .lg-max\:top-54 {
    top: 13.5rem;
  }

  .lg-max\:top-56 {
    top: 14rem;
  }

  .lg-max\:top-60 {
    top: 15rem;
  }

  .lg-max\:top-64 {
    top: 16rem;
  }

  .lg-max\:top-68 {
    top: 17rem;
  }

  .lg-max\:top-72 {
    top: 18rem;
  }

  .lg-max\:top-75 {
    top: 18.75rem;
  }

  .lg-max\:top-80 {
    top: 20rem;
  }

  .lg-max\:top-85 {
    top: 22rem;
  }

  .lg-max\:top-90 {
    top: 22.5rem;
  }

  .lg-max\:top-92 {
    top: 23rem;
  }

  .lg-max\:top-96 {
    top: 24rem;
  }

  .lg-max\:top-100 {
    top: 25rem;
  }

  .lg-max\:top-116 {
    top: 29rem;
  }

  .lg-max\:top-120 {
    top: 30rem;
  }

  .lg-max\:top-125 {
    top: 31.25rem;
  }

  .lg-max\:top-135 {
    top: 33.75rem;
  }

  .lg-max\:top-160 {
    top: 40rem;
  }

  .lg-max\:top-180 {
    top: 45rem;
  }

  .lg-max\:top-240 {
    top: 60rem;
  }

  .lg-max\:top-285 {
    top: 71.25rem;
  }

  .lg-max\:top-330 {
    top: 82.5rem;
  }

  .lg-max\:top-auto {
    top: auto;
  }

  .lg-max\:top-unset {
    top: unset;
  }

  .lg-max\:top-px {
    top: 1px;
  }

  .lg-max\:top-0\.4 {
    top: 0.1rem;
  }

  .lg-max\:top-0\.5 {
    top: 0.125rem;
  }

  .lg-max\:top-0\.6 {
    top: 0.15rem;
  }

  .lg-max\:top-0\.75 {
    top: 0.2rem;
  }

  .lg-max\:top-1\.2 {
    top: 0.3rem;
  }

  .lg-max\:top-1\.25 {
    top: 0.3125rem;
  }

  .lg-max\:top-1\.4 {
    top: 0.35rem;
  }

  .lg-max\:top-1\.5 {
    top: 0.375rem;
  }

  .lg-max\:top-1\.6 {
    top: 0.4rem;
  }

  .lg-max\:top-1\.75 {
    top: 0.4375rem;
  }

  .lg-max\:top-1\.8 {
    top: 0.45rem;
  }

  .lg-max\:top-2\.2 {
    top: 0.55rem;
  }

  .lg-max\:top-2\.5 {
    top: 0.625rem;
  }

  .lg-max\:top-2\.6 {
    top: 0.65rem;
  }

  .lg-max\:top-2\.7 {
    top: 0.675rem;
  }

  .lg-max\:top-2\.8 {
    top: 0.7rem;
  }

  .lg-max\:top-3\.4 {
    top: 0.85rem;
  }

  .lg-max\:top-3\.5 {
    top: 0.875rem;
  }

  .lg-max\:top-3\.6 {
    top: 0.9rem;
  }

  .lg-max\:top-4\.5 {
    top: 1.125rem;
  }

  .lg-max\:top-4\.8 {
    top: 1.2rem;
  }

  .lg-max\:top-5\.3 {
    top: 1.3rem;
  }

  .lg-max\:top-5\.4 {
    top: 1.35rem;
  }

  .lg-max\:top-5\.5 {
    top: 1.375rem;
  }

  .lg-max\:top-5\.6 {
    top: 1.4rem;
  }

  .lg-max\:top-6\.5 {
    top: 1.625rem;
  }

  .lg-max\:top-70\/100 {
    top: 70%;
  }

  .lg-max\:top-31\/100 {
    top: 31%;
  }

  .lg-max\:top-15\/100 {
    top: 15%;
  }

  .lg-max\:top-1\/100 {
    top: 1%;
  }

  .lg-max\:top-1\/10 {
    top: 10%;
  }

  .lg-max\:top-1\/2 {
    top: 50%;
  }

  .lg-max\:-top-0 {
    top: 0px;
  }

  .lg-max\:-top-1 {
    top: -0.25rem;
  }

  .lg-max\:-top-2 {
    top: -0.5rem;
  }

  .lg-max\:-top-3 {
    top: -0.75rem;
  }

  .lg-max\:-top-4 {
    top: -1rem;
  }

  .lg-max\:-top-5 {
    top: -1.25rem;
  }

  .lg-max\:-top-6 {
    top: -1.5rem;
  }

  .lg-max\:-top-7 {
    top: -1.75rem;
  }

  .lg-max\:-top-8 {
    top: -2rem;
  }

  .lg-max\:-top-9 {
    top: -2.25rem;
  }

  .lg-max\:-top-10 {
    top: -2.5rem;
  }

  .lg-max\:-top-11 {
    top: -2.75rem;
  }

  .lg-max\:-top-12 {
    top: -3rem;
  }

  .lg-max\:-top-13 {
    top: -3.25rem;
  }

  .lg-max\:-top-14 {
    top: -3.5rem;
  }

  .lg-max\:-top-16 {
    top: -4rem;
  }

  .lg-max\:-top-19 {
    top: -4.75rem;
  }

  .lg-max\:-top-20 {
    top: -5rem;
  }

  .lg-max\:-top-24 {
    top: -6rem;
  }

  .lg-max\:-top-25 {
    top: -6.25rem;
  }

  .lg-max\:-top-28 {
    top: -7rem;
  }

  .lg-max\:-top-30 {
    top: -7.5rem;
  }

  .lg-max\:-top-32 {
    top: -8rem;
  }

  .lg-max\:-top-34 {
    top: -8.5rem;
  }

  .lg-max\:-top-36 {
    top: -9rem;
  }

  .lg-max\:-top-40 {
    top: -10rem;
  }

  .lg-max\:-top-42 {
    top: -10.5rem;
  }

  .lg-max\:-top-44 {
    top: -11rem;
  }

  .lg-max\:-top-46 {
    top: -11.5rem;
  }

  .lg-max\:-top-48 {
    top: -12rem;
  }

  .lg-max\:-top-50 {
    top: -12.5rem;
  }

  .lg-max\:-top-52 {
    top: -13rem;
  }

  .lg-max\:-top-54 {
    top: -13.5rem;
  }

  .lg-max\:-top-56 {
    top: -14rem;
  }

  .lg-max\:-top-60 {
    top: -15rem;
  }

  .lg-max\:-top-64 {
    top: -16rem;
  }

  .lg-max\:-top-68 {
    top: -17rem;
  }

  .lg-max\:-top-72 {
    top: -18rem;
  }

  .lg-max\:-top-75 {
    top: -18.75rem;
  }

  .lg-max\:-top-80 {
    top: -20rem;
  }

  .lg-max\:-top-85 {
    top: -22rem;
  }

  .lg-max\:-top-90 {
    top: -22.5rem;
  }

  .lg-max\:-top-92 {
    top: -23rem;
  }

  .lg-max\:-top-96 {
    top: -24rem;
  }

  .lg-max\:-top-100 {
    top: -25rem;
  }

  .lg-max\:-top-116 {
    top: -29rem;
  }

  .lg-max\:-top-120 {
    top: -30rem;
  }

  .lg-max\:-top-125 {
    top: -31.25rem;
  }

  .lg-max\:-top-135 {
    top: -33.75rem;
  }

  .lg-max\:-top-160 {
    top: -40rem;
  }

  .lg-max\:-top-180 {
    top: -45rem;
  }

  .lg-max\:-top-240 {
    top: -60rem;
  }

  .lg-max\:-top-285 {
    top: -71.25rem;
  }

  .lg-max\:-top-330 {
    top: -82.5rem;
  }

  .lg-max\:-top-unset {
    top: unset;
  }

  .lg-max\:-top-px {
    top: -1px;
  }

  .lg-max\:-top-0\.4 {
    top: -0.1rem;
  }

  .lg-max\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg-max\:-top-0\.6 {
    top: -0.15rem;
  }

  .lg-max\:-top-0\.75 {
    top: -0.2rem;
  }

  .lg-max\:-top-1\.2 {
    top: -0.3rem;
  }

  .lg-max\:-top-1\.25 {
    top: -0.3125rem;
  }

  .lg-max\:-top-1\.4 {
    top: -0.35rem;
  }

  .lg-max\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg-max\:-top-1\.6 {
    top: -0.4rem;
  }

  .lg-max\:-top-1\.75 {
    top: -0.4375rem;
  }

  .lg-max\:-top-1\.8 {
    top: -0.45rem;
  }

  .lg-max\:-top-2\.2 {
    top: -0.55rem;
  }

  .lg-max\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg-max\:-top-2\.6 {
    top: -0.65rem;
  }

  .lg-max\:-top-2\.7 {
    top: -0.675rem;
  }

  .lg-max\:-top-2\.8 {
    top: -0.7rem;
  }

  .lg-max\:-top-3\.4 {
    top: -0.85rem;
  }

  .lg-max\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg-max\:-top-3\.6 {
    top: -0.9rem;
  }

  .lg-max\:-top-4\.5 {
    top: -1.125rem;
  }

  .lg-max\:-top-4\.8 {
    top: -1.2rem;
  }

  .lg-max\:-top-5\.3 {
    top: -1.3rem;
  }

  .lg-max\:-top-5\.4 {
    top: -1.35rem;
  }

  .lg-max\:-top-5\.5 {
    top: -1.375rem;
  }

  .lg-max\:-top-5\.6 {
    top: -1.4rem;
  }

  .lg-max\:-top-6\.5 {
    top: -1.625rem;
  }

  .lg-max\:-top-70\/100 {
    top: -70%;
  }

  .lg-max\:-top-31\/100 {
    top: -31%;
  }

  .lg-max\:-top-15\/100 {
    top: -15%;
  }

  .lg-max\:-top-1\/100 {
    top: -1%;
  }

  .lg-max\:-top-1\/10 {
    top: -10%;
  }

  .lg-max\:-top-1\/2 {
    top: -50%;
  }

  .lg-max\:top-1\/3 {
    top: 33.333333%;
  }

  .lg-max\:top-2\/3 {
    top: 66.666667%;
  }

  .lg-max\:top-1\/4 {
    top: 25%;
  }

  .lg-max\:top-2\/4 {
    top: 50%;
  }

  .lg-max\:top-3\/4 {
    top: 75%;
  }

  .lg-max\:top-full {
    top: 100%;
  }

  .lg-max\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg-max\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg-max\:-top-1\/4 {
    top: -25%;
  }

  .lg-max\:-top-2\/4 {
    top: -50%;
  }

  .lg-max\:-top-3\/4 {
    top: -75%;
  }

  .lg-max\:-top-full {
    top: -100%;
  }

  .lg-max\:right-0 {
    right: 0px;
  }

  .lg-max\:right-1 {
    right: 0.25rem;
  }

  .lg-max\:right-2 {
    right: 0.5rem;
  }

  .lg-max\:right-3 {
    right: 0.75rem;
  }

  .lg-max\:right-4 {
    right: 1rem;
  }

  .lg-max\:right-5 {
    right: 1.25rem;
  }

  .lg-max\:right-6 {
    right: 1.5rem;
  }

  .lg-max\:right-7 {
    right: 1.75rem;
  }

  .lg-max\:right-8 {
    right: 2rem;
  }

  .lg-max\:right-9 {
    right: 2.25rem;
  }

  .lg-max\:right-10 {
    right: 2.5rem;
  }

  .lg-max\:right-11 {
    right: 2.75rem;
  }

  .lg-max\:right-12 {
    right: 3rem;
  }

  .lg-max\:right-13 {
    right: 3.25rem;
  }

  .lg-max\:right-14 {
    right: 3.5rem;
  }

  .lg-max\:right-16 {
    right: 4rem;
  }

  .lg-max\:right-19 {
    right: 4.75rem;
  }

  .lg-max\:right-20 {
    right: 5rem;
  }

  .lg-max\:right-24 {
    right: 6rem;
  }

  .lg-max\:right-25 {
    right: 6.25rem;
  }

  .lg-max\:right-28 {
    right: 7rem;
  }

  .lg-max\:right-30 {
    right: 7.5rem;
  }

  .lg-max\:right-32 {
    right: 8rem;
  }

  .lg-max\:right-34 {
    right: 8.5rem;
  }

  .lg-max\:right-36 {
    right: 9rem;
  }

  .lg-max\:right-40 {
    right: 10rem;
  }

  .lg-max\:right-42 {
    right: 10.5rem;
  }

  .lg-max\:right-44 {
    right: 11rem;
  }

  .lg-max\:right-46 {
    right: 11.5rem;
  }

  .lg-max\:right-48 {
    right: 12rem;
  }

  .lg-max\:right-50 {
    right: 12.5rem;
  }

  .lg-max\:right-52 {
    right: 13rem;
  }

  .lg-max\:right-54 {
    right: 13.5rem;
  }

  .lg-max\:right-56 {
    right: 14rem;
  }

  .lg-max\:right-60 {
    right: 15rem;
  }

  .lg-max\:right-64 {
    right: 16rem;
  }

  .lg-max\:right-68 {
    right: 17rem;
  }

  .lg-max\:right-72 {
    right: 18rem;
  }

  .lg-max\:right-75 {
    right: 18.75rem;
  }

  .lg-max\:right-80 {
    right: 20rem;
  }

  .lg-max\:right-85 {
    right: 22rem;
  }

  .lg-max\:right-90 {
    right: 22.5rem;
  }

  .lg-max\:right-92 {
    right: 23rem;
  }

  .lg-max\:right-96 {
    right: 24rem;
  }

  .lg-max\:right-100 {
    right: 25rem;
  }

  .lg-max\:right-116 {
    right: 29rem;
  }

  .lg-max\:right-120 {
    right: 30rem;
  }

  .lg-max\:right-125 {
    right: 31.25rem;
  }

  .lg-max\:right-135 {
    right: 33.75rem;
  }

  .lg-max\:right-160 {
    right: 40rem;
  }

  .lg-max\:right-180 {
    right: 45rem;
  }

  .lg-max\:right-240 {
    right: 60rem;
  }

  .lg-max\:right-285 {
    right: 71.25rem;
  }

  .lg-max\:right-330 {
    right: 82.5rem;
  }

  .lg-max\:right-auto {
    right: auto;
  }

  .lg-max\:right-unset {
    right: unset;
  }

  .lg-max\:right-px {
    right: 1px;
  }

  .lg-max\:right-0\.4 {
    right: 0.1rem;
  }

  .lg-max\:right-0\.5 {
    right: 0.125rem;
  }

  .lg-max\:right-0\.6 {
    right: 0.15rem;
  }

  .lg-max\:right-0\.75 {
    right: 0.2rem;
  }

  .lg-max\:right-1\.2 {
    right: 0.3rem;
  }

  .lg-max\:right-1\.25 {
    right: 0.3125rem;
  }

  .lg-max\:right-1\.4 {
    right: 0.35rem;
  }

  .lg-max\:right-1\.5 {
    right: 0.375rem;
  }

  .lg-max\:right-1\.6 {
    right: 0.4rem;
  }

  .lg-max\:right-1\.75 {
    right: 0.4375rem;
  }

  .lg-max\:right-1\.8 {
    right: 0.45rem;
  }

  .lg-max\:right-2\.2 {
    right: 0.55rem;
  }

  .lg-max\:right-2\.5 {
    right: 0.625rem;
  }

  .lg-max\:right-2\.6 {
    right: 0.65rem;
  }

  .lg-max\:right-2\.7 {
    right: 0.675rem;
  }

  .lg-max\:right-2\.8 {
    right: 0.7rem;
  }

  .lg-max\:right-3\.4 {
    right: 0.85rem;
  }

  .lg-max\:right-3\.5 {
    right: 0.875rem;
  }

  .lg-max\:right-3\.6 {
    right: 0.9rem;
  }

  .lg-max\:right-4\.5 {
    right: 1.125rem;
  }

  .lg-max\:right-4\.8 {
    right: 1.2rem;
  }

  .lg-max\:right-5\.3 {
    right: 1.3rem;
  }

  .lg-max\:right-5\.4 {
    right: 1.35rem;
  }

  .lg-max\:right-5\.5 {
    right: 1.375rem;
  }

  .lg-max\:right-5\.6 {
    right: 1.4rem;
  }

  .lg-max\:right-6\.5 {
    right: 1.625rem;
  }

  .lg-max\:right-70\/100 {
    right: 70%;
  }

  .lg-max\:right-31\/100 {
    right: 31%;
  }

  .lg-max\:right-15\/100 {
    right: 15%;
  }

  .lg-max\:right-1\/100 {
    right: 1%;
  }

  .lg-max\:right-1\/10 {
    right: 10%;
  }

  .lg-max\:right-1\/2 {
    right: 50%;
  }

  .lg-max\:-right-0 {
    right: 0px;
  }

  .lg-max\:-right-1 {
    right: -0.25rem;
  }

  .lg-max\:-right-2 {
    right: -0.5rem;
  }

  .lg-max\:-right-3 {
    right: -0.75rem;
  }

  .lg-max\:-right-4 {
    right: -1rem;
  }

  .lg-max\:-right-5 {
    right: -1.25rem;
  }

  .lg-max\:-right-6 {
    right: -1.5rem;
  }

  .lg-max\:-right-7 {
    right: -1.75rem;
  }

  .lg-max\:-right-8 {
    right: -2rem;
  }

  .lg-max\:-right-9 {
    right: -2.25rem;
  }

  .lg-max\:-right-10 {
    right: -2.5rem;
  }

  .lg-max\:-right-11 {
    right: -2.75rem;
  }

  .lg-max\:-right-12 {
    right: -3rem;
  }

  .lg-max\:-right-13 {
    right: -3.25rem;
  }

  .lg-max\:-right-14 {
    right: -3.5rem;
  }

  .lg-max\:-right-16 {
    right: -4rem;
  }

  .lg-max\:-right-19 {
    right: -4.75rem;
  }

  .lg-max\:-right-20 {
    right: -5rem;
  }

  .lg-max\:-right-24 {
    right: -6rem;
  }

  .lg-max\:-right-25 {
    right: -6.25rem;
  }

  .lg-max\:-right-28 {
    right: -7rem;
  }

  .lg-max\:-right-30 {
    right: -7.5rem;
  }

  .lg-max\:-right-32 {
    right: -8rem;
  }

  .lg-max\:-right-34 {
    right: -8.5rem;
  }

  .lg-max\:-right-36 {
    right: -9rem;
  }

  .lg-max\:-right-40 {
    right: -10rem;
  }

  .lg-max\:-right-42 {
    right: -10.5rem;
  }

  .lg-max\:-right-44 {
    right: -11rem;
  }

  .lg-max\:-right-46 {
    right: -11.5rem;
  }

  .lg-max\:-right-48 {
    right: -12rem;
  }

  .lg-max\:-right-50 {
    right: -12.5rem;
  }

  .lg-max\:-right-52 {
    right: -13rem;
  }

  .lg-max\:-right-54 {
    right: -13.5rem;
  }

  .lg-max\:-right-56 {
    right: -14rem;
  }

  .lg-max\:-right-60 {
    right: -15rem;
  }

  .lg-max\:-right-64 {
    right: -16rem;
  }

  .lg-max\:-right-68 {
    right: -17rem;
  }

  .lg-max\:-right-72 {
    right: -18rem;
  }

  .lg-max\:-right-75 {
    right: -18.75rem;
  }

  .lg-max\:-right-80 {
    right: -20rem;
  }

  .lg-max\:-right-85 {
    right: -22rem;
  }

  .lg-max\:-right-90 {
    right: -22.5rem;
  }

  .lg-max\:-right-92 {
    right: -23rem;
  }

  .lg-max\:-right-96 {
    right: -24rem;
  }

  .lg-max\:-right-100 {
    right: -25rem;
  }

  .lg-max\:-right-116 {
    right: -29rem;
  }

  .lg-max\:-right-120 {
    right: -30rem;
  }

  .lg-max\:-right-125 {
    right: -31.25rem;
  }

  .lg-max\:-right-135 {
    right: -33.75rem;
  }

  .lg-max\:-right-160 {
    right: -40rem;
  }

  .lg-max\:-right-180 {
    right: -45rem;
  }

  .lg-max\:-right-240 {
    right: -60rem;
  }

  .lg-max\:-right-285 {
    right: -71.25rem;
  }

  .lg-max\:-right-330 {
    right: -82.5rem;
  }

  .lg-max\:-right-unset {
    right: unset;
  }

  .lg-max\:-right-px {
    right: -1px;
  }

  .lg-max\:-right-0\.4 {
    right: -0.1rem;
  }

  .lg-max\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg-max\:-right-0\.6 {
    right: -0.15rem;
  }

  .lg-max\:-right-0\.75 {
    right: -0.2rem;
  }

  .lg-max\:-right-1\.2 {
    right: -0.3rem;
  }

  .lg-max\:-right-1\.25 {
    right: -0.3125rem;
  }

  .lg-max\:-right-1\.4 {
    right: -0.35rem;
  }

  .lg-max\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg-max\:-right-1\.6 {
    right: -0.4rem;
  }

  .lg-max\:-right-1\.75 {
    right: -0.4375rem;
  }

  .lg-max\:-right-1\.8 {
    right: -0.45rem;
  }

  .lg-max\:-right-2\.2 {
    right: -0.55rem;
  }

  .lg-max\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg-max\:-right-2\.6 {
    right: -0.65rem;
  }

  .lg-max\:-right-2\.7 {
    right: -0.675rem;
  }

  .lg-max\:-right-2\.8 {
    right: -0.7rem;
  }

  .lg-max\:-right-3\.4 {
    right: -0.85rem;
  }

  .lg-max\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg-max\:-right-3\.6 {
    right: -0.9rem;
  }

  .lg-max\:-right-4\.5 {
    right: -1.125rem;
  }

  .lg-max\:-right-4\.8 {
    right: -1.2rem;
  }

  .lg-max\:-right-5\.3 {
    right: -1.3rem;
  }

  .lg-max\:-right-5\.4 {
    right: -1.35rem;
  }

  .lg-max\:-right-5\.5 {
    right: -1.375rem;
  }

  .lg-max\:-right-5\.6 {
    right: -1.4rem;
  }

  .lg-max\:-right-6\.5 {
    right: -1.625rem;
  }

  .lg-max\:-right-70\/100 {
    right: -70%;
  }

  .lg-max\:-right-31\/100 {
    right: -31%;
  }

  .lg-max\:-right-15\/100 {
    right: -15%;
  }

  .lg-max\:-right-1\/100 {
    right: -1%;
  }

  .lg-max\:-right-1\/10 {
    right: -10%;
  }

  .lg-max\:-right-1\/2 {
    right: -50%;
  }

  .lg-max\:right-1\/3 {
    right: 33.333333%;
  }

  .lg-max\:right-2\/3 {
    right: 66.666667%;
  }

  .lg-max\:right-1\/4 {
    right: 25%;
  }

  .lg-max\:right-2\/4 {
    right: 50%;
  }

  .lg-max\:right-3\/4 {
    right: 75%;
  }

  .lg-max\:right-full {
    right: 100%;
  }

  .lg-max\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg-max\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg-max\:-right-1\/4 {
    right: -25%;
  }

  .lg-max\:-right-2\/4 {
    right: -50%;
  }

  .lg-max\:-right-3\/4 {
    right: -75%;
  }

  .lg-max\:-right-full {
    right: -100%;
  }

  .lg-max\:bottom-0 {
    bottom: 0px;
  }

  .lg-max\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg-max\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg-max\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg-max\:bottom-4 {
    bottom: 1rem;
  }

  .lg-max\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg-max\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg-max\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg-max\:bottom-8 {
    bottom: 2rem;
  }

  .lg-max\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg-max\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg-max\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg-max\:bottom-12 {
    bottom: 3rem;
  }

  .lg-max\:bottom-13 {
    bottom: 3.25rem;
  }

  .lg-max\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg-max\:bottom-16 {
    bottom: 4rem;
  }

  .lg-max\:bottom-19 {
    bottom: 4.75rem;
  }

  .lg-max\:bottom-20 {
    bottom: 5rem;
  }

  .lg-max\:bottom-24 {
    bottom: 6rem;
  }

  .lg-max\:bottom-25 {
    bottom: 6.25rem;
  }

  .lg-max\:bottom-28 {
    bottom: 7rem;
  }

  .lg-max\:bottom-30 {
    bottom: 7.5rem;
  }

  .lg-max\:bottom-32 {
    bottom: 8rem;
  }

  .lg-max\:bottom-34 {
    bottom: 8.5rem;
  }

  .lg-max\:bottom-36 {
    bottom: 9rem;
  }

  .lg-max\:bottom-40 {
    bottom: 10rem;
  }

  .lg-max\:bottom-42 {
    bottom: 10.5rem;
  }

  .lg-max\:bottom-44 {
    bottom: 11rem;
  }

  .lg-max\:bottom-46 {
    bottom: 11.5rem;
  }

  .lg-max\:bottom-48 {
    bottom: 12rem;
  }

  .lg-max\:bottom-50 {
    bottom: 12.5rem;
  }

  .lg-max\:bottom-52 {
    bottom: 13rem;
  }

  .lg-max\:bottom-54 {
    bottom: 13.5rem;
  }

  .lg-max\:bottom-56 {
    bottom: 14rem;
  }

  .lg-max\:bottom-60 {
    bottom: 15rem;
  }

  .lg-max\:bottom-64 {
    bottom: 16rem;
  }

  .lg-max\:bottom-68 {
    bottom: 17rem;
  }

  .lg-max\:bottom-72 {
    bottom: 18rem;
  }

  .lg-max\:bottom-75 {
    bottom: 18.75rem;
  }

  .lg-max\:bottom-80 {
    bottom: 20rem;
  }

  .lg-max\:bottom-85 {
    bottom: 22rem;
  }

  .lg-max\:bottom-90 {
    bottom: 22.5rem;
  }

  .lg-max\:bottom-92 {
    bottom: 23rem;
  }

  .lg-max\:bottom-96 {
    bottom: 24rem;
  }

  .lg-max\:bottom-100 {
    bottom: 25rem;
  }

  .lg-max\:bottom-116 {
    bottom: 29rem;
  }

  .lg-max\:bottom-120 {
    bottom: 30rem;
  }

  .lg-max\:bottom-125 {
    bottom: 31.25rem;
  }

  .lg-max\:bottom-135 {
    bottom: 33.75rem;
  }

  .lg-max\:bottom-160 {
    bottom: 40rem;
  }

  .lg-max\:bottom-180 {
    bottom: 45rem;
  }

  .lg-max\:bottom-240 {
    bottom: 60rem;
  }

  .lg-max\:bottom-285 {
    bottom: 71.25rem;
  }

  .lg-max\:bottom-330 {
    bottom: 82.5rem;
  }

  .lg-max\:bottom-auto {
    bottom: auto;
  }

  .lg-max\:bottom-unset {
    bottom: unset;
  }

  .lg-max\:bottom-px {
    bottom: 1px;
  }

  .lg-max\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .lg-max\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg-max\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .lg-max\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .lg-max\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .lg-max\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .lg-max\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .lg-max\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg-max\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .lg-max\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .lg-max\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .lg-max\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .lg-max\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg-max\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .lg-max\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .lg-max\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .lg-max\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .lg-max\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg-max\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .lg-max\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .lg-max\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .lg-max\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .lg-max\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .lg-max\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .lg-max\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .lg-max\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .lg-max\:bottom-70\/100 {
    bottom: 70%;
  }

  .lg-max\:bottom-31\/100 {
    bottom: 31%;
  }

  .lg-max\:bottom-15\/100 {
    bottom: 15%;
  }

  .lg-max\:bottom-1\/100 {
    bottom: 1%;
  }

  .lg-max\:bottom-1\/10 {
    bottom: 10%;
  }

  .lg-max\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg-max\:-bottom-0 {
    bottom: 0px;
  }

  .lg-max\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg-max\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg-max\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg-max\:-bottom-4 {
    bottom: -1rem;
  }

  .lg-max\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg-max\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg-max\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg-max\:-bottom-8 {
    bottom: -2rem;
  }

  .lg-max\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg-max\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg-max\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg-max\:-bottom-12 {
    bottom: -3rem;
  }

  .lg-max\:-bottom-13 {
    bottom: -3.25rem;
  }

  .lg-max\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg-max\:-bottom-16 {
    bottom: -4rem;
  }

  .lg-max\:-bottom-19 {
    bottom: -4.75rem;
  }

  .lg-max\:-bottom-20 {
    bottom: -5rem;
  }

  .lg-max\:-bottom-24 {
    bottom: -6rem;
  }

  .lg-max\:-bottom-25 {
    bottom: -6.25rem;
  }

  .lg-max\:-bottom-28 {
    bottom: -7rem;
  }

  .lg-max\:-bottom-30 {
    bottom: -7.5rem;
  }

  .lg-max\:-bottom-32 {
    bottom: -8rem;
  }

  .lg-max\:-bottom-34 {
    bottom: -8.5rem;
  }

  .lg-max\:-bottom-36 {
    bottom: -9rem;
  }

  .lg-max\:-bottom-40 {
    bottom: -10rem;
  }

  .lg-max\:-bottom-42 {
    bottom: -10.5rem;
  }

  .lg-max\:-bottom-44 {
    bottom: -11rem;
  }

  .lg-max\:-bottom-46 {
    bottom: -11.5rem;
  }

  .lg-max\:-bottom-48 {
    bottom: -12rem;
  }

  .lg-max\:-bottom-50 {
    bottom: -12.5rem;
  }

  .lg-max\:-bottom-52 {
    bottom: -13rem;
  }

  .lg-max\:-bottom-54 {
    bottom: -13.5rem;
  }

  .lg-max\:-bottom-56 {
    bottom: -14rem;
  }

  .lg-max\:-bottom-60 {
    bottom: -15rem;
  }

  .lg-max\:-bottom-64 {
    bottom: -16rem;
  }

  .lg-max\:-bottom-68 {
    bottom: -17rem;
  }

  .lg-max\:-bottom-72 {
    bottom: -18rem;
  }

  .lg-max\:-bottom-75 {
    bottom: -18.75rem;
  }

  .lg-max\:-bottom-80 {
    bottom: -20rem;
  }

  .lg-max\:-bottom-85 {
    bottom: -22rem;
  }

  .lg-max\:-bottom-90 {
    bottom: -22.5rem;
  }

  .lg-max\:-bottom-92 {
    bottom: -23rem;
  }

  .lg-max\:-bottom-96 {
    bottom: -24rem;
  }

  .lg-max\:-bottom-100 {
    bottom: -25rem;
  }

  .lg-max\:-bottom-116 {
    bottom: -29rem;
  }

  .lg-max\:-bottom-120 {
    bottom: -30rem;
  }

  .lg-max\:-bottom-125 {
    bottom: -31.25rem;
  }

  .lg-max\:-bottom-135 {
    bottom: -33.75rem;
  }

  .lg-max\:-bottom-160 {
    bottom: -40rem;
  }

  .lg-max\:-bottom-180 {
    bottom: -45rem;
  }

  .lg-max\:-bottom-240 {
    bottom: -60rem;
  }

  .lg-max\:-bottom-285 {
    bottom: -71.25rem;
  }

  .lg-max\:-bottom-330 {
    bottom: -82.5rem;
  }

  .lg-max\:-bottom-unset {
    bottom: unset;
  }

  .lg-max\:-bottom-px {
    bottom: -1px;
  }

  .lg-max\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .lg-max\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg-max\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .lg-max\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .lg-max\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .lg-max\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .lg-max\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .lg-max\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg-max\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .lg-max\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .lg-max\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .lg-max\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .lg-max\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg-max\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .lg-max\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .lg-max\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .lg-max\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .lg-max\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg-max\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .lg-max\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .lg-max\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .lg-max\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .lg-max\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .lg-max\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .lg-max\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .lg-max\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .lg-max\:-bottom-70\/100 {
    bottom: -70%;
  }

  .lg-max\:-bottom-31\/100 {
    bottom: -31%;
  }

  .lg-max\:-bottom-15\/100 {
    bottom: -15%;
  }

  .lg-max\:-bottom-1\/100 {
    bottom: -1%;
  }

  .lg-max\:-bottom-1\/10 {
    bottom: -10%;
  }

  .lg-max\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg-max\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg-max\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg-max\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg-max\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg-max\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg-max\:bottom-full {
    bottom: 100%;
  }

  .lg-max\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg-max\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg-max\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg-max\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg-max\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg-max\:-bottom-full {
    bottom: -100%;
  }

  .lg-max\:left-0 {
    left: 0px;
  }

  .lg-max\:left-1 {
    left: 0.25rem;
  }

  .lg-max\:left-2 {
    left: 0.5rem;
  }

  .lg-max\:left-3 {
    left: 0.75rem;
  }

  .lg-max\:left-4 {
    left: 1rem;
  }

  .lg-max\:left-5 {
    left: 1.25rem;
  }

  .lg-max\:left-6 {
    left: 1.5rem;
  }

  .lg-max\:left-7 {
    left: 1.75rem;
  }

  .lg-max\:left-8 {
    left: 2rem;
  }

  .lg-max\:left-9 {
    left: 2.25rem;
  }

  .lg-max\:left-10 {
    left: 2.5rem;
  }

  .lg-max\:left-11 {
    left: 2.75rem;
  }

  .lg-max\:left-12 {
    left: 3rem;
  }

  .lg-max\:left-13 {
    left: 3.25rem;
  }

  .lg-max\:left-14 {
    left: 3.5rem;
  }

  .lg-max\:left-16 {
    left: 4rem;
  }

  .lg-max\:left-19 {
    left: 4.75rem;
  }

  .lg-max\:left-20 {
    left: 5rem;
  }

  .lg-max\:left-24 {
    left: 6rem;
  }

  .lg-max\:left-25 {
    left: 6.25rem;
  }

  .lg-max\:left-28 {
    left: 7rem;
  }

  .lg-max\:left-30 {
    left: 7.5rem;
  }

  .lg-max\:left-32 {
    left: 8rem;
  }

  .lg-max\:left-34 {
    left: 8.5rem;
  }

  .lg-max\:left-36 {
    left: 9rem;
  }

  .lg-max\:left-40 {
    left: 10rem;
  }

  .lg-max\:left-42 {
    left: 10.5rem;
  }

  .lg-max\:left-44 {
    left: 11rem;
  }

  .lg-max\:left-46 {
    left: 11.5rem;
  }

  .lg-max\:left-48 {
    left: 12rem;
  }

  .lg-max\:left-50 {
    left: 12.5rem;
  }

  .lg-max\:left-52 {
    left: 13rem;
  }

  .lg-max\:left-54 {
    left: 13.5rem;
  }

  .lg-max\:left-56 {
    left: 14rem;
  }

  .lg-max\:left-60 {
    left: 15rem;
  }

  .lg-max\:left-64 {
    left: 16rem;
  }

  .lg-max\:left-68 {
    left: 17rem;
  }

  .lg-max\:left-72 {
    left: 18rem;
  }

  .lg-max\:left-75 {
    left: 18.75rem;
  }

  .lg-max\:left-80 {
    left: 20rem;
  }

  .lg-max\:left-85 {
    left: 22rem;
  }

  .lg-max\:left-90 {
    left: 22.5rem;
  }

  .lg-max\:left-92 {
    left: 23rem;
  }

  .lg-max\:left-96 {
    left: 24rem;
  }

  .lg-max\:left-100 {
    left: 25rem;
  }

  .lg-max\:left-116 {
    left: 29rem;
  }

  .lg-max\:left-120 {
    left: 30rem;
  }

  .lg-max\:left-125 {
    left: 31.25rem;
  }

  .lg-max\:left-135 {
    left: 33.75rem;
  }

  .lg-max\:left-160 {
    left: 40rem;
  }

  .lg-max\:left-180 {
    left: 45rem;
  }

  .lg-max\:left-240 {
    left: 60rem;
  }

  .lg-max\:left-285 {
    left: 71.25rem;
  }

  .lg-max\:left-330 {
    left: 82.5rem;
  }

  .lg-max\:left-auto {
    left: auto;
  }

  .lg-max\:left-unset {
    left: unset;
  }

  .lg-max\:left-px {
    left: 1px;
  }

  .lg-max\:left-0\.4 {
    left: 0.1rem;
  }

  .lg-max\:left-0\.5 {
    left: 0.125rem;
  }

  .lg-max\:left-0\.6 {
    left: 0.15rem;
  }

  .lg-max\:left-0\.75 {
    left: 0.2rem;
  }

  .lg-max\:left-1\.2 {
    left: 0.3rem;
  }

  .lg-max\:left-1\.25 {
    left: 0.3125rem;
  }

  .lg-max\:left-1\.4 {
    left: 0.35rem;
  }

  .lg-max\:left-1\.5 {
    left: 0.375rem;
  }

  .lg-max\:left-1\.6 {
    left: 0.4rem;
  }

  .lg-max\:left-1\.75 {
    left: 0.4375rem;
  }

  .lg-max\:left-1\.8 {
    left: 0.45rem;
  }

  .lg-max\:left-2\.2 {
    left: 0.55rem;
  }

  .lg-max\:left-2\.5 {
    left: 0.625rem;
  }

  .lg-max\:left-2\.6 {
    left: 0.65rem;
  }

  .lg-max\:left-2\.7 {
    left: 0.675rem;
  }

  .lg-max\:left-2\.8 {
    left: 0.7rem;
  }

  .lg-max\:left-3\.4 {
    left: 0.85rem;
  }

  .lg-max\:left-3\.5 {
    left: 0.875rem;
  }

  .lg-max\:left-3\.6 {
    left: 0.9rem;
  }

  .lg-max\:left-4\.5 {
    left: 1.125rem;
  }

  .lg-max\:left-4\.8 {
    left: 1.2rem;
  }

  .lg-max\:left-5\.3 {
    left: 1.3rem;
  }

  .lg-max\:left-5\.4 {
    left: 1.35rem;
  }

  .lg-max\:left-5\.5 {
    left: 1.375rem;
  }

  .lg-max\:left-5\.6 {
    left: 1.4rem;
  }

  .lg-max\:left-6\.5 {
    left: 1.625rem;
  }

  .lg-max\:left-70\/100 {
    left: 70%;
  }

  .lg-max\:left-31\/100 {
    left: 31%;
  }

  .lg-max\:left-15\/100 {
    left: 15%;
  }

  .lg-max\:left-1\/100 {
    left: 1%;
  }

  .lg-max\:left-1\/10 {
    left: 10%;
  }

  .lg-max\:left-1\/2 {
    left: 50%;
  }

  .lg-max\:-left-0 {
    left: 0px;
  }

  .lg-max\:-left-1 {
    left: -0.25rem;
  }

  .lg-max\:-left-2 {
    left: -0.5rem;
  }

  .lg-max\:-left-3 {
    left: -0.75rem;
  }

  .lg-max\:-left-4 {
    left: -1rem;
  }

  .lg-max\:-left-5 {
    left: -1.25rem;
  }

  .lg-max\:-left-6 {
    left: -1.5rem;
  }

  .lg-max\:-left-7 {
    left: -1.75rem;
  }

  .lg-max\:-left-8 {
    left: -2rem;
  }

  .lg-max\:-left-9 {
    left: -2.25rem;
  }

  .lg-max\:-left-10 {
    left: -2.5rem;
  }

  .lg-max\:-left-11 {
    left: -2.75rem;
  }

  .lg-max\:-left-12 {
    left: -3rem;
  }

  .lg-max\:-left-13 {
    left: -3.25rem;
  }

  .lg-max\:-left-14 {
    left: -3.5rem;
  }

  .lg-max\:-left-16 {
    left: -4rem;
  }

  .lg-max\:-left-19 {
    left: -4.75rem;
  }

  .lg-max\:-left-20 {
    left: -5rem;
  }

  .lg-max\:-left-24 {
    left: -6rem;
  }

  .lg-max\:-left-25 {
    left: -6.25rem;
  }

  .lg-max\:-left-28 {
    left: -7rem;
  }

  .lg-max\:-left-30 {
    left: -7.5rem;
  }

  .lg-max\:-left-32 {
    left: -8rem;
  }

  .lg-max\:-left-34 {
    left: -8.5rem;
  }

  .lg-max\:-left-36 {
    left: -9rem;
  }

  .lg-max\:-left-40 {
    left: -10rem;
  }

  .lg-max\:-left-42 {
    left: -10.5rem;
  }

  .lg-max\:-left-44 {
    left: -11rem;
  }

  .lg-max\:-left-46 {
    left: -11.5rem;
  }

  .lg-max\:-left-48 {
    left: -12rem;
  }

  .lg-max\:-left-50 {
    left: -12.5rem;
  }

  .lg-max\:-left-52 {
    left: -13rem;
  }

  .lg-max\:-left-54 {
    left: -13.5rem;
  }

  .lg-max\:-left-56 {
    left: -14rem;
  }

  .lg-max\:-left-60 {
    left: -15rem;
  }

  .lg-max\:-left-64 {
    left: -16rem;
  }

  .lg-max\:-left-68 {
    left: -17rem;
  }

  .lg-max\:-left-72 {
    left: -18rem;
  }

  .lg-max\:-left-75 {
    left: -18.75rem;
  }

  .lg-max\:-left-80 {
    left: -20rem;
  }

  .lg-max\:-left-85 {
    left: -22rem;
  }

  .lg-max\:-left-90 {
    left: -22.5rem;
  }

  .lg-max\:-left-92 {
    left: -23rem;
  }

  .lg-max\:-left-96 {
    left: -24rem;
  }

  .lg-max\:-left-100 {
    left: -25rem;
  }

  .lg-max\:-left-116 {
    left: -29rem;
  }

  .lg-max\:-left-120 {
    left: -30rem;
  }

  .lg-max\:-left-125 {
    left: -31.25rem;
  }

  .lg-max\:-left-135 {
    left: -33.75rem;
  }

  .lg-max\:-left-160 {
    left: -40rem;
  }

  .lg-max\:-left-180 {
    left: -45rem;
  }

  .lg-max\:-left-240 {
    left: -60rem;
  }

  .lg-max\:-left-285 {
    left: -71.25rem;
  }

  .lg-max\:-left-330 {
    left: -82.5rem;
  }

  .lg-max\:-left-unset {
    left: unset;
  }

  .lg-max\:-left-px {
    left: -1px;
  }

  .lg-max\:-left-0\.4 {
    left: -0.1rem;
  }

  .lg-max\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg-max\:-left-0\.6 {
    left: -0.15rem;
  }

  .lg-max\:-left-0\.75 {
    left: -0.2rem;
  }

  .lg-max\:-left-1\.2 {
    left: -0.3rem;
  }

  .lg-max\:-left-1\.25 {
    left: -0.3125rem;
  }

  .lg-max\:-left-1\.4 {
    left: -0.35rem;
  }

  .lg-max\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg-max\:-left-1\.6 {
    left: -0.4rem;
  }

  .lg-max\:-left-1\.75 {
    left: -0.4375rem;
  }

  .lg-max\:-left-1\.8 {
    left: -0.45rem;
  }

  .lg-max\:-left-2\.2 {
    left: -0.55rem;
  }

  .lg-max\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg-max\:-left-2\.6 {
    left: -0.65rem;
  }

  .lg-max\:-left-2\.7 {
    left: -0.675rem;
  }

  .lg-max\:-left-2\.8 {
    left: -0.7rem;
  }

  .lg-max\:-left-3\.4 {
    left: -0.85rem;
  }

  .lg-max\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg-max\:-left-3\.6 {
    left: -0.9rem;
  }

  .lg-max\:-left-4\.5 {
    left: -1.125rem;
  }

  .lg-max\:-left-4\.8 {
    left: -1.2rem;
  }

  .lg-max\:-left-5\.3 {
    left: -1.3rem;
  }

  .lg-max\:-left-5\.4 {
    left: -1.35rem;
  }

  .lg-max\:-left-5\.5 {
    left: -1.375rem;
  }

  .lg-max\:-left-5\.6 {
    left: -1.4rem;
  }

  .lg-max\:-left-6\.5 {
    left: -1.625rem;
  }

  .lg-max\:-left-70\/100 {
    left: -70%;
  }

  .lg-max\:-left-31\/100 {
    left: -31%;
  }

  .lg-max\:-left-15\/100 {
    left: -15%;
  }

  .lg-max\:-left-1\/100 {
    left: -1%;
  }

  .lg-max\:-left-1\/10 {
    left: -10%;
  }

  .lg-max\:-left-1\/2 {
    left: -50%;
  }

  .lg-max\:left-1\/3 {
    left: 33.333333%;
  }

  .lg-max\:left-2\/3 {
    left: 66.666667%;
  }

  .lg-max\:left-1\/4 {
    left: 25%;
  }

  .lg-max\:left-2\/4 {
    left: 50%;
  }

  .lg-max\:left-3\/4 {
    left: 75%;
  }

  .lg-max\:left-full {
    left: 100%;
  }

  .lg-max\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg-max\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg-max\:-left-1\/4 {
    left: -25%;
  }

  .lg-max\:-left-2\/4 {
    left: -50%;
  }

  .lg-max\:-left-3\/4 {
    left: -75%;
  }

  .lg-max\:-left-full {
    left: -100%;
  }

  .lg-max\:isolate {
    isolation: isolate;
  }

  .lg-max\:isolation-auto {
    isolation: auto;
  }

  .lg-max\:z-0 {
    z-index: 0;
  }

  .lg-max\:z-10 {
    z-index: 10;
  }

  .lg-max\:z-20 {
    z-index: 20;
  }

  .lg-max\:z-30 {
    z-index: 30;
  }

  .lg-max\:z-40 {
    z-index: 40;
  }

  .lg-max\:z-50 {
    z-index: 50;
  }

  .lg-max\:z-auto {
    z-index: auto;
  }

  .lg-max\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg-max\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg-max\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg-max\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg-max\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg-max\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg-max\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg-max\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg-max\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg-max\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg-max\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg-max\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg-max\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg-max\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg-max\:order-1 {
    order: 1;
  }

  .lg-max\:order-2 {
    order: 2;
  }

  .lg-max\:order-3 {
    order: 3;
  }

  .lg-max\:order-4 {
    order: 4;
  }

  .lg-max\:order-5 {
    order: 5;
  }

  .lg-max\:order-6 {
    order: 6;
  }

  .lg-max\:order-7 {
    order: 7;
  }

  .lg-max\:order-8 {
    order: 8;
  }

  .lg-max\:order-9 {
    order: 9;
  }

  .lg-max\:order-10 {
    order: 10;
  }

  .lg-max\:order-11 {
    order: 11;
  }

  .lg-max\:order-12 {
    order: 12;
  }

  .lg-max\:order-first {
    order: -9999;
  }

  .lg-max\:order-last {
    order: 9999;
  }

  .lg-max\:order-none {
    order: 0;
  }

  .lg-max\:col-auto {
    grid-column: auto;
  }

  .lg-max\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg-max\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg-max\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg-max\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg-max\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg-max\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg-max\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg-max\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg-max\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg-max\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg-max\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg-max\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg-max\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg-max\:col-start-1 {
    grid-column-start: 1;
  }

  .lg-max\:col-start-2 {
    grid-column-start: 2;
  }

  .lg-max\:col-start-3 {
    grid-column-start: 3;
  }

  .lg-max\:col-start-4 {
    grid-column-start: 4;
  }

  .lg-max\:col-start-5 {
    grid-column-start: 5;
  }

  .lg-max\:col-start-6 {
    grid-column-start: 6;
  }

  .lg-max\:col-start-7 {
    grid-column-start: 7;
  }

  .lg-max\:col-start-8 {
    grid-column-start: 8;
  }

  .lg-max\:col-start-9 {
    grid-column-start: 9;
  }

  .lg-max\:col-start-10 {
    grid-column-start: 10;
  }

  .lg-max\:col-start-11 {
    grid-column-start: 11;
  }

  .lg-max\:col-start-12 {
    grid-column-start: 12;
  }

  .lg-max\:col-start-13 {
    grid-column-start: 13;
  }

  .lg-max\:col-start-auto {
    grid-column-start: auto;
  }

  .lg-max\:col-end-1 {
    grid-column-end: 1;
  }

  .lg-max\:col-end-2 {
    grid-column-end: 2;
  }

  .lg-max\:col-end-3 {
    grid-column-end: 3;
  }

  .lg-max\:col-end-4 {
    grid-column-end: 4;
  }

  .lg-max\:col-end-5 {
    grid-column-end: 5;
  }

  .lg-max\:col-end-6 {
    grid-column-end: 6;
  }

  .lg-max\:col-end-7 {
    grid-column-end: 7;
  }

  .lg-max\:col-end-8 {
    grid-column-end: 8;
  }

  .lg-max\:col-end-9 {
    grid-column-end: 9;
  }

  .lg-max\:col-end-10 {
    grid-column-end: 10;
  }

  .lg-max\:col-end-11 {
    grid-column-end: 11;
  }

  .lg-max\:col-end-12 {
    grid-column-end: 12;
  }

  .lg-max\:col-end-13 {
    grid-column-end: 13;
  }

  .lg-max\:col-end-auto {
    grid-column-end: auto;
  }

  .lg-max\:row-auto {
    grid-row: auto;
  }

  .lg-max\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg-max\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg-max\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg-max\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg-max\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg-max\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg-max\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg-max\:row-start-1 {
    grid-row-start: 1;
  }

  .lg-max\:row-start-2 {
    grid-row-start: 2;
  }

  .lg-max\:row-start-3 {
    grid-row-start: 3;
  }

  .lg-max\:row-start-4 {
    grid-row-start: 4;
  }

  .lg-max\:row-start-5 {
    grid-row-start: 5;
  }

  .lg-max\:row-start-6 {
    grid-row-start: 6;
  }

  .lg-max\:row-start-7 {
    grid-row-start: 7;
  }

  .lg-max\:row-start-auto {
    grid-row-start: auto;
  }

  .lg-max\:row-end-1 {
    grid-row-end: 1;
  }

  .lg-max\:row-end-2 {
    grid-row-end: 2;
  }

  .lg-max\:row-end-3 {
    grid-row-end: 3;
  }

  .lg-max\:row-end-4 {
    grid-row-end: 4;
  }

  .lg-max\:row-end-5 {
    grid-row-end: 5;
  }

  .lg-max\:row-end-6 {
    grid-row-end: 6;
  }

  .lg-max\:row-end-7 {
    grid-row-end: 7;
  }

  .lg-max\:row-end-auto {
    grid-row-end: auto;
  }

  .lg-max\:float-right {
    float: right;
  }

  .lg-max\:float-left {
    float: left;
  }

  .lg-max\:float-none {
    float: none;
  }

  .lg-max\:clear-left {
    clear: left;
  }

  .lg-max\:clear-right {
    clear: right;
  }

  .lg-max\:clear-both {
    clear: both;
  }

  .lg-max\:clear-none {
    clear: none;
  }

  .lg-max\:m-0 {
    margin: 0px;
  }

  .lg-max\:m-1 {
    margin: 0.25rem;
  }

  .lg-max\:m-2 {
    margin: 0.5rem;
  }

  .lg-max\:m-3 {
    margin: 0.75rem;
  }

  .lg-max\:m-4 {
    margin: 1rem;
  }

  .lg-max\:m-5 {
    margin: 1.25rem;
  }

  .lg-max\:m-6 {
    margin: 1.5rem;
  }

  .lg-max\:m-7 {
    margin: 1.75rem;
  }

  .lg-max\:m-8 {
    margin: 2rem;
  }

  .lg-max\:m-9 {
    margin: 2.25rem;
  }

  .lg-max\:m-10 {
    margin: 2.5rem;
  }

  .lg-max\:m-11 {
    margin: 2.75rem;
  }

  .lg-max\:m-12 {
    margin: 3rem;
  }

  .lg-max\:m-13 {
    margin: 3.25rem;
  }

  .lg-max\:m-14 {
    margin: 3.5rem;
  }

  .lg-max\:m-16 {
    margin: 4rem;
  }

  .lg-max\:m-19 {
    margin: 4.75rem;
  }

  .lg-max\:m-20 {
    margin: 5rem;
  }

  .lg-max\:m-24 {
    margin: 6rem;
  }

  .lg-max\:m-25 {
    margin: 6.25rem;
  }

  .lg-max\:m-28 {
    margin: 7rem;
  }

  .lg-max\:m-30 {
    margin: 7.5rem;
  }

  .lg-max\:m-32 {
    margin: 8rem;
  }

  .lg-max\:m-34 {
    margin: 8.5rem;
  }

  .lg-max\:m-36 {
    margin: 9rem;
  }

  .lg-max\:m-40 {
    margin: 10rem;
  }

  .lg-max\:m-42 {
    margin: 10.5rem;
  }

  .lg-max\:m-44 {
    margin: 11rem;
  }

  .lg-max\:m-46 {
    margin: 11.5rem;
  }

  .lg-max\:m-48 {
    margin: 12rem;
  }

  .lg-max\:m-50 {
    margin: 12.5rem;
  }

  .lg-max\:m-52 {
    margin: 13rem;
  }

  .lg-max\:m-54 {
    margin: 13.5rem;
  }

  .lg-max\:m-56 {
    margin: 14rem;
  }

  .lg-max\:m-60 {
    margin: 15rem;
  }

  .lg-max\:m-64 {
    margin: 16rem;
  }

  .lg-max\:m-68 {
    margin: 17rem;
  }

  .lg-max\:m-72 {
    margin: 18rem;
  }

  .lg-max\:m-75 {
    margin: 18.75rem;
  }

  .lg-max\:m-80 {
    margin: 20rem;
  }

  .lg-max\:m-85 {
    margin: 22rem;
  }

  .lg-max\:m-90 {
    margin: 22.5rem;
  }

  .lg-max\:m-92 {
    margin: 23rem;
  }

  .lg-max\:m-96 {
    margin: 24rem;
  }

  .lg-max\:m-100 {
    margin: 25rem;
  }

  .lg-max\:m-116 {
    margin: 29rem;
  }

  .lg-max\:m-120 {
    margin: 30rem;
  }

  .lg-max\:m-125 {
    margin: 31.25rem;
  }

  .lg-max\:m-135 {
    margin: 33.75rem;
  }

  .lg-max\:m-160 {
    margin: 40rem;
  }

  .lg-max\:m-180 {
    margin: 45rem;
  }

  .lg-max\:m-240 {
    margin: 60rem;
  }

  .lg-max\:m-285 {
    margin: 71.25rem;
  }

  .lg-max\:m-330 {
    margin: 82.5rem;
  }

  .lg-max\:m-auto {
    margin: auto;
  }

  .lg-max\:m-unset {
    margin: unset;
  }

  .lg-max\:m-px {
    margin: 1px;
  }

  .lg-max\:m-0\.4 {
    margin: 0.1rem;
  }

  .lg-max\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg-max\:m-0\.6 {
    margin: 0.15rem;
  }

  .lg-max\:m-0\.75 {
    margin: 0.2rem;
  }

  .lg-max\:m-1\.2 {
    margin: 0.3rem;
  }

  .lg-max\:m-1\.25 {
    margin: 0.3125rem;
  }

  .lg-max\:m-1\.4 {
    margin: 0.35rem;
  }

  .lg-max\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg-max\:m-1\.6 {
    margin: 0.4rem;
  }

  .lg-max\:m-1\.75 {
    margin: 0.4375rem;
  }

  .lg-max\:m-1\.8 {
    margin: 0.45rem;
  }

  .lg-max\:m-2\.2 {
    margin: 0.55rem;
  }

  .lg-max\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg-max\:m-2\.6 {
    margin: 0.65rem;
  }

  .lg-max\:m-2\.7 {
    margin: 0.675rem;
  }

  .lg-max\:m-2\.8 {
    margin: 0.7rem;
  }

  .lg-max\:m-3\.4 {
    margin: 0.85rem;
  }

  .lg-max\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg-max\:m-3\.6 {
    margin: 0.9rem;
  }

  .lg-max\:m-4\.5 {
    margin: 1.125rem;
  }

  .lg-max\:m-4\.8 {
    margin: 1.2rem;
  }

  .lg-max\:m-5\.3 {
    margin: 1.3rem;
  }

  .lg-max\:m-5\.4 {
    margin: 1.35rem;
  }

  .lg-max\:m-5\.5 {
    margin: 1.375rem;
  }

  .lg-max\:m-5\.6 {
    margin: 1.4rem;
  }

  .lg-max\:m-6\.5 {
    margin: 1.625rem;
  }

  .lg-max\:m-70\/100 {
    margin: 70%;
  }

  .lg-max\:m-31\/100 {
    margin: 31%;
  }

  .lg-max\:m-15\/100 {
    margin: 15%;
  }

  .lg-max\:m-1\/100 {
    margin: 1%;
  }

  .lg-max\:m-1\/10 {
    margin: 10%;
  }

  .lg-max\:m-1\/2 {
    margin: 50%;
  }

  .lg-max\:-m-0 {
    margin: 0px;
  }

  .lg-max\:-m-1 {
    margin: -0.25rem;
  }

  .lg-max\:-m-2 {
    margin: -0.5rem;
  }

  .lg-max\:-m-3 {
    margin: -0.75rem;
  }

  .lg-max\:-m-4 {
    margin: -1rem;
  }

  .lg-max\:-m-5 {
    margin: -1.25rem;
  }

  .lg-max\:-m-6 {
    margin: -1.5rem;
  }

  .lg-max\:-m-7 {
    margin: -1.75rem;
  }

  .lg-max\:-m-8 {
    margin: -2rem;
  }

  .lg-max\:-m-9 {
    margin: -2.25rem;
  }

  .lg-max\:-m-10 {
    margin: -2.5rem;
  }

  .lg-max\:-m-11 {
    margin: -2.75rem;
  }

  .lg-max\:-m-12 {
    margin: -3rem;
  }

  .lg-max\:-m-13 {
    margin: -3.25rem;
  }

  .lg-max\:-m-14 {
    margin: -3.5rem;
  }

  .lg-max\:-m-16 {
    margin: -4rem;
  }

  .lg-max\:-m-19 {
    margin: -4.75rem;
  }

  .lg-max\:-m-20 {
    margin: -5rem;
  }

  .lg-max\:-m-24 {
    margin: -6rem;
  }

  .lg-max\:-m-25 {
    margin: -6.25rem;
  }

  .lg-max\:-m-28 {
    margin: -7rem;
  }

  .lg-max\:-m-30 {
    margin: -7.5rem;
  }

  .lg-max\:-m-32 {
    margin: -8rem;
  }

  .lg-max\:-m-34 {
    margin: -8.5rem;
  }

  .lg-max\:-m-36 {
    margin: -9rem;
  }

  .lg-max\:-m-40 {
    margin: -10rem;
  }

  .lg-max\:-m-42 {
    margin: -10.5rem;
  }

  .lg-max\:-m-44 {
    margin: -11rem;
  }

  .lg-max\:-m-46 {
    margin: -11.5rem;
  }

  .lg-max\:-m-48 {
    margin: -12rem;
  }

  .lg-max\:-m-50 {
    margin: -12.5rem;
  }

  .lg-max\:-m-52 {
    margin: -13rem;
  }

  .lg-max\:-m-54 {
    margin: -13.5rem;
  }

  .lg-max\:-m-56 {
    margin: -14rem;
  }

  .lg-max\:-m-60 {
    margin: -15rem;
  }

  .lg-max\:-m-64 {
    margin: -16rem;
  }

  .lg-max\:-m-68 {
    margin: -17rem;
  }

  .lg-max\:-m-72 {
    margin: -18rem;
  }

  .lg-max\:-m-75 {
    margin: -18.75rem;
  }

  .lg-max\:-m-80 {
    margin: -20rem;
  }

  .lg-max\:-m-85 {
    margin: -22rem;
  }

  .lg-max\:-m-90 {
    margin: -22.5rem;
  }

  .lg-max\:-m-92 {
    margin: -23rem;
  }

  .lg-max\:-m-96 {
    margin: -24rem;
  }

  .lg-max\:-m-100 {
    margin: -25rem;
  }

  .lg-max\:-m-116 {
    margin: -29rem;
  }

  .lg-max\:-m-120 {
    margin: -30rem;
  }

  .lg-max\:-m-125 {
    margin: -31.25rem;
  }

  .lg-max\:-m-135 {
    margin: -33.75rem;
  }

  .lg-max\:-m-160 {
    margin: -40rem;
  }

  .lg-max\:-m-180 {
    margin: -45rem;
  }

  .lg-max\:-m-240 {
    margin: -60rem;
  }

  .lg-max\:-m-285 {
    margin: -71.25rem;
  }

  .lg-max\:-m-330 {
    margin: -82.5rem;
  }

  .lg-max\:-m-unset {
    margin: unset;
  }

  .lg-max\:-m-px {
    margin: -1px;
  }

  .lg-max\:-m-0\.4 {
    margin: -0.1rem;
  }

  .lg-max\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lg-max\:-m-0\.6 {
    margin: -0.15rem;
  }

  .lg-max\:-m-0\.75 {
    margin: -0.2rem;
  }

  .lg-max\:-m-1\.2 {
    margin: -0.3rem;
  }

  .lg-max\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .lg-max\:-m-1\.4 {
    margin: -0.35rem;
  }

  .lg-max\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lg-max\:-m-1\.6 {
    margin: -0.4rem;
  }

  .lg-max\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .lg-max\:-m-1\.8 {
    margin: -0.45rem;
  }

  .lg-max\:-m-2\.2 {
    margin: -0.55rem;
  }

  .lg-max\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lg-max\:-m-2\.6 {
    margin: -0.65rem;
  }

  .lg-max\:-m-2\.7 {
    margin: -0.675rem;
  }

  .lg-max\:-m-2\.8 {
    margin: -0.7rem;
  }

  .lg-max\:-m-3\.4 {
    margin: -0.85rem;
  }

  .lg-max\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg-max\:-m-3\.6 {
    margin: -0.9rem;
  }

  .lg-max\:-m-4\.5 {
    margin: -1.125rem;
  }

  .lg-max\:-m-4\.8 {
    margin: -1.2rem;
  }

  .lg-max\:-m-5\.3 {
    margin: -1.3rem;
  }

  .lg-max\:-m-5\.4 {
    margin: -1.35rem;
  }

  .lg-max\:-m-5\.5 {
    margin: -1.375rem;
  }

  .lg-max\:-m-5\.6 {
    margin: -1.4rem;
  }

  .lg-max\:-m-6\.5 {
    margin: -1.625rem;
  }

  .lg-max\:-m-70\/100 {
    margin: -70%;
  }

  .lg-max\:-m-31\/100 {
    margin: -31%;
  }

  .lg-max\:-m-15\/100 {
    margin: -15%;
  }

  .lg-max\:-m-1\/100 {
    margin: -1%;
  }

  .lg-max\:-m-1\/10 {
    margin: -10%;
  }

  .lg-max\:-m-1\/2 {
    margin: -50%;
  }

  .lg-max\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg-max\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg-max\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg-max\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg-max\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg-max\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg-max\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg-max\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg-max\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg-max\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg-max\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg-max\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg-max\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg-max\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg-max\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg-max\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg-max\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg-max\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg-max\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg-max\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg-max\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg-max\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg-max\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg-max\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg-max\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg-max\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .lg-max\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg-max\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .lg-max\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg-max\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg-max\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg-max\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .lg-max\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg-max\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg-max\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg-max\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .lg-max\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg-max\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .lg-max\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg-max\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .lg-max\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .lg-max\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .lg-max\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg-max\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .lg-max\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .lg-max\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg-max\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .lg-max\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .lg-max\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .lg-max\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .lg-max\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .lg-max\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .lg-max\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .lg-max\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg-max\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .lg-max\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg-max\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .lg-max\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg-max\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .lg-max\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .lg-max\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .lg-max\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .lg-max\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .lg-max\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg-max\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .lg-max\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .lg-max\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .lg-max\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .lg-max\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg-max\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .lg-max\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .lg-max\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .lg-max\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .lg-max\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg-max\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .lg-max\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .lg-max\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .lg-max\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .lg-max\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .lg-max\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .lg-max\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .lg-max\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .lg-max\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .lg-max\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .lg-max\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .lg-max\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg-max\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg-max\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg-max\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg-max\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg-max\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg-max\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg-max\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg-max\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg-max\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg-max\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg-max\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg-max\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg-max\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg-max\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg-max\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg-max\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg-max\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg-max\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg-max\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg-max\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg-max\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg-max\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg-max\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .lg-max\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg-max\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg-max\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg-max\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg-max\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .lg-max\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg-max\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .lg-max\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg-max\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg-max\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg-max\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .lg-max\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg-max\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg-max\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg-max\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .lg-max\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg-max\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .lg-max\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg-max\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .lg-max\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .lg-max\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .lg-max\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg-max\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .lg-max\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .lg-max\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg-max\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .lg-max\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .lg-max\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .lg-max\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .lg-max\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .lg-max\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .lg-max\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .lg-max\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .lg-max\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg-max\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .lg-max\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg-max\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .lg-max\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .lg-max\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .lg-max\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .lg-max\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .lg-max\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg-max\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .lg-max\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .lg-max\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .lg-max\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .lg-max\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg-max\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .lg-max\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .lg-max\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .lg-max\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .lg-max\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg-max\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .lg-max\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg-max\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .lg-max\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .lg-max\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .lg-max\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .lg-max\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .lg-max\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .lg-max\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .lg-max\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .lg-max\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .lg-max\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg-max\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg-max\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg-max\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg-max\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg-max\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg-max\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg-max\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg-max\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg-max\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg-max\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg-max\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg-max\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg-max\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg-max\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg-max\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg-max\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg-max\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg-max\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg-max\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg-max\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg-max\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg-max\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg-max\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg-max\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg-max\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg-max\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg-max\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg-max\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg-max\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .lg-max\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg-max\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .lg-max\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg-max\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg-max\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg-max\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .lg-max\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg-max\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg-max\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg-max\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .lg-max\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg-max\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .lg-max\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg-max\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .lg-max\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .lg-max\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .lg-max\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg-max\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .lg-max\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .lg-max\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg-max\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .lg-max\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .lg-max\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .lg-max\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .lg-max\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .lg-max\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .lg-max\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .lg-max\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg-max\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .lg-max\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg-max\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .lg-max\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg-max\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .lg-max\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .lg-max\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .lg-max\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .lg-max\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .lg-max\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg-max\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .lg-max\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .lg-max\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .lg-max\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .lg-max\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg-max\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .lg-max\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .lg-max\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .lg-max\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .lg-max\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg-max\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .lg-max\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg-max\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .lg-max\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .lg-max\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .lg-max\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .lg-max\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .lg-max\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .lg-max\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .lg-max\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .lg-max\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .lg-max\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg-max\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg-max\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg-max\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg-max\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg-max\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg-max\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg-max\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg-max\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg-max\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg-max\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg-max\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg-max\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg-max\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg-max\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg-max\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg-max\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg-max\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg-max\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg-max\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg-max\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg-max\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg-max\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg-max\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg-max\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg-max\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg-max\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg-max\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg-max\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg-max\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .lg-max\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg-max\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .lg-max\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg-max\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg-max\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg-max\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .lg-max\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg-max\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg-max\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg-max\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .lg-max\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg-max\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .lg-max\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg-max\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .lg-max\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .lg-max\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .lg-max\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg-max\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .lg-max\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .lg-max\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg-max\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .lg-max\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .lg-max\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .lg-max\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .lg-max\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .lg-max\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .lg-max\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .lg-max\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .lg-max\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg-max\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .lg-max\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg-max\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .lg-max\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .lg-max\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .lg-max\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .lg-max\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .lg-max\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg-max\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .lg-max\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .lg-max\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .lg-max\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .lg-max\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg-max\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .lg-max\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .lg-max\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .lg-max\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .lg-max\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg-max\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .lg-max\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .lg-max\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .lg-max\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .lg-max\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .lg-max\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .lg-max\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .lg-max\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .lg-max\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .lg-max\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .lg-max\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .lg-max\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg-max\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg-max\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg-max\:mt-0 {
    margin-top: 0px;
  }

  .lg-max\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg-max\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg-max\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg-max\:mt-4 {
    margin-top: 1rem;
  }

  .lg-max\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg-max\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg-max\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg-max\:mt-8 {
    margin-top: 2rem;
  }

  .lg-max\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg-max\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg-max\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg-max\:mt-12 {
    margin-top: 3rem;
  }

  .lg-max\:mt-13 {
    margin-top: 3.25rem;
  }

  .lg-max\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg-max\:mt-16 {
    margin-top: 4rem;
  }

  .lg-max\:mt-19 {
    margin-top: 4.75rem;
  }

  .lg-max\:mt-20 {
    margin-top: 5rem;
  }

  .lg-max\:mt-24 {
    margin-top: 6rem;
  }

  .lg-max\:mt-25 {
    margin-top: 6.25rem;
  }

  .lg-max\:mt-28 {
    margin-top: 7rem;
  }

  .lg-max\:mt-30 {
    margin-top: 7.5rem;
  }

  .lg-max\:mt-32 {
    margin-top: 8rem;
  }

  .lg-max\:mt-34 {
    margin-top: 8.5rem;
  }

  .lg-max\:mt-36 {
    margin-top: 9rem;
  }

  .lg-max\:mt-40 {
    margin-top: 10rem;
  }

  .lg-max\:mt-42 {
    margin-top: 10.5rem;
  }

  .lg-max\:mt-44 {
    margin-top: 11rem;
  }

  .lg-max\:mt-46 {
    margin-top: 11.5rem;
  }

  .lg-max\:mt-48 {
    margin-top: 12rem;
  }

  .lg-max\:mt-50 {
    margin-top: 12.5rem;
  }

  .lg-max\:mt-52 {
    margin-top: 13rem;
  }

  .lg-max\:mt-54 {
    margin-top: 13.5rem;
  }

  .lg-max\:mt-56 {
    margin-top: 14rem;
  }

  .lg-max\:mt-60 {
    margin-top: 15rem;
  }

  .lg-max\:mt-64 {
    margin-top: 16rem;
  }

  .lg-max\:mt-68 {
    margin-top: 17rem;
  }

  .lg-max\:mt-72 {
    margin-top: 18rem;
  }

  .lg-max\:mt-75 {
    margin-top: 18.75rem;
  }

  .lg-max\:mt-80 {
    margin-top: 20rem;
  }

  .lg-max\:mt-85 {
    margin-top: 22rem;
  }

  .lg-max\:mt-90 {
    margin-top: 22.5rem;
  }

  .lg-max\:mt-92 {
    margin-top: 23rem;
  }

  .lg-max\:mt-96 {
    margin-top: 24rem;
  }

  .lg-max\:mt-100 {
    margin-top: 25rem;
  }

  .lg-max\:mt-116 {
    margin-top: 29rem;
  }

  .lg-max\:mt-120 {
    margin-top: 30rem;
  }

  .lg-max\:mt-125 {
    margin-top: 31.25rem;
  }

  .lg-max\:mt-135 {
    margin-top: 33.75rem;
  }

  .lg-max\:mt-160 {
    margin-top: 40rem;
  }

  .lg-max\:mt-180 {
    margin-top: 45rem;
  }

  .lg-max\:mt-240 {
    margin-top: 60rem;
  }

  .lg-max\:mt-285 {
    margin-top: 71.25rem;
  }

  .lg-max\:mt-330 {
    margin-top: 82.5rem;
  }

  .lg-max\:mt-auto {
    margin-top: auto;
  }

  .lg-max\:mt-unset {
    margin-top: unset;
  }

  .lg-max\:mt-px {
    margin-top: 1px;
  }

  .lg-max\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .lg-max\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg-max\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .lg-max\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .lg-max\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .lg-max\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .lg-max\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .lg-max\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg-max\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .lg-max\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .lg-max\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .lg-max\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .lg-max\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg-max\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .lg-max\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .lg-max\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .lg-max\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .lg-max\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg-max\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .lg-max\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .lg-max\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .lg-max\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .lg-max\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .lg-max\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .lg-max\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .lg-max\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .lg-max\:mt-70\/100 {
    margin-top: 70%;
  }

  .lg-max\:mt-31\/100 {
    margin-top: 31%;
  }

  .lg-max\:mt-15\/100 {
    margin-top: 15%;
  }

  .lg-max\:mt-1\/100 {
    margin-top: 1%;
  }

  .lg-max\:mt-1\/10 {
    margin-top: 10%;
  }

  .lg-max\:mt-1\/2 {
    margin-top: 50%;
  }

  .lg-max\:-mt-0 {
    margin-top: 0px;
  }

  .lg-max\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg-max\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg-max\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg-max\:-mt-4 {
    margin-top: -1rem;
  }

  .lg-max\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg-max\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg-max\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg-max\:-mt-8 {
    margin-top: -2rem;
  }

  .lg-max\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg-max\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg-max\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg-max\:-mt-12 {
    margin-top: -3rem;
  }

  .lg-max\:-mt-13 {
    margin-top: -3.25rem;
  }

  .lg-max\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg-max\:-mt-16 {
    margin-top: -4rem;
  }

  .lg-max\:-mt-19 {
    margin-top: -4.75rem;
  }

  .lg-max\:-mt-20 {
    margin-top: -5rem;
  }

  .lg-max\:-mt-24 {
    margin-top: -6rem;
  }

  .lg-max\:-mt-25 {
    margin-top: -6.25rem;
  }

  .lg-max\:-mt-28 {
    margin-top: -7rem;
  }

  .lg-max\:-mt-30 {
    margin-top: -7.5rem;
  }

  .lg-max\:-mt-32 {
    margin-top: -8rem;
  }

  .lg-max\:-mt-34 {
    margin-top: -8.5rem;
  }

  .lg-max\:-mt-36 {
    margin-top: -9rem;
  }

  .lg-max\:-mt-40 {
    margin-top: -10rem;
  }

  .lg-max\:-mt-42 {
    margin-top: -10.5rem;
  }

  .lg-max\:-mt-44 {
    margin-top: -11rem;
  }

  .lg-max\:-mt-46 {
    margin-top: -11.5rem;
  }

  .lg-max\:-mt-48 {
    margin-top: -12rem;
  }

  .lg-max\:-mt-50 {
    margin-top: -12.5rem;
  }

  .lg-max\:-mt-52 {
    margin-top: -13rem;
  }

  .lg-max\:-mt-54 {
    margin-top: -13.5rem;
  }

  .lg-max\:-mt-56 {
    margin-top: -14rem;
  }

  .lg-max\:-mt-60 {
    margin-top: -15rem;
  }

  .lg-max\:-mt-64 {
    margin-top: -16rem;
  }

  .lg-max\:-mt-68 {
    margin-top: -17rem;
  }

  .lg-max\:-mt-72 {
    margin-top: -18rem;
  }

  .lg-max\:-mt-75 {
    margin-top: -18.75rem;
  }

  .lg-max\:-mt-80 {
    margin-top: -20rem;
  }

  .lg-max\:-mt-85 {
    margin-top: -22rem;
  }

  .lg-max\:-mt-90 {
    margin-top: -22.5rem;
  }

  .lg-max\:-mt-92 {
    margin-top: -23rem;
  }

  .lg-max\:-mt-96 {
    margin-top: -24rem;
  }

  .lg-max\:-mt-100 {
    margin-top: -25rem;
  }

  .lg-max\:-mt-116 {
    margin-top: -29rem;
  }

  .lg-max\:-mt-120 {
    margin-top: -30rem;
  }

  .lg-max\:-mt-125 {
    margin-top: -31.25rem;
  }

  .lg-max\:-mt-135 {
    margin-top: -33.75rem;
  }

  .lg-max\:-mt-160 {
    margin-top: -40rem;
  }

  .lg-max\:-mt-180 {
    margin-top: -45rem;
  }

  .lg-max\:-mt-240 {
    margin-top: -60rem;
  }

  .lg-max\:-mt-285 {
    margin-top: -71.25rem;
  }

  .lg-max\:-mt-330 {
    margin-top: -82.5rem;
  }

  .lg-max\:-mt-unset {
    margin-top: unset;
  }

  .lg-max\:-mt-px {
    margin-top: -1px;
  }

  .lg-max\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .lg-max\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lg-max\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .lg-max\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .lg-max\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .lg-max\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .lg-max\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .lg-max\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lg-max\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .lg-max\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .lg-max\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .lg-max\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .lg-max\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lg-max\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .lg-max\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .lg-max\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .lg-max\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .lg-max\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg-max\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .lg-max\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .lg-max\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .lg-max\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .lg-max\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .lg-max\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .lg-max\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .lg-max\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .lg-max\:-mt-70\/100 {
    margin-top: -70%;
  }

  .lg-max\:-mt-31\/100 {
    margin-top: -31%;
  }

  .lg-max\:-mt-15\/100 {
    margin-top: -15%;
  }

  .lg-max\:-mt-1\/100 {
    margin-top: -1%;
  }

  .lg-max\:-mt-1\/10 {
    margin-top: -10%;
  }

  .lg-max\:-mt-1\/2 {
    margin-top: -50%;
  }

  .lg-max\:mr-0 {
    margin-right: 0px;
  }

  .lg-max\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg-max\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg-max\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg-max\:mr-4 {
    margin-right: 1rem;
  }

  .lg-max\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg-max\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg-max\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg-max\:mr-8 {
    margin-right: 2rem;
  }

  .lg-max\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg-max\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg-max\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg-max\:mr-12 {
    margin-right: 3rem;
  }

  .lg-max\:mr-13 {
    margin-right: 3.25rem;
  }

  .lg-max\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg-max\:mr-16 {
    margin-right: 4rem;
  }

  .lg-max\:mr-19 {
    margin-right: 4.75rem;
  }

  .lg-max\:mr-20 {
    margin-right: 5rem;
  }

  .lg-max\:mr-24 {
    margin-right: 6rem;
  }

  .lg-max\:mr-25 {
    margin-right: 6.25rem;
  }

  .lg-max\:mr-28 {
    margin-right: 7rem;
  }

  .lg-max\:mr-30 {
    margin-right: 7.5rem;
  }

  .lg-max\:mr-32 {
    margin-right: 8rem;
  }

  .lg-max\:mr-34 {
    margin-right: 8.5rem;
  }

  .lg-max\:mr-36 {
    margin-right: 9rem;
  }

  .lg-max\:mr-40 {
    margin-right: 10rem;
  }

  .lg-max\:mr-42 {
    margin-right: 10.5rem;
  }

  .lg-max\:mr-44 {
    margin-right: 11rem;
  }

  .lg-max\:mr-46 {
    margin-right: 11.5rem;
  }

  .lg-max\:mr-48 {
    margin-right: 12rem;
  }

  .lg-max\:mr-50 {
    margin-right: 12.5rem;
  }

  .lg-max\:mr-52 {
    margin-right: 13rem;
  }

  .lg-max\:mr-54 {
    margin-right: 13.5rem;
  }

  .lg-max\:mr-56 {
    margin-right: 14rem;
  }

  .lg-max\:mr-60 {
    margin-right: 15rem;
  }

  .lg-max\:mr-64 {
    margin-right: 16rem;
  }

  .lg-max\:mr-68 {
    margin-right: 17rem;
  }

  .lg-max\:mr-72 {
    margin-right: 18rem;
  }

  .lg-max\:mr-75 {
    margin-right: 18.75rem;
  }

  .lg-max\:mr-80 {
    margin-right: 20rem;
  }

  .lg-max\:mr-85 {
    margin-right: 22rem;
  }

  .lg-max\:mr-90 {
    margin-right: 22.5rem;
  }

  .lg-max\:mr-92 {
    margin-right: 23rem;
  }

  .lg-max\:mr-96 {
    margin-right: 24rem;
  }

  .lg-max\:mr-100 {
    margin-right: 25rem;
  }

  .lg-max\:mr-116 {
    margin-right: 29rem;
  }

  .lg-max\:mr-120 {
    margin-right: 30rem;
  }

  .lg-max\:mr-125 {
    margin-right: 31.25rem;
  }

  .lg-max\:mr-135 {
    margin-right: 33.75rem;
  }

  .lg-max\:mr-160 {
    margin-right: 40rem;
  }

  .lg-max\:mr-180 {
    margin-right: 45rem;
  }

  .lg-max\:mr-240 {
    margin-right: 60rem;
  }

  .lg-max\:mr-285 {
    margin-right: 71.25rem;
  }

  .lg-max\:mr-330 {
    margin-right: 82.5rem;
  }

  .lg-max\:mr-auto {
    margin-right: auto;
  }

  .lg-max\:mr-unset {
    margin-right: unset;
  }

  .lg-max\:mr-px {
    margin-right: 1px;
  }

  .lg-max\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .lg-max\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg-max\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .lg-max\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .lg-max\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .lg-max\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .lg-max\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .lg-max\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg-max\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .lg-max\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .lg-max\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .lg-max\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .lg-max\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg-max\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .lg-max\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .lg-max\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .lg-max\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .lg-max\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg-max\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .lg-max\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .lg-max\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .lg-max\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .lg-max\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .lg-max\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .lg-max\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .lg-max\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .lg-max\:mr-70\/100 {
    margin-right: 70%;
  }

  .lg-max\:mr-31\/100 {
    margin-right: 31%;
  }

  .lg-max\:mr-15\/100 {
    margin-right: 15%;
  }

  .lg-max\:mr-1\/100 {
    margin-right: 1%;
  }

  .lg-max\:mr-1\/10 {
    margin-right: 10%;
  }

  .lg-max\:mr-1\/2 {
    margin-right: 50%;
  }

  .lg-max\:-mr-0 {
    margin-right: 0px;
  }

  .lg-max\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg-max\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg-max\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg-max\:-mr-4 {
    margin-right: -1rem;
  }

  .lg-max\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg-max\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg-max\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg-max\:-mr-8 {
    margin-right: -2rem;
  }

  .lg-max\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg-max\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg-max\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg-max\:-mr-12 {
    margin-right: -3rem;
  }

  .lg-max\:-mr-13 {
    margin-right: -3.25rem;
  }

  .lg-max\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg-max\:-mr-16 {
    margin-right: -4rem;
  }

  .lg-max\:-mr-19 {
    margin-right: -4.75rem;
  }

  .lg-max\:-mr-20 {
    margin-right: -5rem;
  }

  .lg-max\:-mr-24 {
    margin-right: -6rem;
  }

  .lg-max\:-mr-25 {
    margin-right: -6.25rem;
  }

  .lg-max\:-mr-28 {
    margin-right: -7rem;
  }

  .lg-max\:-mr-30 {
    margin-right: -7.5rem;
  }

  .lg-max\:-mr-32 {
    margin-right: -8rem;
  }

  .lg-max\:-mr-34 {
    margin-right: -8.5rem;
  }

  .lg-max\:-mr-36 {
    margin-right: -9rem;
  }

  .lg-max\:-mr-40 {
    margin-right: -10rem;
  }

  .lg-max\:-mr-42 {
    margin-right: -10.5rem;
  }

  .lg-max\:-mr-44 {
    margin-right: -11rem;
  }

  .lg-max\:-mr-46 {
    margin-right: -11.5rem;
  }

  .lg-max\:-mr-48 {
    margin-right: -12rem;
  }

  .lg-max\:-mr-50 {
    margin-right: -12.5rem;
  }

  .lg-max\:-mr-52 {
    margin-right: -13rem;
  }

  .lg-max\:-mr-54 {
    margin-right: -13.5rem;
  }

  .lg-max\:-mr-56 {
    margin-right: -14rem;
  }

  .lg-max\:-mr-60 {
    margin-right: -15rem;
  }

  .lg-max\:-mr-64 {
    margin-right: -16rem;
  }

  .lg-max\:-mr-68 {
    margin-right: -17rem;
  }

  .lg-max\:-mr-72 {
    margin-right: -18rem;
  }

  .lg-max\:-mr-75 {
    margin-right: -18.75rem;
  }

  .lg-max\:-mr-80 {
    margin-right: -20rem;
  }

  .lg-max\:-mr-85 {
    margin-right: -22rem;
  }

  .lg-max\:-mr-90 {
    margin-right: -22.5rem;
  }

  .lg-max\:-mr-92 {
    margin-right: -23rem;
  }

  .lg-max\:-mr-96 {
    margin-right: -24rem;
  }

  .lg-max\:-mr-100 {
    margin-right: -25rem;
  }

  .lg-max\:-mr-116 {
    margin-right: -29rem;
  }

  .lg-max\:-mr-120 {
    margin-right: -30rem;
  }

  .lg-max\:-mr-125 {
    margin-right: -31.25rem;
  }

  .lg-max\:-mr-135 {
    margin-right: -33.75rem;
  }

  .lg-max\:-mr-160 {
    margin-right: -40rem;
  }

  .lg-max\:-mr-180 {
    margin-right: -45rem;
  }

  .lg-max\:-mr-240 {
    margin-right: -60rem;
  }

  .lg-max\:-mr-285 {
    margin-right: -71.25rem;
  }

  .lg-max\:-mr-330 {
    margin-right: -82.5rem;
  }

  .lg-max\:-mr-unset {
    margin-right: unset;
  }

  .lg-max\:-mr-px {
    margin-right: -1px;
  }

  .lg-max\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .lg-max\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lg-max\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .lg-max\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .lg-max\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .lg-max\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .lg-max\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .lg-max\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lg-max\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .lg-max\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .lg-max\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .lg-max\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .lg-max\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lg-max\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .lg-max\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .lg-max\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .lg-max\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .lg-max\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg-max\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .lg-max\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .lg-max\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .lg-max\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .lg-max\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .lg-max\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .lg-max\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .lg-max\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .lg-max\:-mr-70\/100 {
    margin-right: -70%;
  }

  .lg-max\:-mr-31\/100 {
    margin-right: -31%;
  }

  .lg-max\:-mr-15\/100 {
    margin-right: -15%;
  }

  .lg-max\:-mr-1\/100 {
    margin-right: -1%;
  }

  .lg-max\:-mr-1\/10 {
    margin-right: -10%;
  }

  .lg-max\:-mr-1\/2 {
    margin-right: -50%;
  }

  .lg-max\:mb-0 {
    margin-bottom: 0px;
  }

  .lg-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg-max\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg-max\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg-max\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg-max\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg-max\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg-max\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg-max\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg-max\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg-max\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg-max\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg-max\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg-max\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .lg-max\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg-max\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg-max\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .lg-max\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg-max\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg-max\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .lg-max\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg-max\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .lg-max\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg-max\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .lg-max\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg-max\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg-max\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .lg-max\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg-max\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .lg-max\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg-max\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .lg-max\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg-max\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .lg-max\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg-max\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg-max\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg-max\:mb-68 {
    margin-bottom: 17rem;
  }

  .lg-max\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg-max\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .lg-max\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg-max\:mb-85 {
    margin-bottom: 22rem;
  }

  .lg-max\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .lg-max\:mb-92 {
    margin-bottom: 23rem;
  }

  .lg-max\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg-max\:mb-100 {
    margin-bottom: 25rem;
  }

  .lg-max\:mb-116 {
    margin-bottom: 29rem;
  }

  .lg-max\:mb-120 {
    margin-bottom: 30rem;
  }

  .lg-max\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .lg-max\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .lg-max\:mb-160 {
    margin-bottom: 40rem;
  }

  .lg-max\:mb-180 {
    margin-bottom: 45rem;
  }

  .lg-max\:mb-240 {
    margin-bottom: 60rem;
  }

  .lg-max\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .lg-max\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .lg-max\:mb-auto {
    margin-bottom: auto;
  }

  .lg-max\:mb-unset {
    margin-bottom: unset;
  }

  .lg-max\:mb-px {
    margin-bottom: 1px;
  }

  .lg-max\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .lg-max\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg-max\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .lg-max\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .lg-max\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .lg-max\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .lg-max\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .lg-max\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg-max\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .lg-max\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .lg-max\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .lg-max\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .lg-max\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg-max\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .lg-max\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .lg-max\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .lg-max\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .lg-max\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg-max\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .lg-max\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .lg-max\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .lg-max\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .lg-max\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .lg-max\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .lg-max\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .lg-max\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .lg-max\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .lg-max\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .lg-max\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .lg-max\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .lg-max\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .lg-max\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .lg-max\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg-max\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg-max\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg-max\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg-max\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg-max\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg-max\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg-max\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg-max\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg-max\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg-max\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg-max\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg-max\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg-max\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .lg-max\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg-max\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg-max\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .lg-max\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg-max\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg-max\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .lg-max\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg-max\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .lg-max\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg-max\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .lg-max\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg-max\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg-max\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .lg-max\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg-max\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .lg-max\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg-max\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .lg-max\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg-max\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .lg-max\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg-max\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg-max\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg-max\:-mb-68 {
    margin-bottom: -17rem;
  }

  .lg-max\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg-max\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .lg-max\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg-max\:-mb-85 {
    margin-bottom: -22rem;
  }

  .lg-max\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .lg-max\:-mb-92 {
    margin-bottom: -23rem;
  }

  .lg-max\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg-max\:-mb-100 {
    margin-bottom: -25rem;
  }

  .lg-max\:-mb-116 {
    margin-bottom: -29rem;
  }

  .lg-max\:-mb-120 {
    margin-bottom: -30rem;
  }

  .lg-max\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .lg-max\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .lg-max\:-mb-160 {
    margin-bottom: -40rem;
  }

  .lg-max\:-mb-180 {
    margin-bottom: -45rem;
  }

  .lg-max\:-mb-240 {
    margin-bottom: -60rem;
  }

  .lg-max\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .lg-max\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .lg-max\:-mb-unset {
    margin-bottom: unset;
  }

  .lg-max\:-mb-px {
    margin-bottom: -1px;
  }

  .lg-max\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .lg-max\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg-max\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .lg-max\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .lg-max\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .lg-max\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .lg-max\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .lg-max\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg-max\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .lg-max\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .lg-max\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .lg-max\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .lg-max\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg-max\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .lg-max\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .lg-max\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .lg-max\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .lg-max\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg-max\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .lg-max\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .lg-max\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .lg-max\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .lg-max\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .lg-max\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .lg-max\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .lg-max\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .lg-max\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .lg-max\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .lg-max\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .lg-max\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .lg-max\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .lg-max\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .lg-max\:ml-0 {
    margin-left: 0px;
  }

  .lg-max\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg-max\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg-max\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg-max\:ml-4 {
    margin-left: 1rem;
  }

  .lg-max\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg-max\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg-max\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg-max\:ml-8 {
    margin-left: 2rem;
  }

  .lg-max\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg-max\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg-max\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg-max\:ml-12 {
    margin-left: 3rem;
  }

  .lg-max\:ml-13 {
    margin-left: 3.25rem;
  }

  .lg-max\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg-max\:ml-16 {
    margin-left: 4rem;
  }

  .lg-max\:ml-19 {
    margin-left: 4.75rem;
  }

  .lg-max\:ml-20 {
    margin-left: 5rem;
  }

  .lg-max\:ml-24 {
    margin-left: 6rem;
  }

  .lg-max\:ml-25 {
    margin-left: 6.25rem;
  }

  .lg-max\:ml-28 {
    margin-left: 7rem;
  }

  .lg-max\:ml-30 {
    margin-left: 7.5rem;
  }

  .lg-max\:ml-32 {
    margin-left: 8rem;
  }

  .lg-max\:ml-34 {
    margin-left: 8.5rem;
  }

  .lg-max\:ml-36 {
    margin-left: 9rem;
  }

  .lg-max\:ml-40 {
    margin-left: 10rem;
  }

  .lg-max\:ml-42 {
    margin-left: 10.5rem;
  }

  .lg-max\:ml-44 {
    margin-left: 11rem;
  }

  .lg-max\:ml-46 {
    margin-left: 11.5rem;
  }

  .lg-max\:ml-48 {
    margin-left: 12rem;
  }

  .lg-max\:ml-50 {
    margin-left: 12.5rem;
  }

  .lg-max\:ml-52 {
    margin-left: 13rem;
  }

  .lg-max\:ml-54 {
    margin-left: 13.5rem;
  }

  .lg-max\:ml-56 {
    margin-left: 14rem;
  }

  .lg-max\:ml-60 {
    margin-left: 15rem;
  }

  .lg-max\:ml-64 {
    margin-left: 16rem;
  }

  .lg-max\:ml-68 {
    margin-left: 17rem;
  }

  .lg-max\:ml-72 {
    margin-left: 18rem;
  }

  .lg-max\:ml-75 {
    margin-left: 18.75rem;
  }

  .lg-max\:ml-80 {
    margin-left: 20rem;
  }

  .lg-max\:ml-85 {
    margin-left: 22rem;
  }

  .lg-max\:ml-90 {
    margin-left: 22.5rem;
  }

  .lg-max\:ml-92 {
    margin-left: 23rem;
  }

  .lg-max\:ml-96 {
    margin-left: 24rem;
  }

  .lg-max\:ml-100 {
    margin-left: 25rem;
  }

  .lg-max\:ml-116 {
    margin-left: 29rem;
  }

  .lg-max\:ml-120 {
    margin-left: 30rem;
  }

  .lg-max\:ml-125 {
    margin-left: 31.25rem;
  }

  .lg-max\:ml-135 {
    margin-left: 33.75rem;
  }

  .lg-max\:ml-160 {
    margin-left: 40rem;
  }

  .lg-max\:ml-180 {
    margin-left: 45rem;
  }

  .lg-max\:ml-240 {
    margin-left: 60rem;
  }

  .lg-max\:ml-285 {
    margin-left: 71.25rem;
  }

  .lg-max\:ml-330 {
    margin-left: 82.5rem;
  }

  .lg-max\:ml-auto {
    margin-left: auto;
  }

  .lg-max\:ml-unset {
    margin-left: unset;
  }

  .lg-max\:ml-px {
    margin-left: 1px;
  }

  .lg-max\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .lg-max\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg-max\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .lg-max\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .lg-max\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .lg-max\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .lg-max\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .lg-max\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg-max\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .lg-max\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .lg-max\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .lg-max\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .lg-max\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg-max\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .lg-max\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .lg-max\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .lg-max\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .lg-max\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg-max\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .lg-max\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .lg-max\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .lg-max\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .lg-max\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .lg-max\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .lg-max\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .lg-max\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .lg-max\:ml-70\/100 {
    margin-left: 70%;
  }

  .lg-max\:ml-31\/100 {
    margin-left: 31%;
  }

  .lg-max\:ml-15\/100 {
    margin-left: 15%;
  }

  .lg-max\:ml-1\/100 {
    margin-left: 1%;
  }

  .lg-max\:ml-1\/10 {
    margin-left: 10%;
  }

  .lg-max\:ml-1\/2 {
    margin-left: 50%;
  }

  .lg-max\:-ml-0 {
    margin-left: 0px;
  }

  .lg-max\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg-max\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg-max\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg-max\:-ml-4 {
    margin-left: -1rem;
  }

  .lg-max\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg-max\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg-max\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg-max\:-ml-8 {
    margin-left: -2rem;
  }

  .lg-max\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg-max\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg-max\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg-max\:-ml-12 {
    margin-left: -3rem;
  }

  .lg-max\:-ml-13 {
    margin-left: -3.25rem;
  }

  .lg-max\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg-max\:-ml-16 {
    margin-left: -4rem;
  }

  .lg-max\:-ml-19 {
    margin-left: -4.75rem;
  }

  .lg-max\:-ml-20 {
    margin-left: -5rem;
  }

  .lg-max\:-ml-24 {
    margin-left: -6rem;
  }

  .lg-max\:-ml-25 {
    margin-left: -6.25rem;
  }

  .lg-max\:-ml-28 {
    margin-left: -7rem;
  }

  .lg-max\:-ml-30 {
    margin-left: -7.5rem;
  }

  .lg-max\:-ml-32 {
    margin-left: -8rem;
  }

  .lg-max\:-ml-34 {
    margin-left: -8.5rem;
  }

  .lg-max\:-ml-36 {
    margin-left: -9rem;
  }

  .lg-max\:-ml-40 {
    margin-left: -10rem;
  }

  .lg-max\:-ml-42 {
    margin-left: -10.5rem;
  }

  .lg-max\:-ml-44 {
    margin-left: -11rem;
  }

  .lg-max\:-ml-46 {
    margin-left: -11.5rem;
  }

  .lg-max\:-ml-48 {
    margin-left: -12rem;
  }

  .lg-max\:-ml-50 {
    margin-left: -12.5rem;
  }

  .lg-max\:-ml-52 {
    margin-left: -13rem;
  }

  .lg-max\:-ml-54 {
    margin-left: -13.5rem;
  }

  .lg-max\:-ml-56 {
    margin-left: -14rem;
  }

  .lg-max\:-ml-60 {
    margin-left: -15rem;
  }

  .lg-max\:-ml-64 {
    margin-left: -16rem;
  }

  .lg-max\:-ml-68 {
    margin-left: -17rem;
  }

  .lg-max\:-ml-72 {
    margin-left: -18rem;
  }

  .lg-max\:-ml-75 {
    margin-left: -18.75rem;
  }

  .lg-max\:-ml-80 {
    margin-left: -20rem;
  }

  .lg-max\:-ml-85 {
    margin-left: -22rem;
  }

  .lg-max\:-ml-90 {
    margin-left: -22.5rem;
  }

  .lg-max\:-ml-92 {
    margin-left: -23rem;
  }

  .lg-max\:-ml-96 {
    margin-left: -24rem;
  }

  .lg-max\:-ml-100 {
    margin-left: -25rem;
  }

  .lg-max\:-ml-116 {
    margin-left: -29rem;
  }

  .lg-max\:-ml-120 {
    margin-left: -30rem;
  }

  .lg-max\:-ml-125 {
    margin-left: -31.25rem;
  }

  .lg-max\:-ml-135 {
    margin-left: -33.75rem;
  }

  .lg-max\:-ml-160 {
    margin-left: -40rem;
  }

  .lg-max\:-ml-180 {
    margin-left: -45rem;
  }

  .lg-max\:-ml-240 {
    margin-left: -60rem;
  }

  .lg-max\:-ml-285 {
    margin-left: -71.25rem;
  }

  .lg-max\:-ml-330 {
    margin-left: -82.5rem;
  }

  .lg-max\:-ml-unset {
    margin-left: unset;
  }

  .lg-max\:-ml-px {
    margin-left: -1px;
  }

  .lg-max\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .lg-max\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg-max\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .lg-max\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .lg-max\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .lg-max\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .lg-max\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .lg-max\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg-max\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .lg-max\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .lg-max\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .lg-max\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .lg-max\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg-max\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .lg-max\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .lg-max\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .lg-max\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .lg-max\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg-max\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .lg-max\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .lg-max\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .lg-max\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .lg-max\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .lg-max\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .lg-max\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .lg-max\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .lg-max\:-ml-70\/100 {
    margin-left: -70%;
  }

  .lg-max\:-ml-31\/100 {
    margin-left: -31%;
  }

  .lg-max\:-ml-15\/100 {
    margin-left: -15%;
  }

  .lg-max\:-ml-1\/100 {
    margin-left: -1%;
  }

  .lg-max\:-ml-1\/10 {
    margin-left: -10%;
  }

  .lg-max\:-ml-1\/2 {
    margin-left: -50%;
  }

  .lg-max\:box-border {
    box-sizing: border-box;
  }

  .lg-max\:box-content {
    box-sizing: content-box;
  }

  .lg-max\:block {
    display: block;
  }

  .lg-max\:inline-block {
    display: inline-block;
  }

  .lg-max\:inline {
    display: inline;
  }

  .lg-max\:flex {
    display: flex;
  }

  .lg-max\:inline-flex {
    display: inline-flex;
  }

  .lg-max\:table {
    display: table;
  }

  .lg-max\:inline-table {
    display: inline-table;
  }

  .lg-max\:table-caption {
    display: table-caption;
  }

  .lg-max\:table-cell {
    display: table-cell;
  }

  .lg-max\:table-column {
    display: table-column;
  }

  .lg-max\:table-column-group {
    display: table-column-group;
  }

  .lg-max\:table-footer-group {
    display: table-footer-group;
  }

  .lg-max\:table-header-group {
    display: table-header-group;
  }

  .lg-max\:table-row-group {
    display: table-row-group;
  }

  .lg-max\:table-row {
    display: table-row;
  }

  .lg-max\:flow-root {
    display: flow-root;
  }

  .lg-max\:grid {
    display: grid;
  }

  .lg-max\:inline-grid {
    display: inline-grid;
  }

  .lg-max\:contents {
    display: contents;
  }

  .lg-max\:list-item {
    display: list-item;
  }

  .lg-max\:hidden {
    display: none;
  }

  .lg-max\:h-0 {
    height: 0px;
  }

  .lg-max\:h-1 {
    height: 0.25rem;
  }

  .lg-max\:h-2 {
    height: 0.5rem;
  }

  .lg-max\:h-3 {
    height: 0.75rem;
  }

  .lg-max\:h-4 {
    height: 1rem;
  }

  .lg-max\:h-5 {
    height: 1.25rem;
  }

  .lg-max\:h-6 {
    height: 1.5rem;
  }

  .lg-max\:h-7 {
    height: 1.75rem;
  }

  .lg-max\:h-8 {
    height: 2rem;
  }

  .lg-max\:h-9 {
    height: 2.25rem;
  }

  .lg-max\:h-10 {
    height: 2.5rem;
  }

  .lg-max\:h-11 {
    height: 2.75rem;
  }

  .lg-max\:h-12 {
    height: 3rem;
  }

  .lg-max\:h-13 {
    height: 3.25rem;
  }

  .lg-max\:h-14 {
    height: 3.5rem;
  }

  .lg-max\:h-16 {
    height: 4rem;
  }

  .lg-max\:h-19 {
    height: 4.75rem;
  }

  .lg-max\:h-20 {
    height: 5rem;
  }

  .lg-max\:h-24 {
    height: 6rem;
  }

  .lg-max\:h-25 {
    height: 6.25rem;
  }

  .lg-max\:h-28 {
    height: 7rem;
  }

  .lg-max\:h-30 {
    height: 7.5rem;
  }

  .lg-max\:h-32 {
    height: 8rem;
  }

  .lg-max\:h-34 {
    height: 8.5rem;
  }

  .lg-max\:h-36 {
    height: 9rem;
  }

  .lg-max\:h-40 {
    height: 10rem;
  }

  .lg-max\:h-42 {
    height: 10.5rem;
  }

  .lg-max\:h-44 {
    height: 11rem;
  }

  .lg-max\:h-46 {
    height: 11.5rem;
  }

  .lg-max\:h-48 {
    height: 12rem;
  }

  .lg-max\:h-50 {
    height: 12.5rem;
  }

  .lg-max\:h-52 {
    height: 13rem;
  }

  .lg-max\:h-54 {
    height: 13.5rem;
  }

  .lg-max\:h-56 {
    height: 14rem;
  }

  .lg-max\:h-60 {
    height: 15rem;
  }

  .lg-max\:h-64 {
    height: 16rem;
  }

  .lg-max\:h-68 {
    height: 17rem;
  }

  .lg-max\:h-72 {
    height: 18rem;
  }

  .lg-max\:h-75 {
    height: 18.75rem;
  }

  .lg-max\:h-80 {
    height: 20rem;
  }

  .lg-max\:h-85 {
    height: 22rem;
  }

  .lg-max\:h-90 {
    height: 22.5rem;
  }

  .lg-max\:h-92 {
    height: 23rem;
  }

  .lg-max\:h-96 {
    height: 24rem;
  }

  .lg-max\:h-100 {
    height: 25rem;
  }

  .lg-max\:h-116 {
    height: 29rem;
  }

  .lg-max\:h-120 {
    height: 30rem;
  }

  .lg-max\:h-125 {
    height: 31.25rem;
  }

  .lg-max\:h-135 {
    height: 33.75rem;
  }

  .lg-max\:h-160 {
    height: 40rem;
  }

  .lg-max\:h-180 {
    height: 45rem;
  }

  .lg-max\:h-240 {
    height: 60rem;
  }

  .lg-max\:h-285 {
    height: 71.25rem;
  }

  .lg-max\:h-330 {
    height: 82.5rem;
  }

  .lg-max\:h-auto {
    height: auto;
  }

  .lg-max\:h-unset {
    height: unset;
  }

  .lg-max\:h-px {
    height: 1px;
  }

  .lg-max\:h-0\.4 {
    height: 0.1rem;
  }

  .lg-max\:h-0\.5 {
    height: 0.125rem;
  }

  .lg-max\:h-0\.6 {
    height: 0.15rem;
  }

  .lg-max\:h-0\.75 {
    height: 0.2rem;
  }

  .lg-max\:h-1\.2 {
    height: 0.3rem;
  }

  .lg-max\:h-1\.25 {
    height: 0.3125rem;
  }

  .lg-max\:h-1\.4 {
    height: 0.35rem;
  }

  .lg-max\:h-1\.5 {
    height: 0.375rem;
  }

  .lg-max\:h-1\.6 {
    height: 0.4rem;
  }

  .lg-max\:h-1\.75 {
    height: 0.4375rem;
  }

  .lg-max\:h-1\.8 {
    height: 0.45rem;
  }

  .lg-max\:h-2\.2 {
    height: 0.55rem;
  }

  .lg-max\:h-2\.5 {
    height: 0.625rem;
  }

  .lg-max\:h-2\.6 {
    height: 0.65rem;
  }

  .lg-max\:h-2\.7 {
    height: 0.675rem;
  }

  .lg-max\:h-2\.8 {
    height: 0.7rem;
  }

  .lg-max\:h-3\.4 {
    height: 0.85rem;
  }

  .lg-max\:h-3\.5 {
    height: 0.875rem;
  }

  .lg-max\:h-3\.6 {
    height: 0.9rem;
  }

  .lg-max\:h-4\.5 {
    height: 1.125rem;
  }

  .lg-max\:h-4\.8 {
    height: 1.2rem;
  }

  .lg-max\:h-5\.3 {
    height: 1.3rem;
  }

  .lg-max\:h-5\.4 {
    height: 1.35rem;
  }

  .lg-max\:h-5\.5 {
    height: 1.375rem;
  }

  .lg-max\:h-5\.6 {
    height: 1.4rem;
  }

  .lg-max\:h-6\.5 {
    height: 1.625rem;
  }

  .lg-max\:h-70\/100 {
    height: 70%;
  }

  .lg-max\:h-31\/100 {
    height: 31%;
  }

  .lg-max\:h-15\/100 {
    height: 15%;
  }

  .lg-max\:h-1\/100 {
    height: 1%;
  }

  .lg-max\:h-1\/10 {
    height: 10%;
  }

  .lg-max\:h-1\/2 {
    height: 50%;
  }

  .lg-max\:h-1\/3 {
    height: 33.333333%;
  }

  .lg-max\:h-2\/3 {
    height: 66.666667%;
  }

  .lg-max\:h-1\/4 {
    height: 25%;
  }

  .lg-max\:h-2\/4 {
    height: 50%;
  }

  .lg-max\:h-3\/4 {
    height: 75%;
  }

  .lg-max\:h-1\/5 {
    height: 20%;
  }

  .lg-max\:h-2\/5 {
    height: 40%;
  }

  .lg-max\:h-3\/5 {
    height: 60%;
  }

  .lg-max\:h-4\/5 {
    height: 80%;
  }

  .lg-max\:h-1\/6 {
    height: 16.666667%;
  }

  .lg-max\:h-2\/6 {
    height: 33.333333%;
  }

  .lg-max\:h-3\/6 {
    height: 50%;
  }

  .lg-max\:h-4\/6 {
    height: 66.666667%;
  }

  .lg-max\:h-5\/6 {
    height: 83.333333%;
  }

  .lg-max\:h-full {
    height: 100%;
  }

  .lg-max\:h-screen {
    height: 100vh;
  }

  .lg-max\:max-h-0 {
    max-height: 0px;
  }

  .lg-max\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg-max\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg-max\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg-max\:max-h-4 {
    max-height: 1rem;
  }

  .lg-max\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg-max\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg-max\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg-max\:max-h-8 {
    max-height: 2rem;
  }

  .lg-max\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg-max\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg-max\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg-max\:max-h-12 {
    max-height: 3rem;
  }

  .lg-max\:max-h-13 {
    max-height: 3.25rem;
  }

  .lg-max\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg-max\:max-h-16 {
    max-height: 4rem;
  }

  .lg-max\:max-h-19 {
    max-height: 4.75rem;
  }

  .lg-max\:max-h-20 {
    max-height: 5rem;
  }

  .lg-max\:max-h-24 {
    max-height: 6rem;
  }

  .lg-max\:max-h-25 {
    max-height: 6.25rem;
  }

  .lg-max\:max-h-28 {
    max-height: 7rem;
  }

  .lg-max\:max-h-30 {
    max-height: 7.5rem;
  }

  .lg-max\:max-h-32 {
    max-height: 8rem;
  }

  .lg-max\:max-h-34 {
    max-height: 8.5rem;
  }

  .lg-max\:max-h-36 {
    max-height: 9rem;
  }

  .lg-max\:max-h-40 {
    max-height: 10rem;
  }

  .lg-max\:max-h-42 {
    max-height: 10.5rem;
  }

  .lg-max\:max-h-44 {
    max-height: 11rem;
  }

  .lg-max\:max-h-46 {
    max-height: 11.5rem;
  }

  .lg-max\:max-h-48 {
    max-height: 12rem;
  }

  .lg-max\:max-h-50 {
    max-height: 12.5rem;
  }

  .lg-max\:max-h-52 {
    max-height: 13rem;
  }

  .lg-max\:max-h-54 {
    max-height: 13.5rem;
  }

  .lg-max\:max-h-56 {
    max-height: 14rem;
  }

  .lg-max\:max-h-60 {
    max-height: 15rem;
  }

  .lg-max\:max-h-64 {
    max-height: 16rem;
  }

  .lg-max\:max-h-68 {
    max-height: 17rem;
  }

  .lg-max\:max-h-72 {
    max-height: 18rem;
  }

  .lg-max\:max-h-75 {
    max-height: 18.75rem;
  }

  .lg-max\:max-h-80 {
    max-height: 20rem;
  }

  .lg-max\:max-h-85 {
    max-height: 22rem;
  }

  .lg-max\:max-h-90 {
    max-height: 22.5rem;
  }

  .lg-max\:max-h-92 {
    max-height: 23rem;
  }

  .lg-max\:max-h-96 {
    max-height: 24rem;
  }

  .lg-max\:max-h-100 {
    max-height: 25rem;
  }

  .lg-max\:max-h-116 {
    max-height: 29rem;
  }

  .lg-max\:max-h-120 {
    max-height: 30rem;
  }

  .lg-max\:max-h-125 {
    max-height: 31.25rem;
  }

  .lg-max\:max-h-135 {
    max-height: 33.75rem;
  }

  .lg-max\:max-h-160 {
    max-height: 40rem;
  }

  .lg-max\:max-h-180 {
    max-height: 45rem;
  }

  .lg-max\:max-h-240 {
    max-height: 60rem;
  }

  .lg-max\:max-h-285 {
    max-height: 71.25rem;
  }

  .lg-max\:max-h-330 {
    max-height: 82.5rem;
  }

  .lg-max\:max-h-unset {
    max-height: unset;
  }

  .lg-max\:max-h-px {
    max-height: 1px;
  }

  .lg-max\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .lg-max\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg-max\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .lg-max\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .lg-max\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .lg-max\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .lg-max\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .lg-max\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg-max\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .lg-max\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .lg-max\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .lg-max\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .lg-max\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg-max\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .lg-max\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .lg-max\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .lg-max\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .lg-max\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg-max\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .lg-max\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .lg-max\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .lg-max\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .lg-max\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .lg-max\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .lg-max\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .lg-max\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .lg-max\:max-h-70\/100 {
    max-height: 70%;
  }

  .lg-max\:max-h-31\/100 {
    max-height: 31%;
  }

  .lg-max\:max-h-15\/100 {
    max-height: 15%;
  }

  .lg-max\:max-h-1\/100 {
    max-height: 1%;
  }

  .lg-max\:max-h-1\/10 {
    max-height: 10%;
  }

  .lg-max\:max-h-1\/2 {
    max-height: 50%;
  }

  .lg-max\:max-h-full {
    max-height: 100%;
  }

  .lg-max\:max-h-screen {
    max-height: 100vh;
  }

  .lg-max\:min-h-0 {
    min-height: 0px;
  }

  .lg-max\:min-h-full {
    min-height: 100%;
  }

  .lg-max\:min-h-screen {
    min-height: 100vh;
  }

  .lg-max\:w-0 {
    width: 0px;
  }

  .lg-max\:w-1 {
    width: 0.25rem;
  }

  .lg-max\:w-2 {
    width: 0.5rem;
  }

  .lg-max\:w-3 {
    width: 0.75rem;
  }

  .lg-max\:w-4 {
    width: 1rem;
  }

  .lg-max\:w-5 {
    width: 1.25rem;
  }

  .lg-max\:w-6 {
    width: 1.5rem;
  }

  .lg-max\:w-7 {
    width: 1.75rem;
  }

  .lg-max\:w-8 {
    width: 2rem;
  }

  .lg-max\:w-9 {
    width: 2.25rem;
  }

  .lg-max\:w-10 {
    width: 2.5rem;
  }

  .lg-max\:w-11 {
    width: 2.75rem;
  }

  .lg-max\:w-12 {
    width: 3rem;
  }

  .lg-max\:w-13 {
    width: 3.25rem;
  }

  .lg-max\:w-14 {
    width: 3.5rem;
  }

  .lg-max\:w-16 {
    width: 4rem;
  }

  .lg-max\:w-19 {
    width: 4.75rem;
  }

  .lg-max\:w-20 {
    width: 5rem;
  }

  .lg-max\:w-24 {
    width: 6rem;
  }

  .lg-max\:w-25 {
    width: 6.25rem;
  }

  .lg-max\:w-28 {
    width: 7rem;
  }

  .lg-max\:w-30 {
    width: 7.5rem;
  }

  .lg-max\:w-32 {
    width: 8rem;
  }

  .lg-max\:w-34 {
    width: 8.5rem;
  }

  .lg-max\:w-36 {
    width: 9rem;
  }

  .lg-max\:w-40 {
    width: 10rem;
  }

  .lg-max\:w-42 {
    width: 10.5rem;
  }

  .lg-max\:w-44 {
    width: 11rem;
  }

  .lg-max\:w-46 {
    width: 11.5rem;
  }

  .lg-max\:w-48 {
    width: 12rem;
  }

  .lg-max\:w-50 {
    width: 12.5rem;
  }

  .lg-max\:w-52 {
    width: 13rem;
  }

  .lg-max\:w-54 {
    width: 13.5rem;
  }

  .lg-max\:w-56 {
    width: 14rem;
  }

  .lg-max\:w-60 {
    width: 15rem;
  }

  .lg-max\:w-64 {
    width: 16rem;
  }

  .lg-max\:w-68 {
    width: 17rem;
  }

  .lg-max\:w-72 {
    width: 18rem;
  }

  .lg-max\:w-75 {
    width: 18.75rem;
  }

  .lg-max\:w-80 {
    width: 20rem;
  }

  .lg-max\:w-85 {
    width: 22rem;
  }

  .lg-max\:w-90 {
    width: 22.5rem;
  }

  .lg-max\:w-92 {
    width: 23rem;
  }

  .lg-max\:w-96 {
    width: 24rem;
  }

  .lg-max\:w-100 {
    width: 25rem;
  }

  .lg-max\:w-116 {
    width: 29rem;
  }

  .lg-max\:w-120 {
    width: 30rem;
  }

  .lg-max\:w-125 {
    width: 31.25rem;
  }

  .lg-max\:w-135 {
    width: 33.75rem;
  }

  .lg-max\:w-160 {
    width: 40rem;
  }

  .lg-max\:w-180 {
    width: 45rem;
  }

  .lg-max\:w-240 {
    width: 60rem;
  }

  .lg-max\:w-285 {
    width: 71.25rem;
  }

  .lg-max\:w-330 {
    width: 82.5rem;
  }

  .lg-max\:w-auto {
    width: auto;
  }

  .lg-max\:w-unset {
    width: unset;
  }

  .lg-max\:w-px {
    width: 1px;
  }

  .lg-max\:w-0\.4 {
    width: 0.1rem;
  }

  .lg-max\:w-0\.5 {
    width: 0.125rem;
  }

  .lg-max\:w-0\.6 {
    width: 0.15rem;
  }

  .lg-max\:w-0\.75 {
    width: 0.2rem;
  }

  .lg-max\:w-1\.2 {
    width: 0.3rem;
  }

  .lg-max\:w-1\.25 {
    width: 0.3125rem;
  }

  .lg-max\:w-1\.4 {
    width: 0.35rem;
  }

  .lg-max\:w-1\.5 {
    width: 0.375rem;
  }

  .lg-max\:w-1\.6 {
    width: 0.4rem;
  }

  .lg-max\:w-1\.75 {
    width: 0.4375rem;
  }

  .lg-max\:w-1\.8 {
    width: 0.45rem;
  }

  .lg-max\:w-2\.2 {
    width: 0.55rem;
  }

  .lg-max\:w-2\.5 {
    width: 0.625rem;
  }

  .lg-max\:w-2\.6 {
    width: 0.65rem;
  }

  .lg-max\:w-2\.7 {
    width: 0.675rem;
  }

  .lg-max\:w-2\.8 {
    width: 0.7rem;
  }

  .lg-max\:w-3\.4 {
    width: 0.85rem;
  }

  .lg-max\:w-3\.5 {
    width: 0.875rem;
  }

  .lg-max\:w-3\.6 {
    width: 0.9rem;
  }

  .lg-max\:w-4\.5 {
    width: 1.125rem;
  }

  .lg-max\:w-4\.8 {
    width: 1.2rem;
  }

  .lg-max\:w-5\.3 {
    width: 1.3rem;
  }

  .lg-max\:w-5\.4 {
    width: 1.35rem;
  }

  .lg-max\:w-5\.5 {
    width: 1.375rem;
  }

  .lg-max\:w-5\.6 {
    width: 1.4rem;
  }

  .lg-max\:w-6\.5 {
    width: 1.625rem;
  }

  .lg-max\:w-70\/100 {
    width: 70%;
  }

  .lg-max\:w-31\/100 {
    width: 31%;
  }

  .lg-max\:w-15\/100 {
    width: 15%;
  }

  .lg-max\:w-1\/100 {
    width: 1%;
  }

  .lg-max\:w-1\/10 {
    width: 10%;
  }

  .lg-max\:w-1\/2 {
    width: 50%;
  }

  .lg-max\:w-1\/3 {
    width: 33.333333%;
  }

  .lg-max\:w-2\/3 {
    width: 66.666667%;
  }

  .lg-max\:w-1\/4 {
    width: 25%;
  }

  .lg-max\:w-2\/4 {
    width: 50%;
  }

  .lg-max\:w-3\/4 {
    width: 75%;
  }

  .lg-max\:w-1\/5 {
    width: 20%;
  }

  .lg-max\:w-2\/5 {
    width: 40%;
  }

  .lg-max\:w-3\/5 {
    width: 60%;
  }

  .lg-max\:w-4\/5 {
    width: 80%;
  }

  .lg-max\:w-1\/6 {
    width: 16.666667%;
  }

  .lg-max\:w-2\/6 {
    width: 33.333333%;
  }

  .lg-max\:w-3\/6 {
    width: 50%;
  }

  .lg-max\:w-4\/6 {
    width: 66.666667%;
  }

  .lg-max\:w-5\/6 {
    width: 83.333333%;
  }

  .lg-max\:w-1\/12 {
    width: 8.333333%;
  }

  .lg-max\:w-2\/12 {
    width: 16.666667%;
  }

  .lg-max\:w-3\/12 {
    width: 25%;
  }

  .lg-max\:w-4\/12 {
    width: 33.333333%;
  }

  .lg-max\:w-5\/12 {
    width: 41.666667%;
  }

  .lg-max\:w-6\/12 {
    width: 50%;
  }

  .lg-max\:w-7\/12 {
    width: 58.333333%;
  }

  .lg-max\:w-8\/12 {
    width: 66.666667%;
  }

  .lg-max\:w-9\/12 {
    width: 75%;
  }

  .lg-max\:w-10\/12 {
    width: 83.333333%;
  }

  .lg-max\:w-11\/12 {
    width: 91.666667%;
  }

  .lg-max\:w-full {
    width: 100%;
  }

  .lg-max\:w-screen {
    width: 100vw;
  }

  .lg-max\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lg-max\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg-max\:min-w-0 {
    min-width: 0px;
  }

  .lg-max\:min-w-full {
    min-width: 100%;
  }

  .lg-max\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg-max\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg-max\:max-w-0 {
    max-width: 0rem;
  }

  .lg-max\:max-w-none {
    max-width: none;
  }

  .lg-max\:max-w-xs {
    max-width: 20rem;
  }

  .lg-max\:max-w-sm {
    max-width: 24rem;
  }

  .lg-max\:max-w-md {
    max-width: 28rem;
  }

  .lg-max\:max-w-lg {
    max-width: 32rem;
  }

  .lg-max\:max-w-xl {
    max-width: 36rem;
  }

  .lg-max\:max-w-2xl {
    max-width: 42rem;
  }

  .lg-max\:max-w-3xl {
    max-width: 48rem;
  }

  .lg-max\:max-w-4xl {
    max-width: 56rem;
  }

  .lg-max\:max-w-5xl {
    max-width: 64rem;
  }

  .lg-max\:max-w-6xl {
    max-width: 72rem;
  }

  .lg-max\:max-w-7xl {
    max-width: 80rem;
  }

  .lg-max\:max-w-full {
    max-width: 100%;
  }

  .lg-max\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg-max\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg-max\:max-w-prose {
    max-width: 65ch;
  }

  .lg-max\:max-w-screen-sm {
    max-width: 576px;
  }

  .lg-max\:max-w-screen-md {
    max-width: 768px;
  }

  .lg-max\:max-w-screen-lg {
    max-width: 992px;
  }

  .lg-max\:max-w-screen-xl {
    max-width: 1200px;
  }

  .lg-max\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .lg-max\:flex-0 {
    flex: 0 0 auto;
  }

  .lg-max\:flex-1 {
    flex: 1 1 0%;
  }

  .lg-max\:flex-1-0 {
    flex: 1 0 0%;
  }

  .lg-max\:flex-auto {
    flex: 1 1 auto;
  }

  .lg-max\:flex-initial {
    flex: 0 1 auto;
  }

  .lg-max\:flex-none {
    flex: none;
  }

  .lg-max\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg-max\:flex-shrink {
    flex-shrink: 1;
  }

  .lg-max\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg-max\:flex-grow {
    flex-grow: 1;
  }

  .lg-max\:table-auto {
    table-layout: auto;
  }

  .lg-max\:table-fixed {
    table-layout: fixed;
  }

  .lg-max\:border-collapse {
    border-collapse: collapse;
  }

  .lg-max\:border-separate {
    border-collapse: separate;
  }

  .lg-max\:origin-center {
    transform-origin: center;
  }

  .lg-max\:origin-top {
    transform-origin: top;
  }

  .lg-max\:origin-top-right {
    transform-origin: top right;
  }

  .lg-max\:origin-right {
    transform-origin: right;
  }

  .lg-max\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg-max\:origin-bottom {
    transform-origin: bottom;
  }

  .lg-max\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg-max\:origin-left {
    transform-origin: left;
  }

  .lg-max\:origin-top-left {
    transform-origin: top left;
  }

  .lg-max\: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-max\: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-max\:transform-none {
    transform: none;
  }

  .lg-max\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg-max\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg-max\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg-max\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg-max\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg-max\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg-max\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg-max\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg-max\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg-max\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg-max\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg-max\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lg-max\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg-max\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .lg-max\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lg-max\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg-max\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .lg-max\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg-max\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg-max\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .lg-max\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg-max\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .lg-max\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg-max\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .lg-max\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg-max\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg-max\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .lg-max\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg-max\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .lg-max\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg-max\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .lg-max\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg-max\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .lg-max\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg-max\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .lg-max\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg-max\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .lg-max\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg-max\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .lg-max\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg-max\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .lg-max\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .lg-max\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .lg-max\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lg-max\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .lg-max\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .lg-max\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .lg-max\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .lg-max\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .lg-max\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .lg-max\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .lg-max\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .lg-max\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .lg-max\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .lg-max\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .lg-max\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg-max\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .lg-max\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .lg-max\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .lg-max\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .lg-max\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .lg-max\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .lg-max\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .lg-max\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .lg-max\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .lg-max\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .lg-max\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .lg-max\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .lg-max\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .lg-max\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .lg-max\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .lg-max\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .lg-max\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .lg-max\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lg-max\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .lg-max\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .lg-max\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .lg-max\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .lg-max\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .lg-max\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .lg-max\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .lg-max\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .lg-max\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .lg-max\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .lg-max\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .lg-max\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .lg-max\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .lg-max\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg-max\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg-max\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg-max\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg-max\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg-max\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg-max\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lg-max\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg-max\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lg-max\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg-max\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg-max\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lg-max\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .lg-max\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg-max\:-translate-x-13 {
    --tw-translate-x: -3.25rem;
  }

  .lg-max\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lg-max\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg-max\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .lg-max\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg-max\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg-max\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .lg-max\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg-max\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .lg-max\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg-max\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .lg-max\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg-max\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg-max\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .lg-max\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg-max\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .lg-max\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg-max\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .lg-max\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg-max\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .lg-max\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg-max\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .lg-max\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg-max\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .lg-max\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg-max\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .lg-max\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg-max\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .lg-max\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .lg-max\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .lg-max\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lg-max\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .lg-max\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .lg-max\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .lg-max\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .lg-max\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .lg-max\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .lg-max\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .lg-max\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .lg-max\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .lg-max\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .lg-max\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .lg-max\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg-max\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .lg-max\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .lg-max\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .lg-max\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .lg-max\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .lg-max\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .lg-max\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .lg-max\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .lg-max\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .lg-max\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .lg-max\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .lg-max\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .lg-max\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .lg-max\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .lg-max\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .lg-max\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .lg-max\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .lg-max\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lg-max\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .lg-max\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .lg-max\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .lg-max\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .lg-max\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .lg-max\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .lg-max\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .lg-max\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .lg-max\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .lg-max\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .lg-max\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .lg-max\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .lg-max\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .lg-max\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg-max\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg-max\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg-max\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg-max\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg-max\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg-max\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg-max\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg-max\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg-max\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg-max\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg-max\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg-max\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg-max\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg-max\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg-max\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg-max\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg-max\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg-max\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lg-max\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg-max\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lg-max\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg-max\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg-max\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lg-max\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .lg-max\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg-max\:translate-y-13 {
    --tw-translate-y: 3.25rem;
  }

  .lg-max\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lg-max\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg-max\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .lg-max\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg-max\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg-max\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .lg-max\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg-max\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .lg-max\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg-max\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .lg-max\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg-max\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg-max\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .lg-max\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg-max\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .lg-max\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg-max\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .lg-max\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg-max\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .lg-max\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg-max\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .lg-max\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg-max\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .lg-max\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg-max\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .lg-max\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg-max\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .lg-max\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .lg-max\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .lg-max\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lg-max\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .lg-max\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .lg-max\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .lg-max\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .lg-max\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .lg-max\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .lg-max\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .lg-max\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .lg-max\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .lg-max\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .lg-max\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .lg-max\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg-max\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .lg-max\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .lg-max\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .lg-max\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .lg-max\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .lg-max\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .lg-max\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .lg-max\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .lg-max\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .lg-max\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .lg-max\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .lg-max\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .lg-max\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .lg-max\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .lg-max\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .lg-max\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .lg-max\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .lg-max\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lg-max\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .lg-max\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .lg-max\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .lg-max\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .lg-max\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .lg-max\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .lg-max\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .lg-max\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .lg-max\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .lg-max\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .lg-max\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .lg-max\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .lg-max\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .lg-max\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg-max\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg-max\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg-max\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg-max\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg-max\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg-max\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lg-max\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg-max\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lg-max\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg-max\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg-max\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lg-max\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .lg-max\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg-max\:-translate-y-13 {
    --tw-translate-y: -3.25rem;
  }

  .lg-max\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lg-max\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg-max\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .lg-max\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg-max\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg-max\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .lg-max\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg-max\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .lg-max\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg-max\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .lg-max\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg-max\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg-max\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .lg-max\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg-max\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .lg-max\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg-max\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .lg-max\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg-max\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .lg-max\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg-max\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .lg-max\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg-max\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .lg-max\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg-max\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .lg-max\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg-max\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .lg-max\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .lg-max\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .lg-max\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lg-max\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .lg-max\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .lg-max\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .lg-max\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .lg-max\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .lg-max\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .lg-max\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .lg-max\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .lg-max\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .lg-max\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .lg-max\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .lg-max\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg-max\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .lg-max\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .lg-max\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .lg-max\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .lg-max\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .lg-max\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .lg-max\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .lg-max\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .lg-max\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .lg-max\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .lg-max\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .lg-max\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .lg-max\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .lg-max\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .lg-max\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .lg-max\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .lg-max\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .lg-max\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lg-max\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .lg-max\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .lg-max\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .lg-max\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .lg-max\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .lg-max\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .lg-max\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .lg-max\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .lg-max\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .lg-max\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .lg-max\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .lg-max\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .lg-max\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .lg-max\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg-max\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg-max\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg-max\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg-max\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg-max\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg-max\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg-max\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg-max\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg-max\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg-max\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg-max\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg-max\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg-max\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg-max\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg-max\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg-max\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg-max\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg-max\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg-max\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg-max\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg-max\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg-max\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg-max\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg-max\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lg-max\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg-max\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .lg-max\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .lg-max\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lg-max\:hover\:translate-x-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .lg-max\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg-max\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg-max\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .lg-max\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg-max\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .lg-max\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg-max\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .lg-max\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg-max\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg-max\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .lg-max\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg-max\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .lg-max\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg-max\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .lg-max\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg-max\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .lg-max\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg-max\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .lg-max\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg-max\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .lg-max\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg-max\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .lg-max\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg-max\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .lg-max\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .lg-max\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .lg-max\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lg-max\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .lg-max\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .lg-max\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .lg-max\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .lg-max\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .lg-max\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .lg-max\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .lg-max\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .lg-max\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .lg-max\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .lg-max\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .lg-max\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg-max\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .lg-max\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .lg-max\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .lg-max\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .lg-max\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .lg-max\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .lg-max\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .lg-max\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .lg-max\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .lg-max\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .lg-max\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .lg-max\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .lg-max\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .lg-max\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .lg-max\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .lg-max\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .lg-max\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .lg-max\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lg-max\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .lg-max\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .lg-max\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .lg-max\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .lg-max\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .lg-max\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .lg-max\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .lg-max\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .lg-max\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .lg-max\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .lg-max\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .lg-max\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .lg-max\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .lg-max\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg-max\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg-max\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg-max\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg-max\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg-max\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg-max\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lg-max\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg-max\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lg-max\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg-max\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg-max\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lg-max\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .lg-max\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg-max\:hover\:-translate-x-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .lg-max\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .lg-max\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lg-max\:hover\:-translate-x-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .lg-max\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg-max\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg-max\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .lg-max\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg-max\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .lg-max\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg-max\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .lg-max\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg-max\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg-max\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .lg-max\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg-max\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .lg-max\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg-max\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .lg-max\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg-max\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .lg-max\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg-max\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .lg-max\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg-max\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .lg-max\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg-max\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .lg-max\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg-max\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .lg-max\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .lg-max\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .lg-max\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lg-max\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .lg-max\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .lg-max\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .lg-max\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .lg-max\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .lg-max\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .lg-max\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .lg-max\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .lg-max\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .lg-max\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .lg-max\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .lg-max\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg-max\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .lg-max\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .lg-max\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .lg-max\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .lg-max\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .lg-max\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .lg-max\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .lg-max\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .lg-max\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .lg-max\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .lg-max\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .lg-max\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .lg-max\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .lg-max\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .lg-max\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .lg-max\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .lg-max\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .lg-max\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lg-max\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .lg-max\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .lg-max\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .lg-max\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .lg-max\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .lg-max\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .lg-max\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .lg-max\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .lg-max\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .lg-max\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .lg-max\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .lg-max\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .lg-max\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .lg-max\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg-max\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg-max\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg-max\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg-max\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg-max\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg-max\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg-max\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg-max\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg-max\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg-max\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg-max\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg-max\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg-max\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg-max\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg-max\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg-max\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg-max\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg-max\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lg-max\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg-max\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lg-max\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg-max\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg-max\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lg-max\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .lg-max\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg-max\:hover\:translate-y-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .lg-max\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .lg-max\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lg-max\:hover\:translate-y-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .lg-max\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg-max\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg-max\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .lg-max\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg-max\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .lg-max\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg-max\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .lg-max\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg-max\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg-max\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .lg-max\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg-max\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .lg-max\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg-max\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .lg-max\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg-max\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .lg-max\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg-max\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .lg-max\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg-max\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .lg-max\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg-max\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .lg-max\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg-max\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .lg-max\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .lg-max\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .lg-max\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lg-max\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .lg-max\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .lg-max\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .lg-max\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .lg-max\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .lg-max\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .lg-max\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .lg-max\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .lg-max\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .lg-max\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .lg-max\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .lg-max\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg-max\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .lg-max\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .lg-max\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .lg-max\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .lg-max\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .lg-max\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .lg-max\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .lg-max\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .lg-max\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .lg-max\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .lg-max\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .lg-max\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .lg-max\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .lg-max\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .lg-max\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .lg-max\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .lg-max\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .lg-max\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lg-max\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .lg-max\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .lg-max\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .lg-max\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .lg-max\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .lg-max\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .lg-max\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .lg-max\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .lg-max\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .lg-max\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .lg-max\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .lg-max\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .lg-max\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .lg-max\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg-max\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg-max\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg-max\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg-max\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg-max\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg-max\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lg-max\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg-max\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lg-max\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg-max\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg-max\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lg-max\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .lg-max\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg-max\:hover\:-translate-y-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .lg-max\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .lg-max\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lg-max\:hover\:-translate-y-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .lg-max\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg-max\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg-max\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .lg-max\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg-max\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .lg-max\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg-max\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .lg-max\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg-max\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg-max\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .lg-max\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg-max\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .lg-max\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg-max\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .lg-max\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg-max\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .lg-max\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg-max\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .lg-max\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg-max\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .lg-max\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg-max\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .lg-max\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg-max\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .lg-max\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .lg-max\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .lg-max\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lg-max\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .lg-max\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .lg-max\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .lg-max\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .lg-max\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .lg-max\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .lg-max\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .lg-max\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .lg-max\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .lg-max\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .lg-max\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .lg-max\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg-max\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .lg-max\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .lg-max\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .lg-max\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .lg-max\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .lg-max\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .lg-max\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .lg-max\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .lg-max\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .lg-max\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .lg-max\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .lg-max\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .lg-max\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .lg-max\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .lg-max\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .lg-max\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .lg-max\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .lg-max\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lg-max\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .lg-max\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .lg-max\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .lg-max\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .lg-max\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .lg-max\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .lg-max\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .lg-max\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .lg-max\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .lg-max\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .lg-max\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .lg-max\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .lg-max\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .lg-max\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg-max\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg-max\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg-max\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg-max\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg-max\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg-max\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg-max\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg-max\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg-max\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg-max\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg-max\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg-max\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg-max\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg-max\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg-max\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg-max\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg-max\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg-max\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lg-max\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg-max\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lg-max\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg-max\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg-max\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lg-max\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .lg-max\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg-max\:focus\:translate-x-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .lg-max\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .lg-max\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lg-max\:focus\:translate-x-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .lg-max\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg-max\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg-max\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .lg-max\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg-max\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .lg-max\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg-max\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .lg-max\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg-max\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg-max\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .lg-max\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg-max\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .lg-max\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg-max\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .lg-max\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg-max\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .lg-max\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg-max\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .lg-max\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg-max\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .lg-max\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg-max\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .lg-max\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg-max\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .lg-max\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .lg-max\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .lg-max\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lg-max\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .lg-max\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .lg-max\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .lg-max\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .lg-max\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .lg-max\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .lg-max\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .lg-max\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .lg-max\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .lg-max\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .lg-max\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .lg-max\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg-max\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .lg-max\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .lg-max\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .lg-max\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .lg-max\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .lg-max\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .lg-max\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .lg-max\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .lg-max\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .lg-max\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .lg-max\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .lg-max\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .lg-max\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .lg-max\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .lg-max\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .lg-max\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .lg-max\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .lg-max\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lg-max\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .lg-max\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .lg-max\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .lg-max\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .lg-max\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .lg-max\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .lg-max\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .lg-max\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .lg-max\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .lg-max\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .lg-max\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .lg-max\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .lg-max\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .lg-max\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg-max\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg-max\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg-max\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg-max\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg-max\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg-max\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lg-max\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg-max\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lg-max\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg-max\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg-max\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lg-max\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .lg-max\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg-max\:focus\:-translate-x-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .lg-max\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .lg-max\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lg-max\:focus\:-translate-x-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .lg-max\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg-max\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg-max\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .lg-max\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg-max\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .lg-max\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg-max\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .lg-max\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg-max\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg-max\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .lg-max\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg-max\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .lg-max\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg-max\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .lg-max\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg-max\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .lg-max\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg-max\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .lg-max\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg-max\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .lg-max\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg-max\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .lg-max\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg-max\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .lg-max\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .lg-max\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .lg-max\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lg-max\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .lg-max\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .lg-max\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .lg-max\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .lg-max\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .lg-max\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .lg-max\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .lg-max\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .lg-max\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .lg-max\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .lg-max\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .lg-max\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg-max\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .lg-max\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .lg-max\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .lg-max\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .lg-max\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .lg-max\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .lg-max\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .lg-max\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .lg-max\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .lg-max\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .lg-max\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .lg-max\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .lg-max\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .lg-max\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .lg-max\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .lg-max\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .lg-max\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .lg-max\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lg-max\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .lg-max\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .lg-max\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .lg-max\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .lg-max\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .lg-max\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .lg-max\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .lg-max\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .lg-max\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .lg-max\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .lg-max\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .lg-max\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .lg-max\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .lg-max\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg-max\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg-max\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg-max\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg-max\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg-max\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg-max\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg-max\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg-max\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg-max\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg-max\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg-max\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg-max\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg-max\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg-max\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg-max\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg-max\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg-max\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg-max\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lg-max\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg-max\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lg-max\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg-max\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg-max\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lg-max\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .lg-max\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg-max\:focus\:translate-y-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .lg-max\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .lg-max\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lg-max\:focus\:translate-y-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .lg-max\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg-max\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg-max\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .lg-max\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg-max\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .lg-max\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg-max\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .lg-max\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg-max\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg-max\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .lg-max\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg-max\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .lg-max\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg-max\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .lg-max\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg-max\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .lg-max\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg-max\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .lg-max\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg-max\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .lg-max\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg-max\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .lg-max\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg-max\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .lg-max\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .lg-max\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .lg-max\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lg-max\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .lg-max\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .lg-max\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .lg-max\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .lg-max\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .lg-max\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .lg-max\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .lg-max\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .lg-max\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .lg-max\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .lg-max\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .lg-max\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg-max\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .lg-max\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .lg-max\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .lg-max\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .lg-max\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .lg-max\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .lg-max\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .lg-max\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .lg-max\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .lg-max\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .lg-max\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .lg-max\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .lg-max\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .lg-max\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .lg-max\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .lg-max\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .lg-max\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .lg-max\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lg-max\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .lg-max\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .lg-max\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .lg-max\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .lg-max\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .lg-max\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .lg-max\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .lg-max\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .lg-max\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .lg-max\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .lg-max\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .lg-max\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .lg-max\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .lg-max\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lg-max\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg-max\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg-max\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg-max\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg-max\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg-max\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lg-max\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg-max\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lg-max\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg-max\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg-max\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lg-max\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .lg-max\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg-max\:focus\:-translate-y-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .lg-max\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .lg-max\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lg-max\:focus\:-translate-y-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .lg-max\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg-max\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg-max\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .lg-max\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg-max\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .lg-max\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg-max\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .lg-max\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg-max\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg-max\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .lg-max\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg-max\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .lg-max\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg-max\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .lg-max\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg-max\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .lg-max\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg-max\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .lg-max\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg-max\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .lg-max\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg-max\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .lg-max\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg-max\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .lg-max\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .lg-max\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .lg-max\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lg-max\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .lg-max\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .lg-max\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .lg-max\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .lg-max\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .lg-max\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .lg-max\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .lg-max\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .lg-max\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .lg-max\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .lg-max\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .lg-max\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg-max\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .lg-max\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .lg-max\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .lg-max\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .lg-max\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .lg-max\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .lg-max\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .lg-max\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .lg-max\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .lg-max\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .lg-max\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .lg-max\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .lg-max\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .lg-max\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .lg-max\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .lg-max\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .lg-max\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .lg-max\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lg-max\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .lg-max\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .lg-max\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .lg-max\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .lg-max\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .lg-max\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .lg-max\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .lg-max\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .lg-max\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .lg-max\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .lg-max\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .lg-max\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .lg-max\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .lg-max\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lg-max\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg-max\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg-max\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lg-max\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lg-max\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lg-max\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lg-max\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg-max\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg-max\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg-max\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg-max\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg-max\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg-max\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg-max\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg-max\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg-max\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg-max\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg-max\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg-max\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg-max\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg-max\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg-max\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg-max\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg-max\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg-max\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg-max\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg-max\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg-max\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg-max\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg-max\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg-max\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg-max\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg-max\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg-max\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg-max\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg-max\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg-max\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg-max\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg-max\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg-max\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg-max\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg-max\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg-max\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg-max\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg-max\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg-max\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg-max\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg-max\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg-max\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg-max\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg-max\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg-max\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg-max\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg-max\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg-max\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg-max\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg-max\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg-max\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg-max\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg-max\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg-max\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg-max\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg-max\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg-max\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg-max\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg-max\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg-max\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg-max\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg-max\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg-max\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg-max\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg-max\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg-max\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg-max\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg-max\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg-max\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg-max\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg-max\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg-max\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg-max\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg-max\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg-max\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg-max\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg-max\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg-max\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg-max\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg-max\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg-max\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg-max\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg-max\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg-max\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg-max\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg-max\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg-max\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg-max\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg-max\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg-max\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg-max\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg-max\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg-max\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg-max\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg-max\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg-max\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg-max\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg-max\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg-max\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg-max\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg-max\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg-max\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg-max\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg-max\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg-max\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg-max\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg-max\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg-max\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg-max\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg-max\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg-max\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg-max\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg-max\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg-max\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg-max\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg-max\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg-max\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg-max\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg-max\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg-max\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg-max\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg-max\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg-max\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg-max\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg-max\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg-max\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg-max\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg-max\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg-max\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg-max\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg-max\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg-max\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg-max\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg-max\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg-max\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg-max\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg-max\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg-max\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg-max\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg-max\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg-max\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg-max\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg-max\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg-max\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg-max\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg-max\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg-max\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg-max\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg-max\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg-max\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg-max\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg-max\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg-max\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg-max\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg-max\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg-max\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg-max\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg-max\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg-max\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg-max\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg-max\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg-max\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg-max\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg-max\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg-max\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg-max\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg-max\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg-max\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg-max\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg-max\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg-max\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg-max\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg-max\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg-max\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg-max\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg-max\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg-max\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg-max\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg-max\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg-max\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg-max\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg-max\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg-max\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg-max\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg-max\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg-max\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg-max\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg-max\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg-max\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg-max\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg-max\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg-max\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg-max\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg-max\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg-max\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg-max\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg-max\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg-max\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg-max\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg-max\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg-max\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg-max\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg-max\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg-max\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg-max\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg-max\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg-max\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg-max\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg-max\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg-max\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg-max\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg-max\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg-max\:animate-none {
    animation: none;
  }

  .lg-max\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg-max\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg-max\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg-max\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .lg-max\:cursor-auto {
    cursor: auto;
  }

  .lg-max\:cursor-default {
    cursor: default;
  }

  .lg-max\:cursor-pointer {
    cursor: pointer;
  }

  .lg-max\:cursor-wait {
    cursor: wait;
  }

  .lg-max\:cursor-text {
    cursor: text;
  }

  .lg-max\:cursor-move {
    cursor: move;
  }

  .lg-max\:cursor-help {
    cursor: help;
  }

  .lg-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg-max\:cursor-none {
    cursor: none;
  }

  .lg-max\:cursor-context-menu {
    cursor: context-menu;
  }

  .lg-max\:cursor-progress {
    cursor: progress;
  }

  .lg-max\:cursor-cell {
    cursor: cell;
  }

  .lg-max\:cursor-crosshair {
    cursor: crosshair;
  }

  .lg-max\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .lg-max\:cursor-alias {
    cursor: alias;
  }

  .lg-max\:cursor-copy {
    cursor: copy;
  }

  .lg-max\:cursor-no-drop {
    cursor: no-drop;
  }

  .lg-max\:cursor-grab {
    cursor: grab;
  }

  .lg-max\:cursor-grabbing {
    cursor: grabbing;
  }

  .lg-max\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .lg-max\:cursor-col-resize {
    cursor: col-resize;
  }

  .lg-max\:cursor-row-resize {
    cursor: row-resize;
  }

  .lg-max\:cursor-n-resize {
    cursor: n-resize;
  }

  .lg-max\:cursor-e-resize {
    cursor: e-resize;
  }

  .lg-max\:cursor-s-resize {
    cursor: s-resize;
  }

  .lg-max\:cursor-w-resize {
    cursor: w-resize;
  }

  .lg-max\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .lg-max\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .lg-max\:cursor-se-resize {
    cursor: se-resize;
  }

  .lg-max\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .lg-max\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .lg-max\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .lg-max\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .lg-max\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .lg-max\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .lg-max\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .lg-max\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg-max\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg-max\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg-max\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lg-max\:resize-none {
    resize: none;
  }

  .lg-max\:resize-y {
    resize: vertical;
  }

  .lg-max\:resize-x {
    resize: horizontal;
  }

  .lg-max\:resize {
    resize: both;
  }

  .lg-max\:list-inside {
    list-style-position: inside;
  }

  .lg-max\:list-outside {
    list-style-position: outside;
  }

  .lg-max\:list-none {
    list-style-type: none;
  }

  .lg-max\:list-disc {
    list-style-type: disc;
  }

  .lg-max\:list-decimal {
    list-style-type: decimal;
  }

  .lg-max\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg-max\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg-max\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lg-max\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg-max\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg-max\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg-max\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg-max\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg-max\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg-max\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg-max\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg-max\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg-max\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg-max\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg-max\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg-max\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg-max\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg-max\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg-max\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg-max\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg-max\:flex-row {
    flex-direction: row;
  }

  .lg-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg-max\:flex-col {
    flex-direction: column;
  }

  .lg-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg-max\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg-max\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg-max\:place-content-center {
    place-content: center;
  }

  .lg-max\:place-content-start {
    place-content: start;
  }

  .lg-max\:place-content-end {
    place-content: end;
  }

  .lg-max\:place-content-between {
    place-content: space-between;
  }

  .lg-max\:place-content-around {
    place-content: space-around;
  }

  .lg-max\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg-max\:place-content-stretch {
    place-content: stretch;
  }

  .lg-max\:place-items-start {
    place-items: start;
  }

  .lg-max\:place-items-end {
    place-items: end;
  }

  .lg-max\:place-items-center {
    place-items: center;
  }

  .lg-max\:place-items-stretch {
    place-items: stretch;
  }

  .lg-max\:content-center {
    align-content: center;
  }

  .lg-max\:content-start {
    align-content: flex-start;
  }

  .lg-max\:content-end {
    align-content: flex-end;
  }

  .lg-max\:content-between {
    align-content: space-between;
  }

  .lg-max\:content-around {
    align-content: space-around;
  }

  .lg-max\:content-evenly {
    align-content: space-evenly;
  }

  .lg-max\:items-start {
    align-items: flex-start;
  }

  .lg-max\:items-end {
    align-items: flex-end;
  }

  .lg-max\:items-center {
    align-items: center;
  }

  .lg-max\:items-baseline {
    align-items: baseline;
  }

  .lg-max\:items-stretch {
    align-items: stretch;
  }

  .lg-max\:justify-start {
    justify-content: flex-start;
  }

  .lg-max\:justify-end {
    justify-content: flex-end;
  }

  .lg-max\:justify-center {
    justify-content: center;
  }

  .lg-max\:justify-between {
    justify-content: space-between;
  }

  .lg-max\:justify-around {
    justify-content: space-around;
  }

  .lg-max\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg-max\:justify-items-start {
    justify-items: start;
  }

  .lg-max\:justify-items-end {
    justify-items: end;
  }

  .lg-max\:justify-items-center {
    justify-items: center;
  }

  .lg-max\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg-max\:gap-0 {
    gap: 0px;
  }

  .lg-max\:gap-1 {
    gap: 0.25rem;
  }

  .lg-max\:gap-2 {
    gap: 0.5rem;
  }

  .lg-max\:gap-3 {
    gap: 0.75rem;
  }

  .lg-max\:gap-4 {
    gap: 1rem;
  }

  .lg-max\:gap-5 {
    gap: 1.25rem;
  }

  .lg-max\:gap-6 {
    gap: 1.5rem;
  }

  .lg-max\:gap-7 {
    gap: 1.75rem;
  }

  .lg-max\:gap-8 {
    gap: 2rem;
  }

  .lg-max\:gap-9 {
    gap: 2.25rem;
  }

  .lg-max\:gap-10 {
    gap: 2.5rem;
  }

  .lg-max\:gap-11 {
    gap: 2.75rem;
  }

  .lg-max\:gap-12 {
    gap: 3rem;
  }

  .lg-max\:gap-13 {
    gap: 3.25rem;
  }

  .lg-max\:gap-14 {
    gap: 3.5rem;
  }

  .lg-max\:gap-16 {
    gap: 4rem;
  }

  .lg-max\:gap-19 {
    gap: 4.75rem;
  }

  .lg-max\:gap-20 {
    gap: 5rem;
  }

  .lg-max\:gap-24 {
    gap: 6rem;
  }

  .lg-max\:gap-25 {
    gap: 6.25rem;
  }

  .lg-max\:gap-28 {
    gap: 7rem;
  }

  .lg-max\:gap-30 {
    gap: 7.5rem;
  }

  .lg-max\:gap-32 {
    gap: 8rem;
  }

  .lg-max\:gap-34 {
    gap: 8.5rem;
  }

  .lg-max\:gap-36 {
    gap: 9rem;
  }

  .lg-max\:gap-40 {
    gap: 10rem;
  }

  .lg-max\:gap-42 {
    gap: 10.5rem;
  }

  .lg-max\:gap-44 {
    gap: 11rem;
  }

  .lg-max\:gap-46 {
    gap: 11.5rem;
  }

  .lg-max\:gap-48 {
    gap: 12rem;
  }

  .lg-max\:gap-50 {
    gap: 12.5rem;
  }

  .lg-max\:gap-52 {
    gap: 13rem;
  }

  .lg-max\:gap-54 {
    gap: 13.5rem;
  }

  .lg-max\:gap-56 {
    gap: 14rem;
  }

  .lg-max\:gap-60 {
    gap: 15rem;
  }

  .lg-max\:gap-64 {
    gap: 16rem;
  }

  .lg-max\:gap-68 {
    gap: 17rem;
  }

  .lg-max\:gap-72 {
    gap: 18rem;
  }

  .lg-max\:gap-75 {
    gap: 18.75rem;
  }

  .lg-max\:gap-80 {
    gap: 20rem;
  }

  .lg-max\:gap-85 {
    gap: 22rem;
  }

  .lg-max\:gap-90 {
    gap: 22.5rem;
  }

  .lg-max\:gap-92 {
    gap: 23rem;
  }

  .lg-max\:gap-96 {
    gap: 24rem;
  }

  .lg-max\:gap-100 {
    gap: 25rem;
  }

  .lg-max\:gap-116 {
    gap: 29rem;
  }

  .lg-max\:gap-120 {
    gap: 30rem;
  }

  .lg-max\:gap-125 {
    gap: 31.25rem;
  }

  .lg-max\:gap-135 {
    gap: 33.75rem;
  }

  .lg-max\:gap-160 {
    gap: 40rem;
  }

  .lg-max\:gap-180 {
    gap: 45rem;
  }

  .lg-max\:gap-240 {
    gap: 60rem;
  }

  .lg-max\:gap-285 {
    gap: 71.25rem;
  }

  .lg-max\:gap-330 {
    gap: 82.5rem;
  }

  .lg-max\:gap-unset {
    gap: unset;
  }

  .lg-max\:gap-px {
    gap: 1px;
  }

  .lg-max\:gap-0\.4 {
    gap: 0.1rem;
  }

  .lg-max\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg-max\:gap-0\.6 {
    gap: 0.15rem;
  }

  .lg-max\:gap-0\.75 {
    gap: 0.2rem;
  }

  .lg-max\:gap-1\.2 {
    gap: 0.3rem;
  }

  .lg-max\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .lg-max\:gap-1\.4 {
    gap: 0.35rem;
  }

  .lg-max\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lg-max\:gap-1\.6 {
    gap: 0.4rem;
  }

  .lg-max\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .lg-max\:gap-1\.8 {
    gap: 0.45rem;
  }

  .lg-max\:gap-2\.2 {
    gap: 0.55rem;
  }

  .lg-max\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg-max\:gap-2\.6 {
    gap: 0.65rem;
  }

  .lg-max\:gap-2\.7 {
    gap: 0.675rem;
  }

  .lg-max\:gap-2\.8 {
    gap: 0.7rem;
  }

  .lg-max\:gap-3\.4 {
    gap: 0.85rem;
  }

  .lg-max\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg-max\:gap-3\.6 {
    gap: 0.9rem;
  }

  .lg-max\:gap-4\.5 {
    gap: 1.125rem;
  }

  .lg-max\:gap-4\.8 {
    gap: 1.2rem;
  }

  .lg-max\:gap-5\.3 {
    gap: 1.3rem;
  }

  .lg-max\:gap-5\.4 {
    gap: 1.35rem;
  }

  .lg-max\:gap-5\.5 {
    gap: 1.375rem;
  }

  .lg-max\:gap-5\.6 {
    gap: 1.4rem;
  }

  .lg-max\:gap-6\.5 {
    gap: 1.625rem;
  }

  .lg-max\:gap-70\/100 {
    gap: 70%;
  }

  .lg-max\:gap-31\/100 {
    gap: 31%;
  }

  .lg-max\:gap-15\/100 {
    gap: 15%;
  }

  .lg-max\:gap-1\/100 {
    gap: 1%;
  }

  .lg-max\:gap-1\/10 {
    gap: 10%;
  }

  .lg-max\:gap-1\/2 {
    gap: 50%;
  }

  .lg-max\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg-max\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg-max\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg-max\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg-max\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg-max\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg-max\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg-max\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg-max\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg-max\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg-max\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg-max\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg-max\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg-max\:gap-x-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .lg-max\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg-max\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg-max\:gap-x-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .lg-max\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg-max\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg-max\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .lg-max\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg-max\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .lg-max\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg-max\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .lg-max\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg-max\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg-max\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .lg-max\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg-max\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .lg-max\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg-max\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .lg-max\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg-max\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .lg-max\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg-max\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg-max\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg-max\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .lg-max\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg-max\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .lg-max\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg-max\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .lg-max\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .lg-max\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .lg-max\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg-max\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .lg-max\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .lg-max\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .lg-max\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .lg-max\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .lg-max\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .lg-max\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .lg-max\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .lg-max\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .lg-max\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .lg-max\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .lg-max\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg-max\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .lg-max\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg-max\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .lg-max\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .lg-max\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .lg-max\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .lg-max\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .lg-max\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg-max\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .lg-max\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .lg-max\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .lg-max\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .lg-max\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg-max\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .lg-max\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .lg-max\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .lg-max\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .lg-max\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg-max\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .lg-max\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .lg-max\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .lg-max\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .lg-max\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .lg-max\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .lg-max\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .lg-max\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .lg-max\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .lg-max\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .lg-max\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .lg-max\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg-max\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .lg-max\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg-max\:gap-y-0 {
    row-gap: 0px;
  }

  .lg-max\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg-max\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg-max\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg-max\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg-max\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg-max\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg-max\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg-max\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg-max\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg-max\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg-max\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lg-max\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg-max\:gap-y-13 {
    row-gap: 3.25rem;
  }

  .lg-max\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg-max\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg-max\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .lg-max\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg-max\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg-max\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .lg-max\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg-max\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .lg-max\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg-max\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .lg-max\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg-max\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg-max\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .lg-max\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg-max\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .lg-max\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg-max\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .lg-max\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg-max\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .lg-max\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg-max\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg-max\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg-max\:gap-y-68 {
    row-gap: 17rem;
  }

  .lg-max\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg-max\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .lg-max\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg-max\:gap-y-85 {
    row-gap: 22rem;
  }

  .lg-max\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .lg-max\:gap-y-92 {
    row-gap: 23rem;
  }

  .lg-max\:gap-y-96 {
    row-gap: 24rem;
  }

  .lg-max\:gap-y-100 {
    row-gap: 25rem;
  }

  .lg-max\:gap-y-116 {
    row-gap: 29rem;
  }

  .lg-max\:gap-y-120 {
    row-gap: 30rem;
  }

  .lg-max\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .lg-max\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .lg-max\:gap-y-160 {
    row-gap: 40rem;
  }

  .lg-max\:gap-y-180 {
    row-gap: 45rem;
  }

  .lg-max\:gap-y-240 {
    row-gap: 60rem;
  }

  .lg-max\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .lg-max\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .lg-max\:gap-y-unset {
    row-gap: unset;
  }

  .lg-max\:gap-y-px {
    row-gap: 1px;
  }

  .lg-max\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .lg-max\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lg-max\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .lg-max\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .lg-max\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .lg-max\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .lg-max\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .lg-max\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lg-max\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .lg-max\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .lg-max\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .lg-max\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .lg-max\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lg-max\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .lg-max\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .lg-max\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .lg-max\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .lg-max\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg-max\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .lg-max\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .lg-max\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .lg-max\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .lg-max\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .lg-max\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .lg-max\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .lg-max\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .lg-max\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .lg-max\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .lg-max\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .lg-max\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .lg-max\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .lg-max\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\: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-max\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\: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-max\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\: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-max\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\: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-max\: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-max\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-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-max\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-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-max\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-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-max\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-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-max\:-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-max\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-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-max\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\: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-max\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\: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-max\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\: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-max\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\: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-max\: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-max\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .lg-max\: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-max\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-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-max\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-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-max\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-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-max\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-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-max\:-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-max\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-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-max\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .lg-max\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .lg-max\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg-max\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg-max\: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-max\: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-max\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .lg-max\: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-max\: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-max\: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-max\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg-max\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg-max\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg-max\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg-max\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg-max\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg-max\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg-max\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg-max\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .lg-max\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg-max\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg-max\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .lg-max\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .lg-max\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .lg-max\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg-max\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .lg-max\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg-max\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg-max\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .lg-max\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .lg-max\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .lg-max\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .lg-max\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .lg-max\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .lg-max\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .lg-max\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .lg-max\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg-max\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .lg-max\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg-max\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .lg-max\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .lg-max\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .lg-max\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg-max\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .lg-max\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .lg-max\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .lg-max\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg-max\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg-max\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg-max\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg-max\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg-max\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg-max\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg-max\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg-max\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg-max\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg-max\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg-max\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg-max\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg-max\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg-max\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg-max\:place-self-auto {
    place-self: auto;
  }

  .lg-max\:place-self-start {
    place-self: start;
  }

  .lg-max\:place-self-end {
    place-self: end;
  }

  .lg-max\:place-self-center {
    place-self: center;
  }

  .lg-max\:place-self-stretch {
    place-self: stretch;
  }

  .lg-max\:self-auto {
    align-self: auto;
  }

  .lg-max\:self-start {
    align-self: flex-start;
  }

  .lg-max\:self-end {
    align-self: flex-end;
  }

  .lg-max\:self-center {
    align-self: center;
  }

  .lg-max\:self-stretch {
    align-self: stretch;
  }

  .lg-max\:self-baseline {
    align-self: baseline;
  }

  .lg-max\:justify-self-auto {
    justify-self: auto;
  }

  .lg-max\:justify-self-start {
    justify-self: start;
  }

  .lg-max\:justify-self-end {
    justify-self: end;
  }

  .lg-max\:justify-self-center {
    justify-self: center;
  }

  .lg-max\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg-max\:overflow-auto {
    overflow: auto;
  }

  .lg-max\:overflow-hidden {
    overflow: hidden;
  }

  .lg-max\:overflow-visible {
    overflow: visible;
  }

  .lg-max\:overflow-scroll {
    overflow: scroll;
  }

  .lg-max\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg-max\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg-max\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg-max\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg-max\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg-max\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg-max\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg-max\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lg-max\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lg-max\:overscroll-none {
    overscroll-behavior: none;
  }

  .lg-max\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg-max\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg-max\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg-max\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg-max\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg-max\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg-max\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg-max\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg-max\:overflow-clip {
    text-overflow: clip;
  }

  .lg-max\:whitespace-normal {
    white-space: normal;
  }

  .lg-max\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg-max\:whitespace-pre {
    white-space: pre;
  }

  .lg-max\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg-max\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg-max\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg-max\:break-words {
    overflow-wrap: break-word;
  }

  .lg-max\:break-all {
    word-break: break-all;
  }

  .lg-max\:rounded-none {
    border-radius: 0px;
  }

  .lg-max\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg-max\:rounded {
    border-radius: 0.25rem;
  }

  .lg-max\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg-max\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg-max\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg-max\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg-max\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg-max\:rounded-full {
    border-radius: 9999px;
  }

  .lg-max\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg-max\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg-max\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg-max\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg-max\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg-max\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg-max\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg-max\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg-max\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg-max\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg-max\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg-max\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg-max\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg-max\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg-max\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg-max\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg-max\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg-max\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg-max\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg-max\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg-max\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg-max\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg-max\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg-max\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg-max\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg-max\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg-max\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg-max\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg-max\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg-max\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg-max\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg-max\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg-max\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg-max\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg-max\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg-max\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg-max\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg-max\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg-max\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg-max\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg-max\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg-max\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg-max\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg-max\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg-max\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg-max\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg-max\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg-max\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg-max\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg-max\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg-max\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg-max\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg-max\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg-max\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg-max\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg-max\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg-max\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg-max\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg-max\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg-max\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg-max\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg-max\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg-max\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg-max\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg-max\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg-max\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg-max\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg-max\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg-max\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg-max\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg-max\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg-max\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg-max\:border-0 {
    border-width: 0px;
  }

  .lg-max\:border-2 {
    border-width: 2px;
  }

  .lg-max\:border-3 {
    border-width: 3px;
  }

  .lg-max\:border-4 {
    border-width: 4px;
  }

  .lg-max\:border-8 {
    border-width: 8px;
  }

  .lg-max\:border {
    border-width: 1px;
  }

  .lg-max\:border-t-0 {
    border-top-width: 0px;
  }

  .lg-max\:border-t-2 {
    border-top-width: 2px;
  }

  .lg-max\:border-t-3 {
    border-top-width: 3px;
  }

  .lg-max\:border-t-4 {
    border-top-width: 4px;
  }

  .lg-max\:border-t-8 {
    border-top-width: 8px;
  }

  .lg-max\:border-t {
    border-top-width: 1px;
  }

  .lg-max\:border-r-0 {
    border-right-width: 0px;
  }

  .lg-max\:border-r-2 {
    border-right-width: 2px;
  }

  .lg-max\:border-r-3 {
    border-right-width: 3px;
  }

  .lg-max\:border-r-4 {
    border-right-width: 4px;
  }

  .lg-max\:border-r-8 {
    border-right-width: 8px;
  }

  .lg-max\:border-r {
    border-right-width: 1px;
  }

  .lg-max\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg-max\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg-max\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg-max\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg-max\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg-max\:border-b {
    border-bottom-width: 1px;
  }

  .lg-max\:border-l-0 {
    border-left-width: 0px;
  }

  .lg-max\:border-l-2 {
    border-left-width: 2px;
  }

  .lg-max\:border-l-3 {
    border-left-width: 3px;
  }

  .lg-max\:border-l-4 {
    border-left-width: 4px;
  }

  .lg-max\:border-l-8 {
    border-left-width: 8px;
  }

  .lg-max\:border-l {
    border-left-width: 1px;
  }

  .lg-max\:border-solid {
    border-style: solid;
  }

  .lg-max\:border-dashed {
    border-style: dashed;
  }

  .lg-max\:border-dotted {
    border-style: dotted;
  }

  .lg-max\:border-double {
    border-style: double;
  }

  .lg-max\:border-none {
    border-style: none;
  }

  .lg-max\:border-transparent {
    border-color: transparent;
  }

  .lg-max\:border-current {
    border-color: currentColor;
  }

  .lg-max\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .lg-max\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .lg-max\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg-max\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg-max\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .lg-max\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg-max\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg-max\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg-max\:border-slate {
  }

  .lg-max\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:border-zinc {
  }

  .lg-max\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg-max\:border-neutral {
  }

  .lg-max\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg-max\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg-max\:border-stone {
  }

  .lg-max\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg-max\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg-max\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .lg-max\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-slate {
  }

  .group:hover .lg-max\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-zinc {
  }

  .group:hover .lg-max\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-neutral {
  }

  .group:hover .lg-max\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-stone {
  }

  .group:hover .lg-max\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .lg-max\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg-max\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .lg-max\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-slate:focus-within {
  }

  .lg-max\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-zinc:focus-within {
  }

  .lg-max\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-neutral:focus-within {
  }

  .lg-max\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-stone:focus-within {
  }

  .lg-max\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg-max\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg-max\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-slate:hover {
  }

  .lg-max\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-zinc:hover {
  }

  .lg-max\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-neutral:hover {
  }

  .lg-max\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-stone:hover {
  }

  .lg-max\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg-max\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .lg-max\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-slate:focus {
  }

  .lg-max\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-zinc:focus {
  }

  .lg-max\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-neutral:focus {
  }

  .lg-max\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-stone:focus {
  }

  .lg-max\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .lg-max\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .lg-max\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg-max\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg-max\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg-max\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg-max\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg-max\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg-max\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg-max\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg-max\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg-max\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg-max\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg-max\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg-max\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg-max\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg-max\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg-max\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg-max\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lg-max\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lg-max\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lg-max\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lg-max\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lg-max\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lg-max\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lg-max\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lg-max\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lg-max\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lg-max\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lg-max\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lg-max\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lg-max\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lg-max\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lg-max\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lg-max\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lg-max\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lg-max\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lg-max\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lg-max\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lg-max\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg-max\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lg-max\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg-max\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lg-max\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lg-max\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lg-max\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lg-max\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lg-max\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lg-max\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lg-max\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lg-max\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lg-max\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lg-max\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lg-max\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lg-max\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lg-max\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lg-max\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lg-max\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lg-max\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lg-max\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lg-max\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lg-max\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lg-max\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lg-max\:bg-transparent {
    background-color: transparent;
  }

  .lg-max\:bg-current {
    background-color: currentColor;
  }

  .lg-max\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg-max\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg-max\:bg-slate {
  }

  .lg-max\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:bg-zinc {
  }

  .lg-max\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg-max\:bg-neutral {
  }

  .lg-max\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg-max\:bg-stone {
  }

  .lg-max\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg-max\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg-max\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .lg-max\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-slate {
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-zinc {
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-neutral {
  }

  .group:hover .lg-max\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-stone {
  }

  .group:hover .lg-max\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg-max\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg-max\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .lg-max\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-slate:focus-within {
  }

  .lg-max\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-zinc:focus-within {
  }

  .lg-max\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-neutral:focus-within {
  }

  .lg-max\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-stone:focus-within {
  }

  .lg-max\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg-max\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .lg-max\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-slate:hover {
  }

  .lg-max\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-zinc:hover {
  }

  .lg-max\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-neutral:hover {
  }

  .lg-max\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-stone:hover {
  }

  .lg-max\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg-max\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .lg-max\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-slate:focus {
  }

  .lg-max\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-zinc:focus {
  }

  .lg-max\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-neutral:focus {
  }

  .lg-max\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-stone:focus {
  }

  .lg-max\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .lg-max\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .lg-max\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg-max\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg-max\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg-max\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg-max\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg-max\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg-max\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg-max\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg-max\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg-max\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg-max\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg-max\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg-max\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg-max\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg-max\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg-max\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg-max\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lg-max\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lg-max\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lg-max\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lg-max\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lg-max\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lg-max\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lg-max\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lg-max\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lg-max\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lg-max\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lg-max\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lg-max\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lg-max\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lg-max\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lg-max\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lg-max\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lg-max\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lg-max\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lg-max\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lg-max\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lg-max\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lg-max\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lg-max\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg-max\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lg-max\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lg-max\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg-max\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lg-max\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lg-max\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lg-max\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lg-max\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lg-max\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lg-max\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lg-max\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lg-max\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lg-max\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lg-max\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lg-max\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lg-max\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lg-max\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lg-max\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lg-max\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lg-max\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lg-max\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lg-max\:bg-none {
    background-image: none;
  }

  .lg-max\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg-max\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg-max\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg-max\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg-max\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg-max\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg-max\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg-max\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg-max\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg-max\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg-max\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg-max\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg-max\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg-max\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg-max\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg-max\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg-max\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg-max\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg-max\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg-max\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg-max\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg-max\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg-max\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg-max\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg-max\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg-max\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg-max\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg-max\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg-max\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg-max\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg-max\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg-max\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg-max\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg-max\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg-max\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg-max\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg-max\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg-max\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg-max\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg-max\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg-max\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg-max\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg-max\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg-max\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg-max\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg-max\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg-max\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg-max\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg-max\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg-max\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg-max\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg-max\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg-max\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg-max\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg-max\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg-max\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg-max\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg-max\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg-max\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg-max\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg-max\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg-max\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg-max\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg-max\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg-max\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg-max\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg-max\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg-max\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg-max\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg-max\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg-max\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg-max\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg-max\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg-max\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg-max\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg-max\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg-max\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg-max\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg-max\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg-max\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg-max\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg-max\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg-max\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg-max\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg-max\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg-max\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg-max\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg-max\: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-max\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\: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-max\: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-max\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg-max\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg-max\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg-max\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg-max\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg-max\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg-max\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg-max\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg-max\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg-max\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg-max\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg-max\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg-max\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg-max\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg-max\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg-max\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg-max\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg-max\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg-max\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg-max\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg-max\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg-max\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg-max\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg-max\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg-max\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg-max\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg-max\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg-max\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg-max\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg-max\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg-max\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg-max\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg-max\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg-max\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg-max\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg-max\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg-max\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg-max\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\: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-max\: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-max\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg-max\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg-max\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg-max\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg-max\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg-max\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg-max\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg-max\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg-max\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg-max\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg-max\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg-max\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg-max\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg-max\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg-max\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg-max\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg-max\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg-max\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg-max\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg-max\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg-max\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg-max\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg-max\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg-max\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg-max\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg-max\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg-max\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg-max\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg-max\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg-max\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg-max\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg-max\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg-max\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg-max\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg-max\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg-max\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg-max\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg-max\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg-max\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg-max\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg-max\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg-max\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg-max\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg-max\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg-max\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg-max\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg-max\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg-max\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg-max\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg-max\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg-max\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg-max\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg-max\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg-max\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg-max\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg-max\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg-max\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg-max\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg-max\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg-max\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg-max\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg-max\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg-max\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg-max\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg-max\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg-max\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg-max\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg-max\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg-max\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg-max\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg-max\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg-max\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg-max\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg-max\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg-max\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg-max\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg-max\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg-max\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg-max\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg-max\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg-max\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg-max\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg-max\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg-max\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg-max\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg-max\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg-max\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg-max\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg-max\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg-max\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg-max\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg-max\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg-max\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg-max\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg-max\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg-max\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg-max\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg-max\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg-max\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg-max\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg-max\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg-max\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg-max\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg-max\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg-max\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg-max\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg-max\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg-max\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg-max\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg-max\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg-max\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg-max\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg-max\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg-max\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg-max\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg-max\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg-max\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg-max\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg-max\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg-max\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg-max\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg-max\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg-max\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg-max\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg-max\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg-max\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg-max\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg-max\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg-max\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg-max\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg-max\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg-max\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg-max\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg-max\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg-max\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg-max\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg-max\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg-max\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg-max\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg-max\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg-max\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg-max\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg-max\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg-max\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg-max\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg-max\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg-max\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg-max\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg-max\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg-max\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg-max\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg-max\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg-max\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg-max\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg-max\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg-max\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg-max\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg-max\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg-max\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg-max\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg-max\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg-max\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg-max\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg-max\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg-max\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg-max\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg-max\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg-max\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg-max\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg-max\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg-max\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg-max\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg-max\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg-max\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg-max\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg-max\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg-max\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg-max\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg-max\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg-max\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg-max\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg-max\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg-max\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg-max\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg-max\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg-max\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg-max\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg-max\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg-max\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg-max\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg-max\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg-max\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg-max\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg-max\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg-max\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg-max\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg-max\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg-max\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg-max\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg-max\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg-max\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .lg-max\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .lg-max\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .lg-max\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .lg-max\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .lg-max\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .lg-max\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .lg-max\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .lg-max\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .lg-max\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg-max\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg-max\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .lg-max\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .lg-max\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .lg-max\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .lg-max\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .lg-max\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .lg-max\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .lg-max\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .lg-max\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg-max\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg-max\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg-max\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg-max\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .lg-max\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg-max\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg-max\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg-max\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg-max\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg-max\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg-max\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg-max\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg-max\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .lg-max\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .lg-max\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .lg-max\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .lg-max\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .lg-max\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg-max\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg-max\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg-max\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg-max\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg-max\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg-max\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .lg-max\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg-max\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg-max\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg-max\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg-max\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg-max\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg-max\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg-max\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg-max\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg-max\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg-max\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg-max\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg-max\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg-max\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg-max\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg-max\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg-max\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg-max\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg-max\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg-max\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg-max\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg-max\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg-max\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg-max\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg-max\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg-max\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg-max\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg-max\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg-max\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg-max\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg-max\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg-max\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg-max\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg-max\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg-max\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg-max\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg-max\:to-current {
    --tw-gradient-to: currentColor;
  }

  .lg-max\:to-black {
    --tw-gradient-to: #000;
  }

  .lg-max\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg-max\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .lg-max\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .lg-max\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .lg-max\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .lg-max\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .lg-max\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .lg-max\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .lg-max\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .lg-max\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .lg-max\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .lg-max\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .lg-max\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .lg-max\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .lg-max\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .lg-max\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .lg-max\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .lg-max\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .lg-max\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .lg-max\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .lg-max\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .lg-max\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .lg-max\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .lg-max\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .lg-max\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .lg-max\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .lg-max\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .lg-max\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .lg-max\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .lg-max\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .lg-max\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .lg-max\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .lg-max\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .lg-max\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .lg-max\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .lg-max\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .lg-max\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .lg-max\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .lg-max\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .lg-max\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .lg-max\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .lg-max\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .lg-max\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .lg-max\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .lg-max\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .lg-max\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .lg-max\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .lg-max\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .lg-max\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .lg-max\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .lg-max\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .lg-max\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .lg-max\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .lg-max\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .lg-max\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .lg-max\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .lg-max\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .lg-max\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .lg-max\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .lg-max\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .lg-max\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .lg-max\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .lg-max\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .lg-max\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .lg-max\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .lg-max\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .lg-max\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .lg-max\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .lg-max\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .lg-max\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .lg-max\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .lg-max\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .lg-max\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .lg-max\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .lg-max\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .lg-max\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .lg-max\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .lg-max\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .lg-max\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .lg-max\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .lg-max\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .lg-max\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg-max\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .lg-max\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg-max\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg-max\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .lg-max\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .lg-max\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .lg-max\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .lg-max\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .lg-max\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .lg-max\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .lg-max\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .lg-max\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .lg-max\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .lg-max\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .lg-max\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .lg-max\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .lg-max\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .lg-max\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .lg-max\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .lg-max\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .lg-max\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .lg-max\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .lg-max\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .lg-max\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .lg-max\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .lg-max\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .lg-max\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .lg-max\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .lg-max\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .lg-max\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .lg-max\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .lg-max\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .lg-max\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .lg-max\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .lg-max\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .lg-max\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .lg-max\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .lg-max\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .lg-max\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .lg-max\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .lg-max\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .lg-max\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .lg-max\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .lg-max\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .lg-max\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .lg-max\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .lg-max\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .lg-max\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .lg-max\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .lg-max\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .lg-max\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .lg-max\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .lg-max\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .lg-max\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .lg-max\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .lg-max\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .lg-max\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .lg-max\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .lg-max\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .lg-max\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .lg-max\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .lg-max\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .lg-max\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .lg-max\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .lg-max\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .lg-max\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .lg-max\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .lg-max\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .lg-max\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .lg-max\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .lg-max\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .lg-max\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .lg-max\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .lg-max\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .lg-max\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .lg-max\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .lg-max\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .lg-max\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .lg-max\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .lg-max\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .lg-max\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .lg-max\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .lg-max\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .lg-max\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg-max\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .lg-max\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg-max\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg-max\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .lg-max\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .lg-max\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .lg-max\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .lg-max\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .lg-max\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .lg-max\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .lg-max\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .lg-max\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .lg-max\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .lg-max\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .lg-max\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .lg-max\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .lg-max\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .lg-max\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .lg-max\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .lg-max\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .lg-max\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .lg-max\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .lg-max\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .lg-max\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .lg-max\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .lg-max\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .lg-max\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .lg-max\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .lg-max\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .lg-max\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .lg-max\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .lg-max\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .lg-max\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .lg-max\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .lg-max\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .lg-max\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .lg-max\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .lg-max\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .lg-max\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .lg-max\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .lg-max\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .lg-max\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .lg-max\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .lg-max\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .lg-max\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .lg-max\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .lg-max\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .lg-max\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .lg-max\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .lg-max\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .lg-max\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .lg-max\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .lg-max\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .lg-max\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .lg-max\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .lg-max\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .lg-max\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .lg-max\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .lg-max\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .lg-max\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .lg-max\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .lg-max\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .lg-max\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .lg-max\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .lg-max\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .lg-max\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .lg-max\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .lg-max\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .lg-max\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .lg-max\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .lg-max\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .lg-max\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .lg-max\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .lg-max\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .lg-max\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .lg-max\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .lg-max\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .lg-max\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .lg-max\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .lg-max\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .lg-max\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .lg-max\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .lg-max\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .lg-max\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg-max\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg-max\:bg-150 {
    background-size: 150%;
  }

  .lg-max\:bg-auto {
    background-size: auto;
  }

  .lg-max\:bg-cover {
    background-size: cover;
  }

  .lg-max\:bg-contain {
    background-size: contain;
  }

  .lg-max\:bg-fixed {
    background-attachment: fixed;
  }

  .lg-max\:bg-local {
    background-attachment: local;
  }

  .lg-max\:bg-scroll {
    background-attachment: scroll;
  }

  .lg-max\:bg-clip-border {
    background-clip: border-box;
  }

  .lg-max\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg-max\:bg-clip-content {
    background-clip: content-box;
  }

  .lg-max\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg-max\:bg-bottom {
    background-position: bottom;
  }

  .lg-max\:bg-center {
    background-position: center;
  }

  .lg-max\:bg-x-25 {
    background-position: 25% 0;
  }

  .lg-max\:bg-left {
    background-position: left;
  }

  .lg-max\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg-max\:bg-left-top {
    background-position: left top;
  }

  .lg-max\:bg-right {
    background-position: right;
  }

  .lg-max\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg-max\:bg-right-top {
    background-position: right top;
  }

  .lg-max\:bg-top {
    background-position: top;
  }

  .lg-max\:bg-repeat {
    background-repeat: repeat;
  }

  .lg-max\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg-max\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg-max\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg-max\:bg-repeat-round {
    background-repeat: round;
  }

  .lg-max\:bg-repeat-space {
    background-repeat: space;
  }

  .lg-max\:bg-origin-border {
    background-origin: border-box;
  }

  .lg-max\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg-max\:bg-origin-content {
    background-origin: content-box;
  }

  .lg-max\:fill-current {
    fill: currentColor;
  }

  .lg-max\:stroke-current {
    stroke: currentColor;
  }

  .lg-max\:stroke-0 {
    stroke-width: 0;
  }

  .lg-max\:stroke-1 {
    stroke-width: 1;
  }

  .lg-max\:stroke-2 {
    stroke-width: 2;
  }

  .lg-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg-max\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg-max\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg-max\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg-max\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg-max\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg-max\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg-max\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg-max\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg-max\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg-max\:p-0 {
    padding: 0px;
  }

  .lg-max\:p-1 {
    padding: 0.25rem;
  }

  .lg-max\:p-2 {
    padding: 0.5rem;
  }

  .lg-max\:p-3 {
    padding: 0.75rem;
  }

  .lg-max\:p-4 {
    padding: 1rem;
  }

  .lg-max\:p-5 {
    padding: 1.25rem;
  }

  .lg-max\:p-6 {
    padding: 1.5rem;
  }

  .lg-max\:p-7 {
    padding: 1.75rem;
  }

  .lg-max\:p-8 {
    padding: 2rem;
  }

  .lg-max\:p-9 {
    padding: 2.25rem;
  }

  .lg-max\:p-10 {
    padding: 2.5rem;
  }

  .lg-max\:p-11 {
    padding: 2.75rem;
  }

  .lg-max\:p-12 {
    padding: 3rem;
  }

  .lg-max\:p-13 {
    padding: 3.25rem;
  }

  .lg-max\:p-14 {
    padding: 3.5rem;
  }

  .lg-max\:p-16 {
    padding: 4rem;
  }

  .lg-max\:p-19 {
    padding: 4.75rem;
  }

  .lg-max\:p-20 {
    padding: 5rem;
  }

  .lg-max\:p-24 {
    padding: 6rem;
  }

  .lg-max\:p-25 {
    padding: 6.25rem;
  }

  .lg-max\:p-28 {
    padding: 7rem;
  }

  .lg-max\:p-30 {
    padding: 7.5rem;
  }

  .lg-max\:p-32 {
    padding: 8rem;
  }

  .lg-max\:p-34 {
    padding: 8.5rem;
  }

  .lg-max\:p-36 {
    padding: 9rem;
  }

  .lg-max\:p-40 {
    padding: 10rem;
  }

  .lg-max\:p-42 {
    padding: 10.5rem;
  }

  .lg-max\:p-44 {
    padding: 11rem;
  }

  .lg-max\:p-46 {
    padding: 11.5rem;
  }

  .lg-max\:p-48 {
    padding: 12rem;
  }

  .lg-max\:p-50 {
    padding: 12.5rem;
  }

  .lg-max\:p-52 {
    padding: 13rem;
  }

  .lg-max\:p-54 {
    padding: 13.5rem;
  }

  .lg-max\:p-56 {
    padding: 14rem;
  }

  .lg-max\:p-60 {
    padding: 15rem;
  }

  .lg-max\:p-64 {
    padding: 16rem;
  }

  .lg-max\:p-68 {
    padding: 17rem;
  }

  .lg-max\:p-72 {
    padding: 18rem;
  }

  .lg-max\:p-75 {
    padding: 18.75rem;
  }

  .lg-max\:p-80 {
    padding: 20rem;
  }

  .lg-max\:p-85 {
    padding: 22rem;
  }

  .lg-max\:p-90 {
    padding: 22.5rem;
  }

  .lg-max\:p-92 {
    padding: 23rem;
  }

  .lg-max\:p-96 {
    padding: 24rem;
  }

  .lg-max\:p-100 {
    padding: 25rem;
  }

  .lg-max\:p-116 {
    padding: 29rem;
  }

  .lg-max\:p-120 {
    padding: 30rem;
  }

  .lg-max\:p-125 {
    padding: 31.25rem;
  }

  .lg-max\:p-135 {
    padding: 33.75rem;
  }

  .lg-max\:p-160 {
    padding: 40rem;
  }

  .lg-max\:p-180 {
    padding: 45rem;
  }

  .lg-max\:p-240 {
    padding: 60rem;
  }

  .lg-max\:p-285 {
    padding: 71.25rem;
  }

  .lg-max\:p-330 {
    padding: 82.5rem;
  }

  .lg-max\:p-unset {
    padding: unset;
  }

  .lg-max\:p-px {
    padding: 1px;
  }

  .lg-max\:p-0\.4 {
    padding: 0.1rem;
  }

  .lg-max\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg-max\:p-0\.6 {
    padding: 0.15rem;
  }

  .lg-max\:p-0\.75 {
    padding: 0.2rem;
  }

  .lg-max\:p-1\.2 {
    padding: 0.3rem;
  }

  .lg-max\:p-1\.25 {
    padding: 0.3125rem;
  }

  .lg-max\:p-1\.4 {
    padding: 0.35rem;
  }

  .lg-max\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg-max\:p-1\.6 {
    padding: 0.4rem;
  }

  .lg-max\:p-1\.75 {
    padding: 0.4375rem;
  }

  .lg-max\:p-1\.8 {
    padding: 0.45rem;
  }

  .lg-max\:p-2\.2 {
    padding: 0.55rem;
  }

  .lg-max\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg-max\:p-2\.6 {
    padding: 0.65rem;
  }

  .lg-max\:p-2\.7 {
    padding: 0.675rem;
  }

  .lg-max\:p-2\.8 {
    padding: 0.7rem;
  }

  .lg-max\:p-3\.4 {
    padding: 0.85rem;
  }

  .lg-max\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg-max\:p-3\.6 {
    padding: 0.9rem;
  }

  .lg-max\:p-4\.5 {
    padding: 1.125rem;
  }

  .lg-max\:p-4\.8 {
    padding: 1.2rem;
  }

  .lg-max\:p-5\.3 {
    padding: 1.3rem;
  }

  .lg-max\:p-5\.4 {
    padding: 1.35rem;
  }

  .lg-max\:p-5\.5 {
    padding: 1.375rem;
  }

  .lg-max\:p-5\.6 {
    padding: 1.4rem;
  }

  .lg-max\:p-6\.5 {
    padding: 1.625rem;
  }

  .lg-max\:p-70\/100 {
    padding: 70%;
  }

  .lg-max\:p-31\/100 {
    padding: 31%;
  }

  .lg-max\:p-15\/100 {
    padding: 15%;
  }

  .lg-max\:p-1\/100 {
    padding: 1%;
  }

  .lg-max\:p-1\/10 {
    padding: 10%;
  }

  .lg-max\:p-1\/2 {
    padding: 50%;
  }

  .lg-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg-max\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg-max\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg-max\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg-max\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg-max\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg-max\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg-max\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg-max\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg-max\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg-max\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg-max\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg-max\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg-max\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg-max\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg-max\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg-max\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg-max\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg-max\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg-max\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg-max\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg-max\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg-max\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg-max\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg-max\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg-max\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg-max\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .lg-max\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg-max\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .lg-max\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg-max\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .lg-max\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg-max\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg-max\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg-max\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg-max\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg-max\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .lg-max\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg-max\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .lg-max\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg-max\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .lg-max\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .lg-max\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .lg-max\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg-max\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg-max\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .lg-max\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg-max\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .lg-max\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .lg-max\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .lg-max\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .lg-max\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .lg-max\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .lg-max\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .lg-max\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .lg-max\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg-max\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .lg-max\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg-max\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .lg-max\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .lg-max\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .lg-max\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .lg-max\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .lg-max\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg-max\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .lg-max\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .lg-max\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .lg-max\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .lg-max\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg-max\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .lg-max\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .lg-max\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .lg-max\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .lg-max\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg-max\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .lg-max\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg-max\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .lg-max\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .lg-max\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .lg-max\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .lg-max\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .lg-max\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .lg-max\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg-max\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .lg-max\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .lg-max\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg-max\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg-max\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg-max\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg-max\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg-max\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg-max\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg-max\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg-max\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg-max\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg-max\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg-max\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg-max\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg-max\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg-max\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg-max\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg-max\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg-max\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg-max\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg-max\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg-max\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg-max\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg-max\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg-max\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg-max\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg-max\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg-max\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg-max\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg-max\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .lg-max\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg-max\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .lg-max\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg-max\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .lg-max\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg-max\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg-max\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg-max\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg-max\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg-max\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .lg-max\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg-max\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .lg-max\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg-max\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .lg-max\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .lg-max\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .lg-max\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg-max\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg-max\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .lg-max\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg-max\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .lg-max\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .lg-max\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .lg-max\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .lg-max\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .lg-max\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .lg-max\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .lg-max\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .lg-max\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg-max\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .lg-max\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg-max\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .lg-max\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .lg-max\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .lg-max\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .lg-max\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .lg-max\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg-max\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .lg-max\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .lg-max\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .lg-max\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .lg-max\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg-max\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .lg-max\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .lg-max\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .lg-max\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .lg-max\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg-max\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .lg-max\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg-max\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .lg-max\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .lg-max\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .lg-max\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .lg-max\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .lg-max\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .lg-max\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg-max\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .lg-max\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lg-max\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg-max\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg-max\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg-max\:pt-0 {
    padding-top: 0px;
  }

  .lg-max\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg-max\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg-max\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg-max\:pt-4 {
    padding-top: 1rem;
  }

  .lg-max\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg-max\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg-max\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg-max\:pt-8 {
    padding-top: 2rem;
  }

  .lg-max\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg-max\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg-max\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg-max\:pt-12 {
    padding-top: 3rem;
  }

  .lg-max\:pt-13 {
    padding-top: 3.25rem;
  }

  .lg-max\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg-max\:pt-16 {
    padding-top: 4rem;
  }

  .lg-max\:pt-19 {
    padding-top: 4.75rem;
  }

  .lg-max\:pt-20 {
    padding-top: 5rem;
  }

  .lg-max\:pt-24 {
    padding-top: 6rem;
  }

  .lg-max\:pt-25 {
    padding-top: 6.25rem;
  }

  .lg-max\:pt-28 {
    padding-top: 7rem;
  }

  .lg-max\:pt-30 {
    padding-top: 7.5rem;
  }

  .lg-max\:pt-32 {
    padding-top: 8rem;
  }

  .lg-max\:pt-34 {
    padding-top: 8.5rem;
  }

  .lg-max\:pt-36 {
    padding-top: 9rem;
  }

  .lg-max\:pt-40 {
    padding-top: 10rem;
  }

  .lg-max\:pt-42 {
    padding-top: 10.5rem;
  }

  .lg-max\:pt-44 {
    padding-top: 11rem;
  }

  .lg-max\:pt-46 {
    padding-top: 11.5rem;
  }

  .lg-max\:pt-48 {
    padding-top: 12rem;
  }

  .lg-max\:pt-50 {
    padding-top: 12.5rem;
  }

  .lg-max\:pt-52 {
    padding-top: 13rem;
  }

  .lg-max\:pt-54 {
    padding-top: 13.5rem;
  }

  .lg-max\:pt-56 {
    padding-top: 14rem;
  }

  .lg-max\:pt-60 {
    padding-top: 15rem;
  }

  .lg-max\:pt-64 {
    padding-top: 16rem;
  }

  .lg-max\:pt-68 {
    padding-top: 17rem;
  }

  .lg-max\:pt-72 {
    padding-top: 18rem;
  }

  .lg-max\:pt-75 {
    padding-top: 18.75rem;
  }

  .lg-max\:pt-80 {
    padding-top: 20rem;
  }

  .lg-max\:pt-85 {
    padding-top: 22rem;
  }

  .lg-max\:pt-90 {
    padding-top: 22.5rem;
  }

  .lg-max\:pt-92 {
    padding-top: 23rem;
  }

  .lg-max\:pt-96 {
    padding-top: 24rem;
  }

  .lg-max\:pt-100 {
    padding-top: 25rem;
  }

  .lg-max\:pt-116 {
    padding-top: 29rem;
  }

  .lg-max\:pt-120 {
    padding-top: 30rem;
  }

  .lg-max\:pt-125 {
    padding-top: 31.25rem;
  }

  .lg-max\:pt-135 {
    padding-top: 33.75rem;
  }

  .lg-max\:pt-160 {
    padding-top: 40rem;
  }

  .lg-max\:pt-180 {
    padding-top: 45rem;
  }

  .lg-max\:pt-240 {
    padding-top: 60rem;
  }

  .lg-max\:pt-285 {
    padding-top: 71.25rem;
  }

  .lg-max\:pt-330 {
    padding-top: 82.5rem;
  }

  .lg-max\:pt-unset {
    padding-top: unset;
  }

  .lg-max\:pt-px {
    padding-top: 1px;
  }

  .lg-max\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .lg-max\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg-max\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .lg-max\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .lg-max\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .lg-max\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .lg-max\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .lg-max\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg-max\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .lg-max\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .lg-max\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .lg-max\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .lg-max\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg-max\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .lg-max\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .lg-max\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .lg-max\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .lg-max\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg-max\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .lg-max\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .lg-max\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .lg-max\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .lg-max\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .lg-max\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .lg-max\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .lg-max\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .lg-max\:pt-70\/100 {
    padding-top: 70%;
  }

  .lg-max\:pt-31\/100 {
    padding-top: 31%;
  }

  .lg-max\:pt-15\/100 {
    padding-top: 15%;
  }

  .lg-max\:pt-1\/100 {
    padding-top: 1%;
  }

  .lg-max\:pt-1\/10 {
    padding-top: 10%;
  }

  .lg-max\:pt-1\/2 {
    padding-top: 50%;
  }

  .lg-max\:pr-0 {
    padding-right: 0px;
  }

  .lg-max\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg-max\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg-max\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg-max\:pr-4 {
    padding-right: 1rem;
  }

  .lg-max\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg-max\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg-max\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg-max\:pr-8 {
    padding-right: 2rem;
  }

  .lg-max\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg-max\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg-max\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg-max\:pr-12 {
    padding-right: 3rem;
  }

  .lg-max\:pr-13 {
    padding-right: 3.25rem;
  }

  .lg-max\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg-max\:pr-16 {
    padding-right: 4rem;
  }

  .lg-max\:pr-19 {
    padding-right: 4.75rem;
  }

  .lg-max\:pr-20 {
    padding-right: 5rem;
  }

  .lg-max\:pr-24 {
    padding-right: 6rem;
  }

  .lg-max\:pr-25 {
    padding-right: 6.25rem;
  }

  .lg-max\:pr-28 {
    padding-right: 7rem;
  }

  .lg-max\:pr-30 {
    padding-right: 7.5rem;
  }

  .lg-max\:pr-32 {
    padding-right: 8rem;
  }

  .lg-max\:pr-34 {
    padding-right: 8.5rem;
  }

  .lg-max\:pr-36 {
    padding-right: 9rem;
  }

  .lg-max\:pr-40 {
    padding-right: 10rem;
  }

  .lg-max\:pr-42 {
    padding-right: 10.5rem;
  }

  .lg-max\:pr-44 {
    padding-right: 11rem;
  }

  .lg-max\:pr-46 {
    padding-right: 11.5rem;
  }

  .lg-max\:pr-48 {
    padding-right: 12rem;
  }

  .lg-max\:pr-50 {
    padding-right: 12.5rem;
  }

  .lg-max\:pr-52 {
    padding-right: 13rem;
  }

  .lg-max\:pr-54 {
    padding-right: 13.5rem;
  }

  .lg-max\:pr-56 {
    padding-right: 14rem;
  }

  .lg-max\:pr-60 {
    padding-right: 15rem;
  }

  .lg-max\:pr-64 {
    padding-right: 16rem;
  }

  .lg-max\:pr-68 {
    padding-right: 17rem;
  }

  .lg-max\:pr-72 {
    padding-right: 18rem;
  }

  .lg-max\:pr-75 {
    padding-right: 18.75rem;
  }

  .lg-max\:pr-80 {
    padding-right: 20rem;
  }

  .lg-max\:pr-85 {
    padding-right: 22rem;
  }

  .lg-max\:pr-90 {
    padding-right: 22.5rem;
  }

  .lg-max\:pr-92 {
    padding-right: 23rem;
  }

  .lg-max\:pr-96 {
    padding-right: 24rem;
  }

  .lg-max\:pr-100 {
    padding-right: 25rem;
  }

  .lg-max\:pr-116 {
    padding-right: 29rem;
  }

  .lg-max\:pr-120 {
    padding-right: 30rem;
  }

  .lg-max\:pr-125 {
    padding-right: 31.25rem;
  }

  .lg-max\:pr-135 {
    padding-right: 33.75rem;
  }

  .lg-max\:pr-160 {
    padding-right: 40rem;
  }

  .lg-max\:pr-180 {
    padding-right: 45rem;
  }

  .lg-max\:pr-240 {
    padding-right: 60rem;
  }

  .lg-max\:pr-285 {
    padding-right: 71.25rem;
  }

  .lg-max\:pr-330 {
    padding-right: 82.5rem;
  }

  .lg-max\:pr-unset {
    padding-right: unset;
  }

  .lg-max\:pr-px {
    padding-right: 1px;
  }

  .lg-max\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .lg-max\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg-max\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .lg-max\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .lg-max\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .lg-max\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .lg-max\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .lg-max\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg-max\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .lg-max\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .lg-max\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .lg-max\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .lg-max\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg-max\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .lg-max\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .lg-max\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .lg-max\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .lg-max\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg-max\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .lg-max\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .lg-max\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .lg-max\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .lg-max\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .lg-max\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .lg-max\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .lg-max\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .lg-max\:pr-70\/100 {
    padding-right: 70%;
  }

  .lg-max\:pr-31\/100 {
    padding-right: 31%;
  }

  .lg-max\:pr-15\/100 {
    padding-right: 15%;
  }

  .lg-max\:pr-1\/100 {
    padding-right: 1%;
  }

  .lg-max\:pr-1\/10 {
    padding-right: 10%;
  }

  .lg-max\:pr-1\/2 {
    padding-right: 50%;
  }

  .lg-max\:pb-0 {
    padding-bottom: 0px;
  }

  .lg-max\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg-max\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg-max\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg-max\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg-max\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg-max\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg-max\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg-max\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg-max\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg-max\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg-max\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg-max\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg-max\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .lg-max\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg-max\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg-max\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .lg-max\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg-max\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg-max\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .lg-max\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg-max\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .lg-max\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg-max\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .lg-max\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg-max\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg-max\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .lg-max\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg-max\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .lg-max\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg-max\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .lg-max\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg-max\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .lg-max\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg-max\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg-max\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg-max\:pb-68 {
    padding-bottom: 17rem;
  }

  .lg-max\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg-max\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .lg-max\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg-max\:pb-85 {
    padding-bottom: 22rem;
  }

  .lg-max\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .lg-max\:pb-92 {
    padding-bottom: 23rem;
  }

  .lg-max\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg-max\:pb-100 {
    padding-bottom: 25rem;
  }

  .lg-max\:pb-116 {
    padding-bottom: 29rem;
  }

  .lg-max\:pb-120 {
    padding-bottom: 30rem;
  }

  .lg-max\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .lg-max\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .lg-max\:pb-160 {
    padding-bottom: 40rem;
  }

  .lg-max\:pb-180 {
    padding-bottom: 45rem;
  }

  .lg-max\:pb-240 {
    padding-bottom: 60rem;
  }

  .lg-max\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .lg-max\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .lg-max\:pb-unset {
    padding-bottom: unset;
  }

  .lg-max\:pb-px {
    padding-bottom: 1px;
  }

  .lg-max\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .lg-max\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg-max\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .lg-max\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .lg-max\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .lg-max\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .lg-max\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .lg-max\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg-max\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .lg-max\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .lg-max\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .lg-max\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .lg-max\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg-max\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .lg-max\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .lg-max\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .lg-max\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .lg-max\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg-max\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .lg-max\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .lg-max\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .lg-max\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .lg-max\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .lg-max\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .lg-max\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .lg-max\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .lg-max\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .lg-max\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .lg-max\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .lg-max\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .lg-max\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .lg-max\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .lg-max\:pl-0 {
    padding-left: 0px;
  }

  .lg-max\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg-max\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg-max\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg-max\:pl-4 {
    padding-left: 1rem;
  }

  .lg-max\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg-max\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg-max\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg-max\:pl-8 {
    padding-left: 2rem;
  }

  .lg-max\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg-max\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg-max\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg-max\:pl-12 {
    padding-left: 3rem;
  }

  .lg-max\:pl-13 {
    padding-left: 3.25rem;
  }

  .lg-max\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg-max\:pl-16 {
    padding-left: 4rem;
  }

  .lg-max\:pl-19 {
    padding-left: 4.75rem;
  }

  .lg-max\:pl-20 {
    padding-left: 5rem;
  }

  .lg-max\:pl-24 {
    padding-left: 6rem;
  }

  .lg-max\:pl-25 {
    padding-left: 6.25rem;
  }

  .lg-max\:pl-28 {
    padding-left: 7rem;
  }

  .lg-max\:pl-30 {
    padding-left: 7.5rem;
  }

  .lg-max\:pl-32 {
    padding-left: 8rem;
  }

  .lg-max\:pl-34 {
    padding-left: 8.5rem;
  }

  .lg-max\:pl-36 {
    padding-left: 9rem;
  }

  .lg-max\:pl-40 {
    padding-left: 10rem;
  }

  .lg-max\:pl-42 {
    padding-left: 10.5rem;
  }

  .lg-max\:pl-44 {
    padding-left: 11rem;
  }

  .lg-max\:pl-46 {
    padding-left: 11.5rem;
  }

  .lg-max\:pl-48 {
    padding-left: 12rem;
  }

  .lg-max\:pl-50 {
    padding-left: 12.5rem;
  }

  .lg-max\:pl-52 {
    padding-left: 13rem;
  }

  .lg-max\:pl-54 {
    padding-left: 13.5rem;
  }

  .lg-max\:pl-56 {
    padding-left: 14rem;
  }

  .lg-max\:pl-60 {
    padding-left: 15rem;
  }

  .lg-max\:pl-64 {
    padding-left: 16rem;
  }

  .lg-max\:pl-68 {
    padding-left: 17rem;
  }

  .lg-max\:pl-72 {
    padding-left: 18rem;
  }

  .lg-max\:pl-75 {
    padding-left: 18.75rem;
  }

  .lg-max\:pl-80 {
    padding-left: 20rem;
  }

  .lg-max\:pl-85 {
    padding-left: 22rem;
  }

  .lg-max\:pl-90 {
    padding-left: 22.5rem;
  }

  .lg-max\:pl-92 {
    padding-left: 23rem;
  }

  .lg-max\:pl-96 {
    padding-left: 24rem;
  }

  .lg-max\:pl-100 {
    padding-left: 25rem;
  }

  .lg-max\:pl-116 {
    padding-left: 29rem;
  }

  .lg-max\:pl-120 {
    padding-left: 30rem;
  }

  .lg-max\:pl-125 {
    padding-left: 31.25rem;
  }

  .lg-max\:pl-135 {
    padding-left: 33.75rem;
  }

  .lg-max\:pl-160 {
    padding-left: 40rem;
  }

  .lg-max\:pl-180 {
    padding-left: 45rem;
  }

  .lg-max\:pl-240 {
    padding-left: 60rem;
  }

  .lg-max\:pl-285 {
    padding-left: 71.25rem;
  }

  .lg-max\:pl-330 {
    padding-left: 82.5rem;
  }

  .lg-max\:pl-unset {
    padding-left: unset;
  }

  .lg-max\:pl-px {
    padding-left: 1px;
  }

  .lg-max\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .lg-max\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg-max\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .lg-max\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .lg-max\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .lg-max\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .lg-max\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .lg-max\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg-max\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .lg-max\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .lg-max\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .lg-max\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .lg-max\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg-max\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .lg-max\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .lg-max\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .lg-max\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .lg-max\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg-max\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .lg-max\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .lg-max\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .lg-max\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .lg-max\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .lg-max\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .lg-max\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .lg-max\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .lg-max\:pl-70\/100 {
    padding-left: 70%;
  }

  .lg-max\:pl-31\/100 {
    padding-left: 31%;
  }

  .lg-max\:pl-15\/100 {
    padding-left: 15%;
  }

  .lg-max\:pl-1\/100 {
    padding-left: 1%;
  }

  .lg-max\:pl-1\/10 {
    padding-left: 10%;
  }

  .lg-max\:pl-1\/2 {
    padding-left: 50%;
  }

  .lg-max\:text-left {
    text-align: left;
  }

  .lg-max\:text-center {
    text-align: center;
  }

  .lg-max\:text-right {
    text-align: right;
  }

  .lg-max\:text-justify {
    text-align: justify;
  }

  .lg-max\:align-baseline {
    vertical-align: baseline;
  }

  .lg-max\:align-top {
    vertical-align: top;
  }

  .lg-max\:align-middle {
    vertical-align: middle;
  }

  .lg-max\:align-bottom {
    vertical-align: bottom;
  }

  .lg-max\:align-text-top {
    vertical-align: text-top;
  }

  .lg-max\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg-max\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .lg-max\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .lg-max\:font-body {
    font-family: Roboto, sans-serif;
  }

  .lg-max\:font-awesome {
    font-family: FontAwesome;
  }

  .lg-max\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .lg-max\:text-inherit {
    font-size: inherit;
  }

  .lg-max\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .lg-max\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .lg-max\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg-max\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .lg-max\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg-max\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg-max\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg-max\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg-max\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg-max\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg-max\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg-max\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg-max\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg-max\:text-8xl {
    font-size: 5rem;
    line-height: 1;
  }

  .lg-max\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg-max\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .lg-max\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .lg-max\:font-thin {
    font-weight: 100;
  }

  .lg-max\:font-extralight {
    font-weight: 200;
  }

  .lg-max\:font-light {
    font-weight: 300;
  }

  .lg-max\:font-normal {
    font-weight: 400;
  }

  .lg-max\:font-medium {
    font-weight: 500;
  }

  .lg-max\:font-semibold {
    font-weight: 600;
  }

  .lg-max\:font-bold {
    font-weight: 700;
  }

  .lg-max\:font-extrabold {
    font-weight: 800;
  }

  .lg-max\:font-black {
    font-weight: 900;
  }

  .lg-max\:uppercase {
    text-transform: uppercase;
  }

  .lg-max\:lowercase {
    text-transform: lowercase;
  }

  .lg-max\:capitalize {
    text-transform: capitalize;
  }

  .lg-max\:normal-case {
    text-transform: none;
  }

  .lg-max\:italic {
    font-style: italic;
  }

  .lg-max\:not-italic {
    font-style: normal;
  }

  .lg-max\:ordinal, .lg-max\:slashed-zero, .lg-max\:lining-nums, .lg-max\:oldstyle-nums, .lg-max\:proportional-nums, .lg-max\:tabular-nums, .lg-max\:diagonal-fractions, .lg-max\: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-max\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg-max\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lg-max\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg-max\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg-max\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg-max\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg-max\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg-max\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg-max\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg-max\:leading-3 {
    line-height: .75rem;
  }

  .lg-max\:leading-4 {
    line-height: 1rem;
  }

  .lg-max\:leading-5 {
    line-height: 1.25rem;
  }

  .lg-max\:leading-6 {
    line-height: 1.5rem;
  }

  .lg-max\:leading-7 {
    line-height: 1.75rem;
  }

  .lg-max\:leading-8 {
    line-height: 2rem;
  }

  .lg-max\:leading-9 {
    line-height: 2.25rem;
  }

  .lg-max\:leading-10 {
    line-height: 2.5rem;
  }

  .lg-max\:leading-none {
    line-height: 1;
  }

  .lg-max\:leading-tight {
    line-height: 1.25;
  }

  .lg-max\:leading-snug {
    line-height: 1.375;
  }

  .lg-max\:leading-normal {
    line-height: 1.5;
  }

  .lg-max\:leading-relaxed {
    line-height: 1.625;
  }

  .lg-max\:leading-loose {
    line-height: 2;
  }

  .lg-max\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg-max\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg-max\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg-max\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg-max\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg-max\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg-max\:text-transparent {
    color: transparent;
  }

  .lg-max\:text-current {
    color: currentColor;
  }

  .lg-max\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .lg-max\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .lg-max\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg-max\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg-max\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .lg-max\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg-max\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg-max\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg-max\:text-slate {
  }

  .lg-max\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:text-zinc {
  }

  .lg-max\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg-max\:text-neutral {
  }

  .lg-max\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg-max\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg-max\:text-stone {
  }

  .lg-max\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg-max\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg-max\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .lg-max\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-slate {
  }

  .group:hover .lg-max\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-zinc {
  }

  .group:hover .lg-max\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-neutral {
  }

  .group:hover .lg-max\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-stone {
  }

  .group:hover .lg-max\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .lg-max\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg-max\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .lg-max\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-slate:focus-within {
  }

  .lg-max\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-zinc:focus-within {
  }

  .lg-max\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-neutral:focus-within {
  }

  .lg-max\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-stone:focus-within {
  }

  .lg-max\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg-max\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg-max\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-slate:hover {
  }

  .lg-max\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-zinc:hover {
  }

  .lg-max\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-neutral:hover {
  }

  .lg-max\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-stone:hover {
  }

  .lg-max\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg-max\:focus\:text-current:focus {
    color: currentColor;
  }

  .lg-max\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-slate:focus {
  }

  .lg-max\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-zinc:focus {
  }

  .lg-max\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-neutral:focus {
  }

  .lg-max\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-stone:focus {
  }

  .lg-max\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .lg-max\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .lg-max\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg-max\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg-max\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg-max\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg-max\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg-max\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg-max\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg-max\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg-max\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg-max\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg-max\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg-max\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg-max\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg-max\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg-max\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg-max\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg-max\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lg-max\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lg-max\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lg-max\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lg-max\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lg-max\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lg-max\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lg-max\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lg-max\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lg-max\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lg-max\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lg-max\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lg-max\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lg-max\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lg-max\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lg-max\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lg-max\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lg-max\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lg-max\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lg-max\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lg-max\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lg-max\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lg-max\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lg-max\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lg-max\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lg-max\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lg-max\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lg-max\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lg-max\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lg-max\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lg-max\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lg-max\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lg-max\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lg-max\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lg-max\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lg-max\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lg-max\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lg-max\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lg-max\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lg-max\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lg-max\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lg-max\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lg-max\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lg-max\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lg-max\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lg-max\:underline {
    text-decoration: underline;
  }

  .lg-max\:line-through {
    text-decoration: line-through;
  }

  .lg-max\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg-max\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg-max\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg-max\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg-max\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg-max\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg-max\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg-max\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg-max\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg-max\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg-max\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg-max\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg-max\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg-max\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg-max\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg-max\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg-max\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg-max\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .lg-max\:placeholder-current::placeholder {
    color: currentColor;
  }

  .lg-max\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-slate::-moz-placeholder {
  }

  .lg-max\:placeholder-slate::placeholder {
  }

  .lg-max\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-zinc::-moz-placeholder {
  }

  .lg-max\:placeholder-zinc::placeholder {
  }

  .lg-max\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-neutral::-moz-placeholder {
  }

  .lg-max\:placeholder-neutral::placeholder {
  }

  .lg-max\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-stone::-moz-placeholder {
  }

  .lg-max\:placeholder-stone::placeholder {
  }

  .lg-max\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg-max\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg-max\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .lg-max\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .lg-max\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .lg-max\:focus\:placeholder-slate:focus::placeholder {
  }

  .lg-max\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .lg-max\:focus\:placeholder-zinc:focus::placeholder {
  }

  .lg-max\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .lg-max\:focus\:placeholder-neutral:focus::placeholder {
  }

  .lg-max\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .lg-max\:focus\:placeholder-stone:focus::placeholder {
  }

  .lg-max\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .lg-max\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg-max\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg-max\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg-max\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg-max\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg-max\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg-max\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg-max\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg-max\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg-max\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg-max\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg-max\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg-max\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg-max\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg-max\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg-max\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg-max\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg-max\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg-max\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg-max\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg-max\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg-max\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg-max\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg-max\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg-max\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg-max\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg-max\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg-max\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg-max\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg-max\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg-max\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg-max\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg-max\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg-max\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg-max\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg-max\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg-max\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg-max\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg-max\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg-max\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg-max\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg-max\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg-max\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg-max\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg-max\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg-max\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg-max\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg-max\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg-max\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg-max\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg-max\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg-max\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg-max\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg-max\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg-max\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg-max\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg-max\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg-max\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg-max\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg-max\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg-max\:opacity-0 {
    opacity: 0;
  }

  .lg-max\:opacity-5 {
    opacity: 0.05;
  }

  .lg-max\:opacity-10 {
    opacity: 0.1;
  }

  .lg-max\:opacity-20 {
    opacity: 0.2;
  }

  .lg-max\:opacity-25 {
    opacity: 0.25;
  }

  .lg-max\:opacity-30 {
    opacity: 0.3;
  }

  .lg-max\:opacity-40 {
    opacity: 0.4;
  }

  .lg-max\:opacity-50 {
    opacity: 0.5;
  }

  .lg-max\:opacity-60 {
    opacity: 0.6;
  }

  .lg-max\:opacity-70 {
    opacity: 0.7;
  }

  .lg-max\:opacity-75 {
    opacity: 0.75;
  }

  .lg-max\:opacity-80 {
    opacity: 0.8;
  }

  .lg-max\:opacity-90 {
    opacity: 0.9;
  }

  .lg-max\:opacity-95 {
    opacity: 0.95;
  }

  .lg-max\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg-max\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg-max\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .lg-max\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .lg-max\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .lg-max\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg-max\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .lg-max\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .lg-max\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg-max\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .lg-max\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .lg-max\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg-max\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lg-max\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .lg-max\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .lg-max\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg-max\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg-max\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .lg-max\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .lg-max\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .lg-max\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg-max\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .lg-max\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .lg-max\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg-max\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg-max\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .lg-max\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg-max\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .lg-max\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .lg-max\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .lg-max\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lg-max\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg-max\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .lg-max\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lg-max\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .lg-max\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg-max\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .lg-max\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lg-max\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg-max\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg-max\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lg-max\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg-max\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lg-max\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lg-max\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .lg-max\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg-max\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg-max\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .lg-max\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lg-max\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .lg-max\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg-max\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .lg-max\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .lg-max\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg-max\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lg-max\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .lg-max\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg-max\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lg-max\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lg-max\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .lg-max\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg-max\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .lg-max\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .lg-max\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .lg-max\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .lg-max\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .lg-max\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .lg-max\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .lg-max\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .lg-max\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .lg-max\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .lg-max\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .lg-max\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .lg-max\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .lg-max\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .lg-max\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .lg-max\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg-max\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg-max\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg-max\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg-max\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg-max\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg-max\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg-max\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg-max\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg-max\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg-max\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg-max\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg-max\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg-max\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg-max\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg-max\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg-max\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg-max\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg-max\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg-max\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg-max\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg-max\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg-max\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg-max\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg-max\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg-max\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg-max\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg-max\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg-max\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg-max\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg-max\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lg-max\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg-max\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:group-hover\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:group-hover\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:group-hover\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg-max\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus-within\:shadow-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus-within\:shadow-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus-within\:shadow-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:hover\:shadow-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:hover\:shadow-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-xl:hover {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus\:shadow-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus\:shadow-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus\:shadow-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-xl:focus {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg-max\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg-max\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg-max\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg-max\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg-max\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg-max\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg-max\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg-max\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg-max\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lg-max\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg-max\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg-max\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg-max\:ring-current {
    --tw-ring-color: currentColor;
  }

  .lg-max\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg-max\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg-max\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg-max\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg-max\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg-max\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg-max\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg-max\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg-max\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg-max\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .lg-max\:ring-slate {
  }

  .lg-max\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg-max\:ring-zinc {
  }

  .lg-max\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg-max\:ring-neutral {
  }

  .lg-max\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg-max\:ring-stone {
  }

  .lg-max\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg-max\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg-max\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg-max\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg-max\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg-max\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg-max\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg-max\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg-max\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg-max\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg-max\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .lg-max\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-slate:focus-within {
  }

  .lg-max\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-zinc:focus-within {
  }

  .lg-max\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-neutral:focus-within {
  }

  .lg-max\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-stone:focus-within {
  }

  .lg-max\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg-max\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg-max\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .lg-max\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-slate:focus {
  }

  .lg-max\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-zinc:focus {
  }

  .lg-max\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-neutral:focus {
  }

  .lg-max\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-stone:focus {
  }

  .lg-max\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .lg-max\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .lg-max\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lg-max\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lg-max\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lg-max\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lg-max\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lg-max\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lg-max\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lg-max\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg-max\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg-max\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lg-max\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lg-max\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lg-max\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lg-max\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lg-max\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg-max\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lg-max\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lg-max\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lg-max\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lg-max\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lg-max\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lg-max\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lg-max\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lg-max\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lg-max\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lg-max\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lg-max\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lg-max\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lg-max\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lg-max\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lg-max\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lg-max\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lg-max\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lg-max\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lg-max\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lg-max\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lg-max\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lg-max\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lg-max\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lg-max\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lg-max\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lg-max\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lg-max\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lg-max\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lg-max\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lg-max\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg-max\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg-max\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg-max\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg-max\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg-max\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg-max\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg-max\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg-max\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg-max\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg-max\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg-max\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg-max\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg-max\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg-max\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg-max\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg-max\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .lg-max\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg-max\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg-max\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .lg-max\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .lg-max\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .lg-max\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .lg-max\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .lg-max\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .lg-max\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .lg-max\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .lg-max\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .lg-max\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .lg-max\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .lg-max\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .lg-max\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg-max\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg-max\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg-max\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg-max\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .lg-max\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .lg-max\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg-max\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .lg-max\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .lg-max\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg-max\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg-max\:ring-offset-red-200 {
    --tw-ring-offset-color: #fc9797;
  }

  .lg-max\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg-max\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .lg-max\:ring-offset-red-500 {
    --tw-ring-offset-color: #f53939;
  }

  .lg-max\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .lg-max\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .lg-max\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .lg-max\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg-max\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg-max\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg-max\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg-max\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .lg-max\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg-max\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .lg-max\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .lg-max\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .lg-max\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg-max\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .lg-max\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg-max\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .lg-max\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg-max\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .lg-max\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .lg-max\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbcf33;
  }

  .lg-max\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .lg-max\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg-max\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .lg-max\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .lg-max\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .lg-max\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .lg-max\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg-max\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg-max\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg-max\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .lg-max\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .lg-max\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .lg-max\:ring-offset-green-600 {
    --tw-ring-offset-color: #17ad37;
  }

  .lg-max\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .lg-max\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .lg-max\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .lg-max\:ring-offset-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg-max\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg-max\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg-max\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .lg-max\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .lg-max\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .lg-max\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .lg-max\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .lg-max\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .lg-max\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .lg-max\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg-max\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg-max\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg-max\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg-max\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .lg-max\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .lg-max\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg-max\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .lg-max\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .lg-max\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .lg-max\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .lg-max\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg-max\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg-max\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg-max\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg-max\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .lg-max\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .lg-max\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .lg-max\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7928ca;
  }

  .lg-max\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg-max\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .lg-max\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg-max\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg-max\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg-max\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg-max\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .lg-max\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .lg-max\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .lg-max\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg-max\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg-max\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .lg-max\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg-max\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg-max\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg-max\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f883dd;
  }

  .lg-max\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg-max\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .lg-max\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .lg-max\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .lg-max\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .lg-max\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .lg-max\:ring-offset-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg-max\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg-max\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg-max\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg-max\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .lg-max\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .lg-max\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .lg-max\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .lg-max\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .lg-max\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .lg-max\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg-max\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg-max\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg-max\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg-max\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg-max\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg-max\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2152ff;
  }

  .lg-max\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg-max\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .lg-max\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .lg-max\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg-max\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg-max\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg-max\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg-max\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg-max\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg-max\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .lg-max\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg-max\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .lg-max\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg-max\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg-max\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .lg-max\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .lg-max\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .lg-max\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .lg-max\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .lg-max\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .lg-max\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .lg-max\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .lg-max\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .lg-max\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .lg-max\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .lg-max\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .lg-max\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .lg-max\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .lg-max\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .lg-max\:ring-offset-slate {
  }

  .lg-max\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg-max\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg-max\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg-max\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg-max\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .lg-max\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .lg-max\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg-max\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .lg-max\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .lg-max\:ring-offset-zinc {
  }

  .lg-max\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg-max\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg-max\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg-max\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg-max\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .lg-max\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .lg-max\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .lg-max\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .lg-max\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .lg-max\:ring-offset-neutral {
  }

  .lg-max\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg-max\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg-max\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg-max\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg-max\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg-max\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .lg-max\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .lg-max\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .lg-max\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .lg-max\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .lg-max\:ring-offset-stone {
  }

  .lg-max\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .lg-max\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg-max\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg-max\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .lg-max\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .lg-max\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .lg-max\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .lg-max\:ring-offset-orange-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .lg-max\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .lg-max\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .lg-max\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg-max\:ring-offset-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg-max\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg-max\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg-max\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .lg-max\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .lg-max\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .lg-max\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .lg-max\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .lg-max\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .lg-max\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg-max\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg-max\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg-max\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .lg-max\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg-max\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbc400;
  }

  .lg-max\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg-max\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .lg-max\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .lg-max\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .lg-max\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .lg-max\:ring-offset-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg-max\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg-max\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .lg-max\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg-max\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg-max\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg-max\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .lg-max\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .lg-max\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .lg-max\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .lg-max\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg-max\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg-max\:ring-offset-lime-200 {
    --tw-ring-offset-color: #cdf59b;
  }

  .lg-max\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .lg-max\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .lg-max\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .lg-max\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .lg-max\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg-max\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .lg-max\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .lg-max\:ring-offset-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg-max\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg-max\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg-max\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .lg-max\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .lg-max\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .lg-max\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .lg-max\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg-max\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .lg-max\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .lg-max\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg-max\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg-max\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg-max\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg-max\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .lg-max\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .lg-max\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .lg-max\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .lg-max\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .lg-max\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .lg-max\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .lg-max\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg-max\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg-max\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg-max\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .lg-max\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg-max\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg-max\:ring-offset-teal-550 {
    --tw-ring-offset-color: #329874;
  }

  .lg-max\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .lg-max\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .lg-max\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .lg-max\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .lg-max\:ring-offset-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg-max\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg-max\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg-max\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .lg-max\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg-max\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg-max\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .lg-max\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .lg-max\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .lg-max\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .lg-max\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg-max\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .lg-max\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg-max\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg-max\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #21d4fd;
  }

  .lg-max\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .lg-max\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .lg-max\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .lg-max\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .lg-max\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .lg-max\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .lg-max\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg-max\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg-max\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .lg-max\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg-max\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg-max\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg-max\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .lg-max\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .lg-max\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .lg-max\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .lg-max\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg-max\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg-max\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg-max\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg-max\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg-max\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg-max\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .lg-max\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .lg-max\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .lg-max\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg-max\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg-max\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg-max\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg-max\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg-max\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg-max\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg-max\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg-max\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg-max\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg-max\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg-max\:ring-offset-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg-max\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg-max\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg-max\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg-max\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg-max\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg-max\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg-max\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg-max\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg-max\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg-max\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg-max\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg-max\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg-max\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #e293d3;
  }

  .lg-max\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .lg-max\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .lg-max\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .lg-max\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .lg-max\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .lg-max\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .lg-max\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .lg-max\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg-max\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg-max\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg-max\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .lg-max\:ring-offset-rose-400 {
    --tw-ring-offset-color: #ff667c;
  }

  .lg-max\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg-max\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .lg-max\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .lg-max\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .lg-max\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .lg-max\:ring-offset-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg-max\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg-max\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg-max\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .lg-max\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .lg-max\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg-max\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .lg-max\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .lg-max\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .lg-max\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .lg-max\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg-max\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .lg-max\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg-max\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg-max\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .lg-max\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .lg-max\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .lg-max\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .lg-max\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .lg-max\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .lg-max\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .lg-max\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .lg-max\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .lg-max\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .lg-max\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .lg-max\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .lg-max\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .lg-max\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg-max\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg-max\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fc9797;
  }

  .lg-max\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg-max\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .lg-max\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #f53939;
  }

  .lg-max\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .lg-max\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .lg-max\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .lg-max\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .lg-max\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .lg-max\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg-max\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .lg-max\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg-max\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .lg-max\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .lg-max\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbcf33;
  }

  .lg-max\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .lg-max\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg-max\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .lg-max\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .lg-max\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .lg-max\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .lg-max\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg-max\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg-max\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg-max\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .lg-max\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .lg-max\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .lg-max\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #17ad37;
  }

  .lg-max\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .lg-max\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .lg-max\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .lg-max\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .lg-max\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg-max\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg-max\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg-max\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg-max\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .lg-max\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .lg-max\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg-max\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .lg-max\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .lg-max\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .lg-max\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .lg-max\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg-max\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg-max\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg-max\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg-max\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .lg-max\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .lg-max\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .lg-max\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7928ca;
  }

  .lg-max\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg-max\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg-max\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .lg-max\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg-max\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg-max\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg-max\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f883dd;
  }

  .lg-max\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .lg-max\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ff0080;
  }

  .lg-max\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .lg-max\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .lg-max\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .lg-max\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .lg-max\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .lg-max\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg-max\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg-max\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg-max\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg-max\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg-max\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg-max\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2152ff;
  }

  .lg-max\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg-max\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #344e86;
  }

  .lg-max\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .lg-max\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg-max\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg-max\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .lg-max\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .lg-max\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .lg-max\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .lg-max\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .lg-max\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .lg-max\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .lg-max\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .lg-max\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .lg-max\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .lg-max\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .lg-max\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .lg-max\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .lg-max\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .lg-max\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .lg-max\:focus-within\:ring-offset-slate:focus-within {
  }

  .lg-max\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg-max\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg-max\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg-max\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg-max\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .lg-max\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .lg-max\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg-max\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .lg-max\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .lg-max\:focus-within\:ring-offset-zinc:focus-within {
  }

  .lg-max\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg-max\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg-max\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg-max\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg-max\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .lg-max\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .lg-max\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .lg-max\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .lg-max\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .lg-max\:focus-within\:ring-offset-neutral:focus-within {
  }

  .lg-max\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg-max\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg-max\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg-max\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg-max\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg-max\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .lg-max\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .lg-max\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .lg-max\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .lg-max\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .lg-max\:focus-within\:ring-offset-stone:focus-within {
  }

  .lg-max\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .lg-max\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg-max\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg-max\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .lg-max\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .lg-max\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .lg-max\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .lg-max\:focus-within\:ring-offset-orange-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .lg-max\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .lg-max\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .lg-max\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .lg-max\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg-max\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg-max\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg-max\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .lg-max\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg-max\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbc400;
  }

  .lg-max\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg-max\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .lg-max\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .lg-max\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .lg-max\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .lg-max\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .lg-max\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg-max\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg-max\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #cdf59b;
  }

  .lg-max\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .lg-max\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #98ec2d;
  }

  .lg-max\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .lg-max\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .lg-max\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg-max\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .lg-max\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .lg-max\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .lg-max\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg-max\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg-max\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg-max\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg-max\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .lg-max\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .lg-max\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .lg-max\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .lg-max\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .lg-max\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .lg-max\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .lg-max\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg-max\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg-max\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg-max\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .lg-max\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg-max\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg-max\:focus-within\:ring-offset-teal-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .lg-max\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .lg-max\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .lg-max\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .lg-max\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .lg-max\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .lg-max\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg-max\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .lg-max\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg-max\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg-max\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #21d4fd;
  }

  .lg-max\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .lg-max\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .lg-max\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .lg-max\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .lg-max\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .lg-max\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .lg-max\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg-max\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg-max\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .lg-max\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg-max\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg-max\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg-max\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .lg-max\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .lg-max\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .lg-max\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .lg-max\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg-max\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg-max\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg-max\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg-max\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg-max\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg-max\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg-max\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg-max\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg-max\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg-max\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg-max\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #e293d3;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #cb0c9f;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a3017e;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .lg-max\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .lg-max\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg-max\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg-max\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg-max\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .lg-max\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #ff667c;
  }

  .lg-max\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg-max\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .lg-max\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .lg-max\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .lg-max\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .lg-max\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .lg-max\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg-max\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .lg-max\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .lg-max\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg-max\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .lg-max\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .lg-max\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .lg-max\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .lg-max\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .lg-max\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .lg-max\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .lg-max\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .lg-max\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .lg-max\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .lg-max\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .lg-max\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .lg-max\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .lg-max\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg-max\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg-max\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fc9797;
  }

  .lg-max\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg-max\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .lg-max\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #f53939;
  }

  .lg-max\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .lg-max\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .lg-max\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .lg-max\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .lg-max\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .lg-max\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .lg-max\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .lg-max\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg-max\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .lg-max\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .lg-max\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbcf33;
  }

  .lg-max\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .lg-max\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg-max\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .lg-max\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .lg-max\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .lg-max\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .lg-max\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg-max\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg-max\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg-max\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .lg-max\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .lg-max\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .lg-max\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #17ad37;
  }

  .lg-max\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .lg-max\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .lg-max\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .lg-max\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .lg-max\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg-max\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg-max\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg-max\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg-max\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .lg-max\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .lg-max\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg-max\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .lg-max\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .lg-max\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .lg-max\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .lg-max\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg-max\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg-max\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg-max\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg-max\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .lg-max\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .lg-max\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .lg-max\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7928ca;
  }

  .lg-max\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg-max\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .lg-max\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .lg-max\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg-max\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg-max\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg-max\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f883dd;
  }

  .lg-max\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg-max\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .lg-max\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .lg-max\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .lg-max\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .lg-max\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .lg-max\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .lg-max\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg-max\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg-max\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg-max\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg-max\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg-max\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg-max\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2152ff;
  }

  .lg-max\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg-max\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .lg-max\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .lg-max\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg-max\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .lg-max\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .lg-max\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .lg-max\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .lg-max\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .lg-max\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .lg-max\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .lg-max\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .lg-max\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .lg-max\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .lg-max\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .lg-max\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .lg-max\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .lg-max\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .lg-max\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .lg-max\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .lg-max\:focus\:ring-offset-slate:focus {
  }

  .lg-max\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .lg-max\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .lg-max\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .lg-max\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .lg-max\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .lg-max\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .lg-max\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .lg-max\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .lg-max\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .lg-max\:focus\:ring-offset-zinc:focus {
  }

  .lg-max\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .lg-max\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .lg-max\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .lg-max\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .lg-max\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .lg-max\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .lg-max\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .lg-max\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .lg-max\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .lg-max\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .lg-max\:focus\:ring-offset-neutral:focus {
  }

  .lg-max\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .lg-max\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .lg-max\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .lg-max\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .lg-max\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .lg-max\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .lg-max\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .lg-max\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .lg-max\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .lg-max\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .lg-max\:focus\:ring-offset-stone:focus {
  }

  .lg-max\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .lg-max\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg-max\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg-max\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .lg-max\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .lg-max\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .lg-max\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .lg-max\:focus\:ring-offset-orange-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .lg-max\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .lg-max\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .lg-max\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .lg-max\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .lg-max\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg-max\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg-max\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .lg-max\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg-max\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbc400;
  }

  .lg-max\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg-max\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .lg-max\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .lg-max\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .lg-max\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .lg-max\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .lg-max\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg-max\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg-max\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #cdf59b;
  }

  .lg-max\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .lg-max\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .lg-max\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .lg-max\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .lg-max\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg-max\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .lg-max\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .lg-max\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .lg-max\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg-max\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg-max\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg-max\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg-max\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .lg-max\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .lg-max\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .lg-max\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .lg-max\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .lg-max\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .lg-max\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .lg-max\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg-max\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg-max\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg-max\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .lg-max\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg-max\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg-max\:focus\:ring-offset-teal-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .lg-max\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .lg-max\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .lg-max\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .lg-max\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .lg-max\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .lg-max\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg-max\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .lg-max\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg-max\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg-max\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #21d4fd;
  }

  .lg-max\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .lg-max\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .lg-max\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .lg-max\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .lg-max\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .lg-max\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .lg-max\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg-max\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg-max\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .lg-max\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg-max\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg-max\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg-max\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .lg-max\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .lg-max\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .lg-max\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .lg-max\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .lg-max\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg-max\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg-max\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg-max\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg-max\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg-max\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg-max\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg-max\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg-max\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg-max\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .lg-max\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .lg-max\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg-max\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg-max\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg-max\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #e293d3;
  }

  .lg-max\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .lg-max\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .lg-max\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .lg-max\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .lg-max\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .lg-max\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .lg-max\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .lg-max\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg-max\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg-max\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg-max\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .lg-max\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #ff667c;
  }

  .lg-max\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg-max\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .lg-max\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .lg-max\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .lg-max\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .lg-max\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .lg-max\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg-max\:filter-none {
    filter: none;
  }

  .lg-max\:blur-0 {
    --tw-blur: blur(0);
  }

  .lg-max\:blur-none {
    --tw-blur: blur(0);
  }

  .lg-max\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lg-max\:blur {
    --tw-blur: blur(8px);
  }

  .lg-max\:blur-md {
    --tw-blur: blur(12px);
  }

  .lg-max\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lg-max\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lg-max\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .lg-max\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg-max\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg-max\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg-max\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg-max\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg-max\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg-max\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg-max\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg-max\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg-max\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg-max\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg-max\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg-max\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg-max\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg-max\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg-max\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg-max\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg-max\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg-max\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg-max\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .lg-max\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .lg-max\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .lg-max\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .lg-max\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .lg-max\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .lg-max\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg-max\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg-max\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg-max\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg-max\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg-max\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg-max\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg-max\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg-max\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg-max\:invert-0 {
    --tw-invert: invert(0);
  }

  .lg-max\:invert {
    --tw-invert: invert(100%);
  }

  .lg-max\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg-max\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg-max\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg-max\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg-max\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg-max\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg-max\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lg-max\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg-max\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg-max\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lg-max\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lg-max\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lg-max\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lg-max\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lg-max\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lg-max\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lg-max\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .lg-max\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lg-max\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg-max\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg-max\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg-max\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg-max\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg-max\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg-max\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg-max\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg-max\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg-max\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg-max\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg-max\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg-max\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg-max\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg-max\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg-max\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg-max\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg-max\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg-max\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg-max\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg-max\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg-max\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg-max\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg-max\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg-max\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg-max\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg-max\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg-max\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg-max\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg-max\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg-max\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg-max\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg-max\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg-max\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg-max\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg-max\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg-max\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg-max\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg-max\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg-max\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg-max\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg-max\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg-max\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lg-max\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg-max\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg-max\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg-max\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg-max\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg-max\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg-max\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg-max\:transition-none {
    transition-property: none;
  }

  .lg-max\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg-max\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg-max\: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-max\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg-max\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg-max\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg-max\:delay-75 {
    transition-delay: 75ms;
  }

  .lg-max\:delay-100 {
    transition-delay: 100ms;
  }

  .lg-max\:delay-150 {
    transition-delay: 150ms;
  }

  .lg-max\:delay-200 {
    transition-delay: 200ms;
  }

  .lg-max\:delay-300 {
    transition-delay: 300ms;
  }

  .lg-max\:delay-500 {
    transition-delay: 500ms;
  }

  .lg-max\:delay-700 {
    transition-delay: 700ms;
  }

  .lg-max\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg-max\:duration-75 {
    transition-duration: 75ms;
  }

  .lg-max\:duration-100 {
    transition-duration: 100ms;
  }

  .lg-max\:duration-150 {
    transition-duration: 150ms;
  }

  .lg-max\:duration-200 {
    transition-duration: 200ms;
  }

  .lg-max\:duration-300 {
    transition-duration: 300ms;
  }

  .lg-max\:duration-500 {
    transition-duration: 500ms;
  }

  .lg-max\:duration-700 {
    transition-duration: 700ms;
  }

  .lg-max\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg-max\:ease-linear {
    transition-timing-function: linear;
  }

  .lg-max\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg-max\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg-max\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .xl\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .xl\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .xl\:container {
      max-width: 1400px;
    }
  }

  .xl\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .xl\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .xl\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .xl\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .xl\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .xl\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .xl\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .xl\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .xl\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .xl\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .xl\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .xl\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .xl\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .xl\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .xl\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .xl\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .xl\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .xl\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .xl\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .xl\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .xl\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .xl\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .xl\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .xl\:prose code::before {
    content: "`";
  }

  .xl\:prose code::after {
    content: "`";
  }

  .xl\:prose a code {
    color: #141727;
  }

  .xl\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .xl\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .xl\:prose pre code::before {
    content: none;
  }

  .xl\:prose pre code::after {
    content: none;
  }

  .xl\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .xl\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .xl\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .xl\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .xl\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .xl\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose h2 code {
    font-size: 0.875em;
  }

  .xl\:prose h3 code {
    font-size: 0.9em;
  }

  .xl\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl\:prose ul ul, .xl\:prose ul ol, .xl\:prose ol ul, .xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl\:prose hr + * {
    margin-top: 0;
  }

  .xl\:prose h2 + * {
    margin-top: 0;
  }

  .xl\:prose h3 + * {
    margin-top: 0;
  }

  .xl\:prose h4 + * {
    margin-top: 0;
  }

  .xl\:prose thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose > :first-child {
    margin-top: 0;
  }

  .xl\:prose > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .xl\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .xl\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .xl\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .xl\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .xl\:prose-sm code {
    font-size: 0.8571429em;
  }

  .xl\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .xl\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .xl\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .xl\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .xl\:prose-sm ol > li::before {
    left: 0;
  }

  .xl\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .xl\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .xl\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl\:prose-sm ul ul, .xl\:prose-sm ul ol, .xl\:prose-sm ol ul, .xl\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .xl\:prose-sm hr + * {
    margin-top: 0;
  }

  .xl\:prose-sm h2 + * {
    margin-top: 0;
  }

  .xl\:prose-sm h3 + * {
    margin-top: 0;
  }

  .xl\:prose-sm h4 + * {
    margin-top: 0;
  }

  .xl\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .xl\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-sm > :first-child {
    margin-top: 0;
  }

  .xl\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .xl\:prose-lg code {
    font-size: 0.8888889em;
  }

  .xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .xl\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ol > li::before {
    left: 0;
  }

  .xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .xl\:prose-lg hr + * {
    margin-top: 0;
  }

  .xl\:prose-lg h2 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h3 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h4 + * {
    margin-top: 0;
  }

  .xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg > :first-child {
    margin-top: 0;
  }

  .xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .xl\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .xl\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl\:prose-xl code {
    font-size: 0.9em;
  }

  .xl\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .xl\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .xl\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .xl\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .xl\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .xl\:prose-xl ol > li::before {
    left: 0;
  }

  .xl\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .xl\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .xl\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl\:prose-xl ul ul, .xl\:prose-xl ul ol, .xl\:prose-xl ol ul, .xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .xl\:prose-xl hr + * {
    margin-top: 0;
  }

  .xl\:prose-xl h2 + * {
    margin-top: 0;
  }

  .xl\:prose-xl h3 + * {
    margin-top: 0;
  }

  .xl\:prose-xl h4 + * {
    margin-top: 0;
  }

  .xl\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-xl > :first-child {
    margin-top: 0;
  }

  .xl\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .xl\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .xl\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .xl\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .xl\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .xl\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .xl\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .xl\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .xl\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .xl\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .xl\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ol > li::before {
    left: 0;
  }

  .xl\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .xl\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .xl\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl\:prose-2xl hr + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .xl\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .xl\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .xl\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .xl\:prose-red a {
    color: #ea0606;
  }

  .xl\:prose-red a code {
    color: #ea0606;
  }

  .xl\:prose-yellow a {
    color: #ca8a04;
  }

  .xl\:prose-yellow a code {
    color: #ca8a04;
  }

  .xl\:prose-green a {
    color: #17ad37;
  }

  .xl\:prose-green a code {
    color: #17ad37;
  }

  .xl\:prose-indigo a {
    color: #4f46e5;
  }

  .xl\:prose-indigo a code {
    color: #4f46e5;
  }

  .xl\:prose-purple a {
    color: #9333ea;
  }

  .xl\:prose-purple a code {
    color: #9333ea;
  }

  .xl\:prose-pink a {
    color: #db2777;
  }

  .xl\:prose-pink a code {
    color: #db2777;
  }

  .xl\:prose-blue a {
    color: #2152ff;
  }

  .xl\:prose-blue a code {
    color: #2152ff;
  }

  .xl\:prose-slate a {
    color: #627594;
  }

  .xl\:prose-slate a code {
    color: #627594;
  }

  .xl\:prose-zinc a {
    color: #52525b;
  }

  .xl\:prose-zinc a code {
    color: #52525b;
  }

  .xl\:prose-neutral a {
    color: #525252;
  }

  .xl\:prose-neutral a code {
    color: #525252;
  }

  .xl\:prose-stone a {
    color: #57534e;
  }

  .xl\:prose-stone a code {
    color: #57534e;
  }

  .xl\:prose-orange a {
    color: #ea580c;
  }

  .xl\:prose-orange a code {
    color: #ea580c;
  }

  .xl\:prose-amber a {
    color: #d97706;
  }

  .xl\:prose-amber a code {
    color: #d97706;
  }

  .xl\:prose-lime a {
    color: #67b108;
  }

  .xl\:prose-lime a code {
    color: #67b108;
  }

  .xl\:prose-emerald a {
    color: #059669;
  }

  .xl\:prose-emerald a code {
    color: #059669;
  }

  .xl\:prose-teal a {
    color: #0d9488;
  }

  .xl\:prose-teal a code {
    color: #0d9488;
  }

  .xl\:prose-cyan a {
    color: #08a1c4;
  }

  .xl\:prose-cyan a code {
    color: #08a1c4;
  }

  .xl\:prose-sky a {
    color: #3ea1ec;
  }

  .xl\:prose-sky a code {
    color: #3ea1ec;
  }

  .xl\:prose-violet a {
    color: #7c3aed;
  }

  .xl\:prose-violet a code {
    color: #7c3aed;
  }

  .xl\:prose-fuchsia a {
    color: #c026d3;
  }

  .xl\:prose-fuchsia a code {
    color: #c026d3;
  }

  .xl\:prose-rose a {
    color: #e11d48;
  }

  .xl\:prose-rose a code {
    color: #e11d48;
  }

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-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\: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\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .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-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .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-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .xl\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .xl\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .xl\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .xl\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .xl\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .xl\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .xl\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .xl\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .xl\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .xl\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .xl\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .xl\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .xl\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .xl\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .xl\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .xl\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .xl\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .xl\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .xl\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .xl\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .xl\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .xl\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .xl\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .xl\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .xl\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .xl\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .xl\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .xl\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .xl\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .xl\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .xl\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .xl\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .xl\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .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-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .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-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .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-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .xl\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .xl\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .xl\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .xl\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .xl\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .xl\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .xl\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .xl\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .xl\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .xl\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .xl\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .xl\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .xl\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .xl\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .xl\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .xl\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .xl\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .xl\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .xl\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .xl\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .xl\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .xl\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .xl\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .xl\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .xl\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .xl\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .xl\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .xl\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .xl\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .xl\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .xl\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .xl\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .xl\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .xl\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .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\/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-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xl\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xl\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xl\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xl\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xl\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xl\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .xl\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .xl\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xl\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .xl\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xl\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xl\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .xl\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xl\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .xl\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xl\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .xl\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xl\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xl\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .xl\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xl\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .xl\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xl\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .xl\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xl\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .xl\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xl\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .xl\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xl\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .xl\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xl\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .xl\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xl\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .xl\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .xl\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .xl\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xl\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .xl\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .xl\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .xl\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .xl\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .xl\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .xl\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .xl\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .xl\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .xl\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .xl\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xl\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .xl\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xl\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .xl\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xl\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .xl\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .xl\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .xl\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .xl\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .xl\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xl\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .xl\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .xl\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .xl\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .xl\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xl\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .xl\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .xl\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .xl\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .xl\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xl\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .xl\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .xl\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .xl\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .xl\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .xl\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .xl\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .xl\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .xl\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .xl\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .xl\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .xl\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .xl\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .xl\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xl\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xl\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xl\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xl\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xl\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xl\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xl\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .xl\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .xl\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xl\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .xl\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xl\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xl\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .xl\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xl\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .xl\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xl\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .xl\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xl\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xl\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .xl\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xl\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .xl\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xl\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .xl\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xl\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .xl\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xl\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .xl\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xl\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .xl\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xl\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .xl\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xl\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .xl\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .xl\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .xl\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xl\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .xl\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .xl\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .xl\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .xl\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .xl\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .xl\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .xl\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .xl\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .xl\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .xl\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .xl\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xl\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .xl\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xl\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .xl\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .xl\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .xl\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .xl\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .xl\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xl\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .xl\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .xl\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .xl\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .xl\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xl\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .xl\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .xl\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .xl\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .xl\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xl\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .xl\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .xl\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .xl\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .xl\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .xl\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .xl\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .xl\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .xl\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .xl\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .xl\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .xl\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .xl\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .xl\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xl\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .xl\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .xl\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .xl\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .xl\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .xl\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .xl\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .xl\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .xl\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .xl\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .xl\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .xl\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .xl\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .xl\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .xl\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .xl\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .xl\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .xl\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .xl\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .xl\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .xl\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .xl\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .xl\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .xl\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .xl\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .xl\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .xl\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .xl\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .xl\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .xl\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .xl\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .xl\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .xl\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .xl\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .xl\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .xl\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .xl\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .xl\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .xl\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .xl\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .xl\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .xl\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .xl\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .xl\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .xl\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .xl\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .xl\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .xl\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .xl\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .xl\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .xl\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .xl\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .xl\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .xl\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .xl\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .xl\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .xl\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .xl\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .xl\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .xl\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .xl\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .xl\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .xl\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .xl\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .xl\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .xl\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .xl\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .xl\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:top-11 {
    top: 2.75rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:top-13 {
    top: 3.25rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:top-19 {
    top: 4.75rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:top-25 {
    top: 6.25rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:top-30 {
    top: 7.5rem;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:top-34 {
    top: 8.5rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:top-42 {
    top: 10.5rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:top-46 {
    top: 11.5rem;
  }

  .xl\:top-48 {
    top: 12rem;
  }

  .xl\:top-50 {
    top: 12.5rem;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:top-54 {
    top: 13.5rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:top-60 {
    top: 15rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:top-68 {
    top: 17rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:top-75 {
    top: 18.75rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:top-85 {
    top: 22rem;
  }

  .xl\:top-90 {
    top: 22.5rem;
  }

  .xl\:top-92 {
    top: 23rem;
  }

  .xl\:top-96 {
    top: 24rem;
  }

  .xl\:top-100 {
    top: 25rem;
  }

  .xl\:top-116 {
    top: 29rem;
  }

  .xl\:top-120 {
    top: 30rem;
  }

  .xl\:top-125 {
    top: 31.25rem;
  }

  .xl\:top-135 {
    top: 33.75rem;
  }

  .xl\:top-160 {
    top: 40rem;
  }

  .xl\:top-180 {
    top: 45rem;
  }

  .xl\:top-240 {
    top: 60rem;
  }

  .xl\:top-285 {
    top: 71.25rem;
  }

  .xl\:top-330 {
    top: 82.5rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:top-unset {
    top: unset;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:top-0\.4 {
    top: 0.1rem;
  }

  .xl\:top-0\.5 {
    top: 0.125rem;
  }

  .xl\:top-0\.6 {
    top: 0.15rem;
  }

  .xl\:top-0\.75 {
    top: 0.2rem;
  }

  .xl\:top-1\.2 {
    top: 0.3rem;
  }

  .xl\:top-1\.25 {
    top: 0.3125rem;
  }

  .xl\:top-1\.4 {
    top: 0.35rem;
  }

  .xl\:top-1\.5 {
    top: 0.375rem;
  }

  .xl\:top-1\.6 {
    top: 0.4rem;
  }

  .xl\:top-1\.75 {
    top: 0.4375rem;
  }

  .xl\:top-1\.8 {
    top: 0.45rem;
  }

  .xl\:top-2\.2 {
    top: 0.55rem;
  }

  .xl\:top-2\.5 {
    top: 0.625rem;
  }

  .xl\:top-2\.6 {
    top: 0.65rem;
  }

  .xl\:top-2\.7 {
    top: 0.675rem;
  }

  .xl\:top-2\.8 {
    top: 0.7rem;
  }

  .xl\:top-3\.4 {
    top: 0.85rem;
  }

  .xl\:top-3\.5 {
    top: 0.875rem;
  }

  .xl\:top-3\.6 {
    top: 0.9rem;
  }

  .xl\:top-4\.5 {
    top: 1.125rem;
  }

  .xl\:top-4\.8 {
    top: 1.2rem;
  }

  .xl\:top-5\.3 {
    top: 1.3rem;
  }

  .xl\:top-5\.4 {
    top: 1.35rem;
  }

  .xl\:top-5\.5 {
    top: 1.375rem;
  }

  .xl\:top-5\.6 {
    top: 1.4rem;
  }

  .xl\:top-6\.5 {
    top: 1.625rem;
  }

  .xl\:top-70\/100 {
    top: 70%;
  }

  .xl\:top-31\/100 {
    top: 31%;
  }

  .xl\:top-15\/100 {
    top: 15%;
  }

  .xl\:top-1\/100 {
    top: 1%;
  }

  .xl\:top-1\/10 {
    top: 10%;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:-top-0 {
    top: 0px;
  }

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-top-2 {
    top: -0.5rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

  .xl\:-top-4 {
    top: -1rem;
  }

  .xl\:-top-5 {
    top: -1.25rem;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:-top-7 {
    top: -1.75rem;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:-top-11 {
    top: -2.75rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:-top-13 {
    top: -3.25rem;
  }

  .xl\:-top-14 {
    top: -3.5rem;
  }

  .xl\:-top-16 {
    top: -4rem;
  }

  .xl\:-top-19 {
    top: -4.75rem;
  }

  .xl\:-top-20 {
    top: -5rem;
  }

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:-top-25 {
    top: -6.25rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-top-30 {
    top: -7.5rem;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-top-34 {
    top: -8.5rem;
  }

  .xl\:-top-36 {
    top: -9rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-top-42 {
    top: -10.5rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

  .xl\:-top-46 {
    top: -11.5rem;
  }

  .xl\:-top-48 {
    top: -12rem;
  }

  .xl\:-top-50 {
    top: -12.5rem;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:-top-54 {
    top: -13.5rem;
  }

  .xl\:-top-56 {
    top: -14rem;
  }

  .xl\:-top-60 {
    top: -15rem;
  }

  .xl\:-top-64 {
    top: -16rem;
  }

  .xl\:-top-68 {
    top: -17rem;
  }

  .xl\:-top-72 {
    top: -18rem;
  }

  .xl\:-top-75 {
    top: -18.75rem;
  }

  .xl\:-top-80 {
    top: -20rem;
  }

  .xl\:-top-85 {
    top: -22rem;
  }

  .xl\:-top-90 {
    top: -22.5rem;
  }

  .xl\:-top-92 {
    top: -23rem;
  }

  .xl\:-top-96 {
    top: -24rem;
  }

  .xl\:-top-100 {
    top: -25rem;
  }

  .xl\:-top-116 {
    top: -29rem;
  }

  .xl\:-top-120 {
    top: -30rem;
  }

  .xl\:-top-125 {
    top: -31.25rem;
  }

  .xl\:-top-135 {
    top: -33.75rem;
  }

  .xl\:-top-160 {
    top: -40rem;
  }

  .xl\:-top-180 {
    top: -45rem;
  }

  .xl\:-top-240 {
    top: -60rem;
  }

  .xl\:-top-285 {
    top: -71.25rem;
  }

  .xl\:-top-330 {
    top: -82.5rem;
  }

  .xl\:-top-unset {
    top: unset;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:-top-0\.4 {
    top: -0.1rem;
  }

  .xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .xl\:-top-0\.6 {
    top: -0.15rem;
  }

  .xl\:-top-0\.75 {
    top: -0.2rem;
  }

  .xl\:-top-1\.2 {
    top: -0.3rem;
  }

  .xl\:-top-1\.25 {
    top: -0.3125rem;
  }

  .xl\:-top-1\.4 {
    top: -0.35rem;
  }

  .xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .xl\:-top-1\.6 {
    top: -0.4rem;
  }

  .xl\:-top-1\.75 {
    top: -0.4375rem;
  }

  .xl\:-top-1\.8 {
    top: -0.45rem;
  }

  .xl\:-top-2\.2 {
    top: -0.55rem;
  }

  .xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl\:-top-2\.6 {
    top: -0.65rem;
  }

  .xl\:-top-2\.7 {
    top: -0.675rem;
  }

  .xl\:-top-2\.8 {
    top: -0.7rem;
  }

  .xl\:-top-3\.4 {
    top: -0.85rem;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl\:-top-3\.6 {
    top: -0.9rem;
  }

  .xl\:-top-4\.5 {
    top: -1.125rem;
  }

  .xl\:-top-4\.8 {
    top: -1.2rem;
  }

  .xl\:-top-5\.3 {
    top: -1.3rem;
  }

  .xl\:-top-5\.4 {
    top: -1.35rem;
  }

  .xl\:-top-5\.5 {
    top: -1.375rem;
  }

  .xl\:-top-5\.6 {
    top: -1.4rem;
  }

  .xl\:-top-6\.5 {
    top: -1.625rem;
  }

  .xl\:-top-70\/100 {
    top: -70%;
  }

  .xl\:-top-31\/100 {
    top: -31%;
  }

  .xl\:-top-15\/100 {
    top: -15%;
  }

  .xl\:-top-1\/100 {
    top: -1%;
  }

  .xl\:-top-1\/10 {
    top: -10%;
  }

  .xl\:-top-1\/2 {
    top: -50%;
  }

  .xl\:top-1\/3 {
    top: 33.333333%;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

  .xl\:top-1\/4 {
    top: 25%;
  }

  .xl\:top-2\/4 {
    top: 50%;
  }

  .xl\:top-3\/4 {
    top: 75%;
  }

  .xl\:top-full {
    top: 100%;
  }

  .xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .xl\:-top-1\/4 {
    top: -25%;
  }

  .xl\:-top-2\/4 {
    top: -50%;
  }

  .xl\:-top-3\/4 {
    top: -75%;
  }

  .xl\:-top-full {
    top: -100%;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:right-11 {
    right: 2.75rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:right-13 {
    right: 3.25rem;
  }

  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:right-16 {
    right: 4rem;
  }

  .xl\:right-19 {
    right: 4.75rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:right-24 {
    right: 6rem;
  }

  .xl\:right-25 {
    right: 6.25rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:right-30 {
    right: 7.5rem;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:right-34 {
    right: 8.5rem;
  }

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:right-42 {
    right: 10.5rem;
  }

  .xl\:right-44 {
    right: 11rem;
  }

  .xl\:right-46 {
    right: 11.5rem;
  }

  .xl\:right-48 {
    right: 12rem;
  }

  .xl\:right-50 {
    right: 12.5rem;
  }

  .xl\:right-52 {
    right: 13rem;
  }

  .xl\:right-54 {
    right: 13.5rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:right-60 {
    right: 15rem;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:right-68 {
    right: 17rem;
  }

  .xl\:right-72 {
    right: 18rem;
  }

  .xl\:right-75 {
    right: 18.75rem;
  }

  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:right-85 {
    right: 22rem;
  }

  .xl\:right-90 {
    right: 22.5rem;
  }

  .xl\:right-92 {
    right: 23rem;
  }

  .xl\:right-96 {
    right: 24rem;
  }

  .xl\:right-100 {
    right: 25rem;
  }

  .xl\:right-116 {
    right: 29rem;
  }

  .xl\:right-120 {
    right: 30rem;
  }

  .xl\:right-125 {
    right: 31.25rem;
  }

  .xl\:right-135 {
    right: 33.75rem;
  }

  .xl\:right-160 {
    right: 40rem;
  }

  .xl\:right-180 {
    right: 45rem;
  }

  .xl\:right-240 {
    right: 60rem;
  }

  .xl\:right-285 {
    right: 71.25rem;
  }

  .xl\:right-330 {
    right: 82.5rem;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:right-unset {
    right: unset;
  }

  .xl\:right-px {
    right: 1px;
  }

  .xl\:right-0\.4 {
    right: 0.1rem;
  }

  .xl\:right-0\.5 {
    right: 0.125rem;
  }

  .xl\:right-0\.6 {
    right: 0.15rem;
  }

  .xl\:right-0\.75 {
    right: 0.2rem;
  }

  .xl\:right-1\.2 {
    right: 0.3rem;
  }

  .xl\:right-1\.25 {
    right: 0.3125rem;
  }

  .xl\:right-1\.4 {
    right: 0.35rem;
  }

  .xl\:right-1\.5 {
    right: 0.375rem;
  }

  .xl\:right-1\.6 {
    right: 0.4rem;
  }

  .xl\:right-1\.75 {
    right: 0.4375rem;
  }

  .xl\:right-1\.8 {
    right: 0.45rem;
  }

  .xl\:right-2\.2 {
    right: 0.55rem;
  }

  .xl\:right-2\.5 {
    right: 0.625rem;
  }

  .xl\:right-2\.6 {
    right: 0.65rem;
  }

  .xl\:right-2\.7 {
    right: 0.675rem;
  }

  .xl\:right-2\.8 {
    right: 0.7rem;
  }

  .xl\:right-3\.4 {
    right: 0.85rem;
  }

  .xl\:right-3\.5 {
    right: 0.875rem;
  }

  .xl\:right-3\.6 {
    right: 0.9rem;
  }

  .xl\:right-4\.5 {
    right: 1.125rem;
  }

  .xl\:right-4\.8 {
    right: 1.2rem;
  }

  .xl\:right-5\.3 {
    right: 1.3rem;
  }

  .xl\:right-5\.4 {
    right: 1.35rem;
  }

  .xl\:right-5\.5 {
    right: 1.375rem;
  }

  .xl\:right-5\.6 {
    right: 1.4rem;
  }

  .xl\:right-6\.5 {
    right: 1.625rem;
  }

  .xl\:right-70\/100 {
    right: 70%;
  }

  .xl\:right-31\/100 {
    right: 31%;
  }

  .xl\:right-15\/100 {
    right: 15%;
  }

  .xl\:right-1\/100 {
    right: 1%;
  }

  .xl\:right-1\/10 {
    right: 10%;
  }

  .xl\:right-1\/2 {
    right: 50%;
  }

  .xl\:-right-0 {
    right: 0px;
  }

  .xl\:-right-1 {
    right: -0.25rem;
  }

  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:-right-3 {
    right: -0.75rem;
  }

  .xl\:-right-4 {
    right: -1rem;
  }

  .xl\:-right-5 {
    right: -1.25rem;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:-right-7 {
    right: -1.75rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

  .xl\:-right-9 {
    right: -2.25rem;
  }

  .xl\:-right-10 {
    right: -2.5rem;
  }

  .xl\:-right-11 {
    right: -2.75rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-right-13 {
    right: -3.25rem;
  }

  .xl\:-right-14 {
    right: -3.5rem;
  }

  .xl\:-right-16 {
    right: -4rem;
  }

  .xl\:-right-19 {
    right: -4.75rem;
  }

  .xl\:-right-20 {
    right: -5rem;
  }

  .xl\:-right-24 {
    right: -6rem;
  }

  .xl\:-right-25 {
    right: -6.25rem;
  }

  .xl\:-right-28 {
    right: -7rem;
  }

  .xl\:-right-30 {
    right: -7.5rem;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:-right-34 {
    right: -8.5rem;
  }

  .xl\:-right-36 {
    right: -9rem;
  }

  .xl\:-right-40 {
    right: -10rem;
  }

  .xl\:-right-42 {
    right: -10.5rem;
  }

  .xl\:-right-44 {
    right: -11rem;
  }

  .xl\:-right-46 {
    right: -11.5rem;
  }

  .xl\:-right-48 {
    right: -12rem;
  }

  .xl\:-right-50 {
    right: -12.5rem;
  }

  .xl\:-right-52 {
    right: -13rem;
  }

  .xl\:-right-54 {
    right: -13.5rem;
  }

  .xl\:-right-56 {
    right: -14rem;
  }

  .xl\:-right-60 {
    right: -15rem;
  }

  .xl\:-right-64 {
    right: -16rem;
  }

  .xl\:-right-68 {
    right: -17rem;
  }

  .xl\:-right-72 {
    right: -18rem;
  }

  .xl\:-right-75 {
    right: -18.75rem;
  }

  .xl\:-right-80 {
    right: -20rem;
  }

  .xl\:-right-85 {
    right: -22rem;
  }

  .xl\:-right-90 {
    right: -22.5rem;
  }

  .xl\:-right-92 {
    right: -23rem;
  }

  .xl\:-right-96 {
    right: -24rem;
  }

  .xl\:-right-100 {
    right: -25rem;
  }

  .xl\:-right-116 {
    right: -29rem;
  }

  .xl\:-right-120 {
    right: -30rem;
  }

  .xl\:-right-125 {
    right: -31.25rem;
  }

  .xl\:-right-135 {
    right: -33.75rem;
  }

  .xl\:-right-160 {
    right: -40rem;
  }

  .xl\:-right-180 {
    right: -45rem;
  }

  .xl\:-right-240 {
    right: -60rem;
  }

  .xl\:-right-285 {
    right: -71.25rem;
  }

  .xl\:-right-330 {
    right: -82.5rem;
  }

  .xl\:-right-unset {
    right: unset;
  }

  .xl\:-right-px {
    right: -1px;
  }

  .xl\:-right-0\.4 {
    right: -0.1rem;
  }

  .xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .xl\:-right-0\.6 {
    right: -0.15rem;
  }

  .xl\:-right-0\.75 {
    right: -0.2rem;
  }

  .xl\:-right-1\.2 {
    right: -0.3rem;
  }

  .xl\:-right-1\.25 {
    right: -0.3125rem;
  }

  .xl\:-right-1\.4 {
    right: -0.35rem;
  }

  .xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .xl\:-right-1\.6 {
    right: -0.4rem;
  }

  .xl\:-right-1\.75 {
    right: -0.4375rem;
  }

  .xl\:-right-1\.8 {
    right: -0.45rem;
  }

  .xl\:-right-2\.2 {
    right: -0.55rem;
  }

  .xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .xl\:-right-2\.6 {
    right: -0.65rem;
  }

  .xl\:-right-2\.7 {
    right: -0.675rem;
  }

  .xl\:-right-2\.8 {
    right: -0.7rem;
  }

  .xl\:-right-3\.4 {
    right: -0.85rem;
  }

  .xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .xl\:-right-3\.6 {
    right: -0.9rem;
  }

  .xl\:-right-4\.5 {
    right: -1.125rem;
  }

  .xl\:-right-4\.8 {
    right: -1.2rem;
  }

  .xl\:-right-5\.3 {
    right: -1.3rem;
  }

  .xl\:-right-5\.4 {
    right: -1.35rem;
  }

  .xl\:-right-5\.5 {
    right: -1.375rem;
  }

  .xl\:-right-5\.6 {
    right: -1.4rem;
  }

  .xl\:-right-6\.5 {
    right: -1.625rem;
  }

  .xl\:-right-70\/100 {
    right: -70%;
  }

  .xl\:-right-31\/100 {
    right: -31%;
  }

  .xl\:-right-15\/100 {
    right: -15%;
  }

  .xl\:-right-1\/100 {
    right: -1%;
  }

  .xl\:-right-1\/10 {
    right: -10%;
  }

  .xl\:-right-1\/2 {
    right: -50%;
  }

  .xl\:right-1\/3 {
    right: 33.333333%;
  }

  .xl\:right-2\/3 {
    right: 66.666667%;
  }

  .xl\:right-1\/4 {
    right: 25%;
  }

  .xl\:right-2\/4 {
    right: 50%;
  }

  .xl\:right-3\/4 {
    right: 75%;
  }

  .xl\:right-full {
    right: 100%;
  }

  .xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .xl\:-right-1\/4 {
    right: -25%;
  }

  .xl\:-right-2\/4 {
    right: -50%;
  }

  .xl\:-right-3\/4 {
    right: -75%;
  }

  .xl\:-right-full {
    right: -100%;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:bottom-13 {
    bottom: 3.25rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:bottom-19 {
    bottom: 4.75rem;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:bottom-25 {
    bottom: 6.25rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:bottom-30 {
    bottom: 7.5rem;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:bottom-34 {
    bottom: 8.5rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:bottom-42 {
    bottom: 10.5rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:bottom-46 {
    bottom: 11.5rem;
  }

  .xl\:bottom-48 {
    bottom: 12rem;
  }

  .xl\:bottom-50 {
    bottom: 12.5rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:bottom-54 {
    bottom: 13.5rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:bottom-60 {
    bottom: 15rem;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:bottom-68 {
    bottom: 17rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:bottom-75 {
    bottom: 18.75rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:bottom-85 {
    bottom: 22rem;
  }

  .xl\:bottom-90 {
    bottom: 22.5rem;
  }

  .xl\:bottom-92 {
    bottom: 23rem;
  }

  .xl\:bottom-96 {
    bottom: 24rem;
  }

  .xl\:bottom-100 {
    bottom: 25rem;
  }

  .xl\:bottom-116 {
    bottom: 29rem;
  }

  .xl\:bottom-120 {
    bottom: 30rem;
  }

  .xl\:bottom-125 {
    bottom: 31.25rem;
  }

  .xl\:bottom-135 {
    bottom: 33.75rem;
  }

  .xl\:bottom-160 {
    bottom: 40rem;
  }

  .xl\:bottom-180 {
    bottom: 45rem;
  }

  .xl\:bottom-240 {
    bottom: 60rem;
  }

  .xl\:bottom-285 {
    bottom: 71.25rem;
  }

  .xl\:bottom-330 {
    bottom: 82.5rem;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:bottom-unset {
    bottom: unset;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xl\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .xl\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .xl\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .xl\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .xl\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xl\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .xl\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .xl\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .xl\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xl\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .xl\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .xl\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .xl\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .xl\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .xl\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .xl\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .xl\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .xl\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .xl\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .xl\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .xl\:bottom-70\/100 {
    bottom: 70%;
  }

  .xl\:bottom-31\/100 {
    bottom: 31%;
  }

  .xl\:bottom-15\/100 {
    bottom: 15%;
  }

  .xl\:bottom-1\/100 {
    bottom: 1%;
  }

  .xl\:bottom-1\/10 {
    bottom: 10%;
  }

  .xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .xl\:-bottom-0 {
    bottom: 0px;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl\:-bottom-8 {
    bottom: -2rem;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-bottom-13 {
    bottom: -3.25rem;
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:-bottom-19 {
    bottom: -4.75rem;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-bottom-24 {
    bottom: -6rem;
  }

  .xl\:-bottom-25 {
    bottom: -6.25rem;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-bottom-30 {
    bottom: -7.5rem;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-bottom-34 {
    bottom: -8.5rem;
  }

  .xl\:-bottom-36 {
    bottom: -9rem;
  }

  .xl\:-bottom-40 {
    bottom: -10rem;
  }

  .xl\:-bottom-42 {
    bottom: -10.5rem;
  }

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-bottom-46 {
    bottom: -11.5rem;
  }

  .xl\:-bottom-48 {
    bottom: -12rem;
  }

  .xl\:-bottom-50 {
    bottom: -12.5rem;
  }

  .xl\:-bottom-52 {
    bottom: -13rem;
  }

  .xl\:-bottom-54 {
    bottom: -13.5rem;
  }

  .xl\:-bottom-56 {
    bottom: -14rem;
  }

  .xl\:-bottom-60 {
    bottom: -15rem;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-bottom-68 {
    bottom: -17rem;
  }

  .xl\:-bottom-72 {
    bottom: -18rem;
  }

  .xl\:-bottom-75 {
    bottom: -18.75rem;
  }

  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:-bottom-85 {
    bottom: -22rem;
  }

  .xl\:-bottom-90 {
    bottom: -22.5rem;
  }

  .xl\:-bottom-92 {
    bottom: -23rem;
  }

  .xl\:-bottom-96 {
    bottom: -24rem;
  }

  .xl\:-bottom-100 {
    bottom: -25rem;
  }

  .xl\:-bottom-116 {
    bottom: -29rem;
  }

  .xl\:-bottom-120 {
    bottom: -30rem;
  }

  .xl\:-bottom-125 {
    bottom: -31.25rem;
  }

  .xl\:-bottom-135 {
    bottom: -33.75rem;
  }

  .xl\:-bottom-160 {
    bottom: -40rem;
  }

  .xl\:-bottom-180 {
    bottom: -45rem;
  }

  .xl\:-bottom-240 {
    bottom: -60rem;
  }

  .xl\:-bottom-285 {
    bottom: -71.25rem;
  }

  .xl\:-bottom-330 {
    bottom: -82.5rem;
  }

  .xl\:-bottom-unset {
    bottom: unset;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xl\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .xl\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .xl\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .xl\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .xl\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xl\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .xl\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .xl\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .xl\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .xl\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .xl\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .xl\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .xl\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .xl\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .xl\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .xl\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .xl\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .xl\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .xl\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .xl\:-bottom-70\/100 {
    bottom: -70%;
  }

  .xl\:-bottom-31\/100 {
    bottom: -31%;
  }

  .xl\:-bottom-15\/100 {
    bottom: -15%;
  }

  .xl\:-bottom-1\/100 {
    bottom: -1%;
  }

  .xl\:-bottom-1\/10 {
    bottom: -10%;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .xl\:bottom-full {
    bottom: 100%;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xl\:-bottom-full {
    bottom: -100%;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:left-3 {
    left: 0.75rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:left-11 {
    left: 2.75rem;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:left-13 {
    left: 3.25rem;
  }

  .xl\:left-14 {
    left: 3.5rem;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:left-19 {
    left: 4.75rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:left-24 {
    left: 6rem;
  }

  .xl\:left-25 {
    left: 6.25rem;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:left-30 {
    left: 7.5rem;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:left-34 {
    left: 8.5rem;
  }

  .xl\:left-36 {
    left: 9rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:left-42 {
    left: 10.5rem;
  }

  .xl\:left-44 {
    left: 11rem;
  }

  .xl\:left-46 {
    left: 11.5rem;
  }

  .xl\:left-48 {
    left: 12rem;
  }

  .xl\:left-50 {
    left: 12.5rem;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:left-54 {
    left: 13.5rem;
  }

  .xl\:left-56 {
    left: 14rem;
  }

  .xl\:left-60 {
    left: 15rem;
  }

  .xl\:left-64 {
    left: 16rem;
  }

  .xl\:left-68 {
    left: 17rem;
  }

  .xl\:left-72 {
    left: 18rem;
  }

  .xl\:left-75 {
    left: 18.75rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:left-85 {
    left: 22rem;
  }

  .xl\:left-90 {
    left: 22.5rem;
  }

  .xl\:left-92 {
    left: 23rem;
  }

  .xl\:left-96 {
    left: 24rem;
  }

  .xl\:left-100 {
    left: 25rem;
  }

  .xl\:left-116 {
    left: 29rem;
  }

  .xl\:left-120 {
    left: 30rem;
  }

  .xl\:left-125 {
    left: 31.25rem;
  }

  .xl\:left-135 {
    left: 33.75rem;
  }

  .xl\:left-160 {
    left: 40rem;
  }

  .xl\:left-180 {
    left: 45rem;
  }

  .xl\:left-240 {
    left: 60rem;
  }

  .xl\:left-285 {
    left: 71.25rem;
  }

  .xl\:left-330 {
    left: 82.5rem;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:left-unset {
    left: unset;
  }

  .xl\:left-px {
    left: 1px;
  }

  .xl\:left-0\.4 {
    left: 0.1rem;
  }

  .xl\:left-0\.5 {
    left: 0.125rem;
  }

  .xl\:left-0\.6 {
    left: 0.15rem;
  }

  .xl\:left-0\.75 {
    left: 0.2rem;
  }

  .xl\:left-1\.2 {
    left: 0.3rem;
  }

  .xl\:left-1\.25 {
    left: 0.3125rem;
  }

  .xl\:left-1\.4 {
    left: 0.35rem;
  }

  .xl\:left-1\.5 {
    left: 0.375rem;
  }

  .xl\:left-1\.6 {
    left: 0.4rem;
  }

  .xl\:left-1\.75 {
    left: 0.4375rem;
  }

  .xl\:left-1\.8 {
    left: 0.45rem;
  }

  .xl\:left-2\.2 {
    left: 0.55rem;
  }

  .xl\:left-2\.5 {
    left: 0.625rem;
  }

  .xl\:left-2\.6 {
    left: 0.65rem;
  }

  .xl\:left-2\.7 {
    left: 0.675rem;
  }

  .xl\:left-2\.8 {
    left: 0.7rem;
  }

  .xl\:left-3\.4 {
    left: 0.85rem;
  }

  .xl\:left-3\.5 {
    left: 0.875rem;
  }

  .xl\:left-3\.6 {
    left: 0.9rem;
  }

  .xl\:left-4\.5 {
    left: 1.125rem;
  }

  .xl\:left-4\.8 {
    left: 1.2rem;
  }

  .xl\:left-5\.3 {
    left: 1.3rem;
  }

  .xl\:left-5\.4 {
    left: 1.35rem;
  }

  .xl\:left-5\.5 {
    left: 1.375rem;
  }

  .xl\:left-5\.6 {
    left: 1.4rem;
  }

  .xl\:left-6\.5 {
    left: 1.625rem;
  }

  .xl\:left-70\/100 {
    left: 70%;
  }

  .xl\:left-31\/100 {
    left: 31%;
  }

  .xl\:left-15\/100 {
    left: 15%;
  }

  .xl\:left-1\/100 {
    left: 1%;
  }

  .xl\:left-1\/10 {
    left: 10%;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:-left-0 {
    left: 0px;
  }

  .xl\:-left-1 {
    left: -0.25rem;
  }

  .xl\:-left-2 {
    left: -0.5rem;
  }

  .xl\:-left-3 {
    left: -0.75rem;
  }

  .xl\:-left-4 {
    left: -1rem;
  }

  .xl\:-left-5 {
    left: -1.25rem;
  }

  .xl\:-left-6 {
    left: -1.5rem;
  }

  .xl\:-left-7 {
    left: -1.75rem;
  }

  .xl\:-left-8 {
    left: -2rem;
  }

  .xl\:-left-9 {
    left: -2.25rem;
  }

  .xl\:-left-10 {
    left: -2.5rem;
  }

  .xl\:-left-11 {
    left: -2.75rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:-left-13 {
    left: -3.25rem;
  }

  .xl\:-left-14 {
    left: -3.5rem;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:-left-19 {
    left: -4.75rem;
  }

  .xl\:-left-20 {
    left: -5rem;
  }

  .xl\:-left-24 {
    left: -6rem;
  }

  .xl\:-left-25 {
    left: -6.25rem;
  }

  .xl\:-left-28 {
    left: -7rem;
  }

  .xl\:-left-30 {
    left: -7.5rem;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-left-34 {
    left: -8.5rem;
  }

  .xl\:-left-36 {
    left: -9rem;
  }

  .xl\:-left-40 {
    left: -10rem;
  }

  .xl\:-left-42 {
    left: -10.5rem;
  }

  .xl\:-left-44 {
    left: -11rem;
  }

  .xl\:-left-46 {
    left: -11.5rem;
  }

  .xl\:-left-48 {
    left: -12rem;
  }

  .xl\:-left-50 {
    left: -12.5rem;
  }

  .xl\:-left-52 {
    left: -13rem;
  }

  .xl\:-left-54 {
    left: -13.5rem;
  }

  .xl\:-left-56 {
    left: -14rem;
  }

  .xl\:-left-60 {
    left: -15rem;
  }

  .xl\:-left-64 {
    left: -16rem;
  }

  .xl\:-left-68 {
    left: -17rem;
  }

  .xl\:-left-72 {
    left: -18rem;
  }

  .xl\:-left-75 {
    left: -18.75rem;
  }

  .xl\:-left-80 {
    left: -20rem;
  }

  .xl\:-left-85 {
    left: -22rem;
  }

  .xl\:-left-90 {
    left: -22.5rem;
  }

  .xl\:-left-92 {
    left: -23rem;
  }

  .xl\:-left-96 {
    left: -24rem;
  }

  .xl\:-left-100 {
    left: -25rem;
  }

  .xl\:-left-116 {
    left: -29rem;
  }

  .xl\:-left-120 {
    left: -30rem;
  }

  .xl\:-left-125 {
    left: -31.25rem;
  }

  .xl\:-left-135 {
    left: -33.75rem;
  }

  .xl\:-left-160 {
    left: -40rem;
  }

  .xl\:-left-180 {
    left: -45rem;
  }

  .xl\:-left-240 {
    left: -60rem;
  }

  .xl\:-left-285 {
    left: -71.25rem;
  }

  .xl\:-left-330 {
    left: -82.5rem;
  }

  .xl\:-left-unset {
    left: unset;
  }

  .xl\:-left-px {
    left: -1px;
  }

  .xl\:-left-0\.4 {
    left: -0.1rem;
  }

  .xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .xl\:-left-0\.6 {
    left: -0.15rem;
  }

  .xl\:-left-0\.75 {
    left: -0.2rem;
  }

  .xl\:-left-1\.2 {
    left: -0.3rem;
  }

  .xl\:-left-1\.25 {
    left: -0.3125rem;
  }

  .xl\:-left-1\.4 {
    left: -0.35rem;
  }

  .xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .xl\:-left-1\.6 {
    left: -0.4rem;
  }

  .xl\:-left-1\.75 {
    left: -0.4375rem;
  }

  .xl\:-left-1\.8 {
    left: -0.45rem;
  }

  .xl\:-left-2\.2 {
    left: -0.55rem;
  }

  .xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .xl\:-left-2\.6 {
    left: -0.65rem;
  }

  .xl\:-left-2\.7 {
    left: -0.675rem;
  }

  .xl\:-left-2\.8 {
    left: -0.7rem;
  }

  .xl\:-left-3\.4 {
    left: -0.85rem;
  }

  .xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .xl\:-left-3\.6 {
    left: -0.9rem;
  }

  .xl\:-left-4\.5 {
    left: -1.125rem;
  }

  .xl\:-left-4\.8 {
    left: -1.2rem;
  }

  .xl\:-left-5\.3 {
    left: -1.3rem;
  }

  .xl\:-left-5\.4 {
    left: -1.35rem;
  }

  .xl\:-left-5\.5 {
    left: -1.375rem;
  }

  .xl\:-left-5\.6 {
    left: -1.4rem;
  }

  .xl\:-left-6\.5 {
    left: -1.625rem;
  }

  .xl\:-left-70\/100 {
    left: -70%;
  }

  .xl\:-left-31\/100 {
    left: -31%;
  }

  .xl\:-left-15\/100 {
    left: -15%;
  }

  .xl\:-left-1\/100 {
    left: -1%;
  }

  .xl\:-left-1\/10 {
    left: -10%;
  }

  .xl\:-left-1\/2 {
    left: -50%;
  }

  .xl\:left-1\/3 {
    left: 33.333333%;
  }

  .xl\:left-2\/3 {
    left: 66.666667%;
  }

  .xl\:left-1\/4 {
    left: 25%;
  }

  .xl\:left-2\/4 {
    left: 50%;
  }

  .xl\:left-3\/4 {
    left: 75%;
  }

  .xl\:left-full {
    left: 100%;
  }

  .xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .xl\:-left-1\/4 {
    left: -25%;
  }

  .xl\:-left-2\/4 {
    left: -50%;
  }

  .xl\:-left-3\/4 {
    left: -75%;
  }

  .xl\:-left-full {
    left: -100%;
  }

  .xl\:isolate {
    isolation: isolate;
  }

  .xl\:isolation-auto {
    isolation: auto;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\: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-13 {
    margin: 3.25rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-19 {
    margin: 4.75rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-25 {
    margin: 6.25rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-30 {
    margin: 7.5rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-34 {
    margin: 8.5rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-42 {
    margin: 10.5rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-46 {
    margin: 11.5rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-50 {
    margin: 12.5rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-54 {
    margin: 13.5rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-60 {
    margin: 15rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-68 {
    margin: 17rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-75 {
    margin: 18.75rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-85 {
    margin: 22rem;
  }

  .xl\:m-90 {
    margin: 22.5rem;
  }

  .xl\:m-92 {
    margin: 23rem;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-100 {
    margin: 25rem;
  }

  .xl\:m-116 {
    margin: 29rem;
  }

  .xl\:m-120 {
    margin: 30rem;
  }

  .xl\:m-125 {
    margin: 31.25rem;
  }

  .xl\:m-135 {
    margin: 33.75rem;
  }

  .xl\:m-160 {
    margin: 40rem;
  }

  .xl\:m-180 {
    margin: 45rem;
  }

  .xl\:m-240 {
    margin: 60rem;
  }

  .xl\:m-285 {
    margin: 71.25rem;
  }

  .xl\:m-330 {
    margin: 82.5rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-unset {
    margin: unset;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-0\.4 {
    margin: 0.1rem;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl\:m-0\.6 {
    margin: 0.15rem;
  }

  .xl\:m-0\.75 {
    margin: 0.2rem;
  }

  .xl\:m-1\.2 {
    margin: 0.3rem;
  }

  .xl\:m-1\.25 {
    margin: 0.3125rem;
  }

  .xl\:m-1\.4 {
    margin: 0.35rem;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl\:m-1\.6 {
    margin: 0.4rem;
  }

  .xl\:m-1\.75 {
    margin: 0.4375rem;
  }

  .xl\:m-1\.8 {
    margin: 0.45rem;
  }

  .xl\:m-2\.2 {
    margin: 0.55rem;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl\:m-2\.6 {
    margin: 0.65rem;
  }

  .xl\:m-2\.7 {
    margin: 0.675rem;
  }

  .xl\:m-2\.8 {
    margin: 0.7rem;
  }

  .xl\:m-3\.4 {
    margin: 0.85rem;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:m-3\.6 {
    margin: 0.9rem;
  }

  .xl\:m-4\.5 {
    margin: 1.125rem;
  }

  .xl\:m-4\.8 {
    margin: 1.2rem;
  }

  .xl\:m-5\.3 {
    margin: 1.3rem;
  }

  .xl\:m-5\.4 {
    margin: 1.35rem;
  }

  .xl\:m-5\.5 {
    margin: 1.375rem;
  }

  .xl\:m-5\.6 {
    margin: 1.4rem;
  }

  .xl\:m-6\.5 {
    margin: 1.625rem;
  }

  .xl\:m-70\/100 {
    margin: 70%;
  }

  .xl\:m-31\/100 {
    margin: 31%;
  }

  .xl\:m-15\/100 {
    margin: 15%;
  }

  .xl\:m-1\/100 {
    margin: 1%;
  }

  .xl\:m-1\/10 {
    margin: 10%;
  }

  .xl\:m-1\/2 {
    margin: 50%;
  }

  .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-13 {
    margin: -3.25rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-19 {
    margin: -4.75rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-25 {
    margin: -6.25rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-30 {
    margin: -7.5rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-34 {
    margin: -8.5rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-42 {
    margin: -10.5rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-46 {
    margin: -11.5rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-50 {
    margin: -12.5rem;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-54 {
    margin: -13.5rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-60 {
    margin: -15rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-68 {
    margin: -17rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-75 {
    margin: -18.75rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-85 {
    margin: -22rem;
  }

  .xl\:-m-90 {
    margin: -22.5rem;
  }

  .xl\:-m-92 {
    margin: -23rem;
  }

  .xl\:-m-96 {
    margin: -24rem;
  }

  .xl\:-m-100 {
    margin: -25rem;
  }

  .xl\:-m-116 {
    margin: -29rem;
  }

  .xl\:-m-120 {
    margin: -30rem;
  }

  .xl\:-m-125 {
    margin: -31.25rem;
  }

  .xl\:-m-135 {
    margin: -33.75rem;
  }

  .xl\:-m-160 {
    margin: -40rem;
  }

  .xl\:-m-180 {
    margin: -45rem;
  }

  .xl\:-m-240 {
    margin: -60rem;
  }

  .xl\:-m-285 {
    margin: -71.25rem;
  }

  .xl\:-m-330 {
    margin: -82.5rem;
  }

  .xl\:-m-unset {
    margin: unset;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-0\.4 {
    margin: -0.1rem;
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xl\:-m-0\.6 {
    margin: -0.15rem;
  }

  .xl\:-m-0\.75 {
    margin: -0.2rem;
  }

  .xl\:-m-1\.2 {
    margin: -0.3rem;
  }

  .xl\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .xl\:-m-1\.4 {
    margin: -0.35rem;
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xl\:-m-1\.6 {
    margin: -0.4rem;
  }

  .xl\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .xl\:-m-1\.8 {
    margin: -0.45rem;
  }

  .xl\:-m-2\.2 {
    margin: -0.55rem;
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xl\:-m-2\.6 {
    margin: -0.65rem;
  }

  .xl\:-m-2\.7 {
    margin: -0.675rem;
  }

  .xl\:-m-2\.8 {
    margin: -0.7rem;
  }

  .xl\:-m-3\.4 {
    margin: -0.85rem;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl\:-m-3\.6 {
    margin: -0.9rem;
  }

  .xl\:-m-4\.5 {
    margin: -1.125rem;
  }

  .xl\:-m-4\.8 {
    margin: -1.2rem;
  }

  .xl\:-m-5\.3 {
    margin: -1.3rem;
  }

  .xl\:-m-5\.4 {
    margin: -1.35rem;
  }

  .xl\:-m-5\.5 {
    margin: -1.375rem;
  }

  .xl\:-m-5\.6 {
    margin: -1.4rem;
  }

  .xl\:-m-6\.5 {
    margin: -1.625rem;
  }

  .xl\:-m-70\/100 {
    margin: -70%;
  }

  .xl\:-m-31\/100 {
    margin: -31%;
  }

  .xl\:-m-15\/100 {
    margin: -15%;
  }

  .xl\:-m-1\/100 {
    margin: -1%;
  }

  .xl\:-m-1\/10 {
    margin: -10%;
  }

  .xl\:-m-1\/2 {
    margin: -50%;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xl\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .xl\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xl\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .xl\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .xl\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .xl\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xl\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .xl\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .xl\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .xl\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .xl\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .xl\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .xl\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .xl\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .xl\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .xl\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .xl\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .xl\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .xl\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .xl\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .xl\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xl\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .xl\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .xl\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .xl\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .xl\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .xl\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .xl\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xl\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .xl\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .xl\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xl\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xl\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .xl\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xl\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .xl\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .xl\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .xl\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xl\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .xl\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .xl\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .xl\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .xl\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .xl\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .xl\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .xl\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .xl\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .xl\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .xl\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .xl\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .xl\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .xl\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .xl\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .xl\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xl\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .xl\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .xl\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .xl\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .xl\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .xl\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .xl\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xl\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .xl\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .xl\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xl\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xl\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .xl\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xl\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .xl\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .xl\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .xl\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xl\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .xl\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .xl\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .xl\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .xl\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .xl\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .xl\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .xl\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .xl\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .xl\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .xl\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .xl\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .xl\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .xl\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xl\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .xl\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .xl\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .xl\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .xl\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .xl\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .xl\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xl\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .xl\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xl\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xl\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xl\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .xl\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xl\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .xl\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .xl\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .xl\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xl\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .xl\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .xl\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .xl\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .xl\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .xl\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .xl\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .xl\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .xl\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .xl\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .xl\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .xl\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .xl\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .xl\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .xl\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xl\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .xl\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .xl\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .xl\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .xl\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .xl\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .xl\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xl\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .xl\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xl\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xl\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-13 {
    margin-top: 3.25rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-19 {
    margin-top: 4.75rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-25 {
    margin-top: 6.25rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mt-30 {
    margin-top: 7.5rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mt-34 {
    margin-top: 8.5rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mt-42 {
    margin-top: 10.5rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mt-46 {
    margin-top: 11.5rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mt-50 {
    margin-top: 12.5rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mt-54 {
    margin-top: 13.5rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mt-68 {
    margin-top: 17rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mt-75 {
    margin-top: 18.75rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mt-85 {
    margin-top: 22rem;
  }

  .xl\:mt-90 {
    margin-top: 22.5rem;
  }

  .xl\:mt-92 {
    margin-top: 23rem;
  }

  .xl\:mt-96 {
    margin-top: 24rem;
  }

  .xl\:mt-100 {
    margin-top: 25rem;
  }

  .xl\:mt-116 {
    margin-top: 29rem;
  }

  .xl\:mt-120 {
    margin-top: 30rem;
  }

  .xl\:mt-125 {
    margin-top: 31.25rem;
  }

  .xl\:mt-135 {
    margin-top: 33.75rem;
  }

  .xl\:mt-160 {
    margin-top: 40rem;
  }

  .xl\:mt-180 {
    margin-top: 45rem;
  }

  .xl\:mt-240 {
    margin-top: 60rem;
  }

  .xl\:mt-285 {
    margin-top: 71.25rem;
  }

  .xl\:mt-330 {
    margin-top: 82.5rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mt-unset {
    margin-top: unset;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xl\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .xl\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .xl\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .xl\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .xl\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xl\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .xl\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .xl\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .xl\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .xl\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .xl\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .xl\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .xl\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .xl\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .xl\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .xl\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .xl\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .xl\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .xl\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .xl\:mt-70\/100 {
    margin-top: 70%;
  }

  .xl\:mt-31\/100 {
    margin-top: 31%;
  }

  .xl\:mt-15\/100 {
    margin-top: 15%;
  }

  .xl\:mt-1\/100 {
    margin-top: 1%;
  }

  .xl\:mt-1\/10 {
    margin-top: 10%;
  }

  .xl\:mt-1\/2 {
    margin-top: 50%;
  }

  .xl\:-mt-0 {
    margin-top: 0px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mt-13 {
    margin-top: -3.25rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mt-19 {
    margin-top: -4.75rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mt-25 {
    margin-top: -6.25rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mt-30 {
    margin-top: -7.5rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mt-34 {
    margin-top: -8.5rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mt-42 {
    margin-top: -10.5rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mt-46 {
    margin-top: -11.5rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mt-50 {
    margin-top: -12.5rem;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mt-54 {
    margin-top: -13.5rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mt-60 {
    margin-top: -15rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mt-68 {
    margin-top: -17rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mt-75 {
    margin-top: -18.75rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mt-85 {
    margin-top: -22rem;
  }

  .xl\:-mt-90 {
    margin-top: -22.5rem;
  }

  .xl\:-mt-92 {
    margin-top: -23rem;
  }

  .xl\:-mt-96 {
    margin-top: -24rem;
  }

  .xl\:-mt-100 {
    margin-top: -25rem;
  }

  .xl\:-mt-116 {
    margin-top: -29rem;
  }

  .xl\:-mt-120 {
    margin-top: -30rem;
  }

  .xl\:-mt-125 {
    margin-top: -31.25rem;
  }

  .xl\:-mt-135 {
    margin-top: -33.75rem;
  }

  .xl\:-mt-160 {
    margin-top: -40rem;
  }

  .xl\:-mt-180 {
    margin-top: -45rem;
  }

  .xl\:-mt-240 {
    margin-top: -60rem;
  }

  .xl\:-mt-285 {
    margin-top: -71.25rem;
  }

  .xl\:-mt-330 {
    margin-top: -82.5rem;
  }

  .xl\:-mt-unset {
    margin-top: unset;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xl\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .xl\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .xl\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .xl\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .xl\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xl\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .xl\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .xl\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .xl\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xl\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .xl\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .xl\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .xl\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .xl\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .xl\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .xl\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .xl\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .xl\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .xl\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .xl\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .xl\:-mt-70\/100 {
    margin-top: -70%;
  }

  .xl\:-mt-31\/100 {
    margin-top: -31%;
  }

  .xl\:-mt-15\/100 {
    margin-top: -15%;
  }

  .xl\:-mt-1\/100 {
    margin-top: -1%;
  }

  .xl\:-mt-1\/10 {
    margin-top: -10%;
  }

  .xl\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-13 {
    margin-right: 3.25rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mr-19 {
    margin-right: 4.75rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mr-25 {
    margin-right: 6.25rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mr-30 {
    margin-right: 7.5rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mr-34 {
    margin-right: 8.5rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mr-42 {
    margin-right: 10.5rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mr-46 {
    margin-right: 11.5rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mr-50 {
    margin-right: 12.5rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mr-54 {
    margin-right: 13.5rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mr-60 {
    margin-right: 15rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mr-68 {
    margin-right: 17rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mr-75 {
    margin-right: 18.75rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mr-85 {
    margin-right: 22rem;
  }

  .xl\:mr-90 {
    margin-right: 22.5rem;
  }

  .xl\:mr-92 {
    margin-right: 23rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mr-100 {
    margin-right: 25rem;
  }

  .xl\:mr-116 {
    margin-right: 29rem;
  }

  .xl\:mr-120 {
    margin-right: 30rem;
  }

  .xl\:mr-125 {
    margin-right: 31.25rem;
  }

  .xl\:mr-135 {
    margin-right: 33.75rem;
  }

  .xl\:mr-160 {
    margin-right: 40rem;
  }

  .xl\:mr-180 {
    margin-right: 45rem;
  }

  .xl\:mr-240 {
    margin-right: 60rem;
  }

  .xl\:mr-285 {
    margin-right: 71.25rem;
  }

  .xl\:mr-330 {
    margin-right: 82.5rem;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mr-unset {
    margin-right: unset;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .xl\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .xl\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .xl\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .xl\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .xl\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .xl\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .xl\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .xl\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .xl\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .xl\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .xl\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .xl\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .xl\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .xl\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .xl\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .xl\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .xl\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .xl\:mr-70\/100 {
    margin-right: 70%;
  }

  .xl\:mr-31\/100 {
    margin-right: 31%;
  }

  .xl\:mr-15\/100 {
    margin-right: 15%;
  }

  .xl\:mr-1\/100 {
    margin-right: 1%;
  }

  .xl\:mr-1\/10 {
    margin-right: 10%;
  }

  .xl\:mr-1\/2 {
    margin-right: 50%;
  }

  .xl\:-mr-0 {
    margin-right: 0px;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mr-13 {
    margin-right: -3.25rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mr-19 {
    margin-right: -4.75rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mr-25 {
    margin-right: -6.25rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mr-30 {
    margin-right: -7.5rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mr-34 {
    margin-right: -8.5rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mr-42 {
    margin-right: -10.5rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mr-46 {
    margin-right: -11.5rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mr-50 {
    margin-right: -12.5rem;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mr-54 {
    margin-right: -13.5rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mr-60 {
    margin-right: -15rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mr-68 {
    margin-right: -17rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mr-75 {
    margin-right: -18.75rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mr-85 {
    margin-right: -22rem;
  }

  .xl\:-mr-90 {
    margin-right: -22.5rem;
  }

  .xl\:-mr-92 {
    margin-right: -23rem;
  }

  .xl\:-mr-96 {
    margin-right: -24rem;
  }

  .xl\:-mr-100 {
    margin-right: -25rem;
  }

  .xl\:-mr-116 {
    margin-right: -29rem;
  }

  .xl\:-mr-120 {
    margin-right: -30rem;
  }

  .xl\:-mr-125 {
    margin-right: -31.25rem;
  }

  .xl\:-mr-135 {
    margin-right: -33.75rem;
  }

  .xl\:-mr-160 {
    margin-right: -40rem;
  }

  .xl\:-mr-180 {
    margin-right: -45rem;
  }

  .xl\:-mr-240 {
    margin-right: -60rem;
  }

  .xl\:-mr-285 {
    margin-right: -71.25rem;
  }

  .xl\:-mr-330 {
    margin-right: -82.5rem;
  }

  .xl\:-mr-unset {
    margin-right: unset;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xl\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .xl\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .xl\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .xl\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .xl\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xl\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .xl\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .xl\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .xl\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xl\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .xl\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .xl\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .xl\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .xl\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .xl\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .xl\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .xl\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .xl\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .xl\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .xl\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .xl\:-mr-70\/100 {
    margin-right: -70%;
  }

  .xl\:-mr-31\/100 {
    margin-right: -31%;
  }

  .xl\:-mr-15\/100 {
    margin-right: -15%;
  }

  .xl\:-mr-1\/100 {
    margin-right: -1%;
  }

  .xl\:-mr-1\/10 {
    margin-right: -10%;
  }

  .xl\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:mb-68 {
    margin-bottom: 17rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:mb-85 {
    margin-bottom: 22rem;
  }

  .xl\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .xl\:mb-92 {
    margin-bottom: 23rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:mb-100 {
    margin-bottom: 25rem;
  }

  .xl\:mb-116 {
    margin-bottom: 29rem;
  }

  .xl\:mb-120 {
    margin-bottom: 30rem;
  }

  .xl\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .xl\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .xl\:mb-160 {
    margin-bottom: 40rem;
  }

  .xl\:mb-180 {
    margin-bottom: 45rem;
  }

  .xl\:mb-240 {
    margin-bottom: 60rem;
  }

  .xl\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .xl\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:mb-unset {
    margin-bottom: unset;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .xl\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .xl\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .xl\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .xl\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .xl\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .xl\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .xl\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .xl\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .xl\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .xl\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .xl\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .xl\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .xl\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .xl\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .xl\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .xl\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .xl\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .xl\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .xl\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .xl\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .xl\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .xl\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .xl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-mb-68 {
    margin-bottom: -17rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-mb-85 {
    margin-bottom: -22rem;
  }

  .xl\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .xl\:-mb-92 {
    margin-bottom: -23rem;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl\:-mb-100 {
    margin-bottom: -25rem;
  }

  .xl\:-mb-116 {
    margin-bottom: -29rem;
  }

  .xl\:-mb-120 {
    margin-bottom: -30rem;
  }

  .xl\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .xl\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .xl\:-mb-160 {
    margin-bottom: -40rem;
  }

  .xl\:-mb-180 {
    margin-bottom: -45rem;
  }

  .xl\:-mb-240 {
    margin-bottom: -60rem;
  }

  .xl\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .xl\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .xl\:-mb-unset {
    margin-bottom: unset;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xl\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .xl\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .xl\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .xl\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .xl\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xl\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .xl\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .xl\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .xl\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .xl\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .xl\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .xl\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .xl\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .xl\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .xl\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .xl\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .xl\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .xl\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .xl\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .xl\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .xl\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .xl\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .xl\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .xl\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:ml-13 {
    margin-left: 3.25rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:ml-19 {
    margin-left: 4.75rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-25 {
    margin-left: 6.25rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:ml-30 {
    margin-left: 7.5rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:ml-34 {
    margin-left: 8.5rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:ml-42 {
    margin-left: 10.5rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:ml-46 {
    margin-left: 11.5rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:ml-50 {
    margin-left: 12.5rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:ml-54 {
    margin-left: 13.5rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:ml-60 {
    margin-left: 15rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:ml-68 {
    margin-left: 17rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:ml-75 {
    margin-left: 18.75rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:ml-85 {
    margin-left: 22rem;
  }

  .xl\:ml-90 {
    margin-left: 22.5rem;
  }

  .xl\:ml-92 {
    margin-left: 23rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:ml-100 {
    margin-left: 25rem;
  }

  .xl\:ml-116 {
    margin-left: 29rem;
  }

  .xl\:ml-120 {
    margin-left: 30rem;
  }

  .xl\:ml-125 {
    margin-left: 31.25rem;
  }

  .xl\:ml-135 {
    margin-left: 33.75rem;
  }

  .xl\:ml-160 {
    margin-left: 40rem;
  }

  .xl\:ml-180 {
    margin-left: 45rem;
  }

  .xl\:ml-240 {
    margin-left: 60rem;
  }

  .xl\:ml-285 {
    margin-left: 71.25rem;
  }

  .xl\:ml-330 {
    margin-left: 82.5rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:ml-unset {
    margin-left: unset;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .xl\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .xl\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .xl\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .xl\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .xl\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .xl\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .xl\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .xl\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .xl\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .xl\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .xl\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .xl\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .xl\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .xl\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .xl\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .xl\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .xl\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .xl\:ml-70\/100 {
    margin-left: 70%;
  }

  .xl\:ml-31\/100 {
    margin-left: 31%;
  }

  .xl\:ml-15\/100 {
    margin-left: 15%;
  }

  .xl\:ml-1\/100 {
    margin-left: 1%;
  }

  .xl\:ml-1\/10 {
    margin-left: 10%;
  }

  .xl\:ml-1\/2 {
    margin-left: 50%;
  }

  .xl\:-ml-0 {
    margin-left: 0px;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-ml-13 {
    margin-left: -3.25rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-ml-19 {
    margin-left: -4.75rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-ml-25 {
    margin-left: -6.25rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-ml-30 {
    margin-left: -7.5rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-ml-34 {
    margin-left: -8.5rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-ml-42 {
    margin-left: -10.5rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-ml-46 {
    margin-left: -11.5rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-ml-50 {
    margin-left: -12.5rem;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-ml-54 {
    margin-left: -13.5rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-ml-60 {
    margin-left: -15rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-ml-68 {
    margin-left: -17rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-ml-75 {
    margin-left: -18.75rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-ml-85 {
    margin-left: -22rem;
  }

  .xl\:-ml-90 {
    margin-left: -22.5rem;
  }

  .xl\:-ml-92 {
    margin-left: -23rem;
  }

  .xl\:-ml-96 {
    margin-left: -24rem;
  }

  .xl\:-ml-100 {
    margin-left: -25rem;
  }

  .xl\:-ml-116 {
    margin-left: -29rem;
  }

  .xl\:-ml-120 {
    margin-left: -30rem;
  }

  .xl\:-ml-125 {
    margin-left: -31.25rem;
  }

  .xl\:-ml-135 {
    margin-left: -33.75rem;
  }

  .xl\:-ml-160 {
    margin-left: -40rem;
  }

  .xl\:-ml-180 {
    margin-left: -45rem;
  }

  .xl\:-ml-240 {
    margin-left: -60rem;
  }

  .xl\:-ml-285 {
    margin-left: -71.25rem;
  }

  .xl\:-ml-330 {
    margin-left: -82.5rem;
  }

  .xl\:-ml-unset {
    margin-left: unset;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xl\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .xl\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .xl\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .xl\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .xl\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xl\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .xl\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .xl\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .xl\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .xl\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .xl\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .xl\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .xl\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .xl\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .xl\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .xl\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .xl\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .xl\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .xl\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .xl\:-ml-70\/100 {
    margin-left: -70%;
  }

  .xl\:-ml-31\/100 {
    margin-left: -31%;
  }

  .xl\:-ml-15\/100 {
    margin-left: -15%;
  }

  .xl\:-ml-1\/100 {
    margin-left: -1%;
  }

  .xl\:-ml-1\/10 {
    margin-left: -10%;
  }

  .xl\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:inline-table {
    display: inline-table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:list-item {
    display: list-item;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\: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-13 {
    height: 3.25rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-19 {
    height: 4.75rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-25 {
    height: 6.25rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-30 {
    height: 7.5rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-34 {
    height: 8.5rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-42 {
    height: 10.5rem;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-46 {
    height: 11.5rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-50 {
    height: 12.5rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-54 {
    height: 13.5rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-68 {
    height: 17rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-75 {
    height: 18.75rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-85 {
    height: 22rem;
  }

  .xl\:h-90 {
    height: 22.5rem;
  }

  .xl\:h-92 {
    height: 23rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-100 {
    height: 25rem;
  }

  .xl\:h-116 {
    height: 29rem;
  }

  .xl\:h-120 {
    height: 30rem;
  }

  .xl\:h-125 {
    height: 31.25rem;
  }

  .xl\:h-135 {
    height: 33.75rem;
  }

  .xl\:h-160 {
    height: 40rem;
  }

  .xl\:h-180 {
    height: 45rem;
  }

  .xl\:h-240 {
    height: 60rem;
  }

  .xl\:h-285 {
    height: 71.25rem;
  }

  .xl\:h-330 {
    height: 82.5rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-unset {
    height: unset;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-0\.4 {
    height: 0.1rem;
  }

  .xl\:h-0\.5 {
    height: 0.125rem;
  }

  .xl\:h-0\.6 {
    height: 0.15rem;
  }

  .xl\:h-0\.75 {
    height: 0.2rem;
  }

  .xl\:h-1\.2 {
    height: 0.3rem;
  }

  .xl\:h-1\.25 {
    height: 0.3125rem;
  }

  .xl\:h-1\.4 {
    height: 0.35rem;
  }

  .xl\:h-1\.5 {
    height: 0.375rem;
  }

  .xl\:h-1\.6 {
    height: 0.4rem;
  }

  .xl\:h-1\.75 {
    height: 0.4375rem;
  }

  .xl\:h-1\.8 {
    height: 0.45rem;
  }

  .xl\:h-2\.2 {
    height: 0.55rem;
  }

  .xl\:h-2\.5 {
    height: 0.625rem;
  }

  .xl\:h-2\.6 {
    height: 0.65rem;
  }

  .xl\:h-2\.7 {
    height: 0.675rem;
  }

  .xl\:h-2\.8 {
    height: 0.7rem;
  }

  .xl\:h-3\.4 {
    height: 0.85rem;
  }

  .xl\:h-3\.5 {
    height: 0.875rem;
  }

  .xl\:h-3\.6 {
    height: 0.9rem;
  }

  .xl\:h-4\.5 {
    height: 1.125rem;
  }

  .xl\:h-4\.8 {
    height: 1.2rem;
  }

  .xl\:h-5\.3 {
    height: 1.3rem;
  }

  .xl\:h-5\.4 {
    height: 1.35rem;
  }

  .xl\:h-5\.5 {
    height: 1.375rem;
  }

  .xl\:h-5\.6 {
    height: 1.4rem;
  }

  .xl\:h-6\.5 {
    height: 1.625rem;
  }

  .xl\:h-70\/100 {
    height: 70%;
  }

  .xl\:h-31\/100 {
    height: 31%;
  }

  .xl\:h-15\/100 {
    height: 15%;
  }

  .xl\:h-1\/100 {
    height: 1%;
  }

  .xl\:h-1\/10 {
    height: 10%;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\: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-13 {
    max-height: 3.25rem;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl\:max-h-16 {
    max-height: 4rem;
  }

  .xl\:max-h-19 {
    max-height: 4.75rem;
  }

  .xl\:max-h-20 {
    max-height: 5rem;
  }

  .xl\:max-h-24 {
    max-height: 6rem;
  }

  .xl\:max-h-25 {
    max-height: 6.25rem;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-30 {
    max-height: 7.5rem;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-34 {
    max-height: 8.5rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-42 {
    max-height: 10.5rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-46 {
    max-height: 11.5rem;
  }

  .xl\:max-h-48 {
    max-height: 12rem;
  }

  .xl\:max-h-50 {
    max-height: 12.5rem;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-54 {
    max-height: 13.5rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-60 {
    max-height: 15rem;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-68 {
    max-height: 17rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-75 {
    max-height: 18.75rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-85 {
    max-height: 22rem;
  }

  .xl\:max-h-90 {
    max-height: 22.5rem;
  }

  .xl\:max-h-92 {
    max-height: 23rem;
  }

  .xl\:max-h-96 {
    max-height: 24rem;
  }

  .xl\:max-h-100 {
    max-height: 25rem;
  }

  .xl\:max-h-116 {
    max-height: 29rem;
  }

  .xl\:max-h-120 {
    max-height: 30rem;
  }

  .xl\:max-h-125 {
    max-height: 31.25rem;
  }

  .xl\:max-h-135 {
    max-height: 33.75rem;
  }

  .xl\:max-h-160 {
    max-height: 40rem;
  }

  .xl\:max-h-180 {
    max-height: 45rem;
  }

  .xl\:max-h-240 {
    max-height: 60rem;
  }

  .xl\:max-h-285 {
    max-height: 71.25rem;
  }

  .xl\:max-h-330 {
    max-height: 82.5rem;
  }

  .xl\:max-h-unset {
    max-height: unset;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xl\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .xl\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .xl\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .xl\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .xl\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xl\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .xl\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .xl\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .xl\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xl\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .xl\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .xl\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .xl\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .xl\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .xl\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .xl\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .xl\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .xl\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .xl\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .xl\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .xl\:max-h-70\/100 {
    max-height: 70%;
  }

  .xl\:max-h-31\/100 {
    max-height: 31%;
  }

  .xl\:max-h-15\/100 {
    max-height: 15%;
  }

  .xl\:max-h-1\/100 {
    max-height: 1%;
  }

  .xl\:max-h-1\/10 {
    max-height: 10%;
  }

  .xl\:max-h-1\/2 {
    max-height: 50%;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .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-13 {
    width: 3.25rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-19 {
    width: 4.75rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-25 {
    width: 6.25rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-30 {
    width: 7.5rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-34 {
    width: 8.5rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-42 {
    width: 10.5rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-46 {
    width: 11.5rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-50 {
    width: 12.5rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-54 {
    width: 13.5rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-68 {
    width: 17rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-75 {
    width: 18.75rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-85 {
    width: 22rem;
  }

  .xl\:w-90 {
    width: 22.5rem;
  }

  .xl\:w-92 {
    width: 23rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-100 {
    width: 25rem;
  }

  .xl\:w-116 {
    width: 29rem;
  }

  .xl\:w-120 {
    width: 30rem;
  }

  .xl\:w-125 {
    width: 31.25rem;
  }

  .xl\:w-135 {
    width: 33.75rem;
  }

  .xl\:w-160 {
    width: 40rem;
  }

  .xl\:w-180 {
    width: 45rem;
  }

  .xl\:w-240 {
    width: 60rem;
  }

  .xl\:w-285 {
    width: 71.25rem;
  }

  .xl\:w-330 {
    width: 82.5rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-unset {
    width: unset;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-0\.4 {
    width: 0.1rem;
  }

  .xl\:w-0\.5 {
    width: 0.125rem;
  }

  .xl\:w-0\.6 {
    width: 0.15rem;
  }

  .xl\:w-0\.75 {
    width: 0.2rem;
  }

  .xl\:w-1\.2 {
    width: 0.3rem;
  }

  .xl\:w-1\.25 {
    width: 0.3125rem;
  }

  .xl\:w-1\.4 {
    width: 0.35rem;
  }

  .xl\:w-1\.5 {
    width: 0.375rem;
  }

  .xl\:w-1\.6 {
    width: 0.4rem;
  }

  .xl\:w-1\.75 {
    width: 0.4375rem;
  }

  .xl\:w-1\.8 {
    width: 0.45rem;
  }

  .xl\:w-2\.2 {
    width: 0.55rem;
  }

  .xl\:w-2\.5 {
    width: 0.625rem;
  }

  .xl\:w-2\.6 {
    width: 0.65rem;
  }

  .xl\:w-2\.7 {
    width: 0.675rem;
  }

  .xl\:w-2\.8 {
    width: 0.7rem;
  }

  .xl\:w-3\.4 {
    width: 0.85rem;
  }

  .xl\:w-3\.5 {
    width: 0.875rem;
  }

  .xl\:w-3\.6 {
    width: 0.9rem;
  }

  .xl\:w-4\.5 {
    width: 1.125rem;
  }

  .xl\:w-4\.8 {
    width: 1.2rem;
  }

  .xl\:w-5\.3 {
    width: 1.3rem;
  }

  .xl\:w-5\.4 {
    width: 1.35rem;
  }

  .xl\:w-5\.5 {
    width: 1.375rem;
  }

  .xl\:w-5\.6 {
    width: 1.4rem;
  }

  .xl\:w-6\.5 {
    width: 1.625rem;
  }

  .xl\:w-70\/100 {
    width: 70%;
  }

  .xl\:w-31\/100 {
    width: 31%;
  }

  .xl\:w-15\/100 {
    width: 15%;
  }

  .xl\:w-1\/100 {
    width: 1%;
  }

  .xl\:w-1\/10 {
    width: 10%;
  }

  .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: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .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: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose {
    max-width: 65ch;
  }

  .xl\:max-w-screen-sm {
    max-width: 576px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 992px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1200px;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .xl\:flex-0 {
    flex: 0 0 auto;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-1-0 {
    flex: 1 0 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\: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-13 {
    --tw-translate-x: 3.25rem;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .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-68 {
    --tw-translate-x: 17rem;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .xl\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .xl\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .xl\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .xl\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .xl\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .xl\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .xl\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .xl\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .xl\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .xl\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .xl\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .xl\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xl\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .xl\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .xl\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .xl\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .xl\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .xl\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .xl\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .xl\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .xl\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .xl\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .xl\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xl\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .xl\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .xl\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .xl\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .xl\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .xl\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .xl\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .xl\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .xl\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .xl\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .xl\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .xl\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .xl\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .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-13 {
    --tw-translate-x: -3.25rem;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .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-68 {
    --tw-translate-x: -17rem;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .xl\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .xl\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .xl\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .xl\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .xl\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .xl\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .xl\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .xl\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .xl\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .xl\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .xl\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .xl\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xl\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .xl\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .xl\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .xl\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .xl\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .xl\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .xl\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .xl\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .xl\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .xl\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .xl\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xl\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .xl\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .xl\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .xl\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .xl\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .xl\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .xl\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .xl\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .xl\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .xl\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .xl\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .xl\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .xl\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .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\/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-13 {
    --tw-translate-y: 3.25rem;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .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-68 {
    --tw-translate-y: 17rem;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .xl\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .xl\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .xl\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .xl\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .xl\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .xl\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .xl\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .xl\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .xl\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .xl\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .xl\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .xl\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xl\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .xl\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .xl\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .xl\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .xl\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .xl\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .xl\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .xl\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .xl\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .xl\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .xl\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xl\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .xl\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .xl\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .xl\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .xl\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .xl\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .xl\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .xl\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .xl\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .xl\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .xl\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .xl\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .xl\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .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-13 {
    --tw-translate-y: -3.25rem;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .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-68 {
    --tw-translate-y: -17rem;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .xl\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .xl\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .xl\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .xl\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .xl\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .xl\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .xl\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .xl\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .xl\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .xl\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .xl\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .xl\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xl\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .xl\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .xl\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .xl\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .xl\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .xl\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .xl\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .xl\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .xl\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .xl\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .xl\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xl\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .xl\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .xl\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .xl\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .xl\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .xl\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .xl\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .xl\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .xl\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .xl\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .xl\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .xl\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .xl\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .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\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: 17rem;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .xl\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .xl\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .xl\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .xl\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .xl\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .xl\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .xl\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .xl\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .xl\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .xl\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .xl\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .xl\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .xl\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .xl\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .xl\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .xl\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .xl\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .xl\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .xl\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .xl\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .xl\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .xl\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .xl\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .xl\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .xl\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .xl\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .xl\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .xl\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .xl\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .xl\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .xl\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .xl\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .xl\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .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-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-x: -17rem;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .xl\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .xl\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .xl\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .xl\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .xl\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .xl\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .xl\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .xl\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .xl\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .xl\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .xl\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .xl\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .xl\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .xl\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .xl\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .xl\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .xl\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .xl\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .xl\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .xl\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .xl\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .xl\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .xl\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .xl\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .xl\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .xl\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .xl\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .xl\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .xl\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .xl\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .xl\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .xl\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .xl\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .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\/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-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: 17rem;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .xl\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .xl\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .xl\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .xl\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .xl\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .xl\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .xl\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .xl\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .xl\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .xl\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .xl\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .xl\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .xl\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .xl\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .xl\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .xl\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .xl\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .xl\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .xl\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .xl\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .xl\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .xl\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .xl\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .xl\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .xl\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .xl\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .xl\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .xl\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .xl\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .xl\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .xl\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .xl\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .xl\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .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-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .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-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .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-68:hover {
    --tw-translate-y: -17rem;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .xl\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .xl\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .xl\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .xl\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .xl\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .xl\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .xl\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .xl\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .xl\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .xl\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .xl\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .xl\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .xl\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .xl\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .xl\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .xl\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .xl\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .xl\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .xl\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .xl\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .xl\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .xl\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .xl\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .xl\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .xl\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .xl\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .xl\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .xl\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .xl\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .xl\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .xl\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .xl\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .xl\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: 17rem;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .xl\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .xl\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .xl\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .xl\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .xl\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .xl\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .xl\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .xl\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .xl\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .xl\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .xl\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .xl\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .xl\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .xl\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .xl\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .xl\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .xl\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .xl\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .xl\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .xl\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .xl\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .xl\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .xl\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .xl\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .xl\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .xl\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .xl\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .xl\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .xl\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .xl\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .xl\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .xl\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .xl\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .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-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-x: -17rem;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .xl\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .xl\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .xl\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .xl\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .xl\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .xl\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .xl\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .xl\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .xl\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .xl\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .xl\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .xl\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .xl\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .xl\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .xl\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .xl\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .xl\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .xl\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .xl\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .xl\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .xl\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .xl\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .xl\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .xl\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .xl\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .xl\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .xl\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .xl\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .xl\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .xl\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .xl\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .xl\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .xl\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .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\/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-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: 17rem;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .xl\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .xl\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .xl\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .xl\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .xl\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .xl\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .xl\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .xl\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .xl\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .xl\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .xl\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .xl\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .xl\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .xl\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .xl\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .xl\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .xl\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .xl\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .xl\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .xl\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .xl\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .xl\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .xl\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .xl\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .xl\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .xl\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .xl\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .xl\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .xl\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .xl\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .xl\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .xl\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .xl\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .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-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .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-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .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-68:focus {
    --tw-translate-y: -17rem;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .xl\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .xl\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .xl\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .xl\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .xl\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .xl\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .xl\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .xl\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .xl\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .xl\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .xl\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .xl\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .xl\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .xl\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .xl\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .xl\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .xl\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .xl\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .xl\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .xl\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .xl\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .xl\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .xl\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .xl\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .xl\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .xl\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .xl\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .xl\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .xl\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .xl\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .xl\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .xl\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .xl\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .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\/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\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\: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;
  }

  .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\: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\: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\: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\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-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-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\:animate-none {
    animation: none;
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .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;
  }

  .xl\:cursor-none {
    cursor: none;
  }

  .xl\:cursor-context-menu {
    cursor: context-menu;
  }

  .xl\:cursor-progress {
    cursor: progress;
  }

  .xl\:cursor-cell {
    cursor: cell;
  }

  .xl\:cursor-crosshair {
    cursor: crosshair;
  }

  .xl\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .xl\:cursor-alias {
    cursor: alias;
  }

  .xl\:cursor-copy {
    cursor: copy;
  }

  .xl\:cursor-no-drop {
    cursor: no-drop;
  }

  .xl\:cursor-grab {
    cursor: grab;
  }

  .xl\:cursor-grabbing {
    cursor: grabbing;
  }

  .xl\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .xl\:cursor-col-resize {
    cursor: col-resize;
  }

  .xl\:cursor-row-resize {
    cursor: row-resize;
  }

  .xl\:cursor-n-resize {
    cursor: n-resize;
  }

  .xl\:cursor-e-resize {
    cursor: e-resize;
  }

  .xl\:cursor-s-resize {
    cursor: s-resize;
  }

  .xl\:cursor-w-resize {
    cursor: w-resize;
  }

  .xl\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .xl\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .xl\:cursor-se-resize {
    cursor: se-resize;
  }

  .xl\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .xl\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .xl\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .xl\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .xl\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .xl\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .xl\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-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;
            user-select: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:content-evenly {
    align-content: space-evenly;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\: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-13 {
    gap: 3.25rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-19 {
    gap: 4.75rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-25 {
    gap: 6.25rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-30 {
    gap: 7.5rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-34 {
    gap: 8.5rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-42 {
    gap: 10.5rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-46 {
    gap: 11.5rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-50 {
    gap: 12.5rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-54 {
    gap: 13.5rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-60 {
    gap: 15rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-68 {
    gap: 17rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-75 {
    gap: 18.75rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:gap-85 {
    gap: 22rem;
  }

  .xl\:gap-90 {
    gap: 22.5rem;
  }

  .xl\:gap-92 {
    gap: 23rem;
  }

  .xl\:gap-96 {
    gap: 24rem;
  }

  .xl\:gap-100 {
    gap: 25rem;
  }

  .xl\:gap-116 {
    gap: 29rem;
  }

  .xl\:gap-120 {
    gap: 30rem;
  }

  .xl\:gap-125 {
    gap: 31.25rem;
  }

  .xl\:gap-135 {
    gap: 33.75rem;
  }

  .xl\:gap-160 {
    gap: 40rem;
  }

  .xl\:gap-180 {
    gap: 45rem;
  }

  .xl\:gap-240 {
    gap: 60rem;
  }

  .xl\:gap-285 {
    gap: 71.25rem;
  }

  .xl\:gap-330 {
    gap: 82.5rem;
  }

  .xl\:gap-unset {
    gap: unset;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:gap-0\.4 {
    gap: 0.1rem;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xl\:gap-0\.6 {
    gap: 0.15rem;
  }

  .xl\:gap-0\.75 {
    gap: 0.2rem;
  }

  .xl\:gap-1\.2 {
    gap: 0.3rem;
  }

  .xl\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .xl\:gap-1\.4 {
    gap: 0.35rem;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl\:gap-1\.6 {
    gap: 0.4rem;
  }

  .xl\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .xl\:gap-1\.8 {
    gap: 0.45rem;
  }

  .xl\:gap-2\.2 {
    gap: 0.55rem;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl\:gap-2\.6 {
    gap: 0.65rem;
  }

  .xl\:gap-2\.7 {
    gap: 0.675rem;
  }

  .xl\:gap-2\.8 {
    gap: 0.7rem;
  }

  .xl\:gap-3\.4 {
    gap: 0.85rem;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl\:gap-3\.6 {
    gap: 0.9rem;
  }

  .xl\:gap-4\.5 {
    gap: 1.125rem;
  }

  .xl\:gap-4\.8 {
    gap: 1.2rem;
  }

  .xl\:gap-5\.3 {
    gap: 1.3rem;
  }

  .xl\:gap-5\.4 {
    gap: 1.35rem;
  }

  .xl\:gap-5\.5 {
    gap: 1.375rem;
  }

  .xl\:gap-5\.6 {
    gap: 1.4rem;
  }

  .xl\:gap-6\.5 {
    gap: 1.625rem;
  }

  .xl\:gap-70\/100 {
    gap: 70%;
  }

  .xl\:gap-31\/100 {
    gap: 31%;
  }

  .xl\:gap-15\/100 {
    gap: 15%;
  }

  .xl\:gap-1\/100 {
    gap: 1%;
  }

  .xl\:gap-1\/10 {
    gap: 10%;
  }

  .xl\:gap-1\/2 {
    gap: 50%;
  }

  .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-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .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-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .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-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .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-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .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-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xl\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .xl\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .xl\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .xl\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xl\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .xl\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .xl\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .xl\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .xl\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .xl\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .xl\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .xl\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .xl\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .xl\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .xl\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .xl\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .xl\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .xl\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .xl\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .xl\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .xl\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .xl\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .xl\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .xl\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .xl\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .xl\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .xl\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .xl\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .xl\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .xl\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .xl\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .xl\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .xl\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xl\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .xl\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .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-13 {
    row-gap: 3.25rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:gap-y-68 {
    row-gap: 17rem;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .xl\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .xl\:gap-y-85 {
    row-gap: 22rem;
  }

  .xl\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .xl\:gap-y-92 {
    row-gap: 23rem;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .xl\:gap-y-100 {
    row-gap: 25rem;
  }

  .xl\:gap-y-116 {
    row-gap: 29rem;
  }

  .xl\:gap-y-120 {
    row-gap: 30rem;
  }

  .xl\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .xl\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .xl\:gap-y-160 {
    row-gap: 40rem;
  }

  .xl\:gap-y-180 {
    row-gap: 45rem;
  }

  .xl\:gap-y-240 {
    row-gap: 60rem;
  }

  .xl\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .xl\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .xl\:gap-y-unset {
    row-gap: unset;
  }

  .xl\:gap-y-px {
    row-gap: 1px;
  }

  .xl\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xl\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .xl\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .xl\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .xl\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .xl\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .xl\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .xl\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .xl\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .xl\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xl\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .xl\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .xl\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .xl\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xl\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .xl\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .xl\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .xl\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .xl\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .xl\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .xl\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .xl\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .xl\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .xl\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .xl\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .xl\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .xl\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .xl\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .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-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-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-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-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-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-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-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-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-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-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-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-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-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-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-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-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-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-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-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-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-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-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-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-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-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-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-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-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-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-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-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-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-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-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-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-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-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-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-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-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-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-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-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-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-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-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-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-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-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-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-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-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-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-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-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-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-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-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-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-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-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-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-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-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-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-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-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-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-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-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-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-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-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-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-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-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-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-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-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-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-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-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-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-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-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-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-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-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-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-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-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-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-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-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-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-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-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-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-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-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-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-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-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-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-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * 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-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-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-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-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-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-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-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-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-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-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-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-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-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-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-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-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-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-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-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-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-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-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-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-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-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-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-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-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-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-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-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-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-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-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-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-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-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-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-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-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-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-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-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-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-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-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-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-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-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-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-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-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-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-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-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-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-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-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-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-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-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-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-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-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-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-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-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-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-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-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-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-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-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-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-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-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-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-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-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-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-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-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-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-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-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-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-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-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-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-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-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-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-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-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-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-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-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-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-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-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-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-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-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-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-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-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;
  }

  .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-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-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-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-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-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-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-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-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-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-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-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-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .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;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .xl\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .xl\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .xl\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .xl\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .xl\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .xl\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .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;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:self-baseline {
    align-self: baseline;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip {
    text-overflow: clip;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\: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-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .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-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-3 {
    border-width: 3px;
  }

  .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-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl\:border-slate {
  }

  .xl\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:border-zinc {
  }

  .xl\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl\:border-neutral {
  }

  .xl\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:border-stone {
  }

  .xl\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .xl\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .xl\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-slate {
  }

  .group:hover .xl\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-zinc {
  }

  .group:hover .xl\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-neutral {
  }

  .group:hover .xl\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-stone {
  }

  .group:hover .xl\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-slate:focus-within {
  }

  .xl\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-zinc:focus-within {
  }

  .xl\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-neutral:focus-within {
  }

  .xl\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-stone:focus-within {
  }

  .xl\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl\:hover\:border-slate:hover {
  }

  .xl\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:hover\:border-zinc:hover {
  }

  .xl\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl\:hover\:border-neutral:hover {
  }

  .xl\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:hover\:border-stone:hover {
  }

  .xl\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl\:focus\:border-slate:focus {
  }

  .xl\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl\:focus\:border-zinc:focus {
  }

  .xl\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl\:focus\:border-neutral:focus {
  }

  .xl\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl\:focus\:border-stone:focus {
  }

  .xl\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl\:bg-slate {
  }

  .xl\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:bg-zinc {
  }

  .xl\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl\:bg-neutral {
  }

  .xl\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:bg-stone {
  }

  .xl\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-slate {
  }

  .group:hover .xl\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-zinc {
  }

  .group:hover .xl\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-neutral {
  }

  .group:hover .xl\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-stone {
  }

  .group:hover .xl\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-slate:focus-within {
  }

  .xl\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-zinc:focus-within {
  }

  .xl\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-neutral:focus-within {
  }

  .xl\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-stone:focus-within {
  }

  .xl\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-slate:hover {
  }

  .xl\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-zinc:hover {
  }

  .xl\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-neutral:hover {
  }

  .xl\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-stone:hover {
  }

  .xl\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-slate:focus {
  }

  .xl\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-zinc:focus {
  }

  .xl\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-neutral:focus {
  }

  .xl\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-stone:focus {
  }

  .xl\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .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\: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\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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\: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\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\: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\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black {
    --tw-gradient-to: #000;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xl\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xl\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xl\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xl\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xl\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xl\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xl\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .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\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .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\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .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-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .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-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-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .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\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:bg-150 {
    background-size: 150%;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-x-25 {
    background-position: 25% 0;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-origin-border {
    background-origin: border-box;
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xl\:bg-origin-content {
    background-origin: content-box;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\: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;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\: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-13 {
    padding: 3.25rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-19 {
    padding: 4.75rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-25 {
    padding: 6.25rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-30 {
    padding: 7.5rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-34 {
    padding: 8.5rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-42 {
    padding: 10.5rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-46 {
    padding: 11.5rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-50 {
    padding: 12.5rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-54 {
    padding: 13.5rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-68 {
    padding: 17rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-75 {
    padding: 18.75rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-85 {
    padding: 22rem;
  }

  .xl\:p-90 {
    padding: 22.5rem;
  }

  .xl\:p-92 {
    padding: 23rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-100 {
    padding: 25rem;
  }

  .xl\:p-116 {
    padding: 29rem;
  }

  .xl\:p-120 {
    padding: 30rem;
  }

  .xl\:p-125 {
    padding: 31.25rem;
  }

  .xl\:p-135 {
    padding: 33.75rem;
  }

  .xl\:p-160 {
    padding: 40rem;
  }

  .xl\:p-180 {
    padding: 45rem;
  }

  .xl\:p-240 {
    padding: 60rem;
  }

  .xl\:p-285 {
    padding: 71.25rem;
  }

  .xl\:p-330 {
    padding: 82.5rem;
  }

  .xl\:p-unset {
    padding: unset;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.4 {
    padding: 0.1rem;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-0\.6 {
    padding: 0.15rem;
  }

  .xl\:p-0\.75 {
    padding: 0.2rem;
  }

  .xl\:p-1\.2 {
    padding: 0.3rem;
  }

  .xl\:p-1\.25 {
    padding: 0.3125rem;
  }

  .xl\:p-1\.4 {
    padding: 0.35rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-1\.6 {
    padding: 0.4rem;
  }

  .xl\:p-1\.75 {
    padding: 0.4375rem;
  }

  .xl\:p-1\.8 {
    padding: 0.45rem;
  }

  .xl\:p-2\.2 {
    padding: 0.55rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-2\.6 {
    padding: 0.65rem;
  }

  .xl\:p-2\.7 {
    padding: 0.675rem;
  }

  .xl\:p-2\.8 {
    padding: 0.7rem;
  }

  .xl\:p-3\.4 {
    padding: 0.85rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:p-3\.6 {
    padding: 0.9rem;
  }

  .xl\:p-4\.5 {
    padding: 1.125rem;
  }

  .xl\:p-4\.8 {
    padding: 1.2rem;
  }

  .xl\:p-5\.3 {
    padding: 1.3rem;
  }

  .xl\:p-5\.4 {
    padding: 1.35rem;
  }

  .xl\:p-5\.5 {
    padding: 1.375rem;
  }

  .xl\:p-5\.6 {
    padding: 1.4rem;
  }

  .xl\:p-6\.5 {
    padding: 1.625rem;
  }

  .xl\:p-70\/100 {
    padding: 70%;
  }

  .xl\:p-31\/100 {
    padding: 31%;
  }

  .xl\:p-15\/100 {
    padding: 15%;
  }

  .xl\:p-1\/100 {
    padding: 1%;
  }

  .xl\:p-1\/10 {
    padding: 10%;
  }

  .xl\:p-1\/2 {
    padding: 50%;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xl\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .xl\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .xl\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .xl\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .xl\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .xl\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .xl\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .xl\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .xl\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .xl\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .xl\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .xl\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .xl\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .xl\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .xl\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .xl\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .xl\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .xl\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .xl\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .xl\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .xl\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xl\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .xl\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .xl\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .xl\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .xl\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .xl\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .xl\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .xl\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .xl\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xl\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .xl\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .xl\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .xl\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .xl\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .xl\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .xl\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .xl\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .xl\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .xl\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .xl\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .xl\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .xl\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .xl\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .xl\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .xl\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .xl\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .xl\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .xl\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .xl\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .xl\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xl\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .xl\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .xl\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .xl\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .xl\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .xl\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .xl\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .xl\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .xl\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-13 {
    padding-top: 3.25rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-19 {
    padding-top: 4.75rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-25 {
    padding-top: 6.25rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pt-30 {
    padding-top: 7.5rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-34 {
    padding-top: 8.5rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-42 {
    padding-top: 10.5rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pt-46 {
    padding-top: 11.5rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pt-50 {
    padding-top: 12.5rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pt-54 {
    padding-top: 13.5rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pt-68 {
    padding-top: 17rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pt-75 {
    padding-top: 18.75rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pt-85 {
    padding-top: 22rem;
  }

  .xl\:pt-90 {
    padding-top: 22.5rem;
  }

  .xl\:pt-92 {
    padding-top: 23rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pt-100 {
    padding-top: 25rem;
  }

  .xl\:pt-116 {
    padding-top: 29rem;
  }

  .xl\:pt-120 {
    padding-top: 30rem;
  }

  .xl\:pt-125 {
    padding-top: 31.25rem;
  }

  .xl\:pt-135 {
    padding-top: 33.75rem;
  }

  .xl\:pt-160 {
    padding-top: 40rem;
  }

  .xl\:pt-180 {
    padding-top: 45rem;
  }

  .xl\:pt-240 {
    padding-top: 60rem;
  }

  .xl\:pt-285 {
    padding-top: 71.25rem;
  }

  .xl\:pt-330 {
    padding-top: 82.5rem;
  }

  .xl\:pt-unset {
    padding-top: unset;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .xl\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .xl\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .xl\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .xl\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .xl\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .xl\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .xl\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .xl\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .xl\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .xl\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .xl\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .xl\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .xl\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .xl\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .xl\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .xl\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .xl\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .xl\:pt-70\/100 {
    padding-top: 70%;
  }

  .xl\:pt-31\/100 {
    padding-top: 31%;
  }

  .xl\:pt-15\/100 {
    padding-top: 15%;
  }

  .xl\:pt-1\/100 {
    padding-top: 1%;
  }

  .xl\:pt-1\/10 {
    padding-top: 10%;
  }

  .xl\:pt-1\/2 {
    padding-top: 50%;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-13 {
    padding-right: 3.25rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-19 {
    padding-right: 4.75rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pr-25 {
    padding-right: 6.25rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-30 {
    padding-right: 7.5rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-34 {
    padding-right: 8.5rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pr-42 {
    padding-right: 10.5rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-46 {
    padding-right: 11.5rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pr-50 {
    padding-right: 12.5rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pr-54 {
    padding-right: 13.5rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pr-68 {
    padding-right: 17rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pr-75 {
    padding-right: 18.75rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pr-85 {
    padding-right: 22rem;
  }

  .xl\:pr-90 {
    padding-right: 22.5rem;
  }

  .xl\:pr-92 {
    padding-right: 23rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pr-100 {
    padding-right: 25rem;
  }

  .xl\:pr-116 {
    padding-right: 29rem;
  }

  .xl\:pr-120 {
    padding-right: 30rem;
  }

  .xl\:pr-125 {
    padding-right: 31.25rem;
  }

  .xl\:pr-135 {
    padding-right: 33.75rem;
  }

  .xl\:pr-160 {
    padding-right: 40rem;
  }

  .xl\:pr-180 {
    padding-right: 45rem;
  }

  .xl\:pr-240 {
    padding-right: 60rem;
  }

  .xl\:pr-285 {
    padding-right: 71.25rem;
  }

  .xl\:pr-330 {
    padding-right: 82.5rem;
  }

  .xl\:pr-unset {
    padding-right: unset;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .xl\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .xl\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .xl\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .xl\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .xl\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .xl\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .xl\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .xl\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .xl\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .xl\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .xl\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .xl\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .xl\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .xl\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .xl\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .xl\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .xl\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .xl\:pr-70\/100 {
    padding-right: 70%;
  }

  .xl\:pr-31\/100 {
    padding-right: 31%;
  }

  .xl\:pr-15\/100 {
    padding-right: 15%;
  }

  .xl\:pr-1\/100 {
    padding-right: 1%;
  }

  .xl\:pr-1\/10 {
    padding-right: 10%;
  }

  .xl\:pr-1\/2 {
    padding-right: 50%;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pb-68 {
    padding-bottom: 17rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pb-85 {
    padding-bottom: 22rem;
  }

  .xl\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .xl\:pb-92 {
    padding-bottom: 23rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pb-100 {
    padding-bottom: 25rem;
  }

  .xl\:pb-116 {
    padding-bottom: 29rem;
  }

  .xl\:pb-120 {
    padding-bottom: 30rem;
  }

  .xl\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .xl\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .xl\:pb-160 {
    padding-bottom: 40rem;
  }

  .xl\:pb-180 {
    padding-bottom: 45rem;
  }

  .xl\:pb-240 {
    padding-bottom: 60rem;
  }

  .xl\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .xl\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .xl\:pb-unset {
    padding-bottom: unset;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .xl\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .xl\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .xl\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .xl\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .xl\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .xl\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .xl\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .xl\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .xl\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .xl\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .xl\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .xl\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .xl\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .xl\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .xl\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .xl\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .xl\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .xl\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .xl\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .xl\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .xl\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .xl\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .xl\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-13 {
    padding-left: 3.25rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-19 {
    padding-left: 4.75rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-25 {
    padding-left: 6.25rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-30 {
    padding-left: 7.5rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-34 {
    padding-left: 8.5rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pl-42 {
    padding-left: 10.5rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-46 {
    padding-left: 11.5rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pl-50 {
    padding-left: 12.5rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pl-54 {
    padding-left: 13.5rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pl-68 {
    padding-left: 17rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pl-75 {
    padding-left: 18.75rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pl-85 {
    padding-left: 22rem;
  }

  .xl\:pl-90 {
    padding-left: 22.5rem;
  }

  .xl\:pl-92 {
    padding-left: 23rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pl-100 {
    padding-left: 25rem;
  }

  .xl\:pl-116 {
    padding-left: 29rem;
  }

  .xl\:pl-120 {
    padding-left: 30rem;
  }

  .xl\:pl-125 {
    padding-left: 31.25rem;
  }

  .xl\:pl-135 {
    padding-left: 33.75rem;
  }

  .xl\:pl-160 {
    padding-left: 40rem;
  }

  .xl\:pl-180 {
    padding-left: 45rem;
  }

  .xl\:pl-240 {
    padding-left: 60rem;
  }

  .xl\:pl-285 {
    padding-left: 71.25rem;
  }

  .xl\:pl-330 {
    padding-left: 82.5rem;
  }

  .xl\:pl-unset {
    padding-left: unset;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .xl\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .xl\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .xl\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .xl\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .xl\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .xl\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .xl\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .xl\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .xl\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .xl\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .xl\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .xl\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .xl\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .xl\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .xl\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .xl\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .xl\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .xl\:pl-70\/100 {
    padding-left: 70%;
  }

  .xl\:pl-31\/100 {
    padding-left: 31%;
  }

  .xl\:pl-15\/100 {
    padding-left: 15%;
  }

  .xl\:pl-1\/100 {
    padding-left: 1%;
  }

  .xl\:pl-1\/10 {
    padding-left: 10%;
  }

  .xl\:pl-1\/2 {
    padding-left: 50%;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .xl\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .xl\:font-body {
    font-family: Roboto, sans-serif;
  }

  .xl\:font-awesome {
    font-family: FontAwesome;
  }

  .xl\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .xl\:text-inherit {
    font-size: inherit;
  }

  .xl\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .xl\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .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: 5rem;
    line-height: 1;
  }

  .xl\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .xl\:font-thin {
    font-weight: 100;
  }

  .xl\:font-extralight {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .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;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\: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;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl\:text-slate {
  }

  .xl\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:text-zinc {
  }

  .xl\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl\:text-neutral {
  }

  .xl\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:text-stone {
  }

  .xl\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .xl\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .xl\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-slate {
  }

  .group:hover .xl\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-zinc {
  }

  .group:hover .xl\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-neutral {
  }

  .group:hover .xl\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-stone {
  }

  .group:hover .xl\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-slate:focus-within {
  }

  .xl\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-zinc:focus-within {
  }

  .xl\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-neutral:focus-within {
  }

  .xl\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-stone:focus-within {
  }

  .xl\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl\:hover\:text-slate:hover {
  }

  .xl\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:hover\:text-zinc:hover {
  }

  .xl\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl\:hover\:text-neutral:hover {
  }

  .xl\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:hover\:text-stone:hover {
  }

  .xl\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl\:focus\:text-slate:focus {
  }

  .xl\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl\:focus\:text-zinc:focus {
  }

  .xl\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl\:focus\:text-neutral:focus {
  }

  .xl\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl\:focus\:text-stone:focus {
  }

  .xl\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xl\:placeholder-black::-moz-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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-slate::-moz-placeholder {
  }

  .xl\:placeholder-slate::placeholder {
  }

  .xl\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-zinc::-moz-placeholder {
  }

  .xl\:placeholder-zinc::placeholder {
  }

  .xl\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-neutral::-moz-placeholder {
  }

  .xl\:placeholder-neutral::placeholder {
  }

  .xl\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-stone::-moz-placeholder {
  }

  .xl\:placeholder-stone::placeholder {
  }

  .xl\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .xl\:focus\:placeholder-slate:focus::placeholder {
  }

  .xl\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .xl\:focus\:placeholder-zinc:focus::placeholder {
  }

  .xl\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .xl\:focus\:placeholder-neutral:focus::placeholder {
  }

  .xl\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .xl\:focus\:placeholder-stone:focus::placeholder {
  }

  .xl\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-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::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::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::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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .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\: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\: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\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    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-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    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-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    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-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    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-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    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-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    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-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    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-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-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-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-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\: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\: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\: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\: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\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl\:ring-current {
    --tw-ring-color: currentColor;
  }

  .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-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .xl\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .xl\:ring-slate {
  }

  .xl\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:ring-zinc {
  }

  .xl\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl\:ring-neutral {
  }

  .xl\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:ring-stone {
  }

  .xl\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-slate:focus-within {
  }

  .xl\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-zinc:focus-within {
  }

  .xl\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-neutral:focus-within {
  }

  .xl\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-stone:focus-within {
  }

  .xl\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-slate:focus {
  }

  .xl\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-zinc:focus {
  }

  .xl\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-neutral:focus {
  }

  .xl\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-stone:focus {
  }

  .xl\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .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;
  }

  .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\: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\: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;
  }

  .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\: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\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .xl\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .xl\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .xl\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .xl\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .xl\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .xl\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .xl\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .xl\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .xl\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .xl\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .xl\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .xl\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .xl\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .xl\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .xl\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .xl\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .xl\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .xl\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .xl\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .xl\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .xl\:ring-offset-slate {
  }

  .xl\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:ring-offset-zinc {
  }

  .xl\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .xl\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .xl\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .xl\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .xl\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .xl\:ring-offset-neutral {
  }

  .xl\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .xl\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:ring-offset-stone {
  }

  .xl\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .xl\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .xl\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .xl\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .xl\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .xl\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550 {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .xl\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .xl\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .xl\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .xl\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .xl\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .xl\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .xl\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .xl\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .xl\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .xl\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .xl\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .xl\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .xl\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .xl\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .xl\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .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: #ff0080;
  }

  .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-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .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: #344e86;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .xl\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .xl\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .xl\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .xl\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .xl\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .xl\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .xl\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .xl\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .xl\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .xl\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .xl\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .xl\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .xl\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .xl\:focus-within\:ring-offset-slate:focus-within {
  }

  .xl\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:focus-within\:ring-offset-zinc:focus-within {
  }

  .xl\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .xl\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .xl\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .xl\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .xl\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .xl\:focus-within\:ring-offset-neutral:focus-within {
  }

  .xl\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .xl\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:focus-within\:ring-offset-stone:focus-within {
  }

  .xl\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .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: #98ec2d;
  }

  .xl\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .xl\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .xl\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .xl\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .xl\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .xl\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .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: #cb0c9f;
  }

  .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: #a3017e;
  }

  .xl\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .xl\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .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-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .xl\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .xl\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .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: #fc9797;
  }

  .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: #f53939;
  }

  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .xl\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .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-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xl\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .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: #fbcf33;
  }

  .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-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .xl\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .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: #17ad37;
  }

  .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-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .xl\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .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-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .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: #7928ca;
  }

  .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-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .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: #f883dd;
  }

  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .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-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .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: #2152ff;
  }

  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .xl\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .xl\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .xl\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .xl\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .xl\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .xl\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .xl\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .xl\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .xl\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .xl\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .xl\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .xl\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .xl\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .xl\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .xl\:focus\:ring-offset-slate:focus {
  }

  .xl\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .xl\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .xl\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .xl\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .xl\:focus\:ring-offset-zinc:focus {
  }

  .xl\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .xl\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .xl\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .xl\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .xl\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .xl\:focus\:ring-offset-neutral:focus {
  }

  .xl\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .xl\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .xl\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .xl\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .xl\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .xl\:focus\:ring-offset-stone:focus {
  }

  .xl\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .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-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .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-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .xl\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .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: #fbc400;
  }

  .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-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .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: #cdf59b;
  }

  .xl\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .xl\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .xl\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .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-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .xl\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .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-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .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-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .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-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .xl\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .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: #21d4fd;
  }

  .xl\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .xl\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .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-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .xl\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .xl\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .xl\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .xl\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .xl\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .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-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .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: #e293d3;
  }

  .xl\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .xl\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .xl\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .xl\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .xl\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .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: #ff667c;
  }

  .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-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .xl\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:filter-none {
    filter: none;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .xl\:blur-none {
    --tw-blur: blur(0);
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xl\:blur {
    --tw-blur: blur(8px);
  }

  .xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xl\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .xl\:invert {
    --tw-invert: invert(100%);
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .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, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\: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);
  }
}

@media (max-width: 1200px) {
  .xl-max\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .xl-max\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .xl-max\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .xl-max\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .xl-max\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .xl-max\:container {
      max-width: 1400px;
    }
  }

  .xl-max\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .xl-max\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl-max\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .xl-max\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .xl-max\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .xl-max\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .xl-max\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .xl-max\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .xl-max\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .xl-max\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .xl-max\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .xl-max\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .xl-max\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .xl-max\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .xl-max\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .xl-max\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .xl-max\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .xl-max\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl-max\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .xl-max\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .xl-max\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .xl-max\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl-max\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .xl-max\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl-max\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .xl-max\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .xl-max\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .xl-max\:prose code::before {
    content: "`";
  }

  .xl-max\:prose code::after {
    content: "`";
  }

  .xl-max\:prose a code {
    color: #141727;
  }

  .xl-max\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .xl-max\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .xl-max\:prose pre code::before {
    content: none;
  }

  .xl-max\:prose pre code::after {
    content: none;
  }

  .xl-max\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .xl-max\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .xl-max\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl-max\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .xl-max\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .xl-max\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .xl-max\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .xl-max\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl-max\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl-max\:prose h2 code {
    font-size: 0.875em;
  }

  .xl-max\:prose h3 code {
    font-size: 0.9em;
  }

  .xl-max\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl-max\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .xl-max\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl-max\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl-max\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl-max\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl-max\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .xl-max\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .xl-max\:prose ul ul, .xl-max\:prose ul ol, .xl-max\:prose ol ul, .xl-max\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .xl-max\:prose hr + * {
    margin-top: 0;
  }

  .xl-max\:prose h2 + * {
    margin-top: 0;
  }

  .xl-max\:prose h3 + * {
    margin-top: 0;
  }

  .xl-max\:prose h4 + * {
    margin-top: 0;
  }

  .xl-max\:prose thead th:first-child {
    padding-left: 0;
  }

  .xl-max\:prose thead th:last-child {
    padding-right: 0;
  }

  .xl-max\:prose tbody td:first-child {
    padding-left: 0;
  }

  .xl-max\:prose tbody td:last-child {
    padding-right: 0;
  }

  .xl-max\:prose > :first-child {
    margin-top: 0;
  }

  .xl-max\:prose > :last-child {
    margin-bottom: 0;
  }

  .xl-max\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .xl-max\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl-max\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl-max\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .xl-max\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .xl-max\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .xl-max\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl-max\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .xl-max\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl-max\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl-max\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .xl-max\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl-max\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .xl-max\:prose-sm code {
    font-size: 0.8571429em;
  }

  .xl-max\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .xl-max\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .xl-max\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl-max\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl-max\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .xl-max\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .xl-max\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .xl-max\:prose-sm ol > li::before {
    left: 0;
  }

  .xl-max\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .xl-max\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .xl-max\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl-max\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl-max\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl-max\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .xl-max\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .xl-max\:prose-sm ul ul, .xl-max\:prose-sm ul ol, .xl-max\:prose-sm ol ul, .xl-max\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .xl-max\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .xl-max\:prose-sm hr + * {
    margin-top: 0;
  }

  .xl-max\:prose-sm h2 + * {
    margin-top: 0;
  }

  .xl-max\:prose-sm h3 + * {
    margin-top: 0;
  }

  .xl-max\:prose-sm h4 + * {
    margin-top: 0;
  }

  .xl-max\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .xl-max\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl-max\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .xl-max\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-sm > :first-child {
    margin-top: 0;
  }

  .xl-max\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .xl-max\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .xl-max\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .xl-max\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .xl-max\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .xl-max\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .xl-max\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl-max\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl-max\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl-max\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl-max\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl-max\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl-max\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .xl-max\:prose-lg code {
    font-size: 0.8888889em;
  }

  .xl-max\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .xl-max\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .xl-max\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .xl-max\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl-max\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .xl-max\:prose-lg ol > li::before {
    left: 0;
  }

  .xl-max\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .xl-max\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .xl-max\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl-max\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl-max\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl-max\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-lg ul ul, .xl-max\:prose-lg ul ol, .xl-max\:prose-lg ol ul, .xl-max\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl-max\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .xl-max\:prose-lg hr + * {
    margin-top: 0;
  }

  .xl-max\:prose-lg h2 + * {
    margin-top: 0;
  }

  .xl-max\:prose-lg h3 + * {
    margin-top: 0;
  }

  .xl-max\:prose-lg h4 + * {
    margin-top: 0;
  }

  .xl-max\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .xl-max\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl-max\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl-max\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-lg > :first-child {
    margin-top: 0;
  }

  .xl-max\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .xl-max\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .xl-max\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl-max\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .xl-max\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .xl-max\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .xl-max\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .xl-max\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .xl-max\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .xl-max\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl-max\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .xl-max\:prose-xl code {
    font-size: 0.9em;
  }

  .xl-max\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .xl-max\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .xl-max\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .xl-max\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl-max\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .xl-max\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .xl-max\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .xl-max\:prose-xl ol > li::before {
    left: 0;
  }

  .xl-max\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .xl-max\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .xl-max\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl-max\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl-max\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl-max\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .xl-max\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .xl-max\:prose-xl ul ul, .xl-max\:prose-xl ul ol, .xl-max\:prose-xl ol ul, .xl-max\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .xl-max\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .xl-max\:prose-xl hr + * {
    margin-top: 0;
  }

  .xl-max\:prose-xl h2 + * {
    margin-top: 0;
  }

  .xl-max\:prose-xl h3 + * {
    margin-top: 0;
  }

  .xl-max\:prose-xl h4 + * {
    margin-top: 0;
  }

  .xl-max\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .xl-max\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl-max\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .xl-max\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-xl > :first-child {
    margin-top: 0;
  }

  .xl-max\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .xl-max\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .xl-max\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .xl-max\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .xl-max\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .xl-max\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .xl-max\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .xl-max\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl-max\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .xl-max\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl-max\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .xl-max\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .xl-max\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .xl-max\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .xl-max\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .xl-max\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl-max\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .xl-max\:prose-2xl ol > li::before {
    left: 0;
  }

  .xl-max\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .xl-max\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .xl-max\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .xl-max\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl-max\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl-max\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl-max\:prose-2xl ul ul, .xl-max\:prose-2xl ul ol, .xl-max\:prose-2xl ol ul, .xl-max\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl-max\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .xl-max\:prose-2xl hr + * {
    margin-top: 0;
  }

  .xl-max\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .xl-max\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .xl-max\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .xl-max\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .xl-max\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl-max\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .xl-max\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .xl-max\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .xl-max\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .xl-max\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .xl-max\:prose-red a {
    color: #ea0606;
  }

  .xl-max\:prose-red a code {
    color: #ea0606;
  }

  .xl-max\:prose-yellow a {
    color: #ca8a04;
  }

  .xl-max\:prose-yellow a code {
    color: #ca8a04;
  }

  .xl-max\:prose-green a {
    color: #17ad37;
  }

  .xl-max\:prose-green a code {
    color: #17ad37;
  }

  .xl-max\:prose-indigo a {
    color: #4f46e5;
  }

  .xl-max\:prose-indigo a code {
    color: #4f46e5;
  }

  .xl-max\:prose-purple a {
    color: #9333ea;
  }

  .xl-max\:prose-purple a code {
    color: #9333ea;
  }

  .xl-max\:prose-pink a {
    color: #db2777;
  }

  .xl-max\:prose-pink a code {
    color: #db2777;
  }

  .xl-max\:prose-blue a {
    color: #2152ff;
  }

  .xl-max\:prose-blue a code {
    color: #2152ff;
  }

  .xl-max\:prose-slate a {
    color: #627594;
  }

  .xl-max\:prose-slate a code {
    color: #627594;
  }

  .xl-max\:prose-zinc a {
    color: #52525b;
  }

  .xl-max\:prose-zinc a code {
    color: #52525b;
  }

  .xl-max\:prose-neutral a {
    color: #525252;
  }

  .xl-max\:prose-neutral a code {
    color: #525252;
  }

  .xl-max\:prose-stone a {
    color: #57534e;
  }

  .xl-max\:prose-stone a code {
    color: #57534e;
  }

  .xl-max\:prose-orange a {
    color: #ea580c;
  }

  .xl-max\:prose-orange a code {
    color: #ea580c;
  }

  .xl-max\:prose-amber a {
    color: #d97706;
  }

  .xl-max\:prose-amber a code {
    color: #d97706;
  }

  .xl-max\:prose-lime a {
    color: #67b108;
  }

  .xl-max\:prose-lime a code {
    color: #67b108;
  }

  .xl-max\:prose-emerald a {
    color: #059669;
  }

  .xl-max\:prose-emerald a code {
    color: #059669;
  }

  .xl-max\:prose-teal a {
    color: #0d9488;
  }

  .xl-max\:prose-teal a code {
    color: #0d9488;
  }

  .xl-max\:prose-cyan a {
    color: #08a1c4;
  }

  .xl-max\:prose-cyan a code {
    color: #08a1c4;
  }

  .xl-max\:prose-sky a {
    color: #3ea1ec;
  }

  .xl-max\:prose-sky a code {
    color: #3ea1ec;
  }

  .xl-max\:prose-violet a {
    color: #7c3aed;
  }

  .xl-max\:prose-violet a code {
    color: #7c3aed;
  }

  .xl-max\:prose-fuchsia a {
    color: #c026d3;
  }

  .xl-max\:prose-fuchsia a code {
    color: #c026d3;
  }

  .xl-max\:prose-rose a {
    color: #e11d48;
  }

  .xl-max\:prose-rose a code {
    color: #e11d48;
  }

  .xl-max\: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-max\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl-max\: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-max\: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-max\: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-max\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl-max\:pointer-events-none {
    pointer-events: none;
  }

  .xl-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl-max\:visible {
    visibility: visible;
  }

  .xl-max\:invisible {
    visibility: hidden;
  }

  .xl-max\:static {
    position: static;
  }

  .xl-max\:fixed {
    position: fixed;
  }

  .xl-max\:absolute {
    position: absolute;
  }

  .xl-max\:relative {
    position: relative;
  }

  .xl-max\:sticky {
    position: sticky;
  }

  .xl-max\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl-max\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl-max\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl-max\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl-max\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl-max\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl-max\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl-max\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl-max\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl-max\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl-max\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl-max\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl-max\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl-max\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .xl-max\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl-max\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl-max\:inset-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .xl-max\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl-max\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl-max\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .xl-max\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl-max\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .xl-max\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl-max\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xl-max\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl-max\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl-max\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .xl-max\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl-max\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .xl-max\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl-max\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .xl-max\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl-max\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .xl-max\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl-max\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl-max\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl-max\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .xl-max\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl-max\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .xl-max\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl-max\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .xl-max\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .xl-max\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .xl-max\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl-max\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .xl-max\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .xl-max\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .xl-max\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .xl-max\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .xl-max\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .xl-max\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .xl-max\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .xl-max\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .xl-max\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .xl-max\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl-max\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .xl-max\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl-max\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .xl-max\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl-max\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .xl-max\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .xl-max\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .xl-max\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .xl-max\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .xl-max\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl-max\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .xl-max\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .xl-max\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .xl-max\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .xl-max\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl-max\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .xl-max\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .xl-max\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .xl-max\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .xl-max\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl-max\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .xl-max\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .xl-max\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .xl-max\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .xl-max\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .xl-max\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .xl-max\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .xl-max\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .xl-max\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .xl-max\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .xl-max\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .xl-max\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .xl-max\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xl-max\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl-max\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl-max\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl-max\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl-max\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl-max\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl-max\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl-max\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl-max\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl-max\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl-max\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl-max\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl-max\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl-max\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl-max\:-inset-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .xl-max\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl-max\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl-max\:-inset-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .xl-max\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl-max\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl-max\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .xl-max\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl-max\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .xl-max\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl-max\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .xl-max\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl-max\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl-max\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .xl-max\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl-max\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .xl-max\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl-max\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .xl-max\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl-max\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .xl-max\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl-max\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl-max\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl-max\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .xl-max\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl-max\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .xl-max\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl-max\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .xl-max\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .xl-max\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .xl-max\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl-max\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .xl-max\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .xl-max\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .xl-max\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .xl-max\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .xl-max\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .xl-max\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .xl-max\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .xl-max\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .xl-max\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .xl-max\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .xl-max\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl-max\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .xl-max\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl-max\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .xl-max\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .xl-max\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .xl-max\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .xl-max\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .xl-max\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl-max\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .xl-max\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .xl-max\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .xl-max\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .xl-max\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl-max\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .xl-max\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .xl-max\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .xl-max\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .xl-max\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl-max\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .xl-max\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .xl-max\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .xl-max\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .xl-max\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .xl-max\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .xl-max\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .xl-max\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .xl-max\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .xl-max\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .xl-max\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .xl-max\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .xl-max\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .xl-max\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl-max\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl-max\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl-max\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl-max\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl-max\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl-max\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl-max\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl-max\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl-max\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl-max\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl-max\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl-max\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl-max\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl-max\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl-max\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl-max\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl-max\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xl-max\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl-max\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl-max\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xl-max\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xl-max\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xl-max\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xl-max\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xl-max\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xl-max\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .xl-max\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .xl-max\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xl-max\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .xl-max\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xl-max\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xl-max\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .xl-max\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xl-max\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .xl-max\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xl-max\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .xl-max\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xl-max\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xl-max\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .xl-max\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xl-max\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .xl-max\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xl-max\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .xl-max\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xl-max\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .xl-max\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xl-max\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .xl-max\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xl-max\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .xl-max\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xl-max\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .xl-max\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xl-max\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .xl-max\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .xl-max\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .xl-max\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xl-max\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .xl-max\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .xl-max\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .xl-max\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .xl-max\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .xl-max\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .xl-max\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .xl-max\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .xl-max\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .xl-max\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .xl-max\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xl-max\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .xl-max\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xl-max\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .xl-max\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xl-max\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .xl-max\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .xl-max\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .xl-max\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .xl-max\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .xl-max\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xl-max\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .xl-max\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .xl-max\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .xl-max\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .xl-max\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xl-max\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .xl-max\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .xl-max\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .xl-max\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .xl-max\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xl-max\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .xl-max\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .xl-max\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .xl-max\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .xl-max\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .xl-max\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .xl-max\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .xl-max\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .xl-max\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .xl-max\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .xl-max\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .xl-max\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .xl-max\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .xl-max\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xl-max\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl-max\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl-max\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl-max\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl-max\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xl-max\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl-max\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl-max\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xl-max\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xl-max\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xl-max\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xl-max\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xl-max\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xl-max\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .xl-max\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .xl-max\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xl-max\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .xl-max\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xl-max\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xl-max\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .xl-max\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xl-max\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .xl-max\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xl-max\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .xl-max\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xl-max\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xl-max\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .xl-max\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xl-max\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .xl-max\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xl-max\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .xl-max\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xl-max\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .xl-max\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xl-max\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .xl-max\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xl-max\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .xl-max\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xl-max\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .xl-max\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xl-max\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .xl-max\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .xl-max\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .xl-max\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xl-max\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .xl-max\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .xl-max\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .xl-max\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .xl-max\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .xl-max\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .xl-max\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .xl-max\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .xl-max\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .xl-max\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .xl-max\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .xl-max\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xl-max\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .xl-max\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xl-max\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .xl-max\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .xl-max\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .xl-max\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .xl-max\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .xl-max\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xl-max\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .xl-max\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .xl-max\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .xl-max\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .xl-max\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xl-max\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .xl-max\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .xl-max\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .xl-max\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .xl-max\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xl-max\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .xl-max\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .xl-max\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .xl-max\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .xl-max\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .xl-max\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .xl-max\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .xl-max\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .xl-max\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .xl-max\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .xl-max\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .xl-max\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .xl-max\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .xl-max\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xl-max\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl-max\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl-max\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xl-max\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xl-max\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xl-max\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xl-max\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl-max\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl-max\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xl-max\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xl-max\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xl-max\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xl-max\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl-max\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl-max\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl-max\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl-max\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl-max\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl-max\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl-max\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl-max\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl-max\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl-max\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl-max\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl-max\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl-max\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .xl-max\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl-max\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl-max\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .xl-max\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl-max\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl-max\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .xl-max\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl-max\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .xl-max\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl-max\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xl-max\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl-max\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl-max\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .xl-max\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl-max\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .xl-max\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl-max\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .xl-max\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl-max\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .xl-max\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl-max\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xl-max\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl-max\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .xl-max\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl-max\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .xl-max\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl-max\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .xl-max\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .xl-max\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .xl-max\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xl-max\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .xl-max\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .xl-max\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .xl-max\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .xl-max\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .xl-max\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .xl-max\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .xl-max\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .xl-max\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .xl-max\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .xl-max\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl-max\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .xl-max\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl-max\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .xl-max\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl-max\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .xl-max\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .xl-max\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .xl-max\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .xl-max\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .xl-max\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl-max\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .xl-max\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .xl-max\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .xl-max\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .xl-max\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl-max\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .xl-max\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .xl-max\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .xl-max\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .xl-max\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl-max\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .xl-max\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .xl-max\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .xl-max\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .xl-max\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .xl-max\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .xl-max\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .xl-max\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .xl-max\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .xl-max\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .xl-max\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .xl-max\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .xl-max\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .xl-max\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl-max\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl-max\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl-max\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl-max\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl-max\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl-max\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl-max\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl-max\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl-max\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl-max\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl-max\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl-max\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl-max\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl-max\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .xl-max\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl-max\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl-max\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .xl-max\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xl-max\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xl-max\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .xl-max\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xl-max\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .xl-max\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl-max\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .xl-max\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xl-max\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl-max\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .xl-max\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xl-max\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .xl-max\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xl-max\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .xl-max\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xl-max\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .xl-max\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl-max\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xl-max\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl-max\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .xl-max\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xl-max\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .xl-max\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xl-max\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .xl-max\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .xl-max\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .xl-max\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xl-max\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .xl-max\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .xl-max\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .xl-max\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .xl-max\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .xl-max\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .xl-max\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .xl-max\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .xl-max\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .xl-max\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .xl-max\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .xl-max\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl-max\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .xl-max\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl-max\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .xl-max\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .xl-max\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .xl-max\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .xl-max\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .xl-max\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl-max\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .xl-max\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .xl-max\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .xl-max\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .xl-max\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl-max\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .xl-max\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .xl-max\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .xl-max\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .xl-max\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl-max\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .xl-max\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .xl-max\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .xl-max\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .xl-max\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .xl-max\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .xl-max\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .xl-max\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .xl-max\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .xl-max\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .xl-max\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .xl-max\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .xl-max\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .xl-max\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl-max\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl-max\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl-max\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl-max\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl-max\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl-max\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl-max\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl-max\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl-max\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl-max\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl-max\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl-max\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl-max\:top-0 {
    top: 0px;
  }

  .xl-max\:top-1 {
    top: 0.25rem;
  }

  .xl-max\:top-2 {
    top: 0.5rem;
  }

  .xl-max\:top-3 {
    top: 0.75rem;
  }

  .xl-max\:top-4 {
    top: 1rem;
  }

  .xl-max\:top-5 {
    top: 1.25rem;
  }

  .xl-max\:top-6 {
    top: 1.5rem;
  }

  .xl-max\:top-7 {
    top: 1.75rem;
  }

  .xl-max\:top-8 {
    top: 2rem;
  }

  .xl-max\:top-9 {
    top: 2.25rem;
  }

  .xl-max\:top-10 {
    top: 2.5rem;
  }

  .xl-max\:top-11 {
    top: 2.75rem;
  }

  .xl-max\:top-12 {
    top: 3rem;
  }

  .xl-max\:top-13 {
    top: 3.25rem;
  }

  .xl-max\:top-14 {
    top: 3.5rem;
  }

  .xl-max\:top-16 {
    top: 4rem;
  }

  .xl-max\:top-19 {
    top: 4.75rem;
  }

  .xl-max\:top-20 {
    top: 5rem;
  }

  .xl-max\:top-24 {
    top: 6rem;
  }

  .xl-max\:top-25 {
    top: 6.25rem;
  }

  .xl-max\:top-28 {
    top: 7rem;
  }

  .xl-max\:top-30 {
    top: 7.5rem;
  }

  .xl-max\:top-32 {
    top: 8rem;
  }

  .xl-max\:top-34 {
    top: 8.5rem;
  }

  .xl-max\:top-36 {
    top: 9rem;
  }

  .xl-max\:top-40 {
    top: 10rem;
  }

  .xl-max\:top-42 {
    top: 10.5rem;
  }

  .xl-max\:top-44 {
    top: 11rem;
  }

  .xl-max\:top-46 {
    top: 11.5rem;
  }

  .xl-max\:top-48 {
    top: 12rem;
  }

  .xl-max\:top-50 {
    top: 12.5rem;
  }

  .xl-max\:top-52 {
    top: 13rem;
  }

  .xl-max\:top-54 {
    top: 13.5rem;
  }

  .xl-max\:top-56 {
    top: 14rem;
  }

  .xl-max\:top-60 {
    top: 15rem;
  }

  .xl-max\:top-64 {
    top: 16rem;
  }

  .xl-max\:top-68 {
    top: 17rem;
  }

  .xl-max\:top-72 {
    top: 18rem;
  }

  .xl-max\:top-75 {
    top: 18.75rem;
  }

  .xl-max\:top-80 {
    top: 20rem;
  }

  .xl-max\:top-85 {
    top: 22rem;
  }

  .xl-max\:top-90 {
    top: 22.5rem;
  }

  .xl-max\:top-92 {
    top: 23rem;
  }

  .xl-max\:top-96 {
    top: 24rem;
  }

  .xl-max\:top-100 {
    top: 25rem;
  }

  .xl-max\:top-116 {
    top: 29rem;
  }

  .xl-max\:top-120 {
    top: 30rem;
  }

  .xl-max\:top-125 {
    top: 31.25rem;
  }

  .xl-max\:top-135 {
    top: 33.75rem;
  }

  .xl-max\:top-160 {
    top: 40rem;
  }

  .xl-max\:top-180 {
    top: 45rem;
  }

  .xl-max\:top-240 {
    top: 60rem;
  }

  .xl-max\:top-285 {
    top: 71.25rem;
  }

  .xl-max\:top-330 {
    top: 82.5rem;
  }

  .xl-max\:top-auto {
    top: auto;
  }

  .xl-max\:top-unset {
    top: unset;
  }

  .xl-max\:top-px {
    top: 1px;
  }

  .xl-max\:top-0\.4 {
    top: 0.1rem;
  }

  .xl-max\:top-0\.5 {
    top: 0.125rem;
  }

  .xl-max\:top-0\.6 {
    top: 0.15rem;
  }

  .xl-max\:top-0\.75 {
    top: 0.2rem;
  }

  .xl-max\:top-1\.2 {
    top: 0.3rem;
  }

  .xl-max\:top-1\.25 {
    top: 0.3125rem;
  }

  .xl-max\:top-1\.4 {
    top: 0.35rem;
  }

  .xl-max\:top-1\.5 {
    top: 0.375rem;
  }

  .xl-max\:top-1\.6 {
    top: 0.4rem;
  }

  .xl-max\:top-1\.75 {
    top: 0.4375rem;
  }

  .xl-max\:top-1\.8 {
    top: 0.45rem;
  }

  .xl-max\:top-2\.2 {
    top: 0.55rem;
  }

  .xl-max\:top-2\.5 {
    top: 0.625rem;
  }

  .xl-max\:top-2\.6 {
    top: 0.65rem;
  }

  .xl-max\:top-2\.7 {
    top: 0.675rem;
  }

  .xl-max\:top-2\.8 {
    top: 0.7rem;
  }

  .xl-max\:top-3\.4 {
    top: 0.85rem;
  }

  .xl-max\:top-3\.5 {
    top: 0.875rem;
  }

  .xl-max\:top-3\.6 {
    top: 0.9rem;
  }

  .xl-max\:top-4\.5 {
    top: 1.125rem;
  }

  .xl-max\:top-4\.8 {
    top: 1.2rem;
  }

  .xl-max\:top-5\.3 {
    top: 1.3rem;
  }

  .xl-max\:top-5\.4 {
    top: 1.35rem;
  }

  .xl-max\:top-5\.5 {
    top: 1.375rem;
  }

  .xl-max\:top-5\.6 {
    top: 1.4rem;
  }

  .xl-max\:top-6\.5 {
    top: 1.625rem;
  }

  .xl-max\:top-70\/100 {
    top: 70%;
  }

  .xl-max\:top-31\/100 {
    top: 31%;
  }

  .xl-max\:top-15\/100 {
    top: 15%;
  }

  .xl-max\:top-1\/100 {
    top: 1%;
  }

  .xl-max\:top-1\/10 {
    top: 10%;
  }

  .xl-max\:top-1\/2 {
    top: 50%;
  }

  .xl-max\:-top-0 {
    top: 0px;
  }

  .xl-max\:-top-1 {
    top: -0.25rem;
  }

  .xl-max\:-top-2 {
    top: -0.5rem;
  }

  .xl-max\:-top-3 {
    top: -0.75rem;
  }

  .xl-max\:-top-4 {
    top: -1rem;
  }

  .xl-max\:-top-5 {
    top: -1.25rem;
  }

  .xl-max\:-top-6 {
    top: -1.5rem;
  }

  .xl-max\:-top-7 {
    top: -1.75rem;
  }

  .xl-max\:-top-8 {
    top: -2rem;
  }

  .xl-max\:-top-9 {
    top: -2.25rem;
  }

  .xl-max\:-top-10 {
    top: -2.5rem;
  }

  .xl-max\:-top-11 {
    top: -2.75rem;
  }

  .xl-max\:-top-12 {
    top: -3rem;
  }

  .xl-max\:-top-13 {
    top: -3.25rem;
  }

  .xl-max\:-top-14 {
    top: -3.5rem;
  }

  .xl-max\:-top-16 {
    top: -4rem;
  }

  .xl-max\:-top-19 {
    top: -4.75rem;
  }

  .xl-max\:-top-20 {
    top: -5rem;
  }

  .xl-max\:-top-24 {
    top: -6rem;
  }

  .xl-max\:-top-25 {
    top: -6.25rem;
  }

  .xl-max\:-top-28 {
    top: -7rem;
  }

  .xl-max\:-top-30 {
    top: -7.5rem;
  }

  .xl-max\:-top-32 {
    top: -8rem;
  }

  .xl-max\:-top-34 {
    top: -8.5rem;
  }

  .xl-max\:-top-36 {
    top: -9rem;
  }

  .xl-max\:-top-40 {
    top: -10rem;
  }

  .xl-max\:-top-42 {
    top: -10.5rem;
  }

  .xl-max\:-top-44 {
    top: -11rem;
  }

  .xl-max\:-top-46 {
    top: -11.5rem;
  }

  .xl-max\:-top-48 {
    top: -12rem;
  }

  .xl-max\:-top-50 {
    top: -12.5rem;
  }

  .xl-max\:-top-52 {
    top: -13rem;
  }

  .xl-max\:-top-54 {
    top: -13.5rem;
  }

  .xl-max\:-top-56 {
    top: -14rem;
  }

  .xl-max\:-top-60 {
    top: -15rem;
  }

  .xl-max\:-top-64 {
    top: -16rem;
  }

  .xl-max\:-top-68 {
    top: -17rem;
  }

  .xl-max\:-top-72 {
    top: -18rem;
  }

  .xl-max\:-top-75 {
    top: -18.75rem;
  }

  .xl-max\:-top-80 {
    top: -20rem;
  }

  .xl-max\:-top-85 {
    top: -22rem;
  }

  .xl-max\:-top-90 {
    top: -22.5rem;
  }

  .xl-max\:-top-92 {
    top: -23rem;
  }

  .xl-max\:-top-96 {
    top: -24rem;
  }

  .xl-max\:-top-100 {
    top: -25rem;
  }

  .xl-max\:-top-116 {
    top: -29rem;
  }

  .xl-max\:-top-120 {
    top: -30rem;
  }

  .xl-max\:-top-125 {
    top: -31.25rem;
  }

  .xl-max\:-top-135 {
    top: -33.75rem;
  }

  .xl-max\:-top-160 {
    top: -40rem;
  }

  .xl-max\:-top-180 {
    top: -45rem;
  }

  .xl-max\:-top-240 {
    top: -60rem;
  }

  .xl-max\:-top-285 {
    top: -71.25rem;
  }

  .xl-max\:-top-330 {
    top: -82.5rem;
  }

  .xl-max\:-top-unset {
    top: unset;
  }

  .xl-max\:-top-px {
    top: -1px;
  }

  .xl-max\:-top-0\.4 {
    top: -0.1rem;
  }

  .xl-max\:-top-0\.5 {
    top: -0.125rem;
  }

  .xl-max\:-top-0\.6 {
    top: -0.15rem;
  }

  .xl-max\:-top-0\.75 {
    top: -0.2rem;
  }

  .xl-max\:-top-1\.2 {
    top: -0.3rem;
  }

  .xl-max\:-top-1\.25 {
    top: -0.3125rem;
  }

  .xl-max\:-top-1\.4 {
    top: -0.35rem;
  }

  .xl-max\:-top-1\.5 {
    top: -0.375rem;
  }

  .xl-max\:-top-1\.6 {
    top: -0.4rem;
  }

  .xl-max\:-top-1\.75 {
    top: -0.4375rem;
  }

  .xl-max\:-top-1\.8 {
    top: -0.45rem;
  }

  .xl-max\:-top-2\.2 {
    top: -0.55rem;
  }

  .xl-max\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl-max\:-top-2\.6 {
    top: -0.65rem;
  }

  .xl-max\:-top-2\.7 {
    top: -0.675rem;
  }

  .xl-max\:-top-2\.8 {
    top: -0.7rem;
  }

  .xl-max\:-top-3\.4 {
    top: -0.85rem;
  }

  .xl-max\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl-max\:-top-3\.6 {
    top: -0.9rem;
  }

  .xl-max\:-top-4\.5 {
    top: -1.125rem;
  }

  .xl-max\:-top-4\.8 {
    top: -1.2rem;
  }

  .xl-max\:-top-5\.3 {
    top: -1.3rem;
  }

  .xl-max\:-top-5\.4 {
    top: -1.35rem;
  }

  .xl-max\:-top-5\.5 {
    top: -1.375rem;
  }

  .xl-max\:-top-5\.6 {
    top: -1.4rem;
  }

  .xl-max\:-top-6\.5 {
    top: -1.625rem;
  }

  .xl-max\:-top-70\/100 {
    top: -70%;
  }

  .xl-max\:-top-31\/100 {
    top: -31%;
  }

  .xl-max\:-top-15\/100 {
    top: -15%;
  }

  .xl-max\:-top-1\/100 {
    top: -1%;
  }

  .xl-max\:-top-1\/10 {
    top: -10%;
  }

  .xl-max\:-top-1\/2 {
    top: -50%;
  }

  .xl-max\:top-1\/3 {
    top: 33.333333%;
  }

  .xl-max\:top-2\/3 {
    top: 66.666667%;
  }

  .xl-max\:top-1\/4 {
    top: 25%;
  }

  .xl-max\:top-2\/4 {
    top: 50%;
  }

  .xl-max\:top-3\/4 {
    top: 75%;
  }

  .xl-max\:top-full {
    top: 100%;
  }

  .xl-max\:-top-1\/3 {
    top: -33.333333%;
  }

  .xl-max\:-top-2\/3 {
    top: -66.666667%;
  }

  .xl-max\:-top-1\/4 {
    top: -25%;
  }

  .xl-max\:-top-2\/4 {
    top: -50%;
  }

  .xl-max\:-top-3\/4 {
    top: -75%;
  }

  .xl-max\:-top-full {
    top: -100%;
  }

  .xl-max\:right-0 {
    right: 0px;
  }

  .xl-max\:right-1 {
    right: 0.25rem;
  }

  .xl-max\:right-2 {
    right: 0.5rem;
  }

  .xl-max\:right-3 {
    right: 0.75rem;
  }

  .xl-max\:right-4 {
    right: 1rem;
  }

  .xl-max\:right-5 {
    right: 1.25rem;
  }

  .xl-max\:right-6 {
    right: 1.5rem;
  }

  .xl-max\:right-7 {
    right: 1.75rem;
  }

  .xl-max\:right-8 {
    right: 2rem;
  }

  .xl-max\:right-9 {
    right: 2.25rem;
  }

  .xl-max\:right-10 {
    right: 2.5rem;
  }

  .xl-max\:right-11 {
    right: 2.75rem;
  }

  .xl-max\:right-12 {
    right: 3rem;
  }

  .xl-max\:right-13 {
    right: 3.25rem;
  }

  .xl-max\:right-14 {
    right: 3.5rem;
  }

  .xl-max\:right-16 {
    right: 4rem;
  }

  .xl-max\:right-19 {
    right: 4.75rem;
  }

  .xl-max\:right-20 {
    right: 5rem;
  }

  .xl-max\:right-24 {
    right: 6rem;
  }

  .xl-max\:right-25 {
    right: 6.25rem;
  }

  .xl-max\:right-28 {
    right: 7rem;
  }

  .xl-max\:right-30 {
    right: 7.5rem;
  }

  .xl-max\:right-32 {
    right: 8rem;
  }

  .xl-max\:right-34 {
    right: 8.5rem;
  }

  .xl-max\:right-36 {
    right: 9rem;
  }

  .xl-max\:right-40 {
    right: 10rem;
  }

  .xl-max\:right-42 {
    right: 10.5rem;
  }

  .xl-max\:right-44 {
    right: 11rem;
  }

  .xl-max\:right-46 {
    right: 11.5rem;
  }

  .xl-max\:right-48 {
    right: 12rem;
  }

  .xl-max\:right-50 {
    right: 12.5rem;
  }

  .xl-max\:right-52 {
    right: 13rem;
  }

  .xl-max\:right-54 {
    right: 13.5rem;
  }

  .xl-max\:right-56 {
    right: 14rem;
  }

  .xl-max\:right-60 {
    right: 15rem;
  }

  .xl-max\:right-64 {
    right: 16rem;
  }

  .xl-max\:right-68 {
    right: 17rem;
  }

  .xl-max\:right-72 {
    right: 18rem;
  }

  .xl-max\:right-75 {
    right: 18.75rem;
  }

  .xl-max\:right-80 {
    right: 20rem;
  }

  .xl-max\:right-85 {
    right: 22rem;
  }

  .xl-max\:right-90 {
    right: 22.5rem;
  }

  .xl-max\:right-92 {
    right: 23rem;
  }

  .xl-max\:right-96 {
    right: 24rem;
  }

  .xl-max\:right-100 {
    right: 25rem;
  }

  .xl-max\:right-116 {
    right: 29rem;
  }

  .xl-max\:right-120 {
    right: 30rem;
  }

  .xl-max\:right-125 {
    right: 31.25rem;
  }

  .xl-max\:right-135 {
    right: 33.75rem;
  }

  .xl-max\:right-160 {
    right: 40rem;
  }

  .xl-max\:right-180 {
    right: 45rem;
  }

  .xl-max\:right-240 {
    right: 60rem;
  }

  .xl-max\:right-285 {
    right: 71.25rem;
  }

  .xl-max\:right-330 {
    right: 82.5rem;
  }

  .xl-max\:right-auto {
    right: auto;
  }

  .xl-max\:right-unset {
    right: unset;
  }

  .xl-max\:right-px {
    right: 1px;
  }

  .xl-max\:right-0\.4 {
    right: 0.1rem;
  }

  .xl-max\:right-0\.5 {
    right: 0.125rem;
  }

  .xl-max\:right-0\.6 {
    right: 0.15rem;
  }

  .xl-max\:right-0\.75 {
    right: 0.2rem;
  }

  .xl-max\:right-1\.2 {
    right: 0.3rem;
  }

  .xl-max\:right-1\.25 {
    right: 0.3125rem;
  }

  .xl-max\:right-1\.4 {
    right: 0.35rem;
  }

  .xl-max\:right-1\.5 {
    right: 0.375rem;
  }

  .xl-max\:right-1\.6 {
    right: 0.4rem;
  }

  .xl-max\:right-1\.75 {
    right: 0.4375rem;
  }

  .xl-max\:right-1\.8 {
    right: 0.45rem;
  }

  .xl-max\:right-2\.2 {
    right: 0.55rem;
  }

  .xl-max\:right-2\.5 {
    right: 0.625rem;
  }

  .xl-max\:right-2\.6 {
    right: 0.65rem;
  }

  .xl-max\:right-2\.7 {
    right: 0.675rem;
  }

  .xl-max\:right-2\.8 {
    right: 0.7rem;
  }

  .xl-max\:right-3\.4 {
    right: 0.85rem;
  }

  .xl-max\:right-3\.5 {
    right: 0.875rem;
  }

  .xl-max\:right-3\.6 {
    right: 0.9rem;
  }

  .xl-max\:right-4\.5 {
    right: 1.125rem;
  }

  .xl-max\:right-4\.8 {
    right: 1.2rem;
  }

  .xl-max\:right-5\.3 {
    right: 1.3rem;
  }

  .xl-max\:right-5\.4 {
    right: 1.35rem;
  }

  .xl-max\:right-5\.5 {
    right: 1.375rem;
  }

  .xl-max\:right-5\.6 {
    right: 1.4rem;
  }

  .xl-max\:right-6\.5 {
    right: 1.625rem;
  }

  .xl-max\:right-70\/100 {
    right: 70%;
  }

  .xl-max\:right-31\/100 {
    right: 31%;
  }

  .xl-max\:right-15\/100 {
    right: 15%;
  }

  .xl-max\:right-1\/100 {
    right: 1%;
  }

  .xl-max\:right-1\/10 {
    right: 10%;
  }

  .xl-max\:right-1\/2 {
    right: 50%;
  }

  .xl-max\:-right-0 {
    right: 0px;
  }

  .xl-max\:-right-1 {
    right: -0.25rem;
  }

  .xl-max\:-right-2 {
    right: -0.5rem;
  }

  .xl-max\:-right-3 {
    right: -0.75rem;
  }

  .xl-max\:-right-4 {
    right: -1rem;
  }

  .xl-max\:-right-5 {
    right: -1.25rem;
  }

  .xl-max\:-right-6 {
    right: -1.5rem;
  }

  .xl-max\:-right-7 {
    right: -1.75rem;
  }

  .xl-max\:-right-8 {
    right: -2rem;
  }

  .xl-max\:-right-9 {
    right: -2.25rem;
  }

  .xl-max\:-right-10 {
    right: -2.5rem;
  }

  .xl-max\:-right-11 {
    right: -2.75rem;
  }

  .xl-max\:-right-12 {
    right: -3rem;
  }

  .xl-max\:-right-13 {
    right: -3.25rem;
  }

  .xl-max\:-right-14 {
    right: -3.5rem;
  }

  .xl-max\:-right-16 {
    right: -4rem;
  }

  .xl-max\:-right-19 {
    right: -4.75rem;
  }

  .xl-max\:-right-20 {
    right: -5rem;
  }

  .xl-max\:-right-24 {
    right: -6rem;
  }

  .xl-max\:-right-25 {
    right: -6.25rem;
  }

  .xl-max\:-right-28 {
    right: -7rem;
  }

  .xl-max\:-right-30 {
    right: -7.5rem;
  }

  .xl-max\:-right-32 {
    right: -8rem;
  }

  .xl-max\:-right-34 {
    right: -8.5rem;
  }

  .xl-max\:-right-36 {
    right: -9rem;
  }

  .xl-max\:-right-40 {
    right: -10rem;
  }

  .xl-max\:-right-42 {
    right: -10.5rem;
  }

  .xl-max\:-right-44 {
    right: -11rem;
  }

  .xl-max\:-right-46 {
    right: -11.5rem;
  }

  .xl-max\:-right-48 {
    right: -12rem;
  }

  .xl-max\:-right-50 {
    right: -12.5rem;
  }

  .xl-max\:-right-52 {
    right: -13rem;
  }

  .xl-max\:-right-54 {
    right: -13.5rem;
  }

  .xl-max\:-right-56 {
    right: -14rem;
  }

  .xl-max\:-right-60 {
    right: -15rem;
  }

  .xl-max\:-right-64 {
    right: -16rem;
  }

  .xl-max\:-right-68 {
    right: -17rem;
  }

  .xl-max\:-right-72 {
    right: -18rem;
  }

  .xl-max\:-right-75 {
    right: -18.75rem;
  }

  .xl-max\:-right-80 {
    right: -20rem;
  }

  .xl-max\:-right-85 {
    right: -22rem;
  }

  .xl-max\:-right-90 {
    right: -22.5rem;
  }

  .xl-max\:-right-92 {
    right: -23rem;
  }

  .xl-max\:-right-96 {
    right: -24rem;
  }

  .xl-max\:-right-100 {
    right: -25rem;
  }

  .xl-max\:-right-116 {
    right: -29rem;
  }

  .xl-max\:-right-120 {
    right: -30rem;
  }

  .xl-max\:-right-125 {
    right: -31.25rem;
  }

  .xl-max\:-right-135 {
    right: -33.75rem;
  }

  .xl-max\:-right-160 {
    right: -40rem;
  }

  .xl-max\:-right-180 {
    right: -45rem;
  }

  .xl-max\:-right-240 {
    right: -60rem;
  }

  .xl-max\:-right-285 {
    right: -71.25rem;
  }

  .xl-max\:-right-330 {
    right: -82.5rem;
  }

  .xl-max\:-right-unset {
    right: unset;
  }

  .xl-max\:-right-px {
    right: -1px;
  }

  .xl-max\:-right-0\.4 {
    right: -0.1rem;
  }

  .xl-max\:-right-0\.5 {
    right: -0.125rem;
  }

  .xl-max\:-right-0\.6 {
    right: -0.15rem;
  }

  .xl-max\:-right-0\.75 {
    right: -0.2rem;
  }

  .xl-max\:-right-1\.2 {
    right: -0.3rem;
  }

  .xl-max\:-right-1\.25 {
    right: -0.3125rem;
  }

  .xl-max\:-right-1\.4 {
    right: -0.35rem;
  }

  .xl-max\:-right-1\.5 {
    right: -0.375rem;
  }

  .xl-max\:-right-1\.6 {
    right: -0.4rem;
  }

  .xl-max\:-right-1\.75 {
    right: -0.4375rem;
  }

  .xl-max\:-right-1\.8 {
    right: -0.45rem;
  }

  .xl-max\:-right-2\.2 {
    right: -0.55rem;
  }

  .xl-max\:-right-2\.5 {
    right: -0.625rem;
  }

  .xl-max\:-right-2\.6 {
    right: -0.65rem;
  }

  .xl-max\:-right-2\.7 {
    right: -0.675rem;
  }

  .xl-max\:-right-2\.8 {
    right: -0.7rem;
  }

  .xl-max\:-right-3\.4 {
    right: -0.85rem;
  }

  .xl-max\:-right-3\.5 {
    right: -0.875rem;
  }

  .xl-max\:-right-3\.6 {
    right: -0.9rem;
  }

  .xl-max\:-right-4\.5 {
    right: -1.125rem;
  }

  .xl-max\:-right-4\.8 {
    right: -1.2rem;
  }

  .xl-max\:-right-5\.3 {
    right: -1.3rem;
  }

  .xl-max\:-right-5\.4 {
    right: -1.35rem;
  }

  .xl-max\:-right-5\.5 {
    right: -1.375rem;
  }

  .xl-max\:-right-5\.6 {
    right: -1.4rem;
  }

  .xl-max\:-right-6\.5 {
    right: -1.625rem;
  }

  .xl-max\:-right-70\/100 {
    right: -70%;
  }

  .xl-max\:-right-31\/100 {
    right: -31%;
  }

  .xl-max\:-right-15\/100 {
    right: -15%;
  }

  .xl-max\:-right-1\/100 {
    right: -1%;
  }

  .xl-max\:-right-1\/10 {
    right: -10%;
  }

  .xl-max\:-right-1\/2 {
    right: -50%;
  }

  .xl-max\:right-1\/3 {
    right: 33.333333%;
  }

  .xl-max\:right-2\/3 {
    right: 66.666667%;
  }

  .xl-max\:right-1\/4 {
    right: 25%;
  }

  .xl-max\:right-2\/4 {
    right: 50%;
  }

  .xl-max\:right-3\/4 {
    right: 75%;
  }

  .xl-max\:right-full {
    right: 100%;
  }

  .xl-max\:-right-1\/3 {
    right: -33.333333%;
  }

  .xl-max\:-right-2\/3 {
    right: -66.666667%;
  }

  .xl-max\:-right-1\/4 {
    right: -25%;
  }

  .xl-max\:-right-2\/4 {
    right: -50%;
  }

  .xl-max\:-right-3\/4 {
    right: -75%;
  }

  .xl-max\:-right-full {
    right: -100%;
  }

  .xl-max\:bottom-0 {
    bottom: 0px;
  }

  .xl-max\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl-max\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl-max\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl-max\:bottom-4 {
    bottom: 1rem;
  }

  .xl-max\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl-max\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl-max\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl-max\:bottom-8 {
    bottom: 2rem;
  }

  .xl-max\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl-max\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl-max\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl-max\:bottom-12 {
    bottom: 3rem;
  }

  .xl-max\:bottom-13 {
    bottom: 3.25rem;
  }

  .xl-max\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl-max\:bottom-16 {
    bottom: 4rem;
  }

  .xl-max\:bottom-19 {
    bottom: 4.75rem;
  }

  .xl-max\:bottom-20 {
    bottom: 5rem;
  }

  .xl-max\:bottom-24 {
    bottom: 6rem;
  }

  .xl-max\:bottom-25 {
    bottom: 6.25rem;
  }

  .xl-max\:bottom-28 {
    bottom: 7rem;
  }

  .xl-max\:bottom-30 {
    bottom: 7.5rem;
  }

  .xl-max\:bottom-32 {
    bottom: 8rem;
  }

  .xl-max\:bottom-34 {
    bottom: 8.5rem;
  }

  .xl-max\:bottom-36 {
    bottom: 9rem;
  }

  .xl-max\:bottom-40 {
    bottom: 10rem;
  }

  .xl-max\:bottom-42 {
    bottom: 10.5rem;
  }

  .xl-max\:bottom-44 {
    bottom: 11rem;
  }

  .xl-max\:bottom-46 {
    bottom: 11.5rem;
  }

  .xl-max\:bottom-48 {
    bottom: 12rem;
  }

  .xl-max\:bottom-50 {
    bottom: 12.5rem;
  }

  .xl-max\:bottom-52 {
    bottom: 13rem;
  }

  .xl-max\:bottom-54 {
    bottom: 13.5rem;
  }

  .xl-max\:bottom-56 {
    bottom: 14rem;
  }

  .xl-max\:bottom-60 {
    bottom: 15rem;
  }

  .xl-max\:bottom-64 {
    bottom: 16rem;
  }

  .xl-max\:bottom-68 {
    bottom: 17rem;
  }

  .xl-max\:bottom-72 {
    bottom: 18rem;
  }

  .xl-max\:bottom-75 {
    bottom: 18.75rem;
  }

  .xl-max\:bottom-80 {
    bottom: 20rem;
  }

  .xl-max\:bottom-85 {
    bottom: 22rem;
  }

  .xl-max\:bottom-90 {
    bottom: 22.5rem;
  }

  .xl-max\:bottom-92 {
    bottom: 23rem;
  }

  .xl-max\:bottom-96 {
    bottom: 24rem;
  }

  .xl-max\:bottom-100 {
    bottom: 25rem;
  }

  .xl-max\:bottom-116 {
    bottom: 29rem;
  }

  .xl-max\:bottom-120 {
    bottom: 30rem;
  }

  .xl-max\:bottom-125 {
    bottom: 31.25rem;
  }

  .xl-max\:bottom-135 {
    bottom: 33.75rem;
  }

  .xl-max\:bottom-160 {
    bottom: 40rem;
  }

  .xl-max\:bottom-180 {
    bottom: 45rem;
  }

  .xl-max\:bottom-240 {
    bottom: 60rem;
  }

  .xl-max\:bottom-285 {
    bottom: 71.25rem;
  }

  .xl-max\:bottom-330 {
    bottom: 82.5rem;
  }

  .xl-max\:bottom-auto {
    bottom: auto;
  }

  .xl-max\:bottom-unset {
    bottom: unset;
  }

  .xl-max\:bottom-px {
    bottom: 1px;
  }

  .xl-max\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .xl-max\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xl-max\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .xl-max\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .xl-max\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .xl-max\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .xl-max\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .xl-max\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xl-max\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .xl-max\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .xl-max\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .xl-max\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .xl-max\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xl-max\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .xl-max\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .xl-max\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .xl-max\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .xl-max\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl-max\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .xl-max\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .xl-max\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .xl-max\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .xl-max\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .xl-max\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .xl-max\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .xl-max\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .xl-max\:bottom-70\/100 {
    bottom: 70%;
  }

  .xl-max\:bottom-31\/100 {
    bottom: 31%;
  }

  .xl-max\:bottom-15\/100 {
    bottom: 15%;
  }

  .xl-max\:bottom-1\/100 {
    bottom: 1%;
  }

  .xl-max\:bottom-1\/10 {
    bottom: 10%;
  }

  .xl-max\:bottom-1\/2 {
    bottom: 50%;
  }

  .xl-max\:-bottom-0 {
    bottom: 0px;
  }

  .xl-max\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl-max\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl-max\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl-max\:-bottom-4 {
    bottom: -1rem;
  }

  .xl-max\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xl-max\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl-max\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl-max\:-bottom-8 {
    bottom: -2rem;
  }

  .xl-max\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl-max\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl-max\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl-max\:-bottom-12 {
    bottom: -3rem;
  }

  .xl-max\:-bottom-13 {
    bottom: -3.25rem;
  }

  .xl-max\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xl-max\:-bottom-16 {
    bottom: -4rem;
  }

  .xl-max\:-bottom-19 {
    bottom: -4.75rem;
  }

  .xl-max\:-bottom-20 {
    bottom: -5rem;
  }

  .xl-max\:-bottom-24 {
    bottom: -6rem;
  }

  .xl-max\:-bottom-25 {
    bottom: -6.25rem;
  }

  .xl-max\:-bottom-28 {
    bottom: -7rem;
  }

  .xl-max\:-bottom-30 {
    bottom: -7.5rem;
  }

  .xl-max\:-bottom-32 {
    bottom: -8rem;
  }

  .xl-max\:-bottom-34 {
    bottom: -8.5rem;
  }

  .xl-max\:-bottom-36 {
    bottom: -9rem;
  }

  .xl-max\:-bottom-40 {
    bottom: -10rem;
  }

  .xl-max\:-bottom-42 {
    bottom: -10.5rem;
  }

  .xl-max\:-bottom-44 {
    bottom: -11rem;
  }

  .xl-max\:-bottom-46 {
    bottom: -11.5rem;
  }

  .xl-max\:-bottom-48 {
    bottom: -12rem;
  }

  .xl-max\:-bottom-50 {
    bottom: -12.5rem;
  }

  .xl-max\:-bottom-52 {
    bottom: -13rem;
  }

  .xl-max\:-bottom-54 {
    bottom: -13.5rem;
  }

  .xl-max\:-bottom-56 {
    bottom: -14rem;
  }

  .xl-max\:-bottom-60 {
    bottom: -15rem;
  }

  .xl-max\:-bottom-64 {
    bottom: -16rem;
  }

  .xl-max\:-bottom-68 {
    bottom: -17rem;
  }

  .xl-max\:-bottom-72 {
    bottom: -18rem;
  }

  .xl-max\:-bottom-75 {
    bottom: -18.75rem;
  }

  .xl-max\:-bottom-80 {
    bottom: -20rem;
  }

  .xl-max\:-bottom-85 {
    bottom: -22rem;
  }

  .xl-max\:-bottom-90 {
    bottom: -22.5rem;
  }

  .xl-max\:-bottom-92 {
    bottom: -23rem;
  }

  .xl-max\:-bottom-96 {
    bottom: -24rem;
  }

  .xl-max\:-bottom-100 {
    bottom: -25rem;
  }

  .xl-max\:-bottom-116 {
    bottom: -29rem;
  }

  .xl-max\:-bottom-120 {
    bottom: -30rem;
  }

  .xl-max\:-bottom-125 {
    bottom: -31.25rem;
  }

  .xl-max\:-bottom-135 {
    bottom: -33.75rem;
  }

  .xl-max\:-bottom-160 {
    bottom: -40rem;
  }

  .xl-max\:-bottom-180 {
    bottom: -45rem;
  }

  .xl-max\:-bottom-240 {
    bottom: -60rem;
  }

  .xl-max\:-bottom-285 {
    bottom: -71.25rem;
  }

  .xl-max\:-bottom-330 {
    bottom: -82.5rem;
  }

  .xl-max\:-bottom-unset {
    bottom: unset;
  }

  .xl-max\:-bottom-px {
    bottom: -1px;
  }

  .xl-max\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .xl-max\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xl-max\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .xl-max\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .xl-max\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .xl-max\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .xl-max\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .xl-max\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xl-max\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .xl-max\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .xl-max\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .xl-max\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .xl-max\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl-max\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .xl-max\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .xl-max\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .xl-max\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .xl-max\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl-max\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .xl-max\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .xl-max\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .xl-max\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .xl-max\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .xl-max\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .xl-max\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .xl-max\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .xl-max\:-bottom-70\/100 {
    bottom: -70%;
  }

  .xl-max\:-bottom-31\/100 {
    bottom: -31%;
  }

  .xl-max\:-bottom-15\/100 {
    bottom: -15%;
  }

  .xl-max\:-bottom-1\/100 {
    bottom: -1%;
  }

  .xl-max\:-bottom-1\/10 {
    bottom: -10%;
  }

  .xl-max\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xl-max\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl-max\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl-max\:bottom-1\/4 {
    bottom: 25%;
  }

  .xl-max\:bottom-2\/4 {
    bottom: 50%;
  }

  .xl-max\:bottom-3\/4 {
    bottom: 75%;
  }

  .xl-max\:bottom-full {
    bottom: 100%;
  }

  .xl-max\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl-max\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl-max\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xl-max\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xl-max\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xl-max\:-bottom-full {
    bottom: -100%;
  }

  .xl-max\:left-0 {
    left: 0px;
  }

  .xl-max\:left-1 {
    left: 0.25rem;
  }

  .xl-max\:left-2 {
    left: 0.5rem;
  }

  .xl-max\:left-3 {
    left: 0.75rem;
  }

  .xl-max\:left-4 {
    left: 1rem;
  }

  .xl-max\:left-5 {
    left: 1.25rem;
  }

  .xl-max\:left-6 {
    left: 1.5rem;
  }

  .xl-max\:left-7 {
    left: 1.75rem;
  }

  .xl-max\:left-8 {
    left: 2rem;
  }

  .xl-max\:left-9 {
    left: 2.25rem;
  }

  .xl-max\:left-10 {
    left: 2.5rem;
  }

  .xl-max\:left-11 {
    left: 2.75rem;
  }

  .xl-max\:left-12 {
    left: 3rem;
  }

  .xl-max\:left-13 {
    left: 3.25rem;
  }

  .xl-max\:left-14 {
    left: 3.5rem;
  }

  .xl-max\:left-16 {
    left: 4rem;
  }

  .xl-max\:left-19 {
    left: 4.75rem;
  }

  .xl-max\:left-20 {
    left: 5rem;
  }

  .xl-max\:left-24 {
    left: 6rem;
  }

  .xl-max\:left-25 {
    left: 6.25rem;
  }

  .xl-max\:left-28 {
    left: 7rem;
  }

  .xl-max\:left-30 {
    left: 7.5rem;
  }

  .xl-max\:left-32 {
    left: 8rem;
  }

  .xl-max\:left-34 {
    left: 8.5rem;
  }

  .xl-max\:left-36 {
    left: 9rem;
  }

  .xl-max\:left-40 {
    left: 10rem;
  }

  .xl-max\:left-42 {
    left: 10.5rem;
  }

  .xl-max\:left-44 {
    left: 11rem;
  }

  .xl-max\:left-46 {
    left: 11.5rem;
  }

  .xl-max\:left-48 {
    left: 12rem;
  }

  .xl-max\:left-50 {
    left: 12.5rem;
  }

  .xl-max\:left-52 {
    left: 13rem;
  }

  .xl-max\:left-54 {
    left: 13.5rem;
  }

  .xl-max\:left-56 {
    left: 14rem;
  }

  .xl-max\:left-60 {
    left: 15rem;
  }

  .xl-max\:left-64 {
    left: 16rem;
  }

  .xl-max\:left-68 {
    left: 17rem;
  }

  .xl-max\:left-72 {
    left: 18rem;
  }

  .xl-max\:left-75 {
    left: 18.75rem;
  }

  .xl-max\:left-80 {
    left: 20rem;
  }

  .xl-max\:left-85 {
    left: 22rem;
  }

  .xl-max\:left-90 {
    left: 22.5rem;
  }

  .xl-max\:left-92 {
    left: 23rem;
  }

  .xl-max\:left-96 {
    left: 24rem;
  }

  .xl-max\:left-100 {
    left: 25rem;
  }

  .xl-max\:left-116 {
    left: 29rem;
  }

  .xl-max\:left-120 {
    left: 30rem;
  }

  .xl-max\:left-125 {
    left: 31.25rem;
  }

  .xl-max\:left-135 {
    left: 33.75rem;
  }

  .xl-max\:left-160 {
    left: 40rem;
  }

  .xl-max\:left-180 {
    left: 45rem;
  }

  .xl-max\:left-240 {
    left: 60rem;
  }

  .xl-max\:left-285 {
    left: 71.25rem;
  }

  .xl-max\:left-330 {
    left: 82.5rem;
  }

  .xl-max\:left-auto {
    left: auto;
  }

  .xl-max\:left-unset {
    left: unset;
  }

  .xl-max\:left-px {
    left: 1px;
  }

  .xl-max\:left-0\.4 {
    left: 0.1rem;
  }

  .xl-max\:left-0\.5 {
    left: 0.125rem;
  }

  .xl-max\:left-0\.6 {
    left: 0.15rem;
  }

  .xl-max\:left-0\.75 {
    left: 0.2rem;
  }

  .xl-max\:left-1\.2 {
    left: 0.3rem;
  }

  .xl-max\:left-1\.25 {
    left: 0.3125rem;
  }

  .xl-max\:left-1\.4 {
    left: 0.35rem;
  }

  .xl-max\:left-1\.5 {
    left: 0.375rem;
  }

  .xl-max\:left-1\.6 {
    left: 0.4rem;
  }

  .xl-max\:left-1\.75 {
    left: 0.4375rem;
  }

  .xl-max\:left-1\.8 {
    left: 0.45rem;
  }

  .xl-max\:left-2\.2 {
    left: 0.55rem;
  }

  .xl-max\:left-2\.5 {
    left: 0.625rem;
  }

  .xl-max\:left-2\.6 {
    left: 0.65rem;
  }

  .xl-max\:left-2\.7 {
    left: 0.675rem;
  }

  .xl-max\:left-2\.8 {
    left: 0.7rem;
  }

  .xl-max\:left-3\.4 {
    left: 0.85rem;
  }

  .xl-max\:left-3\.5 {
    left: 0.875rem;
  }

  .xl-max\:left-3\.6 {
    left: 0.9rem;
  }

  .xl-max\:left-4\.5 {
    left: 1.125rem;
  }

  .xl-max\:left-4\.8 {
    left: 1.2rem;
  }

  .xl-max\:left-5\.3 {
    left: 1.3rem;
  }

  .xl-max\:left-5\.4 {
    left: 1.35rem;
  }

  .xl-max\:left-5\.5 {
    left: 1.375rem;
  }

  .xl-max\:left-5\.6 {
    left: 1.4rem;
  }

  .xl-max\:left-6\.5 {
    left: 1.625rem;
  }

  .xl-max\:left-70\/100 {
    left: 70%;
  }

  .xl-max\:left-31\/100 {
    left: 31%;
  }

  .xl-max\:left-15\/100 {
    left: 15%;
  }

  .xl-max\:left-1\/100 {
    left: 1%;
  }

  .xl-max\:left-1\/10 {
    left: 10%;
  }

  .xl-max\:left-1\/2 {
    left: 50%;
  }

  .xl-max\:-left-0 {
    left: 0px;
  }

  .xl-max\:-left-1 {
    left: -0.25rem;
  }

  .xl-max\:-left-2 {
    left: -0.5rem;
  }

  .xl-max\:-left-3 {
    left: -0.75rem;
  }

  .xl-max\:-left-4 {
    left: -1rem;
  }

  .xl-max\:-left-5 {
    left: -1.25rem;
  }

  .xl-max\:-left-6 {
    left: -1.5rem;
  }

  .xl-max\:-left-7 {
    left: -1.75rem;
  }

  .xl-max\:-left-8 {
    left: -2rem;
  }

  .xl-max\:-left-9 {
    left: -2.25rem;
  }

  .xl-max\:-left-10 {
    left: -2.5rem;
  }

  .xl-max\:-left-11 {
    left: -2.75rem;
  }

  .xl-max\:-left-12 {
    left: -3rem;
  }

  .xl-max\:-left-13 {
    left: -3.25rem;
  }

  .xl-max\:-left-14 {
    left: -3.5rem;
  }

  .xl-max\:-left-16 {
    left: -4rem;
  }

  .xl-max\:-left-19 {
    left: -4.75rem;
  }

  .xl-max\:-left-20 {
    left: -5rem;
  }

  .xl-max\:-left-24 {
    left: -6rem;
  }

  .xl-max\:-left-25 {
    left: -6.25rem;
  }

  .xl-max\:-left-28 {
    left: -7rem;
  }

  .xl-max\:-left-30 {
    left: -7.5rem;
  }

  .xl-max\:-left-32 {
    left: -8rem;
  }

  .xl-max\:-left-34 {
    left: -8.5rem;
  }

  .xl-max\:-left-36 {
    left: -9rem;
  }

  .xl-max\:-left-40 {
    left: -10rem;
  }

  .xl-max\:-left-42 {
    left: -10.5rem;
  }

  .xl-max\:-left-44 {
    left: -11rem;
  }

  .xl-max\:-left-46 {
    left: -11.5rem;
  }

  .xl-max\:-left-48 {
    left: -12rem;
  }

  .xl-max\:-left-50 {
    left: -12.5rem;
  }

  .xl-max\:-left-52 {
    left: -13rem;
  }

  .xl-max\:-left-54 {
    left: -13.5rem;
  }

  .xl-max\:-left-56 {
    left: -14rem;
  }

  .xl-max\:-left-60 {
    left: -15rem;
  }

  .xl-max\:-left-64 {
    left: -16rem;
  }

  .xl-max\:-left-68 {
    left: -17rem;
  }

  .xl-max\:-left-72 {
    left: -18rem;
  }

  .xl-max\:-left-75 {
    left: -18.75rem;
  }

  .xl-max\:-left-80 {
    left: -20rem;
  }

  .xl-max\:-left-85 {
    left: -22rem;
  }

  .xl-max\:-left-90 {
    left: -22.5rem;
  }

  .xl-max\:-left-92 {
    left: -23rem;
  }

  .xl-max\:-left-96 {
    left: -24rem;
  }

  .xl-max\:-left-100 {
    left: -25rem;
  }

  .xl-max\:-left-116 {
    left: -29rem;
  }

  .xl-max\:-left-120 {
    left: -30rem;
  }

  .xl-max\:-left-125 {
    left: -31.25rem;
  }

  .xl-max\:-left-135 {
    left: -33.75rem;
  }

  .xl-max\:-left-160 {
    left: -40rem;
  }

  .xl-max\:-left-180 {
    left: -45rem;
  }

  .xl-max\:-left-240 {
    left: -60rem;
  }

  .xl-max\:-left-285 {
    left: -71.25rem;
  }

  .xl-max\:-left-330 {
    left: -82.5rem;
  }

  .xl-max\:-left-unset {
    left: unset;
  }

  .xl-max\:-left-px {
    left: -1px;
  }

  .xl-max\:-left-0\.4 {
    left: -0.1rem;
  }

  .xl-max\:-left-0\.5 {
    left: -0.125rem;
  }

  .xl-max\:-left-0\.6 {
    left: -0.15rem;
  }

  .xl-max\:-left-0\.75 {
    left: -0.2rem;
  }

  .xl-max\:-left-1\.2 {
    left: -0.3rem;
  }

  .xl-max\:-left-1\.25 {
    left: -0.3125rem;
  }

  .xl-max\:-left-1\.4 {
    left: -0.35rem;
  }

  .xl-max\:-left-1\.5 {
    left: -0.375rem;
  }

  .xl-max\:-left-1\.6 {
    left: -0.4rem;
  }

  .xl-max\:-left-1\.75 {
    left: -0.4375rem;
  }

  .xl-max\:-left-1\.8 {
    left: -0.45rem;
  }

  .xl-max\:-left-2\.2 {
    left: -0.55rem;
  }

  .xl-max\:-left-2\.5 {
    left: -0.625rem;
  }

  .xl-max\:-left-2\.6 {
    left: -0.65rem;
  }

  .xl-max\:-left-2\.7 {
    left: -0.675rem;
  }

  .xl-max\:-left-2\.8 {
    left: -0.7rem;
  }

  .xl-max\:-left-3\.4 {
    left: -0.85rem;
  }

  .xl-max\:-left-3\.5 {
    left: -0.875rem;
  }

  .xl-max\:-left-3\.6 {
    left: -0.9rem;
  }

  .xl-max\:-left-4\.5 {
    left: -1.125rem;
  }

  .xl-max\:-left-4\.8 {
    left: -1.2rem;
  }

  .xl-max\:-left-5\.3 {
    left: -1.3rem;
  }

  .xl-max\:-left-5\.4 {
    left: -1.35rem;
  }

  .xl-max\:-left-5\.5 {
    left: -1.375rem;
  }

  .xl-max\:-left-5\.6 {
    left: -1.4rem;
  }

  .xl-max\:-left-6\.5 {
    left: -1.625rem;
  }

  .xl-max\:-left-70\/100 {
    left: -70%;
  }

  .xl-max\:-left-31\/100 {
    left: -31%;
  }

  .xl-max\:-left-15\/100 {
    left: -15%;
  }

  .xl-max\:-left-1\/100 {
    left: -1%;
  }

  .xl-max\:-left-1\/10 {
    left: -10%;
  }

  .xl-max\:-left-1\/2 {
    left: -50%;
  }

  .xl-max\:left-1\/3 {
    left: 33.333333%;
  }

  .xl-max\:left-2\/3 {
    left: 66.666667%;
  }

  .xl-max\:left-1\/4 {
    left: 25%;
  }

  .xl-max\:left-2\/4 {
    left: 50%;
  }

  .xl-max\:left-3\/4 {
    left: 75%;
  }

  .xl-max\:left-full {
    left: 100%;
  }

  .xl-max\:-left-1\/3 {
    left: -33.333333%;
  }

  .xl-max\:-left-2\/3 {
    left: -66.666667%;
  }

  .xl-max\:-left-1\/4 {
    left: -25%;
  }

  .xl-max\:-left-2\/4 {
    left: -50%;
  }

  .xl-max\:-left-3\/4 {
    left: -75%;
  }

  .xl-max\:-left-full {
    left: -100%;
  }

  .xl-max\:isolate {
    isolation: isolate;
  }

  .xl-max\:isolation-auto {
    isolation: auto;
  }

  .xl-max\:z-0 {
    z-index: 0;
  }

  .xl-max\:z-10 {
    z-index: 10;
  }

  .xl-max\:z-20 {
    z-index: 20;
  }

  .xl-max\:z-30 {
    z-index: 30;
  }

  .xl-max\:z-40 {
    z-index: 40;
  }

  .xl-max\:z-50 {
    z-index: 50;
  }

  .xl-max\:z-auto {
    z-index: auto;
  }

  .xl-max\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl-max\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl-max\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl-max\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl-max\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl-max\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl-max\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl-max\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl-max\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl-max\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl-max\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl-max\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl-max\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl-max\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl-max\:order-1 {
    order: 1;
  }

  .xl-max\:order-2 {
    order: 2;
  }

  .xl-max\:order-3 {
    order: 3;
  }

  .xl-max\:order-4 {
    order: 4;
  }

  .xl-max\:order-5 {
    order: 5;
  }

  .xl-max\:order-6 {
    order: 6;
  }

  .xl-max\:order-7 {
    order: 7;
  }

  .xl-max\:order-8 {
    order: 8;
  }

  .xl-max\:order-9 {
    order: 9;
  }

  .xl-max\:order-10 {
    order: 10;
  }

  .xl-max\:order-11 {
    order: 11;
  }

  .xl-max\:order-12 {
    order: 12;
  }

  .xl-max\:order-first {
    order: -9999;
  }

  .xl-max\:order-last {
    order: 9999;
  }

  .xl-max\:order-none {
    order: 0;
  }

  .xl-max\:col-auto {
    grid-column: auto;
  }

  .xl-max\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl-max\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl-max\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl-max\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl-max\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl-max\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl-max\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl-max\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl-max\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl-max\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl-max\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl-max\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl-max\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl-max\:col-start-1 {
    grid-column-start: 1;
  }

  .xl-max\:col-start-2 {
    grid-column-start: 2;
  }

  .xl-max\:col-start-3 {
    grid-column-start: 3;
  }

  .xl-max\:col-start-4 {
    grid-column-start: 4;
  }

  .xl-max\:col-start-5 {
    grid-column-start: 5;
  }

  .xl-max\:col-start-6 {
    grid-column-start: 6;
  }

  .xl-max\:col-start-7 {
    grid-column-start: 7;
  }

  .xl-max\:col-start-8 {
    grid-column-start: 8;
  }

  .xl-max\:col-start-9 {
    grid-column-start: 9;
  }

  .xl-max\:col-start-10 {
    grid-column-start: 10;
  }

  .xl-max\:col-start-11 {
    grid-column-start: 11;
  }

  .xl-max\:col-start-12 {
    grid-column-start: 12;
  }

  .xl-max\:col-start-13 {
    grid-column-start: 13;
  }

  .xl-max\:col-start-auto {
    grid-column-start: auto;
  }

  .xl-max\:col-end-1 {
    grid-column-end: 1;
  }

  .xl-max\:col-end-2 {
    grid-column-end: 2;
  }

  .xl-max\:col-end-3 {
    grid-column-end: 3;
  }

  .xl-max\:col-end-4 {
    grid-column-end: 4;
  }

  .xl-max\:col-end-5 {
    grid-column-end: 5;
  }

  .xl-max\:col-end-6 {
    grid-column-end: 6;
  }

  .xl-max\:col-end-7 {
    grid-column-end: 7;
  }

  .xl-max\:col-end-8 {
    grid-column-end: 8;
  }

  .xl-max\:col-end-9 {
    grid-column-end: 9;
  }

  .xl-max\:col-end-10 {
    grid-column-end: 10;
  }

  .xl-max\:col-end-11 {
    grid-column-end: 11;
  }

  .xl-max\:col-end-12 {
    grid-column-end: 12;
  }

  .xl-max\:col-end-13 {
    grid-column-end: 13;
  }

  .xl-max\:col-end-auto {
    grid-column-end: auto;
  }

  .xl-max\:row-auto {
    grid-row: auto;
  }

  .xl-max\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl-max\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl-max\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl-max\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl-max\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl-max\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl-max\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl-max\:row-start-1 {
    grid-row-start: 1;
  }

  .xl-max\:row-start-2 {
    grid-row-start: 2;
  }

  .xl-max\:row-start-3 {
    grid-row-start: 3;
  }

  .xl-max\:row-start-4 {
    grid-row-start: 4;
  }

  .xl-max\:row-start-5 {
    grid-row-start: 5;
  }

  .xl-max\:row-start-6 {
    grid-row-start: 6;
  }

  .xl-max\:row-start-7 {
    grid-row-start: 7;
  }

  .xl-max\:row-start-auto {
    grid-row-start: auto;
  }

  .xl-max\:row-end-1 {
    grid-row-end: 1;
  }

  .xl-max\:row-end-2 {
    grid-row-end: 2;
  }

  .xl-max\:row-end-3 {
    grid-row-end: 3;
  }

  .xl-max\:row-end-4 {
    grid-row-end: 4;
  }

  .xl-max\:row-end-5 {
    grid-row-end: 5;
  }

  .xl-max\:row-end-6 {
    grid-row-end: 6;
  }

  .xl-max\:row-end-7 {
    grid-row-end: 7;
  }

  .xl-max\:row-end-auto {
    grid-row-end: auto;
  }

  .xl-max\:float-right {
    float: right;
  }

  .xl-max\:float-left {
    float: left;
  }

  .xl-max\:float-none {
    float: none;
  }

  .xl-max\:clear-left {
    clear: left;
  }

  .xl-max\:clear-right {
    clear: right;
  }

  .xl-max\:clear-both {
    clear: both;
  }

  .xl-max\:clear-none {
    clear: none;
  }

  .xl-max\:m-0 {
    margin: 0px;
  }

  .xl-max\:m-1 {
    margin: 0.25rem;
  }

  .xl-max\:m-2 {
    margin: 0.5rem;
  }

  .xl-max\:m-3 {
    margin: 0.75rem;
  }

  .xl-max\:m-4 {
    margin: 1rem;
  }

  .xl-max\:m-5 {
    margin: 1.25rem;
  }

  .xl-max\:m-6 {
    margin: 1.5rem;
  }

  .xl-max\:m-7 {
    margin: 1.75rem;
  }

  .xl-max\:m-8 {
    margin: 2rem;
  }

  .xl-max\:m-9 {
    margin: 2.25rem;
  }

  .xl-max\:m-10 {
    margin: 2.5rem;
  }

  .xl-max\:m-11 {
    margin: 2.75rem;
  }

  .xl-max\:m-12 {
    margin: 3rem;
  }

  .xl-max\:m-13 {
    margin: 3.25rem;
  }

  .xl-max\:m-14 {
    margin: 3.5rem;
  }

  .xl-max\:m-16 {
    margin: 4rem;
  }

  .xl-max\:m-19 {
    margin: 4.75rem;
  }

  .xl-max\:m-20 {
    margin: 5rem;
  }

  .xl-max\:m-24 {
    margin: 6rem;
  }

  .xl-max\:m-25 {
    margin: 6.25rem;
  }

  .xl-max\:m-28 {
    margin: 7rem;
  }

  .xl-max\:m-30 {
    margin: 7.5rem;
  }

  .xl-max\:m-32 {
    margin: 8rem;
  }

  .xl-max\:m-34 {
    margin: 8.5rem;
  }

  .xl-max\:m-36 {
    margin: 9rem;
  }

  .xl-max\:m-40 {
    margin: 10rem;
  }

  .xl-max\:m-42 {
    margin: 10.5rem;
  }

  .xl-max\:m-44 {
    margin: 11rem;
  }

  .xl-max\:m-46 {
    margin: 11.5rem;
  }

  .xl-max\:m-48 {
    margin: 12rem;
  }

  .xl-max\:m-50 {
    margin: 12.5rem;
  }

  .xl-max\:m-52 {
    margin: 13rem;
  }

  .xl-max\:m-54 {
    margin: 13.5rem;
  }

  .xl-max\:m-56 {
    margin: 14rem;
  }

  .xl-max\:m-60 {
    margin: 15rem;
  }

  .xl-max\:m-64 {
    margin: 16rem;
  }

  .xl-max\:m-68 {
    margin: 17rem;
  }

  .xl-max\:m-72 {
    margin: 18rem;
  }

  .xl-max\:m-75 {
    margin: 18.75rem;
  }

  .xl-max\:m-80 {
    margin: 20rem;
  }

  .xl-max\:m-85 {
    margin: 22rem;
  }

  .xl-max\:m-90 {
    margin: 22.5rem;
  }

  .xl-max\:m-92 {
    margin: 23rem;
  }

  .xl-max\:m-96 {
    margin: 24rem;
  }

  .xl-max\:m-100 {
    margin: 25rem;
  }

  .xl-max\:m-116 {
    margin: 29rem;
  }

  .xl-max\:m-120 {
    margin: 30rem;
  }

  .xl-max\:m-125 {
    margin: 31.25rem;
  }

  .xl-max\:m-135 {
    margin: 33.75rem;
  }

  .xl-max\:m-160 {
    margin: 40rem;
  }

  .xl-max\:m-180 {
    margin: 45rem;
  }

  .xl-max\:m-240 {
    margin: 60rem;
  }

  .xl-max\:m-285 {
    margin: 71.25rem;
  }

  .xl-max\:m-330 {
    margin: 82.5rem;
  }

  .xl-max\:m-auto {
    margin: auto;
  }

  .xl-max\:m-unset {
    margin: unset;
  }

  .xl-max\:m-px {
    margin: 1px;
  }

  .xl-max\:m-0\.4 {
    margin: 0.1rem;
  }

  .xl-max\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl-max\:m-0\.6 {
    margin: 0.15rem;
  }

  .xl-max\:m-0\.75 {
    margin: 0.2rem;
  }

  .xl-max\:m-1\.2 {
    margin: 0.3rem;
  }

  .xl-max\:m-1\.25 {
    margin: 0.3125rem;
  }

  .xl-max\:m-1\.4 {
    margin: 0.35rem;
  }

  .xl-max\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl-max\:m-1\.6 {
    margin: 0.4rem;
  }

  .xl-max\:m-1\.75 {
    margin: 0.4375rem;
  }

  .xl-max\:m-1\.8 {
    margin: 0.45rem;
  }

  .xl-max\:m-2\.2 {
    margin: 0.55rem;
  }

  .xl-max\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl-max\:m-2\.6 {
    margin: 0.65rem;
  }

  .xl-max\:m-2\.7 {
    margin: 0.675rem;
  }

  .xl-max\:m-2\.8 {
    margin: 0.7rem;
  }

  .xl-max\:m-3\.4 {
    margin: 0.85rem;
  }

  .xl-max\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl-max\:m-3\.6 {
    margin: 0.9rem;
  }

  .xl-max\:m-4\.5 {
    margin: 1.125rem;
  }

  .xl-max\:m-4\.8 {
    margin: 1.2rem;
  }

  .xl-max\:m-5\.3 {
    margin: 1.3rem;
  }

  .xl-max\:m-5\.4 {
    margin: 1.35rem;
  }

  .xl-max\:m-5\.5 {
    margin: 1.375rem;
  }

  .xl-max\:m-5\.6 {
    margin: 1.4rem;
  }

  .xl-max\:m-6\.5 {
    margin: 1.625rem;
  }

  .xl-max\:m-70\/100 {
    margin: 70%;
  }

  .xl-max\:m-31\/100 {
    margin: 31%;
  }

  .xl-max\:m-15\/100 {
    margin: 15%;
  }

  .xl-max\:m-1\/100 {
    margin: 1%;
  }

  .xl-max\:m-1\/10 {
    margin: 10%;
  }

  .xl-max\:m-1\/2 {
    margin: 50%;
  }

  .xl-max\:-m-0 {
    margin: 0px;
  }

  .xl-max\:-m-1 {
    margin: -0.25rem;
  }

  .xl-max\:-m-2 {
    margin: -0.5rem;
  }

  .xl-max\:-m-3 {
    margin: -0.75rem;
  }

  .xl-max\:-m-4 {
    margin: -1rem;
  }

  .xl-max\:-m-5 {
    margin: -1.25rem;
  }

  .xl-max\:-m-6 {
    margin: -1.5rem;
  }

  .xl-max\:-m-7 {
    margin: -1.75rem;
  }

  .xl-max\:-m-8 {
    margin: -2rem;
  }

  .xl-max\:-m-9 {
    margin: -2.25rem;
  }

  .xl-max\:-m-10 {
    margin: -2.5rem;
  }

  .xl-max\:-m-11 {
    margin: -2.75rem;
  }

  .xl-max\:-m-12 {
    margin: -3rem;
  }

  .xl-max\:-m-13 {
    margin: -3.25rem;
  }

  .xl-max\:-m-14 {
    margin: -3.5rem;
  }

  .xl-max\:-m-16 {
    margin: -4rem;
  }

  .xl-max\:-m-19 {
    margin: -4.75rem;
  }

  .xl-max\:-m-20 {
    margin: -5rem;
  }

  .xl-max\:-m-24 {
    margin: -6rem;
  }

  .xl-max\:-m-25 {
    margin: -6.25rem;
  }

  .xl-max\:-m-28 {
    margin: -7rem;
  }

  .xl-max\:-m-30 {
    margin: -7.5rem;
  }

  .xl-max\:-m-32 {
    margin: -8rem;
  }

  .xl-max\:-m-34 {
    margin: -8.5rem;
  }

  .xl-max\:-m-36 {
    margin: -9rem;
  }

  .xl-max\:-m-40 {
    margin: -10rem;
  }

  .xl-max\:-m-42 {
    margin: -10.5rem;
  }

  .xl-max\:-m-44 {
    margin: -11rem;
  }

  .xl-max\:-m-46 {
    margin: -11.5rem;
  }

  .xl-max\:-m-48 {
    margin: -12rem;
  }

  .xl-max\:-m-50 {
    margin: -12.5rem;
  }

  .xl-max\:-m-52 {
    margin: -13rem;
  }

  .xl-max\:-m-54 {
    margin: -13.5rem;
  }

  .xl-max\:-m-56 {
    margin: -14rem;
  }

  .xl-max\:-m-60 {
    margin: -15rem;
  }

  .xl-max\:-m-64 {
    margin: -16rem;
  }

  .xl-max\:-m-68 {
    margin: -17rem;
  }

  .xl-max\:-m-72 {
    margin: -18rem;
  }

  .xl-max\:-m-75 {
    margin: -18.75rem;
  }

  .xl-max\:-m-80 {
    margin: -20rem;
  }

  .xl-max\:-m-85 {
    margin: -22rem;
  }

  .xl-max\:-m-90 {
    margin: -22.5rem;
  }

  .xl-max\:-m-92 {
    margin: -23rem;
  }

  .xl-max\:-m-96 {
    margin: -24rem;
  }

  .xl-max\:-m-100 {
    margin: -25rem;
  }

  .xl-max\:-m-116 {
    margin: -29rem;
  }

  .xl-max\:-m-120 {
    margin: -30rem;
  }

  .xl-max\:-m-125 {
    margin: -31.25rem;
  }

  .xl-max\:-m-135 {
    margin: -33.75rem;
  }

  .xl-max\:-m-160 {
    margin: -40rem;
  }

  .xl-max\:-m-180 {
    margin: -45rem;
  }

  .xl-max\:-m-240 {
    margin: -60rem;
  }

  .xl-max\:-m-285 {
    margin: -71.25rem;
  }

  .xl-max\:-m-330 {
    margin: -82.5rem;
  }

  .xl-max\:-m-unset {
    margin: unset;
  }

  .xl-max\:-m-px {
    margin: -1px;
  }

  .xl-max\:-m-0\.4 {
    margin: -0.1rem;
  }

  .xl-max\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xl-max\:-m-0\.6 {
    margin: -0.15rem;
  }

  .xl-max\:-m-0\.75 {
    margin: -0.2rem;
  }

  .xl-max\:-m-1\.2 {
    margin: -0.3rem;
  }

  .xl-max\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .xl-max\:-m-1\.4 {
    margin: -0.35rem;
  }

  .xl-max\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xl-max\:-m-1\.6 {
    margin: -0.4rem;
  }

  .xl-max\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .xl-max\:-m-1\.8 {
    margin: -0.45rem;
  }

  .xl-max\:-m-2\.2 {
    margin: -0.55rem;
  }

  .xl-max\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xl-max\:-m-2\.6 {
    margin: -0.65rem;
  }

  .xl-max\:-m-2\.7 {
    margin: -0.675rem;
  }

  .xl-max\:-m-2\.8 {
    margin: -0.7rem;
  }

  .xl-max\:-m-3\.4 {
    margin: -0.85rem;
  }

  .xl-max\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl-max\:-m-3\.6 {
    margin: -0.9rem;
  }

  .xl-max\:-m-4\.5 {
    margin: -1.125rem;
  }

  .xl-max\:-m-4\.8 {
    margin: -1.2rem;
  }

  .xl-max\:-m-5\.3 {
    margin: -1.3rem;
  }

  .xl-max\:-m-5\.4 {
    margin: -1.35rem;
  }

  .xl-max\:-m-5\.5 {
    margin: -1.375rem;
  }

  .xl-max\:-m-5\.6 {
    margin: -1.4rem;
  }

  .xl-max\:-m-6\.5 {
    margin: -1.625rem;
  }

  .xl-max\:-m-70\/100 {
    margin: -70%;
  }

  .xl-max\:-m-31\/100 {
    margin: -31%;
  }

  .xl-max\:-m-15\/100 {
    margin: -15%;
  }

  .xl-max\:-m-1\/100 {
    margin: -1%;
  }

  .xl-max\:-m-1\/10 {
    margin: -10%;
  }

  .xl-max\:-m-1\/2 {
    margin: -50%;
  }

  .xl-max\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl-max\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl-max\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl-max\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl-max\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl-max\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl-max\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl-max\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl-max\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl-max\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl-max\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl-max\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl-max\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl-max\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl-max\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl-max\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl-max\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl-max\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl-max\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl-max\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl-max\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl-max\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl-max\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl-max\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl-max\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl-max\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xl-max\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl-max\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .xl-max\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl-max\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xl-max\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl-max\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xl-max\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl-max\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl-max\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl-max\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .xl-max\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl-max\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .xl-max\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl-max\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xl-max\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .xl-max\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .xl-max\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl-max\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xl-max\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .xl-max\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl-max\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .xl-max\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .xl-max\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xl-max\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .xl-max\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .xl-max\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .xl-max\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .xl-max\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl-max\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .xl-max\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl-max\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .xl-max\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl-max\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .xl-max\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .xl-max\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .xl-max\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .xl-max\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .xl-max\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl-max\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .xl-max\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .xl-max\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .xl-max\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .xl-max\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl-max\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .xl-max\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .xl-max\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .xl-max\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .xl-max\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl-max\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .xl-max\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xl-max\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .xl-max\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .xl-max\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .xl-max\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .xl-max\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .xl-max\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .xl-max\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xl-max\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .xl-max\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .xl-max\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xl-max\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl-max\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl-max\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl-max\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl-max\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl-max\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl-max\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl-max\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl-max\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl-max\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl-max\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl-max\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl-max\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl-max\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl-max\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl-max\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl-max\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl-max\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl-max\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl-max\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl-max\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl-max\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl-max\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xl-max\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl-max\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl-max\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl-max\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl-max\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xl-max\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl-max\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .xl-max\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl-max\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xl-max\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl-max\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xl-max\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl-max\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl-max\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl-max\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .xl-max\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl-max\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .xl-max\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl-max\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xl-max\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .xl-max\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .xl-max\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl-max\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xl-max\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .xl-max\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl-max\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .xl-max\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .xl-max\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xl-max\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .xl-max\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .xl-max\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .xl-max\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .xl-max\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .xl-max\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl-max\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .xl-max\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl-max\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .xl-max\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .xl-max\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .xl-max\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .xl-max\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .xl-max\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl-max\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .xl-max\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .xl-max\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .xl-max\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .xl-max\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl-max\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .xl-max\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .xl-max\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .xl-max\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .xl-max\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl-max\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .xl-max\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xl-max\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .xl-max\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .xl-max\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .xl-max\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .xl-max\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .xl-max\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .xl-max\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xl-max\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .xl-max\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .xl-max\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xl-max\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl-max\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl-max\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl-max\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl-max\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl-max\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl-max\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl-max\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl-max\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl-max\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl-max\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl-max\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl-max\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl-max\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl-max\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl-max\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl-max\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl-max\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl-max\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl-max\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl-max\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl-max\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl-max\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl-max\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl-max\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl-max\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl-max\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl-max\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl-max\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xl-max\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl-max\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .xl-max\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl-max\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl-max\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl-max\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xl-max\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl-max\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl-max\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl-max\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .xl-max\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl-max\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .xl-max\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl-max\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xl-max\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .xl-max\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .xl-max\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl-max\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xl-max\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .xl-max\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl-max\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .xl-max\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .xl-max\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xl-max\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .xl-max\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .xl-max\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .xl-max\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .xl-max\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl-max\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .xl-max\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl-max\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .xl-max\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl-max\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .xl-max\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .xl-max\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .xl-max\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .xl-max\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .xl-max\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl-max\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .xl-max\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .xl-max\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .xl-max\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .xl-max\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl-max\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .xl-max\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .xl-max\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .xl-max\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .xl-max\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl-max\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .xl-max\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xl-max\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .xl-max\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .xl-max\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .xl-max\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .xl-max\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .xl-max\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .xl-max\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xl-max\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .xl-max\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .xl-max\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xl-max\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl-max\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl-max\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl-max\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl-max\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl-max\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl-max\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl-max\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl-max\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl-max\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl-max\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl-max\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl-max\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl-max\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl-max\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl-max\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl-max\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl-max\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl-max\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl-max\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl-max\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl-max\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl-max\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl-max\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl-max\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl-max\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl-max\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl-max\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl-max\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xl-max\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl-max\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .xl-max\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl-max\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl-max\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl-max\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xl-max\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl-max\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl-max\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl-max\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .xl-max\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl-max\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .xl-max\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl-max\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xl-max\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .xl-max\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .xl-max\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl-max\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xl-max\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .xl-max\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl-max\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .xl-max\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .xl-max\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xl-max\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .xl-max\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .xl-max\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .xl-max\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .xl-max\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .xl-max\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl-max\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .xl-max\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl-max\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .xl-max\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .xl-max\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .xl-max\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .xl-max\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .xl-max\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl-max\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .xl-max\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .xl-max\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .xl-max\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .xl-max\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl-max\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .xl-max\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .xl-max\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .xl-max\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .xl-max\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl-max\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .xl-max\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xl-max\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .xl-max\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .xl-max\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .xl-max\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .xl-max\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .xl-max\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .xl-max\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xl-max\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .xl-max\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .xl-max\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xl-max\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl-max\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl-max\:mt-0 {
    margin-top: 0px;
  }

  .xl-max\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl-max\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl-max\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl-max\:mt-4 {
    margin-top: 1rem;
  }

  .xl-max\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl-max\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl-max\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl-max\:mt-8 {
    margin-top: 2rem;
  }

  .xl-max\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl-max\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl-max\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl-max\:mt-12 {
    margin-top: 3rem;
  }

  .xl-max\:mt-13 {
    margin-top: 3.25rem;
  }

  .xl-max\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl-max\:mt-16 {
    margin-top: 4rem;
  }

  .xl-max\:mt-19 {
    margin-top: 4.75rem;
  }

  .xl-max\:mt-20 {
    margin-top: 5rem;
  }

  .xl-max\:mt-24 {
    margin-top: 6rem;
  }

  .xl-max\:mt-25 {
    margin-top: 6.25rem;
  }

  .xl-max\:mt-28 {
    margin-top: 7rem;
  }

  .xl-max\:mt-30 {
    margin-top: 7.5rem;
  }

  .xl-max\:mt-32 {
    margin-top: 8rem;
  }

  .xl-max\:mt-34 {
    margin-top: 8.5rem;
  }

  .xl-max\:mt-36 {
    margin-top: 9rem;
  }

  .xl-max\:mt-40 {
    margin-top: 10rem;
  }

  .xl-max\:mt-42 {
    margin-top: 10.5rem;
  }

  .xl-max\:mt-44 {
    margin-top: 11rem;
  }

  .xl-max\:mt-46 {
    margin-top: 11.5rem;
  }

  .xl-max\:mt-48 {
    margin-top: 12rem;
  }

  .xl-max\:mt-50 {
    margin-top: 12.5rem;
  }

  .xl-max\:mt-52 {
    margin-top: 13rem;
  }

  .xl-max\:mt-54 {
    margin-top: 13.5rem;
  }

  .xl-max\:mt-56 {
    margin-top: 14rem;
  }

  .xl-max\:mt-60 {
    margin-top: 15rem;
  }

  .xl-max\:mt-64 {
    margin-top: 16rem;
  }

  .xl-max\:mt-68 {
    margin-top: 17rem;
  }

  .xl-max\:mt-72 {
    margin-top: 18rem;
  }

  .xl-max\:mt-75 {
    margin-top: 18.75rem;
  }

  .xl-max\:mt-80 {
    margin-top: 20rem;
  }

  .xl-max\:mt-85 {
    margin-top: 22rem;
  }

  .xl-max\:mt-90 {
    margin-top: 22.5rem;
  }

  .xl-max\:mt-92 {
    margin-top: 23rem;
  }

  .xl-max\:mt-96 {
    margin-top: 24rem;
  }

  .xl-max\:mt-100 {
    margin-top: 25rem;
  }

  .xl-max\:mt-116 {
    margin-top: 29rem;
  }

  .xl-max\:mt-120 {
    margin-top: 30rem;
  }

  .xl-max\:mt-125 {
    margin-top: 31.25rem;
  }

  .xl-max\:mt-135 {
    margin-top: 33.75rem;
  }

  .xl-max\:mt-160 {
    margin-top: 40rem;
  }

  .xl-max\:mt-180 {
    margin-top: 45rem;
  }

  .xl-max\:mt-240 {
    margin-top: 60rem;
  }

  .xl-max\:mt-285 {
    margin-top: 71.25rem;
  }

  .xl-max\:mt-330 {
    margin-top: 82.5rem;
  }

  .xl-max\:mt-auto {
    margin-top: auto;
  }

  .xl-max\:mt-unset {
    margin-top: unset;
  }

  .xl-max\:mt-px {
    margin-top: 1px;
  }

  .xl-max\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .xl-max\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xl-max\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .xl-max\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .xl-max\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .xl-max\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .xl-max\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .xl-max\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xl-max\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .xl-max\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .xl-max\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .xl-max\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .xl-max\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl-max\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .xl-max\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .xl-max\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .xl-max\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .xl-max\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl-max\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .xl-max\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .xl-max\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .xl-max\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .xl-max\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .xl-max\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .xl-max\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .xl-max\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .xl-max\:mt-70\/100 {
    margin-top: 70%;
  }

  .xl-max\:mt-31\/100 {
    margin-top: 31%;
  }

  .xl-max\:mt-15\/100 {
    margin-top: 15%;
  }

  .xl-max\:mt-1\/100 {
    margin-top: 1%;
  }

  .xl-max\:mt-1\/10 {
    margin-top: 10%;
  }

  .xl-max\:mt-1\/2 {
    margin-top: 50%;
  }

  .xl-max\:-mt-0 {
    margin-top: 0px;
  }

  .xl-max\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl-max\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl-max\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl-max\:-mt-4 {
    margin-top: -1rem;
  }

  .xl-max\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl-max\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl-max\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl-max\:-mt-8 {
    margin-top: -2rem;
  }

  .xl-max\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl-max\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl-max\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl-max\:-mt-12 {
    margin-top: -3rem;
  }

  .xl-max\:-mt-13 {
    margin-top: -3.25rem;
  }

  .xl-max\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl-max\:-mt-16 {
    margin-top: -4rem;
  }

  .xl-max\:-mt-19 {
    margin-top: -4.75rem;
  }

  .xl-max\:-mt-20 {
    margin-top: -5rem;
  }

  .xl-max\:-mt-24 {
    margin-top: -6rem;
  }

  .xl-max\:-mt-25 {
    margin-top: -6.25rem;
  }

  .xl-max\:-mt-28 {
    margin-top: -7rem;
  }

  .xl-max\:-mt-30 {
    margin-top: -7.5rem;
  }

  .xl-max\:-mt-32 {
    margin-top: -8rem;
  }

  .xl-max\:-mt-34 {
    margin-top: -8.5rem;
  }

  .xl-max\:-mt-36 {
    margin-top: -9rem;
  }

  .xl-max\:-mt-40 {
    margin-top: -10rem;
  }

  .xl-max\:-mt-42 {
    margin-top: -10.5rem;
  }

  .xl-max\:-mt-44 {
    margin-top: -11rem;
  }

  .xl-max\:-mt-46 {
    margin-top: -11.5rem;
  }

  .xl-max\:-mt-48 {
    margin-top: -12rem;
  }

  .xl-max\:-mt-50 {
    margin-top: -12.5rem;
  }

  .xl-max\:-mt-52 {
    margin-top: -13rem;
  }

  .xl-max\:-mt-54 {
    margin-top: -13.5rem;
  }

  .xl-max\:-mt-56 {
    margin-top: -14rem;
  }

  .xl-max\:-mt-60 {
    margin-top: -15rem;
  }

  .xl-max\:-mt-64 {
    margin-top: -16rem;
  }

  .xl-max\:-mt-68 {
    margin-top: -17rem;
  }

  .xl-max\:-mt-72 {
    margin-top: -18rem;
  }

  .xl-max\:-mt-75 {
    margin-top: -18.75rem;
  }

  .xl-max\:-mt-80 {
    margin-top: -20rem;
  }

  .xl-max\:-mt-85 {
    margin-top: -22rem;
  }

  .xl-max\:-mt-90 {
    margin-top: -22.5rem;
  }

  .xl-max\:-mt-92 {
    margin-top: -23rem;
  }

  .xl-max\:-mt-96 {
    margin-top: -24rem;
  }

  .xl-max\:-mt-100 {
    margin-top: -25rem;
  }

  .xl-max\:-mt-116 {
    margin-top: -29rem;
  }

  .xl-max\:-mt-120 {
    margin-top: -30rem;
  }

  .xl-max\:-mt-125 {
    margin-top: -31.25rem;
  }

  .xl-max\:-mt-135 {
    margin-top: -33.75rem;
  }

  .xl-max\:-mt-160 {
    margin-top: -40rem;
  }

  .xl-max\:-mt-180 {
    margin-top: -45rem;
  }

  .xl-max\:-mt-240 {
    margin-top: -60rem;
  }

  .xl-max\:-mt-285 {
    margin-top: -71.25rem;
  }

  .xl-max\:-mt-330 {
    margin-top: -82.5rem;
  }

  .xl-max\:-mt-unset {
    margin-top: unset;
  }

  .xl-max\:-mt-px {
    margin-top: -1px;
  }

  .xl-max\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .xl-max\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xl-max\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .xl-max\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .xl-max\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .xl-max\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .xl-max\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .xl-max\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xl-max\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .xl-max\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .xl-max\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .xl-max\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .xl-max\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xl-max\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .xl-max\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .xl-max\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .xl-max\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .xl-max\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl-max\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .xl-max\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .xl-max\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .xl-max\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .xl-max\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .xl-max\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .xl-max\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .xl-max\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .xl-max\:-mt-70\/100 {
    margin-top: -70%;
  }

  .xl-max\:-mt-31\/100 {
    margin-top: -31%;
  }

  .xl-max\:-mt-15\/100 {
    margin-top: -15%;
  }

  .xl-max\:-mt-1\/100 {
    margin-top: -1%;
  }

  .xl-max\:-mt-1\/10 {
    margin-top: -10%;
  }

  .xl-max\:-mt-1\/2 {
    margin-top: -50%;
  }

  .xl-max\:mr-0 {
    margin-right: 0px;
  }

  .xl-max\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl-max\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl-max\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl-max\:mr-4 {
    margin-right: 1rem;
  }

  .xl-max\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl-max\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl-max\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl-max\:mr-8 {
    margin-right: 2rem;
  }

  .xl-max\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl-max\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl-max\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl-max\:mr-12 {
    margin-right: 3rem;
  }

  .xl-max\:mr-13 {
    margin-right: 3.25rem;
  }

  .xl-max\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl-max\:mr-16 {
    margin-right: 4rem;
  }

  .xl-max\:mr-19 {
    margin-right: 4.75rem;
  }

  .xl-max\:mr-20 {
    margin-right: 5rem;
  }

  .xl-max\:mr-24 {
    margin-right: 6rem;
  }

  .xl-max\:mr-25 {
    margin-right: 6.25rem;
  }

  .xl-max\:mr-28 {
    margin-right: 7rem;
  }

  .xl-max\:mr-30 {
    margin-right: 7.5rem;
  }

  .xl-max\:mr-32 {
    margin-right: 8rem;
  }

  .xl-max\:mr-34 {
    margin-right: 8.5rem;
  }

  .xl-max\:mr-36 {
    margin-right: 9rem;
  }

  .xl-max\:mr-40 {
    margin-right: 10rem;
  }

  .xl-max\:mr-42 {
    margin-right: 10.5rem;
  }

  .xl-max\:mr-44 {
    margin-right: 11rem;
  }

  .xl-max\:mr-46 {
    margin-right: 11.5rem;
  }

  .xl-max\:mr-48 {
    margin-right: 12rem;
  }

  .xl-max\:mr-50 {
    margin-right: 12.5rem;
  }

  .xl-max\:mr-52 {
    margin-right: 13rem;
  }

  .xl-max\:mr-54 {
    margin-right: 13.5rem;
  }

  .xl-max\:mr-56 {
    margin-right: 14rem;
  }

  .xl-max\:mr-60 {
    margin-right: 15rem;
  }

  .xl-max\:mr-64 {
    margin-right: 16rem;
  }

  .xl-max\:mr-68 {
    margin-right: 17rem;
  }

  .xl-max\:mr-72 {
    margin-right: 18rem;
  }

  .xl-max\:mr-75 {
    margin-right: 18.75rem;
  }

  .xl-max\:mr-80 {
    margin-right: 20rem;
  }

  .xl-max\:mr-85 {
    margin-right: 22rem;
  }

  .xl-max\:mr-90 {
    margin-right: 22.5rem;
  }

  .xl-max\:mr-92 {
    margin-right: 23rem;
  }

  .xl-max\:mr-96 {
    margin-right: 24rem;
  }

  .xl-max\:mr-100 {
    margin-right: 25rem;
  }

  .xl-max\:mr-116 {
    margin-right: 29rem;
  }

  .xl-max\:mr-120 {
    margin-right: 30rem;
  }

  .xl-max\:mr-125 {
    margin-right: 31.25rem;
  }

  .xl-max\:mr-135 {
    margin-right: 33.75rem;
  }

  .xl-max\:mr-160 {
    margin-right: 40rem;
  }

  .xl-max\:mr-180 {
    margin-right: 45rem;
  }

  .xl-max\:mr-240 {
    margin-right: 60rem;
  }

  .xl-max\:mr-285 {
    margin-right: 71.25rem;
  }

  .xl-max\:mr-330 {
    margin-right: 82.5rem;
  }

  .xl-max\:mr-auto {
    margin-right: auto;
  }

  .xl-max\:mr-unset {
    margin-right: unset;
  }

  .xl-max\:mr-px {
    margin-right: 1px;
  }

  .xl-max\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .xl-max\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl-max\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .xl-max\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .xl-max\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .xl-max\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .xl-max\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .xl-max\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl-max\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .xl-max\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .xl-max\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .xl-max\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .xl-max\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl-max\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .xl-max\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .xl-max\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .xl-max\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .xl-max\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl-max\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .xl-max\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .xl-max\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .xl-max\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .xl-max\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .xl-max\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .xl-max\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .xl-max\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .xl-max\:mr-70\/100 {
    margin-right: 70%;
  }

  .xl-max\:mr-31\/100 {
    margin-right: 31%;
  }

  .xl-max\:mr-15\/100 {
    margin-right: 15%;
  }

  .xl-max\:mr-1\/100 {
    margin-right: 1%;
  }

  .xl-max\:mr-1\/10 {
    margin-right: 10%;
  }

  .xl-max\:mr-1\/2 {
    margin-right: 50%;
  }

  .xl-max\:-mr-0 {
    margin-right: 0px;
  }

  .xl-max\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl-max\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl-max\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl-max\:-mr-4 {
    margin-right: -1rem;
  }

  .xl-max\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl-max\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl-max\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl-max\:-mr-8 {
    margin-right: -2rem;
  }

  .xl-max\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl-max\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl-max\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl-max\:-mr-12 {
    margin-right: -3rem;
  }

  .xl-max\:-mr-13 {
    margin-right: -3.25rem;
  }

  .xl-max\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl-max\:-mr-16 {
    margin-right: -4rem;
  }

  .xl-max\:-mr-19 {
    margin-right: -4.75rem;
  }

  .xl-max\:-mr-20 {
    margin-right: -5rem;
  }

  .xl-max\:-mr-24 {
    margin-right: -6rem;
  }

  .xl-max\:-mr-25 {
    margin-right: -6.25rem;
  }

  .xl-max\:-mr-28 {
    margin-right: -7rem;
  }

  .xl-max\:-mr-30 {
    margin-right: -7.5rem;
  }

  .xl-max\:-mr-32 {
    margin-right: -8rem;
  }

  .xl-max\:-mr-34 {
    margin-right: -8.5rem;
  }

  .xl-max\:-mr-36 {
    margin-right: -9rem;
  }

  .xl-max\:-mr-40 {
    margin-right: -10rem;
  }

  .xl-max\:-mr-42 {
    margin-right: -10.5rem;
  }

  .xl-max\:-mr-44 {
    margin-right: -11rem;
  }

  .xl-max\:-mr-46 {
    margin-right: -11.5rem;
  }

  .xl-max\:-mr-48 {
    margin-right: -12rem;
  }

  .xl-max\:-mr-50 {
    margin-right: -12.5rem;
  }

  .xl-max\:-mr-52 {
    margin-right: -13rem;
  }

  .xl-max\:-mr-54 {
    margin-right: -13.5rem;
  }

  .xl-max\:-mr-56 {
    margin-right: -14rem;
  }

  .xl-max\:-mr-60 {
    margin-right: -15rem;
  }

  .xl-max\:-mr-64 {
    margin-right: -16rem;
  }

  .xl-max\:-mr-68 {
    margin-right: -17rem;
  }

  .xl-max\:-mr-72 {
    margin-right: -18rem;
  }

  .xl-max\:-mr-75 {
    margin-right: -18.75rem;
  }

  .xl-max\:-mr-80 {
    margin-right: -20rem;
  }

  .xl-max\:-mr-85 {
    margin-right: -22rem;
  }

  .xl-max\:-mr-90 {
    margin-right: -22.5rem;
  }

  .xl-max\:-mr-92 {
    margin-right: -23rem;
  }

  .xl-max\:-mr-96 {
    margin-right: -24rem;
  }

  .xl-max\:-mr-100 {
    margin-right: -25rem;
  }

  .xl-max\:-mr-116 {
    margin-right: -29rem;
  }

  .xl-max\:-mr-120 {
    margin-right: -30rem;
  }

  .xl-max\:-mr-125 {
    margin-right: -31.25rem;
  }

  .xl-max\:-mr-135 {
    margin-right: -33.75rem;
  }

  .xl-max\:-mr-160 {
    margin-right: -40rem;
  }

  .xl-max\:-mr-180 {
    margin-right: -45rem;
  }

  .xl-max\:-mr-240 {
    margin-right: -60rem;
  }

  .xl-max\:-mr-285 {
    margin-right: -71.25rem;
  }

  .xl-max\:-mr-330 {
    margin-right: -82.5rem;
  }

  .xl-max\:-mr-unset {
    margin-right: unset;
  }

  .xl-max\:-mr-px {
    margin-right: -1px;
  }

  .xl-max\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .xl-max\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xl-max\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .xl-max\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .xl-max\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .xl-max\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .xl-max\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .xl-max\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xl-max\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .xl-max\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .xl-max\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .xl-max\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .xl-max\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xl-max\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .xl-max\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .xl-max\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .xl-max\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .xl-max\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl-max\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .xl-max\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .xl-max\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .xl-max\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .xl-max\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .xl-max\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .xl-max\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .xl-max\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .xl-max\:-mr-70\/100 {
    margin-right: -70%;
  }

  .xl-max\:-mr-31\/100 {
    margin-right: -31%;
  }

  .xl-max\:-mr-15\/100 {
    margin-right: -15%;
  }

  .xl-max\:-mr-1\/100 {
    margin-right: -1%;
  }

  .xl-max\:-mr-1\/10 {
    margin-right: -10%;
  }

  .xl-max\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xl-max\:mb-0 {
    margin-bottom: 0px;
  }

  .xl-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl-max\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl-max\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl-max\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl-max\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl-max\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl-max\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl-max\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl-max\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl-max\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl-max\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl-max\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl-max\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .xl-max\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl-max\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl-max\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .xl-max\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl-max\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl-max\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .xl-max\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl-max\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .xl-max\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl-max\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .xl-max\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl-max\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl-max\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .xl-max\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl-max\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .xl-max\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl-max\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .xl-max\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl-max\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .xl-max\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl-max\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl-max\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl-max\:mb-68 {
    margin-bottom: 17rem;
  }

  .xl-max\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl-max\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .xl-max\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl-max\:mb-85 {
    margin-bottom: 22rem;
  }

  .xl-max\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .xl-max\:mb-92 {
    margin-bottom: 23rem;
  }

  .xl-max\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl-max\:mb-100 {
    margin-bottom: 25rem;
  }

  .xl-max\:mb-116 {
    margin-bottom: 29rem;
  }

  .xl-max\:mb-120 {
    margin-bottom: 30rem;
  }

  .xl-max\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .xl-max\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .xl-max\:mb-160 {
    margin-bottom: 40rem;
  }

  .xl-max\:mb-180 {
    margin-bottom: 45rem;
  }

  .xl-max\:mb-240 {
    margin-bottom: 60rem;
  }

  .xl-max\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .xl-max\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .xl-max\:mb-auto {
    margin-bottom: auto;
  }

  .xl-max\:mb-unset {
    margin-bottom: unset;
  }

  .xl-max\:mb-px {
    margin-bottom: 1px;
  }

  .xl-max\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .xl-max\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl-max\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .xl-max\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .xl-max\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .xl-max\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .xl-max\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .xl-max\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl-max\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .xl-max\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .xl-max\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .xl-max\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .xl-max\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl-max\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .xl-max\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .xl-max\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .xl-max\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .xl-max\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl-max\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .xl-max\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .xl-max\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .xl-max\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .xl-max\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .xl-max\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .xl-max\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .xl-max\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .xl-max\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .xl-max\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .xl-max\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .xl-max\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .xl-max\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .xl-max\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xl-max\:-mb-0 {
    margin-bottom: 0px;
  }

  .xl-max\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl-max\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl-max\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl-max\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl-max\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl-max\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl-max\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl-max\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl-max\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl-max\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl-max\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl-max\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl-max\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .xl-max\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl-max\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl-max\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .xl-max\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl-max\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl-max\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .xl-max\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl-max\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .xl-max\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl-max\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .xl-max\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl-max\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl-max\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .xl-max\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl-max\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .xl-max\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl-max\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .xl-max\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl-max\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .xl-max\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl-max\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl-max\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl-max\:-mb-68 {
    margin-bottom: -17rem;
  }

  .xl-max\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl-max\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .xl-max\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl-max\:-mb-85 {
    margin-bottom: -22rem;
  }

  .xl-max\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .xl-max\:-mb-92 {
    margin-bottom: -23rem;
  }

  .xl-max\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl-max\:-mb-100 {
    margin-bottom: -25rem;
  }

  .xl-max\:-mb-116 {
    margin-bottom: -29rem;
  }

  .xl-max\:-mb-120 {
    margin-bottom: -30rem;
  }

  .xl-max\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .xl-max\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .xl-max\:-mb-160 {
    margin-bottom: -40rem;
  }

  .xl-max\:-mb-180 {
    margin-bottom: -45rem;
  }

  .xl-max\:-mb-240 {
    margin-bottom: -60rem;
  }

  .xl-max\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .xl-max\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .xl-max\:-mb-unset {
    margin-bottom: unset;
  }

  .xl-max\:-mb-px {
    margin-bottom: -1px;
  }

  .xl-max\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .xl-max\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xl-max\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .xl-max\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .xl-max\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .xl-max\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .xl-max\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .xl-max\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xl-max\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .xl-max\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .xl-max\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .xl-max\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .xl-max\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl-max\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .xl-max\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .xl-max\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .xl-max\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .xl-max\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl-max\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .xl-max\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .xl-max\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .xl-max\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .xl-max\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .xl-max\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .xl-max\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .xl-max\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .xl-max\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .xl-max\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .xl-max\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .xl-max\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .xl-max\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .xl-max\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xl-max\:ml-0 {
    margin-left: 0px;
  }

  .xl-max\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl-max\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl-max\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl-max\:ml-4 {
    margin-left: 1rem;
  }

  .xl-max\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl-max\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl-max\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl-max\:ml-8 {
    margin-left: 2rem;
  }

  .xl-max\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl-max\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl-max\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl-max\:ml-12 {
    margin-left: 3rem;
  }

  .xl-max\:ml-13 {
    margin-left: 3.25rem;
  }

  .xl-max\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl-max\:ml-16 {
    margin-left: 4rem;
  }

  .xl-max\:ml-19 {
    margin-left: 4.75rem;
  }

  .xl-max\:ml-20 {
    margin-left: 5rem;
  }

  .xl-max\:ml-24 {
    margin-left: 6rem;
  }

  .xl-max\:ml-25 {
    margin-left: 6.25rem;
  }

  .xl-max\:ml-28 {
    margin-left: 7rem;
  }

  .xl-max\:ml-30 {
    margin-left: 7.5rem;
  }

  .xl-max\:ml-32 {
    margin-left: 8rem;
  }

  .xl-max\:ml-34 {
    margin-left: 8.5rem;
  }

  .xl-max\:ml-36 {
    margin-left: 9rem;
  }

  .xl-max\:ml-40 {
    margin-left: 10rem;
  }

  .xl-max\:ml-42 {
    margin-left: 10.5rem;
  }

  .xl-max\:ml-44 {
    margin-left: 11rem;
  }

  .xl-max\:ml-46 {
    margin-left: 11.5rem;
  }

  .xl-max\:ml-48 {
    margin-left: 12rem;
  }

  .xl-max\:ml-50 {
    margin-left: 12.5rem;
  }

  .xl-max\:ml-52 {
    margin-left: 13rem;
  }

  .xl-max\:ml-54 {
    margin-left: 13.5rem;
  }

  .xl-max\:ml-56 {
    margin-left: 14rem;
  }

  .xl-max\:ml-60 {
    margin-left: 15rem;
  }

  .xl-max\:ml-64 {
    margin-left: 16rem;
  }

  .xl-max\:ml-68 {
    margin-left: 17rem;
  }

  .xl-max\:ml-72 {
    margin-left: 18rem;
  }

  .xl-max\:ml-75 {
    margin-left: 18.75rem;
  }

  .xl-max\:ml-80 {
    margin-left: 20rem;
  }

  .xl-max\:ml-85 {
    margin-left: 22rem;
  }

  .xl-max\:ml-90 {
    margin-left: 22.5rem;
  }

  .xl-max\:ml-92 {
    margin-left: 23rem;
  }

  .xl-max\:ml-96 {
    margin-left: 24rem;
  }

  .xl-max\:ml-100 {
    margin-left: 25rem;
  }

  .xl-max\:ml-116 {
    margin-left: 29rem;
  }

  .xl-max\:ml-120 {
    margin-left: 30rem;
  }

  .xl-max\:ml-125 {
    margin-left: 31.25rem;
  }

  .xl-max\:ml-135 {
    margin-left: 33.75rem;
  }

  .xl-max\:ml-160 {
    margin-left: 40rem;
  }

  .xl-max\:ml-180 {
    margin-left: 45rem;
  }

  .xl-max\:ml-240 {
    margin-left: 60rem;
  }

  .xl-max\:ml-285 {
    margin-left: 71.25rem;
  }

  .xl-max\:ml-330 {
    margin-left: 82.5rem;
  }

  .xl-max\:ml-auto {
    margin-left: auto;
  }

  .xl-max\:ml-unset {
    margin-left: unset;
  }

  .xl-max\:ml-px {
    margin-left: 1px;
  }

  .xl-max\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .xl-max\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl-max\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .xl-max\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .xl-max\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .xl-max\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .xl-max\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .xl-max\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl-max\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .xl-max\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .xl-max\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .xl-max\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .xl-max\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl-max\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .xl-max\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .xl-max\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .xl-max\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .xl-max\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl-max\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .xl-max\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .xl-max\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .xl-max\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .xl-max\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .xl-max\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .xl-max\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .xl-max\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .xl-max\:ml-70\/100 {
    margin-left: 70%;
  }

  .xl-max\:ml-31\/100 {
    margin-left: 31%;
  }

  .xl-max\:ml-15\/100 {
    margin-left: 15%;
  }

  .xl-max\:ml-1\/100 {
    margin-left: 1%;
  }

  .xl-max\:ml-1\/10 {
    margin-left: 10%;
  }

  .xl-max\:ml-1\/2 {
    margin-left: 50%;
  }

  .xl-max\:-ml-0 {
    margin-left: 0px;
  }

  .xl-max\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl-max\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl-max\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl-max\:-ml-4 {
    margin-left: -1rem;
  }

  .xl-max\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl-max\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl-max\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl-max\:-ml-8 {
    margin-left: -2rem;
  }

  .xl-max\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl-max\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl-max\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl-max\:-ml-12 {
    margin-left: -3rem;
  }

  .xl-max\:-ml-13 {
    margin-left: -3.25rem;
  }

  .xl-max\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl-max\:-ml-16 {
    margin-left: -4rem;
  }

  .xl-max\:-ml-19 {
    margin-left: -4.75rem;
  }

  .xl-max\:-ml-20 {
    margin-left: -5rem;
  }

  .xl-max\:-ml-24 {
    margin-left: -6rem;
  }

  .xl-max\:-ml-25 {
    margin-left: -6.25rem;
  }

  .xl-max\:-ml-28 {
    margin-left: -7rem;
  }

  .xl-max\:-ml-30 {
    margin-left: -7.5rem;
  }

  .xl-max\:-ml-32 {
    margin-left: -8rem;
  }

  .xl-max\:-ml-34 {
    margin-left: -8.5rem;
  }

  .xl-max\:-ml-36 {
    margin-left: -9rem;
  }

  .xl-max\:-ml-40 {
    margin-left: -10rem;
  }

  .xl-max\:-ml-42 {
    margin-left: -10.5rem;
  }

  .xl-max\:-ml-44 {
    margin-left: -11rem;
  }

  .xl-max\:-ml-46 {
    margin-left: -11.5rem;
  }

  .xl-max\:-ml-48 {
    margin-left: -12rem;
  }

  .xl-max\:-ml-50 {
    margin-left: -12.5rem;
  }

  .xl-max\:-ml-52 {
    margin-left: -13rem;
  }

  .xl-max\:-ml-54 {
    margin-left: -13.5rem;
  }

  .xl-max\:-ml-56 {
    margin-left: -14rem;
  }

  .xl-max\:-ml-60 {
    margin-left: -15rem;
  }

  .xl-max\:-ml-64 {
    margin-left: -16rem;
  }

  .xl-max\:-ml-68 {
    margin-left: -17rem;
  }

  .xl-max\:-ml-72 {
    margin-left: -18rem;
  }

  .xl-max\:-ml-75 {
    margin-left: -18.75rem;
  }

  .xl-max\:-ml-80 {
    margin-left: -20rem;
  }

  .xl-max\:-ml-85 {
    margin-left: -22rem;
  }

  .xl-max\:-ml-90 {
    margin-left: -22.5rem;
  }

  .xl-max\:-ml-92 {
    margin-left: -23rem;
  }

  .xl-max\:-ml-96 {
    margin-left: -24rem;
  }

  .xl-max\:-ml-100 {
    margin-left: -25rem;
  }

  .xl-max\:-ml-116 {
    margin-left: -29rem;
  }

  .xl-max\:-ml-120 {
    margin-left: -30rem;
  }

  .xl-max\:-ml-125 {
    margin-left: -31.25rem;
  }

  .xl-max\:-ml-135 {
    margin-left: -33.75rem;
  }

  .xl-max\:-ml-160 {
    margin-left: -40rem;
  }

  .xl-max\:-ml-180 {
    margin-left: -45rem;
  }

  .xl-max\:-ml-240 {
    margin-left: -60rem;
  }

  .xl-max\:-ml-285 {
    margin-left: -71.25rem;
  }

  .xl-max\:-ml-330 {
    margin-left: -82.5rem;
  }

  .xl-max\:-ml-unset {
    margin-left: unset;
  }

  .xl-max\:-ml-px {
    margin-left: -1px;
  }

  .xl-max\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .xl-max\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xl-max\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .xl-max\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .xl-max\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .xl-max\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .xl-max\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .xl-max\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xl-max\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .xl-max\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .xl-max\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .xl-max\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .xl-max\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl-max\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .xl-max\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .xl-max\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .xl-max\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .xl-max\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl-max\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .xl-max\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .xl-max\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .xl-max\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .xl-max\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .xl-max\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .xl-max\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .xl-max\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .xl-max\:-ml-70\/100 {
    margin-left: -70%;
  }

  .xl-max\:-ml-31\/100 {
    margin-left: -31%;
  }

  .xl-max\:-ml-15\/100 {
    margin-left: -15%;
  }

  .xl-max\:-ml-1\/100 {
    margin-left: -1%;
  }

  .xl-max\:-ml-1\/10 {
    margin-left: -10%;
  }

  .xl-max\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xl-max\:box-border {
    box-sizing: border-box;
  }

  .xl-max\:box-content {
    box-sizing: content-box;
  }

  .xl-max\:block {
    display: block;
  }

  .xl-max\:inline-block {
    display: inline-block;
  }

  .xl-max\:inline {
    display: inline;
  }

  .xl-max\:flex {
    display: flex;
  }

  .xl-max\:inline-flex {
    display: inline-flex;
  }

  .xl-max\:table {
    display: table;
  }

  .xl-max\:inline-table {
    display: inline-table;
  }

  .xl-max\:table-caption {
    display: table-caption;
  }

  .xl-max\:table-cell {
    display: table-cell;
  }

  .xl-max\:table-column {
    display: table-column;
  }

  .xl-max\:table-column-group {
    display: table-column-group;
  }

  .xl-max\:table-footer-group {
    display: table-footer-group;
  }

  .xl-max\:table-header-group {
    display: table-header-group;
  }

  .xl-max\:table-row-group {
    display: table-row-group;
  }

  .xl-max\:table-row {
    display: table-row;
  }

  .xl-max\:flow-root {
    display: flow-root;
  }

  .xl-max\:grid {
    display: grid;
  }

  .xl-max\:inline-grid {
    display: inline-grid;
  }

  .xl-max\:contents {
    display: contents;
  }

  .xl-max\:list-item {
    display: list-item;
  }

  .xl-max\:hidden {
    display: none;
  }

  .xl-max\:h-0 {
    height: 0px;
  }

  .xl-max\:h-1 {
    height: 0.25rem;
  }

  .xl-max\:h-2 {
    height: 0.5rem;
  }

  .xl-max\:h-3 {
    height: 0.75rem;
  }

  .xl-max\:h-4 {
    height: 1rem;
  }

  .xl-max\:h-5 {
    height: 1.25rem;
  }

  .xl-max\:h-6 {
    height: 1.5rem;
  }

  .xl-max\:h-7 {
    height: 1.75rem;
  }

  .xl-max\:h-8 {
    height: 2rem;
  }

  .xl-max\:h-9 {
    height: 2.25rem;
  }

  .xl-max\:h-10 {
    height: 2.5rem;
  }

  .xl-max\:h-11 {
    height: 2.75rem;
  }

  .xl-max\:h-12 {
    height: 3rem;
  }

  .xl-max\:h-13 {
    height: 3.25rem;
  }

  .xl-max\:h-14 {
    height: 3.5rem;
  }

  .xl-max\:h-16 {
    height: 4rem;
  }

  .xl-max\:h-19 {
    height: 4.75rem;
  }

  .xl-max\:h-20 {
    height: 5rem;
  }

  .xl-max\:h-24 {
    height: 6rem;
  }

  .xl-max\:h-25 {
    height: 6.25rem;
  }

  .xl-max\:h-28 {
    height: 7rem;
  }

  .xl-max\:h-30 {
    height: 7.5rem;
  }

  .xl-max\:h-32 {
    height: 8rem;
  }

  .xl-max\:h-34 {
    height: 8.5rem;
  }

  .xl-max\:h-36 {
    height: 9rem;
  }

  .xl-max\:h-40 {
    height: 10rem;
  }

  .xl-max\:h-42 {
    height: 10.5rem;
  }

  .xl-max\:h-44 {
    height: 11rem;
  }

  .xl-max\:h-46 {
    height: 11.5rem;
  }

  .xl-max\:h-48 {
    height: 12rem;
  }

  .xl-max\:h-50 {
    height: 12.5rem;
  }

  .xl-max\:h-52 {
    height: 13rem;
  }

  .xl-max\:h-54 {
    height: 13.5rem;
  }

  .xl-max\:h-56 {
    height: 14rem;
  }

  .xl-max\:h-60 {
    height: 15rem;
  }

  .xl-max\:h-64 {
    height: 16rem;
  }

  .xl-max\:h-68 {
    height: 17rem;
  }

  .xl-max\:h-72 {
    height: 18rem;
  }

  .xl-max\:h-75 {
    height: 18.75rem;
  }

  .xl-max\:h-80 {
    height: 20rem;
  }

  .xl-max\:h-85 {
    height: 22rem;
  }

  .xl-max\:h-90 {
    height: 22.5rem;
  }

  .xl-max\:h-92 {
    height: 23rem;
  }

  .xl-max\:h-96 {
    height: 24rem;
  }

  .xl-max\:h-100 {
    height: 25rem;
  }

  .xl-max\:h-116 {
    height: 29rem;
  }

  .xl-max\:h-120 {
    height: 30rem;
  }

  .xl-max\:h-125 {
    height: 31.25rem;
  }

  .xl-max\:h-135 {
    height: 33.75rem;
  }

  .xl-max\:h-160 {
    height: 40rem;
  }

  .xl-max\:h-180 {
    height: 45rem;
  }

  .xl-max\:h-240 {
    height: 60rem;
  }

  .xl-max\:h-285 {
    height: 71.25rem;
  }

  .xl-max\:h-330 {
    height: 82.5rem;
  }

  .xl-max\:h-auto {
    height: auto;
  }

  .xl-max\:h-unset {
    height: unset;
  }

  .xl-max\:h-px {
    height: 1px;
  }

  .xl-max\:h-0\.4 {
    height: 0.1rem;
  }

  .xl-max\:h-0\.5 {
    height: 0.125rem;
  }

  .xl-max\:h-0\.6 {
    height: 0.15rem;
  }

  .xl-max\:h-0\.75 {
    height: 0.2rem;
  }

  .xl-max\:h-1\.2 {
    height: 0.3rem;
  }

  .xl-max\:h-1\.25 {
    height: 0.3125rem;
  }

  .xl-max\:h-1\.4 {
    height: 0.35rem;
  }

  .xl-max\:h-1\.5 {
    height: 0.375rem;
  }

  .xl-max\:h-1\.6 {
    height: 0.4rem;
  }

  .xl-max\:h-1\.75 {
    height: 0.4375rem;
  }

  .xl-max\:h-1\.8 {
    height: 0.45rem;
  }

  .xl-max\:h-2\.2 {
    height: 0.55rem;
  }

  .xl-max\:h-2\.5 {
    height: 0.625rem;
  }

  .xl-max\:h-2\.6 {
    height: 0.65rem;
  }

  .xl-max\:h-2\.7 {
    height: 0.675rem;
  }

  .xl-max\:h-2\.8 {
    height: 0.7rem;
  }

  .xl-max\:h-3\.4 {
    height: 0.85rem;
  }

  .xl-max\:h-3\.5 {
    height: 0.875rem;
  }

  .xl-max\:h-3\.6 {
    height: 0.9rem;
  }

  .xl-max\:h-4\.5 {
    height: 1.125rem;
  }

  .xl-max\:h-4\.8 {
    height: 1.2rem;
  }

  .xl-max\:h-5\.3 {
    height: 1.3rem;
  }

  .xl-max\:h-5\.4 {
    height: 1.35rem;
  }

  .xl-max\:h-5\.5 {
    height: 1.375rem;
  }

  .xl-max\:h-5\.6 {
    height: 1.4rem;
  }

  .xl-max\:h-6\.5 {
    height: 1.625rem;
  }

  .xl-max\:h-70\/100 {
    height: 70%;
  }

  .xl-max\:h-31\/100 {
    height: 31%;
  }

  .xl-max\:h-15\/100 {
    height: 15%;
  }

  .xl-max\:h-1\/100 {
    height: 1%;
  }

  .xl-max\:h-1\/10 {
    height: 10%;
  }

  .xl-max\:h-1\/2 {
    height: 50%;
  }

  .xl-max\:h-1\/3 {
    height: 33.333333%;
  }

  .xl-max\:h-2\/3 {
    height: 66.666667%;
  }

  .xl-max\:h-1\/4 {
    height: 25%;
  }

  .xl-max\:h-2\/4 {
    height: 50%;
  }

  .xl-max\:h-3\/4 {
    height: 75%;
  }

  .xl-max\:h-1\/5 {
    height: 20%;
  }

  .xl-max\:h-2\/5 {
    height: 40%;
  }

  .xl-max\:h-3\/5 {
    height: 60%;
  }

  .xl-max\:h-4\/5 {
    height: 80%;
  }

  .xl-max\:h-1\/6 {
    height: 16.666667%;
  }

  .xl-max\:h-2\/6 {
    height: 33.333333%;
  }

  .xl-max\:h-3\/6 {
    height: 50%;
  }

  .xl-max\:h-4\/6 {
    height: 66.666667%;
  }

  .xl-max\:h-5\/6 {
    height: 83.333333%;
  }

  .xl-max\:h-full {
    height: 100%;
  }

  .xl-max\:h-screen {
    height: 100vh;
  }

  .xl-max\:max-h-0 {
    max-height: 0px;
  }

  .xl-max\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl-max\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl-max\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl-max\:max-h-4 {
    max-height: 1rem;
  }

  .xl-max\:max-h-5 {
    max-height: 1.25rem;
  }

  .xl-max\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl-max\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl-max\:max-h-8 {
    max-height: 2rem;
  }

  .xl-max\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl-max\:max-h-10 {
    max-height: 2.5rem;
  }

  .xl-max\:max-h-11 {
    max-height: 2.75rem;
  }

  .xl-max\:max-h-12 {
    max-height: 3rem;
  }

  .xl-max\:max-h-13 {
    max-height: 3.25rem;
  }

  .xl-max\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl-max\:max-h-16 {
    max-height: 4rem;
  }

  .xl-max\:max-h-19 {
    max-height: 4.75rem;
  }

  .xl-max\:max-h-20 {
    max-height: 5rem;
  }

  .xl-max\:max-h-24 {
    max-height: 6rem;
  }

  .xl-max\:max-h-25 {
    max-height: 6.25rem;
  }

  .xl-max\:max-h-28 {
    max-height: 7rem;
  }

  .xl-max\:max-h-30 {
    max-height: 7.5rem;
  }

  .xl-max\:max-h-32 {
    max-height: 8rem;
  }

  .xl-max\:max-h-34 {
    max-height: 8.5rem;
  }

  .xl-max\:max-h-36 {
    max-height: 9rem;
  }

  .xl-max\:max-h-40 {
    max-height: 10rem;
  }

  .xl-max\:max-h-42 {
    max-height: 10.5rem;
  }

  .xl-max\:max-h-44 {
    max-height: 11rem;
  }

  .xl-max\:max-h-46 {
    max-height: 11.5rem;
  }

  .xl-max\:max-h-48 {
    max-height: 12rem;
  }

  .xl-max\:max-h-50 {
    max-height: 12.5rem;
  }

  .xl-max\:max-h-52 {
    max-height: 13rem;
  }

  .xl-max\:max-h-54 {
    max-height: 13.5rem;
  }

  .xl-max\:max-h-56 {
    max-height: 14rem;
  }

  .xl-max\:max-h-60 {
    max-height: 15rem;
  }

  .xl-max\:max-h-64 {
    max-height: 16rem;
  }

  .xl-max\:max-h-68 {
    max-height: 17rem;
  }

  .xl-max\:max-h-72 {
    max-height: 18rem;
  }

  .xl-max\:max-h-75 {
    max-height: 18.75rem;
  }

  .xl-max\:max-h-80 {
    max-height: 20rem;
  }

  .xl-max\:max-h-85 {
    max-height: 22rem;
  }

  .xl-max\:max-h-90 {
    max-height: 22.5rem;
  }

  .xl-max\:max-h-92 {
    max-height: 23rem;
  }

  .xl-max\:max-h-96 {
    max-height: 24rem;
  }

  .xl-max\:max-h-100 {
    max-height: 25rem;
  }

  .xl-max\:max-h-116 {
    max-height: 29rem;
  }

  .xl-max\:max-h-120 {
    max-height: 30rem;
  }

  .xl-max\:max-h-125 {
    max-height: 31.25rem;
  }

  .xl-max\:max-h-135 {
    max-height: 33.75rem;
  }

  .xl-max\:max-h-160 {
    max-height: 40rem;
  }

  .xl-max\:max-h-180 {
    max-height: 45rem;
  }

  .xl-max\:max-h-240 {
    max-height: 60rem;
  }

  .xl-max\:max-h-285 {
    max-height: 71.25rem;
  }

  .xl-max\:max-h-330 {
    max-height: 82.5rem;
  }

  .xl-max\:max-h-unset {
    max-height: unset;
  }

  .xl-max\:max-h-px {
    max-height: 1px;
  }

  .xl-max\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .xl-max\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xl-max\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .xl-max\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .xl-max\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .xl-max\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .xl-max\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .xl-max\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xl-max\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .xl-max\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .xl-max\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .xl-max\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .xl-max\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xl-max\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .xl-max\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .xl-max\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .xl-max\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .xl-max\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl-max\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .xl-max\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .xl-max\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .xl-max\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .xl-max\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .xl-max\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .xl-max\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .xl-max\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .xl-max\:max-h-70\/100 {
    max-height: 70%;
  }

  .xl-max\:max-h-31\/100 {
    max-height: 31%;
  }

  .xl-max\:max-h-15\/100 {
    max-height: 15%;
  }

  .xl-max\:max-h-1\/100 {
    max-height: 1%;
  }

  .xl-max\:max-h-1\/10 {
    max-height: 10%;
  }

  .xl-max\:max-h-1\/2 {
    max-height: 50%;
  }

  .xl-max\:max-h-full {
    max-height: 100%;
  }

  .xl-max\:max-h-screen {
    max-height: 100vh;
  }

  .xl-max\:min-h-0 {
    min-height: 0px;
  }

  .xl-max\:min-h-full {
    min-height: 100%;
  }

  .xl-max\:min-h-screen {
    min-height: 100vh;
  }

  .xl-max\:w-0 {
    width: 0px;
  }

  .xl-max\:w-1 {
    width: 0.25rem;
  }

  .xl-max\:w-2 {
    width: 0.5rem;
  }

  .xl-max\:w-3 {
    width: 0.75rem;
  }

  .xl-max\:w-4 {
    width: 1rem;
  }

  .xl-max\:w-5 {
    width: 1.25rem;
  }

  .xl-max\:w-6 {
    width: 1.5rem;
  }

  .xl-max\:w-7 {
    width: 1.75rem;
  }

  .xl-max\:w-8 {
    width: 2rem;
  }

  .xl-max\:w-9 {
    width: 2.25rem;
  }

  .xl-max\:w-10 {
    width: 2.5rem;
  }

  .xl-max\:w-11 {
    width: 2.75rem;
  }

  .xl-max\:w-12 {
    width: 3rem;
  }

  .xl-max\:w-13 {
    width: 3.25rem;
  }

  .xl-max\:w-14 {
    width: 3.5rem;
  }

  .xl-max\:w-16 {
    width: 4rem;
  }

  .xl-max\:w-19 {
    width: 4.75rem;
  }

  .xl-max\:w-20 {
    width: 5rem;
  }

  .xl-max\:w-24 {
    width: 6rem;
  }

  .xl-max\:w-25 {
    width: 6.25rem;
  }

  .xl-max\:w-28 {
    width: 7rem;
  }

  .xl-max\:w-30 {
    width: 7.5rem;
  }

  .xl-max\:w-32 {
    width: 8rem;
  }

  .xl-max\:w-34 {
    width: 8.5rem;
  }

  .xl-max\:w-36 {
    width: 9rem;
  }

  .xl-max\:w-40 {
    width: 10rem;
  }

  .xl-max\:w-42 {
    width: 10.5rem;
  }

  .xl-max\:w-44 {
    width: 11rem;
  }

  .xl-max\:w-46 {
    width: 11.5rem;
  }

  .xl-max\:w-48 {
    width: 12rem;
  }

  .xl-max\:w-50 {
    width: 12.5rem;
  }

  .xl-max\:w-52 {
    width: 13rem;
  }

  .xl-max\:w-54 {
    width: 13.5rem;
  }

  .xl-max\:w-56 {
    width: 14rem;
  }

  .xl-max\:w-60 {
    width: 15rem;
  }

  .xl-max\:w-64 {
    width: 16rem;
  }

  .xl-max\:w-68 {
    width: 17rem;
  }

  .xl-max\:w-72 {
    width: 18rem;
  }

  .xl-max\:w-75 {
    width: 18.75rem;
  }

  .xl-max\:w-80 {
    width: 20rem;
  }

  .xl-max\:w-85 {
    width: 22rem;
  }

  .xl-max\:w-90 {
    width: 22.5rem;
  }

  .xl-max\:w-92 {
    width: 23rem;
  }

  .xl-max\:w-96 {
    width: 24rem;
  }

  .xl-max\:w-100 {
    width: 25rem;
  }

  .xl-max\:w-116 {
    width: 29rem;
  }

  .xl-max\:w-120 {
    width: 30rem;
  }

  .xl-max\:w-125 {
    width: 31.25rem;
  }

  .xl-max\:w-135 {
    width: 33.75rem;
  }

  .xl-max\:w-160 {
    width: 40rem;
  }

  .xl-max\:w-180 {
    width: 45rem;
  }

  .xl-max\:w-240 {
    width: 60rem;
  }

  .xl-max\:w-285 {
    width: 71.25rem;
  }

  .xl-max\:w-330 {
    width: 82.5rem;
  }

  .xl-max\:w-auto {
    width: auto;
  }

  .xl-max\:w-unset {
    width: unset;
  }

  .xl-max\:w-px {
    width: 1px;
  }

  .xl-max\:w-0\.4 {
    width: 0.1rem;
  }

  .xl-max\:w-0\.5 {
    width: 0.125rem;
  }

  .xl-max\:w-0\.6 {
    width: 0.15rem;
  }

  .xl-max\:w-0\.75 {
    width: 0.2rem;
  }

  .xl-max\:w-1\.2 {
    width: 0.3rem;
  }

  .xl-max\:w-1\.25 {
    width: 0.3125rem;
  }

  .xl-max\:w-1\.4 {
    width: 0.35rem;
  }

  .xl-max\:w-1\.5 {
    width: 0.375rem;
  }

  .xl-max\:w-1\.6 {
    width: 0.4rem;
  }

  .xl-max\:w-1\.75 {
    width: 0.4375rem;
  }

  .xl-max\:w-1\.8 {
    width: 0.45rem;
  }

  .xl-max\:w-2\.2 {
    width: 0.55rem;
  }

  .xl-max\:w-2\.5 {
    width: 0.625rem;
  }

  .xl-max\:w-2\.6 {
    width: 0.65rem;
  }

  .xl-max\:w-2\.7 {
    width: 0.675rem;
  }

  .xl-max\:w-2\.8 {
    width: 0.7rem;
  }

  .xl-max\:w-3\.4 {
    width: 0.85rem;
  }

  .xl-max\:w-3\.5 {
    width: 0.875rem;
  }

  .xl-max\:w-3\.6 {
    width: 0.9rem;
  }

  .xl-max\:w-4\.5 {
    width: 1.125rem;
  }

  .xl-max\:w-4\.8 {
    width: 1.2rem;
  }

  .xl-max\:w-5\.3 {
    width: 1.3rem;
  }

  .xl-max\:w-5\.4 {
    width: 1.35rem;
  }

  .xl-max\:w-5\.5 {
    width: 1.375rem;
  }

  .xl-max\:w-5\.6 {
    width: 1.4rem;
  }

  .xl-max\:w-6\.5 {
    width: 1.625rem;
  }

  .xl-max\:w-70\/100 {
    width: 70%;
  }

  .xl-max\:w-31\/100 {
    width: 31%;
  }

  .xl-max\:w-15\/100 {
    width: 15%;
  }

  .xl-max\:w-1\/100 {
    width: 1%;
  }

  .xl-max\:w-1\/10 {
    width: 10%;
  }

  .xl-max\:w-1\/2 {
    width: 50%;
  }

  .xl-max\:w-1\/3 {
    width: 33.333333%;
  }

  .xl-max\:w-2\/3 {
    width: 66.666667%;
  }

  .xl-max\:w-1\/4 {
    width: 25%;
  }

  .xl-max\:w-2\/4 {
    width: 50%;
  }

  .xl-max\:w-3\/4 {
    width: 75%;
  }

  .xl-max\:w-1\/5 {
    width: 20%;
  }

  .xl-max\:w-2\/5 {
    width: 40%;
  }

  .xl-max\:w-3\/5 {
    width: 60%;
  }

  .xl-max\:w-4\/5 {
    width: 80%;
  }

  .xl-max\:w-1\/6 {
    width: 16.666667%;
  }

  .xl-max\:w-2\/6 {
    width: 33.333333%;
  }

  .xl-max\:w-3\/6 {
    width: 50%;
  }

  .xl-max\:w-4\/6 {
    width: 66.666667%;
  }

  .xl-max\:w-5\/6 {
    width: 83.333333%;
  }

  .xl-max\:w-1\/12 {
    width: 8.333333%;
  }

  .xl-max\:w-2\/12 {
    width: 16.666667%;
  }

  .xl-max\:w-3\/12 {
    width: 25%;
  }

  .xl-max\:w-4\/12 {
    width: 33.333333%;
  }

  .xl-max\:w-5\/12 {
    width: 41.666667%;
  }

  .xl-max\:w-6\/12 {
    width: 50%;
  }

  .xl-max\:w-7\/12 {
    width: 58.333333%;
  }

  .xl-max\:w-8\/12 {
    width: 66.666667%;
  }

  .xl-max\:w-9\/12 {
    width: 75%;
  }

  .xl-max\:w-10\/12 {
    width: 83.333333%;
  }

  .xl-max\:w-11\/12 {
    width: 91.666667%;
  }

  .xl-max\:w-full {
    width: 100%;
  }

  .xl-max\:w-screen {
    width: 100vw;
  }

  .xl-max\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .xl-max\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .xl-max\:min-w-0 {
    min-width: 0px;
  }

  .xl-max\:min-w-full {
    min-width: 100%;
  }

  .xl-max\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl-max\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl-max\:max-w-0 {
    max-width: 0rem;
  }

  .xl-max\:max-w-none {
    max-width: none;
  }

  .xl-max\:max-w-xs {
    max-width: 20rem;
  }

  .xl-max\:max-w-sm {
    max-width: 24rem;
  }

  .xl-max\:max-w-md {
    max-width: 28rem;
  }

  .xl-max\:max-w-lg {
    max-width: 32rem;
  }

  .xl-max\:max-w-xl {
    max-width: 36rem;
  }

  .xl-max\:max-w-2xl {
    max-width: 42rem;
  }

  .xl-max\:max-w-3xl {
    max-width: 48rem;
  }

  .xl-max\:max-w-4xl {
    max-width: 56rem;
  }

  .xl-max\:max-w-5xl {
    max-width: 64rem;
  }

  .xl-max\:max-w-6xl {
    max-width: 72rem;
  }

  .xl-max\:max-w-7xl {
    max-width: 80rem;
  }

  .xl-max\:max-w-full {
    max-width: 100%;
  }

  .xl-max\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl-max\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl-max\:max-w-prose {
    max-width: 65ch;
  }

  .xl-max\:max-w-screen-sm {
    max-width: 576px;
  }

  .xl-max\:max-w-screen-md {
    max-width: 768px;
  }

  .xl-max\:max-w-screen-lg {
    max-width: 992px;
  }

  .xl-max\:max-w-screen-xl {
    max-width: 1200px;
  }

  .xl-max\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .xl-max\:flex-0 {
    flex: 0 0 auto;
  }

  .xl-max\:flex-1 {
    flex: 1 1 0%;
  }

  .xl-max\:flex-1-0 {
    flex: 1 0 0%;
  }

  .xl-max\:flex-auto {
    flex: 1 1 auto;
  }

  .xl-max\:flex-initial {
    flex: 0 1 auto;
  }

  .xl-max\:flex-none {
    flex: none;
  }

  .xl-max\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl-max\:flex-shrink {
    flex-shrink: 1;
  }

  .xl-max\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl-max\:flex-grow {
    flex-grow: 1;
  }

  .xl-max\:table-auto {
    table-layout: auto;
  }

  .xl-max\:table-fixed {
    table-layout: fixed;
  }

  .xl-max\:border-collapse {
    border-collapse: collapse;
  }

  .xl-max\:border-separate {
    border-collapse: separate;
  }

  .xl-max\:origin-center {
    transform-origin: center;
  }

  .xl-max\:origin-top {
    transform-origin: top;
  }

  .xl-max\:origin-top-right {
    transform-origin: top right;
  }

  .xl-max\:origin-right {
    transform-origin: right;
  }

  .xl-max\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl-max\:origin-bottom {
    transform-origin: bottom;
  }

  .xl-max\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl-max\:origin-left {
    transform-origin: left;
  }

  .xl-max\:origin-top-left {
    transform-origin: top left;
  }

  .xl-max\: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-max\: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-max\:transform-none {
    transform: none;
  }

  .xl-max\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl-max\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl-max\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl-max\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl-max\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl-max\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xl-max\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl-max\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xl-max\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl-max\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl-max\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xl-max\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xl-max\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl-max\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .xl-max\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xl-max\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl-max\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .xl-max\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl-max\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl-max\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .xl-max\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl-max\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .xl-max\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl-max\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .xl-max\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl-max\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl-max\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .xl-max\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl-max\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .xl-max\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl-max\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .xl-max\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl-max\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .xl-max\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl-max\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xl-max\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl-max\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .xl-max\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl-max\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .xl-max\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl-max\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .xl-max\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .xl-max\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .xl-max\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xl-max\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .xl-max\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .xl-max\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .xl-max\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .xl-max\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .xl-max\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .xl-max\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .xl-max\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .xl-max\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .xl-max\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .xl-max\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .xl-max\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl-max\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .xl-max\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xl-max\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .xl-max\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .xl-max\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .xl-max\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .xl-max\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .xl-max\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xl-max\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .xl-max\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .xl-max\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .xl-max\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .xl-max\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xl-max\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .xl-max\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .xl-max\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .xl-max\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .xl-max\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xl-max\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .xl-max\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .xl-max\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .xl-max\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .xl-max\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .xl-max\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .xl-max\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .xl-max\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .xl-max\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .xl-max\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .xl-max\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .xl-max\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .xl-max\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .xl-max\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl-max\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl-max\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl-max\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl-max\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl-max\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl-max\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xl-max\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl-max\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xl-max\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl-max\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl-max\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xl-max\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xl-max\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl-max\:-translate-x-13 {
    --tw-translate-x: -3.25rem;
  }

  .xl-max\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xl-max\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl-max\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .xl-max\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl-max\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl-max\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .xl-max\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl-max\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .xl-max\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl-max\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .xl-max\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl-max\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl-max\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .xl-max\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl-max\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .xl-max\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl-max\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .xl-max\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl-max\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .xl-max\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl-max\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xl-max\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl-max\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .xl-max\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl-max\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .xl-max\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl-max\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .xl-max\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .xl-max\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .xl-max\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xl-max\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .xl-max\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .xl-max\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .xl-max\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .xl-max\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .xl-max\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .xl-max\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .xl-max\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .xl-max\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .xl-max\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .xl-max\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .xl-max\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl-max\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .xl-max\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xl-max\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .xl-max\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .xl-max\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .xl-max\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .xl-max\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .xl-max\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xl-max\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .xl-max\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .xl-max\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .xl-max\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .xl-max\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xl-max\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .xl-max\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .xl-max\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .xl-max\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .xl-max\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xl-max\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .xl-max\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .xl-max\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .xl-max\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .xl-max\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .xl-max\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .xl-max\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .xl-max\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .xl-max\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .xl-max\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .xl-max\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .xl-max\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .xl-max\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .xl-max\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl-max\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl-max\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl-max\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl-max\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl-max\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl-max\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl-max\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl-max\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl-max\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl-max\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl-max\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl-max\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl-max\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl-max\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl-max\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl-max\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl-max\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl-max\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xl-max\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl-max\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xl-max\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl-max\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl-max\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xl-max\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xl-max\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl-max\:translate-y-13 {
    --tw-translate-y: 3.25rem;
  }

  .xl-max\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xl-max\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl-max\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .xl-max\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl-max\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl-max\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .xl-max\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl-max\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .xl-max\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl-max\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .xl-max\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl-max\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl-max\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .xl-max\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl-max\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .xl-max\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl-max\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .xl-max\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl-max\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .xl-max\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl-max\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xl-max\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl-max\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .xl-max\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl-max\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .xl-max\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl-max\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .xl-max\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .xl-max\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .xl-max\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xl-max\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .xl-max\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .xl-max\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .xl-max\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .xl-max\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .xl-max\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .xl-max\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .xl-max\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .xl-max\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .xl-max\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .xl-max\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .xl-max\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl-max\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .xl-max\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xl-max\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .xl-max\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .xl-max\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .xl-max\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .xl-max\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .xl-max\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xl-max\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .xl-max\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .xl-max\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .xl-max\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .xl-max\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xl-max\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .xl-max\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .xl-max\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .xl-max\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .xl-max\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xl-max\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .xl-max\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .xl-max\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .xl-max\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .xl-max\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .xl-max\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .xl-max\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .xl-max\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .xl-max\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .xl-max\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .xl-max\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .xl-max\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .xl-max\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .xl-max\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl-max\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl-max\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl-max\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl-max\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl-max\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl-max\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xl-max\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl-max\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xl-max\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl-max\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl-max\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xl-max\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xl-max\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl-max\:-translate-y-13 {
    --tw-translate-y: -3.25rem;
  }

  .xl-max\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xl-max\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl-max\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .xl-max\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl-max\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl-max\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .xl-max\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl-max\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .xl-max\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl-max\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .xl-max\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl-max\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl-max\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .xl-max\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl-max\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .xl-max\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl-max\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .xl-max\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl-max\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .xl-max\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl-max\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xl-max\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl-max\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .xl-max\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl-max\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .xl-max\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl-max\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .xl-max\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .xl-max\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .xl-max\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xl-max\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .xl-max\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .xl-max\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .xl-max\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .xl-max\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .xl-max\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .xl-max\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .xl-max\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .xl-max\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .xl-max\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .xl-max\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .xl-max\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl-max\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .xl-max\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xl-max\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .xl-max\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .xl-max\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .xl-max\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .xl-max\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .xl-max\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xl-max\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .xl-max\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .xl-max\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .xl-max\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .xl-max\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xl-max\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .xl-max\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .xl-max\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .xl-max\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .xl-max\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xl-max\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .xl-max\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .xl-max\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .xl-max\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .xl-max\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .xl-max\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .xl-max\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .xl-max\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .xl-max\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .xl-max\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .xl-max\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .xl-max\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .xl-max\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .xl-max\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl-max\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl-max\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl-max\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl-max\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl-max\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl-max\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl-max\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl-max\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl-max\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl-max\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl-max\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl-max\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl-max\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl-max\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl-max\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl-max\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl-max\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl-max\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl-max\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl-max\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl-max\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl-max\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl-max\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl-max\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xl-max\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl-max\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .xl-max\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xl-max\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xl-max\:hover\:translate-x-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .xl-max\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl-max\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl-max\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .xl-max\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl-max\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .xl-max\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl-max\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .xl-max\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl-max\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl-max\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .xl-max\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl-max\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .xl-max\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl-max\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .xl-max\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl-max\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .xl-max\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl-max\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xl-max\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl-max\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .xl-max\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl-max\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .xl-max\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl-max\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .xl-max\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .xl-max\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .xl-max\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xl-max\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .xl-max\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .xl-max\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .xl-max\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .xl-max\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .xl-max\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .xl-max\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .xl-max\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .xl-max\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .xl-max\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .xl-max\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .xl-max\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl-max\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .xl-max\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xl-max\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .xl-max\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .xl-max\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .xl-max\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .xl-max\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .xl-max\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xl-max\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .xl-max\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .xl-max\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .xl-max\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .xl-max\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xl-max\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .xl-max\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .xl-max\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .xl-max\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .xl-max\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xl-max\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .xl-max\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .xl-max\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .xl-max\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .xl-max\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .xl-max\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .xl-max\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .xl-max\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .xl-max\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .xl-max\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .xl-max\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .xl-max\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .xl-max\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .xl-max\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl-max\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl-max\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl-max\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl-max\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl-max\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl-max\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xl-max\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl-max\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xl-max\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl-max\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl-max\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xl-max\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xl-max\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl-max\:hover\:-translate-x-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .xl-max\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xl-max\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xl-max\:hover\:-translate-x-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .xl-max\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl-max\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl-max\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .xl-max\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl-max\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .xl-max\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl-max\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .xl-max\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl-max\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl-max\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .xl-max\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl-max\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .xl-max\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl-max\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .xl-max\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl-max\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .xl-max\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl-max\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xl-max\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl-max\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .xl-max\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl-max\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .xl-max\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl-max\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .xl-max\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .xl-max\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .xl-max\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xl-max\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .xl-max\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .xl-max\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .xl-max\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .xl-max\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .xl-max\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .xl-max\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .xl-max\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .xl-max\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .xl-max\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .xl-max\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .xl-max\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl-max\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .xl-max\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xl-max\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .xl-max\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .xl-max\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .xl-max\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .xl-max\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .xl-max\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xl-max\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .xl-max\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .xl-max\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .xl-max\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .xl-max\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xl-max\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .xl-max\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .xl-max\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .xl-max\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .xl-max\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xl-max\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .xl-max\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .xl-max\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .xl-max\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .xl-max\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .xl-max\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .xl-max\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .xl-max\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .xl-max\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .xl-max\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .xl-max\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .xl-max\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .xl-max\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .xl-max\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl-max\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl-max\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl-max\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl-max\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl-max\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl-max\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl-max\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl-max\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl-max\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl-max\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl-max\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl-max\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl-max\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl-max\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl-max\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl-max\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl-max\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl-max\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xl-max\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl-max\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xl-max\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl-max\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl-max\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xl-max\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xl-max\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl-max\:hover\:translate-y-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .xl-max\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xl-max\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xl-max\:hover\:translate-y-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .xl-max\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl-max\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl-max\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .xl-max\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl-max\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .xl-max\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl-max\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .xl-max\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl-max\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl-max\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .xl-max\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl-max\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .xl-max\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl-max\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .xl-max\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl-max\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .xl-max\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl-max\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xl-max\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl-max\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .xl-max\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl-max\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .xl-max\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl-max\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .xl-max\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .xl-max\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .xl-max\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xl-max\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .xl-max\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .xl-max\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .xl-max\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .xl-max\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .xl-max\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .xl-max\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .xl-max\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .xl-max\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .xl-max\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .xl-max\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .xl-max\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl-max\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .xl-max\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xl-max\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .xl-max\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .xl-max\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .xl-max\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .xl-max\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .xl-max\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xl-max\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .xl-max\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .xl-max\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .xl-max\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .xl-max\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xl-max\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .xl-max\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .xl-max\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .xl-max\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .xl-max\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xl-max\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .xl-max\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .xl-max\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .xl-max\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .xl-max\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .xl-max\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .xl-max\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .xl-max\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .xl-max\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .xl-max\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .xl-max\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .xl-max\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .xl-max\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .xl-max\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl-max\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl-max\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl-max\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl-max\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl-max\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl-max\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xl-max\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl-max\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xl-max\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl-max\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl-max\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xl-max\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xl-max\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl-max\:hover\:-translate-y-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .xl-max\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xl-max\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xl-max\:hover\:-translate-y-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .xl-max\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl-max\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl-max\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .xl-max\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl-max\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .xl-max\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl-max\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .xl-max\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl-max\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl-max\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .xl-max\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl-max\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .xl-max\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl-max\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .xl-max\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl-max\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .xl-max\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl-max\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xl-max\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl-max\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .xl-max\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl-max\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .xl-max\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl-max\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .xl-max\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .xl-max\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .xl-max\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xl-max\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .xl-max\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .xl-max\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .xl-max\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .xl-max\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .xl-max\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .xl-max\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .xl-max\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .xl-max\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .xl-max\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .xl-max\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .xl-max\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl-max\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .xl-max\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xl-max\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .xl-max\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .xl-max\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .xl-max\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .xl-max\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .xl-max\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xl-max\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .xl-max\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .xl-max\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .xl-max\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .xl-max\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xl-max\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .xl-max\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .xl-max\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .xl-max\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .xl-max\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xl-max\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .xl-max\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .xl-max\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .xl-max\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .xl-max\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .xl-max\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .xl-max\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .xl-max\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .xl-max\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .xl-max\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .xl-max\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .xl-max\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .xl-max\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .xl-max\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl-max\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl-max\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl-max\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl-max\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl-max\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl-max\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl-max\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl-max\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl-max\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl-max\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl-max\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl-max\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl-max\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl-max\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl-max\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl-max\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl-max\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl-max\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xl-max\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl-max\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xl-max\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl-max\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl-max\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xl-max\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xl-max\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl-max\:focus\:translate-x-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .xl-max\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xl-max\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xl-max\:focus\:translate-x-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .xl-max\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl-max\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl-max\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .xl-max\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl-max\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .xl-max\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl-max\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .xl-max\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl-max\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl-max\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .xl-max\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl-max\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .xl-max\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl-max\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .xl-max\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl-max\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .xl-max\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl-max\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xl-max\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl-max\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .xl-max\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl-max\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .xl-max\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl-max\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .xl-max\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .xl-max\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .xl-max\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xl-max\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .xl-max\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .xl-max\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .xl-max\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .xl-max\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .xl-max\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .xl-max\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .xl-max\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .xl-max\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .xl-max\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .xl-max\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .xl-max\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl-max\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .xl-max\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xl-max\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .xl-max\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .xl-max\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .xl-max\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .xl-max\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .xl-max\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xl-max\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .xl-max\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .xl-max\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .xl-max\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .xl-max\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xl-max\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .xl-max\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .xl-max\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .xl-max\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .xl-max\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xl-max\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .xl-max\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .xl-max\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .xl-max\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .xl-max\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .xl-max\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .xl-max\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .xl-max\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .xl-max\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .xl-max\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .xl-max\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .xl-max\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .xl-max\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .xl-max\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl-max\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl-max\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl-max\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl-max\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl-max\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl-max\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xl-max\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl-max\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xl-max\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl-max\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl-max\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xl-max\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xl-max\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl-max\:focus\:-translate-x-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .xl-max\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xl-max\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xl-max\:focus\:-translate-x-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .xl-max\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl-max\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl-max\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .xl-max\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl-max\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .xl-max\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl-max\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .xl-max\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl-max\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl-max\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .xl-max\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl-max\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .xl-max\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl-max\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .xl-max\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl-max\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .xl-max\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl-max\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xl-max\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl-max\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .xl-max\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl-max\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .xl-max\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl-max\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .xl-max\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .xl-max\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .xl-max\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xl-max\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .xl-max\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .xl-max\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .xl-max\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .xl-max\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .xl-max\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .xl-max\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .xl-max\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .xl-max\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .xl-max\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .xl-max\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .xl-max\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl-max\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .xl-max\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xl-max\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .xl-max\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .xl-max\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .xl-max\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .xl-max\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .xl-max\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xl-max\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .xl-max\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .xl-max\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .xl-max\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .xl-max\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xl-max\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .xl-max\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .xl-max\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .xl-max\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .xl-max\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xl-max\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .xl-max\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .xl-max\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .xl-max\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .xl-max\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .xl-max\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .xl-max\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .xl-max\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .xl-max\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .xl-max\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .xl-max\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .xl-max\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .xl-max\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .xl-max\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl-max\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl-max\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl-max\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl-max\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl-max\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl-max\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl-max\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl-max\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl-max\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl-max\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl-max\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl-max\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl-max\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl-max\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl-max\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl-max\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl-max\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl-max\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xl-max\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl-max\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xl-max\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl-max\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl-max\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xl-max\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xl-max\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl-max\:focus\:translate-y-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .xl-max\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xl-max\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xl-max\:focus\:translate-y-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .xl-max\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl-max\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl-max\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .xl-max\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl-max\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .xl-max\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl-max\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .xl-max\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl-max\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl-max\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .xl-max\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl-max\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .xl-max\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl-max\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .xl-max\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl-max\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .xl-max\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl-max\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xl-max\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl-max\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .xl-max\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl-max\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .xl-max\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl-max\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .xl-max\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .xl-max\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .xl-max\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xl-max\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .xl-max\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .xl-max\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .xl-max\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .xl-max\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .xl-max\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .xl-max\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .xl-max\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .xl-max\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .xl-max\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .xl-max\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .xl-max\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl-max\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .xl-max\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xl-max\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .xl-max\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .xl-max\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .xl-max\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .xl-max\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .xl-max\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xl-max\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .xl-max\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .xl-max\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .xl-max\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .xl-max\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xl-max\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .xl-max\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .xl-max\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .xl-max\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .xl-max\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xl-max\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .xl-max\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .xl-max\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .xl-max\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .xl-max\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .xl-max\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .xl-max\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .xl-max\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .xl-max\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .xl-max\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .xl-max\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .xl-max\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .xl-max\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .xl-max\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xl-max\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl-max\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl-max\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl-max\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl-max\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl-max\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xl-max\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl-max\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xl-max\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl-max\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl-max\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xl-max\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xl-max\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl-max\:focus\:-translate-y-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .xl-max\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xl-max\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xl-max\:focus\:-translate-y-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .xl-max\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl-max\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl-max\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .xl-max\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl-max\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .xl-max\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl-max\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .xl-max\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl-max\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl-max\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .xl-max\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl-max\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .xl-max\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl-max\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .xl-max\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl-max\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .xl-max\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl-max\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xl-max\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl-max\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .xl-max\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl-max\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .xl-max\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl-max\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .xl-max\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .xl-max\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .xl-max\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xl-max\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .xl-max\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .xl-max\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .xl-max\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .xl-max\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .xl-max\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .xl-max\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .xl-max\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .xl-max\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .xl-max\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .xl-max\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .xl-max\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl-max\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .xl-max\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xl-max\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .xl-max\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .xl-max\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .xl-max\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .xl-max\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .xl-max\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xl-max\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .xl-max\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .xl-max\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .xl-max\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .xl-max\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xl-max\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .xl-max\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .xl-max\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .xl-max\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .xl-max\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xl-max\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .xl-max\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .xl-max\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .xl-max\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .xl-max\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .xl-max\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .xl-max\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .xl-max\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .xl-max\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .xl-max\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .xl-max\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .xl-max\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .xl-max\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .xl-max\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xl-max\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl-max\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl-max\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xl-max\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xl-max\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xl-max\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xl-max\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xl-max\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xl-max\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xl-max\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xl-max\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xl-max\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xl-max\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl-max\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl-max\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl-max\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl-max\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl-max\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl-max\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl-max\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl-max\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl-max\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl-max\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl-max\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl-max\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl-max\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl-max\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl-max\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl-max\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl-max\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl-max\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl-max\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl-max\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl-max\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl-max\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl-max\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl-max\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl-max\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl-max\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl-max\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl-max\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl-max\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl-max\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl-max\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl-max\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl-max\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl-max\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl-max\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl-max\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl-max\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl-max\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl-max\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl-max\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl-max\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl-max\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl-max\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl-max\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl-max\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl-max\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl-max\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl-max\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl-max\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl-max\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl-max\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xl-max\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xl-max\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xl-max\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xl-max\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xl-max\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xl-max\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xl-max\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xl-max\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xl-max\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xl-max\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xl-max\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xl-max\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xl-max\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xl-max\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xl-max\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xl-max\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xl-max\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xl-max\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xl-max\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xl-max\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xl-max\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xl-max\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xl-max\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xl-max\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xl-max\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xl-max\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xl-max\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xl-max\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xl-max\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xl-max\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xl-max\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xl-max\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xl-max\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xl-max\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xl-max\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xl-max\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xl-max\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xl-max\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xl-max\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xl-max\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xl-max\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xl-max\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xl-max\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xl-max\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xl-max\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xl-max\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xl-max\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xl-max\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xl-max\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xl-max\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xl-max\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xl-max\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xl-max\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xl-max\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xl-max\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xl-max\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xl-max\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xl-max\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xl-max\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xl-max\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xl-max\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xl-max\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xl-max\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xl-max\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xl-max\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xl-max\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl-max\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl-max\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl-max\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl-max\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl-max\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl-max\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl-max\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl-max\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl-max\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl-max\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl-max\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl-max\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl-max\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl-max\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl-max\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl-max\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl-max\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl-max\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl-max\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl-max\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl-max\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl-max\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl-max\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl-max\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl-max\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl-max\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl-max\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl-max\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl-max\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl-max\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl-max\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl-max\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl-max\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl-max\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl-max\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl-max\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl-max\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl-max\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl-max\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl-max\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl-max\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl-max\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl-max\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl-max\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl-max\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl-max\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl-max\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl-max\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl-max\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl-max\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl-max\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl-max\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl-max\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl-max\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl-max\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl-max\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl-max\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl-max\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl-max\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl-max\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl-max\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl-max\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl-max\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl-max\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl-max\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl-max\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl-max\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl-max\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl-max\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl-max\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl-max\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl-max\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl-max\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl-max\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl-max\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl-max\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl-max\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl-max\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl-max\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl-max\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl-max\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl-max\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl-max\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl-max\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl-max\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl-max\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl-max\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl-max\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl-max\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl-max\:animate-none {
    animation: none;
  }

  .xl-max\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xl-max\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl-max\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl-max\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .xl-max\:cursor-auto {
    cursor: auto;
  }

  .xl-max\:cursor-default {
    cursor: default;
  }

  .xl-max\:cursor-pointer {
    cursor: pointer;
  }

  .xl-max\:cursor-wait {
    cursor: wait;
  }

  .xl-max\:cursor-text {
    cursor: text;
  }

  .xl-max\:cursor-move {
    cursor: move;
  }

  .xl-max\:cursor-help {
    cursor: help;
  }

  .xl-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl-max\:cursor-none {
    cursor: none;
  }

  .xl-max\:cursor-context-menu {
    cursor: context-menu;
  }

  .xl-max\:cursor-progress {
    cursor: progress;
  }

  .xl-max\:cursor-cell {
    cursor: cell;
  }

  .xl-max\:cursor-crosshair {
    cursor: crosshair;
  }

  .xl-max\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .xl-max\:cursor-alias {
    cursor: alias;
  }

  .xl-max\:cursor-copy {
    cursor: copy;
  }

  .xl-max\:cursor-no-drop {
    cursor: no-drop;
  }

  .xl-max\:cursor-grab {
    cursor: grab;
  }

  .xl-max\:cursor-grabbing {
    cursor: grabbing;
  }

  .xl-max\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .xl-max\:cursor-col-resize {
    cursor: col-resize;
  }

  .xl-max\:cursor-row-resize {
    cursor: row-resize;
  }

  .xl-max\:cursor-n-resize {
    cursor: n-resize;
  }

  .xl-max\:cursor-e-resize {
    cursor: e-resize;
  }

  .xl-max\:cursor-s-resize {
    cursor: s-resize;
  }

  .xl-max\:cursor-w-resize {
    cursor: w-resize;
  }

  .xl-max\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .xl-max\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .xl-max\:cursor-se-resize {
    cursor: se-resize;
  }

  .xl-max\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .xl-max\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .xl-max\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .xl-max\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .xl-max\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .xl-max\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .xl-max\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .xl-max\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl-max\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl-max\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl-max\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xl-max\:resize-none {
    resize: none;
  }

  .xl-max\:resize-y {
    resize: vertical;
  }

  .xl-max\:resize-x {
    resize: horizontal;
  }

  .xl-max\:resize {
    resize: both;
  }

  .xl-max\:list-inside {
    list-style-position: inside;
  }

  .xl-max\:list-outside {
    list-style-position: outside;
  }

  .xl-max\:list-none {
    list-style-type: none;
  }

  .xl-max\:list-disc {
    list-style-type: disc;
  }

  .xl-max\:list-decimal {
    list-style-type: decimal;
  }

  .xl-max\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl-max\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl-max\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xl-max\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xl-max\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl-max\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl-max\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl-max\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl-max\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl-max\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl-max\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xl-max\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xl-max\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl-max\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl-max\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl-max\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl-max\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl-max\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl-max\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl-max\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl-max\:flex-row {
    flex-direction: row;
  }

  .xl-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl-max\:flex-col {
    flex-direction: column;
  }

  .xl-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl-max\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl-max\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl-max\:place-content-center {
    place-content: center;
  }

  .xl-max\:place-content-start {
    place-content: start;
  }

  .xl-max\:place-content-end {
    place-content: end;
  }

  .xl-max\:place-content-between {
    place-content: space-between;
  }

  .xl-max\:place-content-around {
    place-content: space-around;
  }

  .xl-max\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl-max\:place-content-stretch {
    place-content: stretch;
  }

  .xl-max\:place-items-start {
    place-items: start;
  }

  .xl-max\:place-items-end {
    place-items: end;
  }

  .xl-max\:place-items-center {
    place-items: center;
  }

  .xl-max\:place-items-stretch {
    place-items: stretch;
  }

  .xl-max\:content-center {
    align-content: center;
  }

  .xl-max\:content-start {
    align-content: flex-start;
  }

  .xl-max\:content-end {
    align-content: flex-end;
  }

  .xl-max\:content-between {
    align-content: space-between;
  }

  .xl-max\:content-around {
    align-content: space-around;
  }

  .xl-max\:content-evenly {
    align-content: space-evenly;
  }

  .xl-max\:items-start {
    align-items: flex-start;
  }

  .xl-max\:items-end {
    align-items: flex-end;
  }

  .xl-max\:items-center {
    align-items: center;
  }

  .xl-max\:items-baseline {
    align-items: baseline;
  }

  .xl-max\:items-stretch {
    align-items: stretch;
  }

  .xl-max\:justify-start {
    justify-content: flex-start;
  }

  .xl-max\:justify-end {
    justify-content: flex-end;
  }

  .xl-max\:justify-center {
    justify-content: center;
  }

  .xl-max\:justify-between {
    justify-content: space-between;
  }

  .xl-max\:justify-around {
    justify-content: space-around;
  }

  .xl-max\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl-max\:justify-items-start {
    justify-items: start;
  }

  .xl-max\:justify-items-end {
    justify-items: end;
  }

  .xl-max\:justify-items-center {
    justify-items: center;
  }

  .xl-max\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl-max\:gap-0 {
    gap: 0px;
  }

  .xl-max\:gap-1 {
    gap: 0.25rem;
  }

  .xl-max\:gap-2 {
    gap: 0.5rem;
  }

  .xl-max\:gap-3 {
    gap: 0.75rem;
  }

  .xl-max\:gap-4 {
    gap: 1rem;
  }

  .xl-max\:gap-5 {
    gap: 1.25rem;
  }

  .xl-max\:gap-6 {
    gap: 1.5rem;
  }

  .xl-max\:gap-7 {
    gap: 1.75rem;
  }

  .xl-max\:gap-8 {
    gap: 2rem;
  }

  .xl-max\:gap-9 {
    gap: 2.25rem;
  }

  .xl-max\:gap-10 {
    gap: 2.5rem;
  }

  .xl-max\:gap-11 {
    gap: 2.75rem;
  }

  .xl-max\:gap-12 {
    gap: 3rem;
  }

  .xl-max\:gap-13 {
    gap: 3.25rem;
  }

  .xl-max\:gap-14 {
    gap: 3.5rem;
  }

  .xl-max\:gap-16 {
    gap: 4rem;
  }

  .xl-max\:gap-19 {
    gap: 4.75rem;
  }

  .xl-max\:gap-20 {
    gap: 5rem;
  }

  .xl-max\:gap-24 {
    gap: 6rem;
  }

  .xl-max\:gap-25 {
    gap: 6.25rem;
  }

  .xl-max\:gap-28 {
    gap: 7rem;
  }

  .xl-max\:gap-30 {
    gap: 7.5rem;
  }

  .xl-max\:gap-32 {
    gap: 8rem;
  }

  .xl-max\:gap-34 {
    gap: 8.5rem;
  }

  .xl-max\:gap-36 {
    gap: 9rem;
  }

  .xl-max\:gap-40 {
    gap: 10rem;
  }

  .xl-max\:gap-42 {
    gap: 10.5rem;
  }

  .xl-max\:gap-44 {
    gap: 11rem;
  }

  .xl-max\:gap-46 {
    gap: 11.5rem;
  }

  .xl-max\:gap-48 {
    gap: 12rem;
  }

  .xl-max\:gap-50 {
    gap: 12.5rem;
  }

  .xl-max\:gap-52 {
    gap: 13rem;
  }

  .xl-max\:gap-54 {
    gap: 13.5rem;
  }

  .xl-max\:gap-56 {
    gap: 14rem;
  }

  .xl-max\:gap-60 {
    gap: 15rem;
  }

  .xl-max\:gap-64 {
    gap: 16rem;
  }

  .xl-max\:gap-68 {
    gap: 17rem;
  }

  .xl-max\:gap-72 {
    gap: 18rem;
  }

  .xl-max\:gap-75 {
    gap: 18.75rem;
  }

  .xl-max\:gap-80 {
    gap: 20rem;
  }

  .xl-max\:gap-85 {
    gap: 22rem;
  }

  .xl-max\:gap-90 {
    gap: 22.5rem;
  }

  .xl-max\:gap-92 {
    gap: 23rem;
  }

  .xl-max\:gap-96 {
    gap: 24rem;
  }

  .xl-max\:gap-100 {
    gap: 25rem;
  }

  .xl-max\:gap-116 {
    gap: 29rem;
  }

  .xl-max\:gap-120 {
    gap: 30rem;
  }

  .xl-max\:gap-125 {
    gap: 31.25rem;
  }

  .xl-max\:gap-135 {
    gap: 33.75rem;
  }

  .xl-max\:gap-160 {
    gap: 40rem;
  }

  .xl-max\:gap-180 {
    gap: 45rem;
  }

  .xl-max\:gap-240 {
    gap: 60rem;
  }

  .xl-max\:gap-285 {
    gap: 71.25rem;
  }

  .xl-max\:gap-330 {
    gap: 82.5rem;
  }

  .xl-max\:gap-unset {
    gap: unset;
  }

  .xl-max\:gap-px {
    gap: 1px;
  }

  .xl-max\:gap-0\.4 {
    gap: 0.1rem;
  }

  .xl-max\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xl-max\:gap-0\.6 {
    gap: 0.15rem;
  }

  .xl-max\:gap-0\.75 {
    gap: 0.2rem;
  }

  .xl-max\:gap-1\.2 {
    gap: 0.3rem;
  }

  .xl-max\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .xl-max\:gap-1\.4 {
    gap: 0.35rem;
  }

  .xl-max\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl-max\:gap-1\.6 {
    gap: 0.4rem;
  }

  .xl-max\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .xl-max\:gap-1\.8 {
    gap: 0.45rem;
  }

  .xl-max\:gap-2\.2 {
    gap: 0.55rem;
  }

  .xl-max\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl-max\:gap-2\.6 {
    gap: 0.65rem;
  }

  .xl-max\:gap-2\.7 {
    gap: 0.675rem;
  }

  .xl-max\:gap-2\.8 {
    gap: 0.7rem;
  }

  .xl-max\:gap-3\.4 {
    gap: 0.85rem;
  }

  .xl-max\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl-max\:gap-3\.6 {
    gap: 0.9rem;
  }

  .xl-max\:gap-4\.5 {
    gap: 1.125rem;
  }

  .xl-max\:gap-4\.8 {
    gap: 1.2rem;
  }

  .xl-max\:gap-5\.3 {
    gap: 1.3rem;
  }

  .xl-max\:gap-5\.4 {
    gap: 1.35rem;
  }

  .xl-max\:gap-5\.5 {
    gap: 1.375rem;
  }

  .xl-max\:gap-5\.6 {
    gap: 1.4rem;
  }

  .xl-max\:gap-6\.5 {
    gap: 1.625rem;
  }

  .xl-max\:gap-70\/100 {
    gap: 70%;
  }

  .xl-max\:gap-31\/100 {
    gap: 31%;
  }

  .xl-max\:gap-15\/100 {
    gap: 15%;
  }

  .xl-max\:gap-1\/100 {
    gap: 1%;
  }

  .xl-max\:gap-1\/10 {
    gap: 10%;
  }

  .xl-max\:gap-1\/2 {
    gap: 50%;
  }

  .xl-max\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl-max\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl-max\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl-max\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl-max\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl-max\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl-max\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl-max\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl-max\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl-max\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl-max\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl-max\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl-max\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl-max\:gap-x-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .xl-max\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl-max\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl-max\:gap-x-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .xl-max\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl-max\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl-max\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .xl-max\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl-max\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .xl-max\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl-max\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xl-max\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl-max\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl-max\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .xl-max\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl-max\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .xl-max\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl-max\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .xl-max\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl-max\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .xl-max\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl-max\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl-max\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl-max\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .xl-max\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl-max\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .xl-max\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl-max\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xl-max\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .xl-max\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .xl-max\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl-max\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .xl-max\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .xl-max\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xl-max\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .xl-max\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .xl-max\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .xl-max\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .xl-max\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .xl-max\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .xl-max\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .xl-max\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .xl-max\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl-max\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .xl-max\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl-max\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .xl-max\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .xl-max\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .xl-max\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .xl-max\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .xl-max\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl-max\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .xl-max\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .xl-max\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .xl-max\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .xl-max\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl-max\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .xl-max\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .xl-max\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .xl-max\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .xl-max\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl-max\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .xl-max\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .xl-max\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .xl-max\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .xl-max\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .xl-max\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .xl-max\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .xl-max\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .xl-max\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .xl-max\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .xl-max\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .xl-max\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xl-max\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .xl-max\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl-max\:gap-y-0 {
    row-gap: 0px;
  }

  .xl-max\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl-max\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl-max\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl-max\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl-max\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl-max\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl-max\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xl-max\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl-max\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl-max\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl-max\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl-max\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl-max\:gap-y-13 {
    row-gap: 3.25rem;
  }

  .xl-max\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl-max\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl-max\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .xl-max\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl-max\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl-max\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .xl-max\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl-max\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .xl-max\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl-max\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .xl-max\:gap-y-36 {
    row-gap: 9rem;
  }

  .xl-max\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl-max\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .xl-max\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl-max\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .xl-max\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl-max\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .xl-max\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl-max\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .xl-max\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl-max\:gap-y-60 {
    row-gap: 15rem;
  }

  .xl-max\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl-max\:gap-y-68 {
    row-gap: 17rem;
  }

  .xl-max\:gap-y-72 {
    row-gap: 18rem;
  }

  .xl-max\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .xl-max\:gap-y-80 {
    row-gap: 20rem;
  }

  .xl-max\:gap-y-85 {
    row-gap: 22rem;
  }

  .xl-max\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .xl-max\:gap-y-92 {
    row-gap: 23rem;
  }

  .xl-max\:gap-y-96 {
    row-gap: 24rem;
  }

  .xl-max\:gap-y-100 {
    row-gap: 25rem;
  }

  .xl-max\:gap-y-116 {
    row-gap: 29rem;
  }

  .xl-max\:gap-y-120 {
    row-gap: 30rem;
  }

  .xl-max\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .xl-max\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .xl-max\:gap-y-160 {
    row-gap: 40rem;
  }

  .xl-max\:gap-y-180 {
    row-gap: 45rem;
  }

  .xl-max\:gap-y-240 {
    row-gap: 60rem;
  }

  .xl-max\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .xl-max\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .xl-max\:gap-y-unset {
    row-gap: unset;
  }

  .xl-max\:gap-y-px {
    row-gap: 1px;
  }

  .xl-max\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .xl-max\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xl-max\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .xl-max\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .xl-max\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .xl-max\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .xl-max\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .xl-max\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .xl-max\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .xl-max\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .xl-max\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .xl-max\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .xl-max\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xl-max\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .xl-max\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .xl-max\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .xl-max\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .xl-max\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xl-max\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .xl-max\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .xl-max\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .xl-max\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .xl-max\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .xl-max\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .xl-max\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .xl-max\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .xl-max\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .xl-max\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .xl-max\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .xl-max\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .xl-max\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .xl-max\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\: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-max\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\: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-max\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\: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-max\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\: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-max\: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-max\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-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-max\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-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-max\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-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-max\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-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-max\:-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-max\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-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-max\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\: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-max\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\: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-max\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\: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-max\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\: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-max\: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-max\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .xl-max\: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-max\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-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-max\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-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-max\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-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-max\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-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-max\:-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-max\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-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-max\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xl-max\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xl-max\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl-max\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl-max\: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-max\: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-max\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xl-max\: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-max\: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-max\: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-max\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl-max\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl-max\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl-max\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl-max\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl-max\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl-max\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl-max\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl-max\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xl-max\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl-max\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl-max\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .xl-max\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .xl-max\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .xl-max\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl-max\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .xl-max\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl-max\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl-max\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .xl-max\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .xl-max\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .xl-max\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .xl-max\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .xl-max\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .xl-max\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .xl-max\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .xl-max\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl-max\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .xl-max\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl-max\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .xl-max\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .xl-max\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .xl-max\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl-max\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .xl-max\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .xl-max\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .xl-max\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl-max\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl-max\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl-max\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl-max\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl-max\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl-max\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl-max\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl-max\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl-max\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl-max\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl-max\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl-max\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl-max\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl-max\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl-max\:place-self-auto {
    place-self: auto;
  }

  .xl-max\:place-self-start {
    place-self: start;
  }

  .xl-max\:place-self-end {
    place-self: end;
  }

  .xl-max\:place-self-center {
    place-self: center;
  }

  .xl-max\:place-self-stretch {
    place-self: stretch;
  }

  .xl-max\:self-auto {
    align-self: auto;
  }

  .xl-max\:self-start {
    align-self: flex-start;
  }

  .xl-max\:self-end {
    align-self: flex-end;
  }

  .xl-max\:self-center {
    align-self: center;
  }

  .xl-max\:self-stretch {
    align-self: stretch;
  }

  .xl-max\:self-baseline {
    align-self: baseline;
  }

  .xl-max\:justify-self-auto {
    justify-self: auto;
  }

  .xl-max\:justify-self-start {
    justify-self: start;
  }

  .xl-max\:justify-self-end {
    justify-self: end;
  }

  .xl-max\:justify-self-center {
    justify-self: center;
  }

  .xl-max\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl-max\:overflow-auto {
    overflow: auto;
  }

  .xl-max\:overflow-hidden {
    overflow: hidden;
  }

  .xl-max\:overflow-visible {
    overflow: visible;
  }

  .xl-max\:overflow-scroll {
    overflow: scroll;
  }

  .xl-max\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl-max\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl-max\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl-max\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl-max\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl-max\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl-max\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl-max\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xl-max\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xl-max\:overscroll-none {
    overscroll-behavior: none;
  }

  .xl-max\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl-max\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl-max\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl-max\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl-max\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl-max\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl-max\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl-max\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl-max\:overflow-clip {
    text-overflow: clip;
  }

  .xl-max\:whitespace-normal {
    white-space: normal;
  }

  .xl-max\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl-max\:whitespace-pre {
    white-space: pre;
  }

  .xl-max\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl-max\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl-max\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl-max\:break-words {
    overflow-wrap: break-word;
  }

  .xl-max\:break-all {
    word-break: break-all;
  }

  .xl-max\:rounded-none {
    border-radius: 0px;
  }

  .xl-max\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl-max\:rounded {
    border-radius: 0.25rem;
  }

  .xl-max\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl-max\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl-max\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl-max\:rounded-2xl {
    border-radius: 1rem;
  }

  .xl-max\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl-max\:rounded-full {
    border-radius: 9999px;
  }

  .xl-max\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl-max\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl-max\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl-max\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl-max\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl-max\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl-max\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl-max\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl-max\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl-max\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl-max\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl-max\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl-max\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl-max\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl-max\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl-max\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl-max\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl-max\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl-max\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl-max\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl-max\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl-max\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl-max\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl-max\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl-max\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl-max\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl-max\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl-max\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl-max\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl-max\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl-max\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl-max\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl-max\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl-max\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl-max\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl-max\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl-max\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xl-max\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl-max\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl-max\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl-max\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl-max\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl-max\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl-max\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl-max\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl-max\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl-max\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl-max\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl-max\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl-max\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl-max\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl-max\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl-max\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl-max\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl-max\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl-max\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl-max\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl-max\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl-max\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl-max\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl-max\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl-max\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl-max\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl-max\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl-max\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl-max\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl-max\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl-max\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl-max\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl-max\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl-max\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl-max\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl-max\:border-0 {
    border-width: 0px;
  }

  .xl-max\:border-2 {
    border-width: 2px;
  }

  .xl-max\:border-3 {
    border-width: 3px;
  }

  .xl-max\:border-4 {
    border-width: 4px;
  }

  .xl-max\:border-8 {
    border-width: 8px;
  }

  .xl-max\:border {
    border-width: 1px;
  }

  .xl-max\:border-t-0 {
    border-top-width: 0px;
  }

  .xl-max\:border-t-2 {
    border-top-width: 2px;
  }

  .xl-max\:border-t-3 {
    border-top-width: 3px;
  }

  .xl-max\:border-t-4 {
    border-top-width: 4px;
  }

  .xl-max\:border-t-8 {
    border-top-width: 8px;
  }

  .xl-max\:border-t {
    border-top-width: 1px;
  }

  .xl-max\:border-r-0 {
    border-right-width: 0px;
  }

  .xl-max\:border-r-2 {
    border-right-width: 2px;
  }

  .xl-max\:border-r-3 {
    border-right-width: 3px;
  }

  .xl-max\:border-r-4 {
    border-right-width: 4px;
  }

  .xl-max\:border-r-8 {
    border-right-width: 8px;
  }

  .xl-max\:border-r {
    border-right-width: 1px;
  }

  .xl-max\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl-max\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl-max\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl-max\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl-max\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl-max\:border-b {
    border-bottom-width: 1px;
  }

  .xl-max\:border-l-0 {
    border-left-width: 0px;
  }

  .xl-max\:border-l-2 {
    border-left-width: 2px;
  }

  .xl-max\:border-l-3 {
    border-left-width: 3px;
  }

  .xl-max\:border-l-4 {
    border-left-width: 4px;
  }

  .xl-max\:border-l-8 {
    border-left-width: 8px;
  }

  .xl-max\:border-l {
    border-left-width: 1px;
  }

  .xl-max\:border-solid {
    border-style: solid;
  }

  .xl-max\:border-dashed {
    border-style: dashed;
  }

  .xl-max\:border-dotted {
    border-style: dotted;
  }

  .xl-max\:border-double {
    border-style: double;
  }

  .xl-max\:border-none {
    border-style: none;
  }

  .xl-max\:border-transparent {
    border-color: transparent;
  }

  .xl-max\:border-current {
    border-color: currentColor;
  }

  .xl-max\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .xl-max\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .xl-max\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl-max\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl-max\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .xl-max\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl-max\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl-max\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl-max\:border-slate {
  }

  .xl-max\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:border-zinc {
  }

  .xl-max\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl-max\:border-neutral {
  }

  .xl-max\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl-max\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl-max\:border-stone {
  }

  .xl-max\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl-max\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl-max\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xl-max\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-slate {
  }

  .group:hover .xl-max\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-zinc {
  }

  .group:hover .xl-max\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-neutral {
  }

  .group:hover .xl-max\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-stone {
  }

  .group:hover .xl-max\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .xl-max\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl-max\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xl-max\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-slate:focus-within {
  }

  .xl-max\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-zinc:focus-within {
  }

  .xl-max\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-neutral:focus-within {
  }

  .xl-max\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-stone:focus-within {
  }

  .xl-max\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl-max\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xl-max\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-slate:hover {
  }

  .xl-max\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-zinc:hover {
  }

  .xl-max\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-neutral:hover {
  }

  .xl-max\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-stone:hover {
  }

  .xl-max\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl-max\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xl-max\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-slate:focus {
  }

  .xl-max\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-zinc:focus {
  }

  .xl-max\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-neutral:focus {
  }

  .xl-max\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-stone:focus {
  }

  .xl-max\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .xl-max\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .xl-max\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl-max\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl-max\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl-max\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl-max\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl-max\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl-max\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl-max\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl-max\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl-max\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl-max\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl-max\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl-max\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl-max\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl-max\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl-max\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl-max\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl-max\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl-max\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl-max\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl-max\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl-max\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl-max\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl-max\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl-max\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl-max\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl-max\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl-max\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl-max\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl-max\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl-max\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl-max\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl-max\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl-max\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl-max\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl-max\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl-max\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl-max\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl-max\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl-max\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl-max\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl-max\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl-max\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl-max\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl-max\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl-max\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl-max\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl-max\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl-max\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl-max\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl-max\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl-max\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl-max\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl-max\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl-max\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl-max\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl-max\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl-max\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl-max\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl-max\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl-max\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl-max\:bg-transparent {
    background-color: transparent;
  }

  .xl-max\:bg-current {
    background-color: currentColor;
  }

  .xl-max\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl-max\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl-max\:bg-slate {
  }

  .xl-max\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:bg-zinc {
  }

  .xl-max\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl-max\:bg-neutral {
  }

  .xl-max\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl-max\:bg-stone {
  }

  .xl-max\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl-max\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl-max\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xl-max\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-slate {
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-zinc {
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-neutral {
  }

  .group:hover .xl-max\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-stone {
  }

  .group:hover .xl-max\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl-max\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl-max\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .xl-max\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-slate:focus-within {
  }

  .xl-max\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-zinc:focus-within {
  }

  .xl-max\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-neutral:focus-within {
  }

  .xl-max\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-stone:focus-within {
  }

  .xl-max\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl-max\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xl-max\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-slate:hover {
  }

  .xl-max\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-zinc:hover {
  }

  .xl-max\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-neutral:hover {
  }

  .xl-max\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-stone:hover {
  }

  .xl-max\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl-max\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xl-max\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-slate:focus {
  }

  .xl-max\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-zinc:focus {
  }

  .xl-max\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-neutral:focus {
  }

  .xl-max\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-stone:focus {
  }

  .xl-max\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .xl-max\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .xl-max\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xl-max\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xl-max\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xl-max\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xl-max\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xl-max\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xl-max\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xl-max\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl-max\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl-max\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xl-max\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xl-max\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xl-max\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xl-max\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xl-max\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl-max\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl-max\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xl-max\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xl-max\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xl-max\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xl-max\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xl-max\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xl-max\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xl-max\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xl-max\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xl-max\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xl-max\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xl-max\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xl-max\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xl-max\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xl-max\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xl-max\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xl-max\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xl-max\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xl-max\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xl-max\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xl-max\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xl-max\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xl-max\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xl-max\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xl-max\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xl-max\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xl-max\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xl-max\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xl-max\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xl-max\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xl-max\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xl-max\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xl-max\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xl-max\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xl-max\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xl-max\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xl-max\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xl-max\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xl-max\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xl-max\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xl-max\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xl-max\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xl-max\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xl-max\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xl-max\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xl-max\:bg-none {
    background-image: none;
  }

  .xl-max\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl-max\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl-max\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl-max\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl-max\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl-max\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl-max\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl-max\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl-max\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl-max\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl-max\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl-max\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl-max\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl-max\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl-max\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl-max\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl-max\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl-max\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl-max\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl-max\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl-max\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl-max\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl-max\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl-max\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl-max\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl-max\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl-max\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl-max\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl-max\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl-max\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl-max\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl-max\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl-max\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl-max\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl-max\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl-max\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl-max\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl-max\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl-max\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl-max\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl-max\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl-max\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl-max\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl-max\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl-max\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl-max\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl-max\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl-max\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl-max\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl-max\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl-max\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl-max\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl-max\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl-max\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl-max\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl-max\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl-max\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl-max\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl-max\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl-max\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl-max\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl-max\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl-max\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl-max\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl-max\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl-max\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl-max\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl-max\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl-max\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl-max\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl-max\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl-max\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl-max\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl-max\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl-max\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl-max\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl-max\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl-max\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl-max\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl-max\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl-max\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl-max\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl-max\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl-max\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl-max\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl-max\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl-max\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl-max\: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-max\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\: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-max\: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-max\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl-max\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl-max\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl-max\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl-max\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl-max\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl-max\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl-max\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl-max\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl-max\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl-max\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl-max\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl-max\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl-max\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl-max\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl-max\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl-max\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl-max\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl-max\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl-max\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl-max\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl-max\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl-max\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl-max\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl-max\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl-max\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl-max\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl-max\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl-max\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl-max\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl-max\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl-max\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl-max\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl-max\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl-max\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl-max\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl-max\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl-max\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\: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-max\: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-max\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl-max\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl-max\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl-max\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl-max\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl-max\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl-max\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl-max\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl-max\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl-max\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl-max\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl-max\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl-max\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl-max\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl-max\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl-max\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl-max\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl-max\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl-max\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl-max\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl-max\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl-max\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl-max\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl-max\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl-max\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl-max\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl-max\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl-max\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl-max\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl-max\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl-max\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl-max\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl-max\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl-max\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl-max\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl-max\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl-max\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl-max\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl-max\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl-max\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl-max\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl-max\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl-max\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl-max\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl-max\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl-max\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl-max\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl-max\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl-max\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl-max\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl-max\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl-max\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl-max\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl-max\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl-max\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl-max\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl-max\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl-max\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl-max\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl-max\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl-max\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl-max\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl-max\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl-max\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl-max\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl-max\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl-max\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl-max\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl-max\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl-max\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl-max\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl-max\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl-max\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl-max\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl-max\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl-max\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl-max\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl-max\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl-max\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl-max\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl-max\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl-max\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl-max\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl-max\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl-max\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl-max\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl-max\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl-max\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl-max\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl-max\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl-max\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl-max\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl-max\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl-max\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl-max\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl-max\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl-max\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl-max\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl-max\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl-max\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl-max\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl-max\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl-max\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl-max\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl-max\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl-max\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl-max\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl-max\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl-max\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl-max\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl-max\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl-max\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl-max\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl-max\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl-max\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl-max\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl-max\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl-max\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl-max\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl-max\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl-max\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl-max\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl-max\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl-max\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl-max\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl-max\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl-max\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl-max\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl-max\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl-max\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl-max\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl-max\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl-max\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl-max\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl-max\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl-max\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl-max\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl-max\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl-max\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl-max\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl-max\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl-max\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl-max\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl-max\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl-max\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl-max\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl-max\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl-max\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl-max\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl-max\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl-max\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl-max\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl-max\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl-max\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl-max\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl-max\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl-max\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl-max\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl-max\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl-max\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl-max\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl-max\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl-max\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl-max\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl-max\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl-max\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl-max\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl-max\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl-max\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl-max\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl-max\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl-max\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl-max\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl-max\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl-max\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl-max\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl-max\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl-max\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl-max\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl-max\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl-max\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl-max\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl-max\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl-max\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl-max\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl-max\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl-max\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl-max\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl-max\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl-max\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl-max\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl-max\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl-max\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl-max\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl-max\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl-max\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl-max\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl-max\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl-max\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl-max\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl-max\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .xl-max\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .xl-max\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .xl-max\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .xl-max\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .xl-max\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .xl-max\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .xl-max\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .xl-max\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .xl-max\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl-max\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl-max\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .xl-max\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .xl-max\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .xl-max\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .xl-max\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .xl-max\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .xl-max\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .xl-max\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .xl-max\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl-max\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl-max\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl-max\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl-max\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .xl-max\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl-max\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl-max\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl-max\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl-max\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl-max\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl-max\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl-max\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl-max\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .xl-max\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .xl-max\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .xl-max\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .xl-max\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .xl-max\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl-max\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl-max\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl-max\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl-max\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl-max\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl-max\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .xl-max\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl-max\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl-max\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl-max\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl-max\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl-max\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl-max\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl-max\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl-max\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl-max\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl-max\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl-max\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl-max\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl-max\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl-max\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl-max\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl-max\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl-max\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl-max\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl-max\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl-max\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl-max\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl-max\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl-max\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl-max\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl-max\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl-max\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl-max\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl-max\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl-max\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl-max\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl-max\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl-max\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl-max\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl-max\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl-max\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl-max\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xl-max\:to-black {
    --tw-gradient-to: #000;
  }

  .xl-max\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl-max\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .xl-max\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .xl-max\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .xl-max\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .xl-max\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .xl-max\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .xl-max\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .xl-max\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .xl-max\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .xl-max\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .xl-max\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .xl-max\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .xl-max\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .xl-max\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .xl-max\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .xl-max\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .xl-max\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .xl-max\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .xl-max\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .xl-max\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .xl-max\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .xl-max\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .xl-max\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .xl-max\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .xl-max\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .xl-max\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .xl-max\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .xl-max\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .xl-max\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .xl-max\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .xl-max\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .xl-max\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .xl-max\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .xl-max\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .xl-max\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .xl-max\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .xl-max\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .xl-max\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .xl-max\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .xl-max\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .xl-max\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .xl-max\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .xl-max\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .xl-max\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .xl-max\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .xl-max\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .xl-max\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .xl-max\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .xl-max\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .xl-max\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .xl-max\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .xl-max\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .xl-max\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .xl-max\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .xl-max\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .xl-max\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .xl-max\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .xl-max\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .xl-max\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .xl-max\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .xl-max\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .xl-max\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .xl-max\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .xl-max\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .xl-max\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .xl-max\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .xl-max\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .xl-max\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .xl-max\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .xl-max\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .xl-max\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .xl-max\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .xl-max\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .xl-max\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .xl-max\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .xl-max\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .xl-max\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .xl-max\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .xl-max\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .xl-max\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .xl-max\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl-max\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xl-max\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl-max\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl-max\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .xl-max\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .xl-max\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .xl-max\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .xl-max\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .xl-max\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .xl-max\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .xl-max\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .xl-max\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .xl-max\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .xl-max\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .xl-max\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .xl-max\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .xl-max\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .xl-max\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .xl-max\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .xl-max\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .xl-max\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .xl-max\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .xl-max\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .xl-max\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .xl-max\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .xl-max\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .xl-max\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .xl-max\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .xl-max\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .xl-max\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .xl-max\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .xl-max\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .xl-max\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .xl-max\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .xl-max\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .xl-max\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .xl-max\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .xl-max\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .xl-max\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .xl-max\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .xl-max\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .xl-max\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .xl-max\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .xl-max\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .xl-max\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .xl-max\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .xl-max\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .xl-max\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .xl-max\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .xl-max\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .xl-max\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .xl-max\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .xl-max\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .xl-max\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .xl-max\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .xl-max\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .xl-max\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .xl-max\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .xl-max\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .xl-max\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .xl-max\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .xl-max\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .xl-max\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .xl-max\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .xl-max\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .xl-max\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .xl-max\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .xl-max\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .xl-max\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .xl-max\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .xl-max\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .xl-max\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .xl-max\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .xl-max\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .xl-max\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .xl-max\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .xl-max\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .xl-max\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .xl-max\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .xl-max\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .xl-max\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .xl-max\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .xl-max\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .xl-max\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl-max\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xl-max\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl-max\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl-max\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .xl-max\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .xl-max\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .xl-max\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .xl-max\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .xl-max\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .xl-max\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .xl-max\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .xl-max\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .xl-max\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .xl-max\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .xl-max\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .xl-max\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .xl-max\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .xl-max\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .xl-max\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .xl-max\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .xl-max\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .xl-max\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .xl-max\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .xl-max\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .xl-max\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .xl-max\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .xl-max\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .xl-max\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .xl-max\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .xl-max\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .xl-max\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .xl-max\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .xl-max\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .xl-max\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .xl-max\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .xl-max\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .xl-max\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .xl-max\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .xl-max\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .xl-max\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .xl-max\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .xl-max\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .xl-max\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .xl-max\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .xl-max\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .xl-max\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .xl-max\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .xl-max\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .xl-max\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .xl-max\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .xl-max\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .xl-max\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .xl-max\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .xl-max\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .xl-max\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .xl-max\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .xl-max\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .xl-max\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .xl-max\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .xl-max\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .xl-max\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .xl-max\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .xl-max\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .xl-max\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .xl-max\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .xl-max\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .xl-max\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .xl-max\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .xl-max\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .xl-max\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .xl-max\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .xl-max\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .xl-max\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .xl-max\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .xl-max\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .xl-max\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .xl-max\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .xl-max\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .xl-max\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .xl-max\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .xl-max\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .xl-max\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .xl-max\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .xl-max\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl-max\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl-max\:bg-150 {
    background-size: 150%;
  }

  .xl-max\:bg-auto {
    background-size: auto;
  }

  .xl-max\:bg-cover {
    background-size: cover;
  }

  .xl-max\:bg-contain {
    background-size: contain;
  }

  .xl-max\:bg-fixed {
    background-attachment: fixed;
  }

  .xl-max\:bg-local {
    background-attachment: local;
  }

  .xl-max\:bg-scroll {
    background-attachment: scroll;
  }

  .xl-max\:bg-clip-border {
    background-clip: border-box;
  }

  .xl-max\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl-max\:bg-clip-content {
    background-clip: content-box;
  }

  .xl-max\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl-max\:bg-bottom {
    background-position: bottom;
  }

  .xl-max\:bg-center {
    background-position: center;
  }

  .xl-max\:bg-x-25 {
    background-position: 25% 0;
  }

  .xl-max\:bg-left {
    background-position: left;
  }

  .xl-max\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl-max\:bg-left-top {
    background-position: left top;
  }

  .xl-max\:bg-right {
    background-position: right;
  }

  .xl-max\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl-max\:bg-right-top {
    background-position: right top;
  }

  .xl-max\:bg-top {
    background-position: top;
  }

  .xl-max\:bg-repeat {
    background-repeat: repeat;
  }

  .xl-max\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl-max\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl-max\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl-max\:bg-repeat-round {
    background-repeat: round;
  }

  .xl-max\:bg-repeat-space {
    background-repeat: space;
  }

  .xl-max\:bg-origin-border {
    background-origin: border-box;
  }

  .xl-max\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xl-max\:bg-origin-content {
    background-origin: content-box;
  }

  .xl-max\:fill-current {
    fill: currentColor;
  }

  .xl-max\:stroke-current {
    stroke: currentColor;
  }

  .xl-max\:stroke-0 {
    stroke-width: 0;
  }

  .xl-max\:stroke-1 {
    stroke-width: 1;
  }

  .xl-max\:stroke-2 {
    stroke-width: 2;
  }

  .xl-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl-max\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl-max\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl-max\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl-max\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl-max\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl-max\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl-max\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl-max\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl-max\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl-max\:p-0 {
    padding: 0px;
  }

  .xl-max\:p-1 {
    padding: 0.25rem;
  }

  .xl-max\:p-2 {
    padding: 0.5rem;
  }

  .xl-max\:p-3 {
    padding: 0.75rem;
  }

  .xl-max\:p-4 {
    padding: 1rem;
  }

  .xl-max\:p-5 {
    padding: 1.25rem;
  }

  .xl-max\:p-6 {
    padding: 1.5rem;
  }

  .xl-max\:p-7 {
    padding: 1.75rem;
  }

  .xl-max\:p-8 {
    padding: 2rem;
  }

  .xl-max\:p-9 {
    padding: 2.25rem;
  }

  .xl-max\:p-10 {
    padding: 2.5rem;
  }

  .xl-max\:p-11 {
    padding: 2.75rem;
  }

  .xl-max\:p-12 {
    padding: 3rem;
  }

  .xl-max\:p-13 {
    padding: 3.25rem;
  }

  .xl-max\:p-14 {
    padding: 3.5rem;
  }

  .xl-max\:p-16 {
    padding: 4rem;
  }

  .xl-max\:p-19 {
    padding: 4.75rem;
  }

  .xl-max\:p-20 {
    padding: 5rem;
  }

  .xl-max\:p-24 {
    padding: 6rem;
  }

  .xl-max\:p-25 {
    padding: 6.25rem;
  }

  .xl-max\:p-28 {
    padding: 7rem;
  }

  .xl-max\:p-30 {
    padding: 7.5rem;
  }

  .xl-max\:p-32 {
    padding: 8rem;
  }

  .xl-max\:p-34 {
    padding: 8.5rem;
  }

  .xl-max\:p-36 {
    padding: 9rem;
  }

  .xl-max\:p-40 {
    padding: 10rem;
  }

  .xl-max\:p-42 {
    padding: 10.5rem;
  }

  .xl-max\:p-44 {
    padding: 11rem;
  }

  .xl-max\:p-46 {
    padding: 11.5rem;
  }

  .xl-max\:p-48 {
    padding: 12rem;
  }

  .xl-max\:p-50 {
    padding: 12.5rem;
  }

  .xl-max\:p-52 {
    padding: 13rem;
  }

  .xl-max\:p-54 {
    padding: 13.5rem;
  }

  .xl-max\:p-56 {
    padding: 14rem;
  }

  .xl-max\:p-60 {
    padding: 15rem;
  }

  .xl-max\:p-64 {
    padding: 16rem;
  }

  .xl-max\:p-68 {
    padding: 17rem;
  }

  .xl-max\:p-72 {
    padding: 18rem;
  }

  .xl-max\:p-75 {
    padding: 18.75rem;
  }

  .xl-max\:p-80 {
    padding: 20rem;
  }

  .xl-max\:p-85 {
    padding: 22rem;
  }

  .xl-max\:p-90 {
    padding: 22.5rem;
  }

  .xl-max\:p-92 {
    padding: 23rem;
  }

  .xl-max\:p-96 {
    padding: 24rem;
  }

  .xl-max\:p-100 {
    padding: 25rem;
  }

  .xl-max\:p-116 {
    padding: 29rem;
  }

  .xl-max\:p-120 {
    padding: 30rem;
  }

  .xl-max\:p-125 {
    padding: 31.25rem;
  }

  .xl-max\:p-135 {
    padding: 33.75rem;
  }

  .xl-max\:p-160 {
    padding: 40rem;
  }

  .xl-max\:p-180 {
    padding: 45rem;
  }

  .xl-max\:p-240 {
    padding: 60rem;
  }

  .xl-max\:p-285 {
    padding: 71.25rem;
  }

  .xl-max\:p-330 {
    padding: 82.5rem;
  }

  .xl-max\:p-unset {
    padding: unset;
  }

  .xl-max\:p-px {
    padding: 1px;
  }

  .xl-max\:p-0\.4 {
    padding: 0.1rem;
  }

  .xl-max\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl-max\:p-0\.6 {
    padding: 0.15rem;
  }

  .xl-max\:p-0\.75 {
    padding: 0.2rem;
  }

  .xl-max\:p-1\.2 {
    padding: 0.3rem;
  }

  .xl-max\:p-1\.25 {
    padding: 0.3125rem;
  }

  .xl-max\:p-1\.4 {
    padding: 0.35rem;
  }

  .xl-max\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl-max\:p-1\.6 {
    padding: 0.4rem;
  }

  .xl-max\:p-1\.75 {
    padding: 0.4375rem;
  }

  .xl-max\:p-1\.8 {
    padding: 0.45rem;
  }

  .xl-max\:p-2\.2 {
    padding: 0.55rem;
  }

  .xl-max\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl-max\:p-2\.6 {
    padding: 0.65rem;
  }

  .xl-max\:p-2\.7 {
    padding: 0.675rem;
  }

  .xl-max\:p-2\.8 {
    padding: 0.7rem;
  }

  .xl-max\:p-3\.4 {
    padding: 0.85rem;
  }

  .xl-max\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl-max\:p-3\.6 {
    padding: 0.9rem;
  }

  .xl-max\:p-4\.5 {
    padding: 1.125rem;
  }

  .xl-max\:p-4\.8 {
    padding: 1.2rem;
  }

  .xl-max\:p-5\.3 {
    padding: 1.3rem;
  }

  .xl-max\:p-5\.4 {
    padding: 1.35rem;
  }

  .xl-max\:p-5\.5 {
    padding: 1.375rem;
  }

  .xl-max\:p-5\.6 {
    padding: 1.4rem;
  }

  .xl-max\:p-6\.5 {
    padding: 1.625rem;
  }

  .xl-max\:p-70\/100 {
    padding: 70%;
  }

  .xl-max\:p-31\/100 {
    padding: 31%;
  }

  .xl-max\:p-15\/100 {
    padding: 15%;
  }

  .xl-max\:p-1\/100 {
    padding: 1%;
  }

  .xl-max\:p-1\/10 {
    padding: 10%;
  }

  .xl-max\:p-1\/2 {
    padding: 50%;
  }

  .xl-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl-max\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl-max\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl-max\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl-max\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl-max\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl-max\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl-max\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl-max\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl-max\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl-max\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl-max\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl-max\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl-max\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl-max\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl-max\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl-max\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl-max\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl-max\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl-max\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl-max\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl-max\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl-max\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl-max\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl-max\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl-max\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl-max\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .xl-max\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl-max\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .xl-max\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl-max\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xl-max\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl-max\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl-max\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl-max\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl-max\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl-max\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .xl-max\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl-max\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .xl-max\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl-max\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xl-max\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .xl-max\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .xl-max\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl-max\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl-max\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .xl-max\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl-max\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .xl-max\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .xl-max\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .xl-max\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .xl-max\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .xl-max\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .xl-max\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .xl-max\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .xl-max\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl-max\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .xl-max\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl-max\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .xl-max\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .xl-max\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .xl-max\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .xl-max\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .xl-max\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl-max\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .xl-max\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .xl-max\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .xl-max\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .xl-max\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl-max\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .xl-max\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .xl-max\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .xl-max\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .xl-max\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl-max\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .xl-max\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xl-max\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .xl-max\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .xl-max\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .xl-max\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .xl-max\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .xl-max\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .xl-max\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl-max\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .xl-max\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .xl-max\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl-max\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl-max\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl-max\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl-max\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl-max\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl-max\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl-max\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl-max\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl-max\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl-max\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl-max\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl-max\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl-max\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl-max\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl-max\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl-max\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl-max\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl-max\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl-max\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl-max\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl-max\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl-max\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl-max\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl-max\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl-max\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl-max\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl-max\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl-max\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .xl-max\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl-max\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .xl-max\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl-max\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xl-max\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl-max\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl-max\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl-max\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl-max\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl-max\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .xl-max\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl-max\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .xl-max\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl-max\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xl-max\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .xl-max\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .xl-max\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl-max\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl-max\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .xl-max\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl-max\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .xl-max\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .xl-max\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .xl-max\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .xl-max\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .xl-max\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .xl-max\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .xl-max\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .xl-max\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl-max\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .xl-max\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl-max\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .xl-max\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .xl-max\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .xl-max\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .xl-max\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .xl-max\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl-max\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .xl-max\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .xl-max\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .xl-max\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .xl-max\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl-max\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .xl-max\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .xl-max\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .xl-max\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .xl-max\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl-max\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .xl-max\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xl-max\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .xl-max\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .xl-max\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .xl-max\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .xl-max\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .xl-max\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .xl-max\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl-max\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .xl-max\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .xl-max\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl-max\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl-max\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl-max\:pt-0 {
    padding-top: 0px;
  }

  .xl-max\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl-max\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl-max\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl-max\:pt-4 {
    padding-top: 1rem;
  }

  .xl-max\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl-max\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl-max\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl-max\:pt-8 {
    padding-top: 2rem;
  }

  .xl-max\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl-max\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl-max\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl-max\:pt-12 {
    padding-top: 3rem;
  }

  .xl-max\:pt-13 {
    padding-top: 3.25rem;
  }

  .xl-max\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl-max\:pt-16 {
    padding-top: 4rem;
  }

  .xl-max\:pt-19 {
    padding-top: 4.75rem;
  }

  .xl-max\:pt-20 {
    padding-top: 5rem;
  }

  .xl-max\:pt-24 {
    padding-top: 6rem;
  }

  .xl-max\:pt-25 {
    padding-top: 6.25rem;
  }

  .xl-max\:pt-28 {
    padding-top: 7rem;
  }

  .xl-max\:pt-30 {
    padding-top: 7.5rem;
  }

  .xl-max\:pt-32 {
    padding-top: 8rem;
  }

  .xl-max\:pt-34 {
    padding-top: 8.5rem;
  }

  .xl-max\:pt-36 {
    padding-top: 9rem;
  }

  .xl-max\:pt-40 {
    padding-top: 10rem;
  }

  .xl-max\:pt-42 {
    padding-top: 10.5rem;
  }

  .xl-max\:pt-44 {
    padding-top: 11rem;
  }

  .xl-max\:pt-46 {
    padding-top: 11.5rem;
  }

  .xl-max\:pt-48 {
    padding-top: 12rem;
  }

  .xl-max\:pt-50 {
    padding-top: 12.5rem;
  }

  .xl-max\:pt-52 {
    padding-top: 13rem;
  }

  .xl-max\:pt-54 {
    padding-top: 13.5rem;
  }

  .xl-max\:pt-56 {
    padding-top: 14rem;
  }

  .xl-max\:pt-60 {
    padding-top: 15rem;
  }

  .xl-max\:pt-64 {
    padding-top: 16rem;
  }

  .xl-max\:pt-68 {
    padding-top: 17rem;
  }

  .xl-max\:pt-72 {
    padding-top: 18rem;
  }

  .xl-max\:pt-75 {
    padding-top: 18.75rem;
  }

  .xl-max\:pt-80 {
    padding-top: 20rem;
  }

  .xl-max\:pt-85 {
    padding-top: 22rem;
  }

  .xl-max\:pt-90 {
    padding-top: 22.5rem;
  }

  .xl-max\:pt-92 {
    padding-top: 23rem;
  }

  .xl-max\:pt-96 {
    padding-top: 24rem;
  }

  .xl-max\:pt-100 {
    padding-top: 25rem;
  }

  .xl-max\:pt-116 {
    padding-top: 29rem;
  }

  .xl-max\:pt-120 {
    padding-top: 30rem;
  }

  .xl-max\:pt-125 {
    padding-top: 31.25rem;
  }

  .xl-max\:pt-135 {
    padding-top: 33.75rem;
  }

  .xl-max\:pt-160 {
    padding-top: 40rem;
  }

  .xl-max\:pt-180 {
    padding-top: 45rem;
  }

  .xl-max\:pt-240 {
    padding-top: 60rem;
  }

  .xl-max\:pt-285 {
    padding-top: 71.25rem;
  }

  .xl-max\:pt-330 {
    padding-top: 82.5rem;
  }

  .xl-max\:pt-unset {
    padding-top: unset;
  }

  .xl-max\:pt-px {
    padding-top: 1px;
  }

  .xl-max\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .xl-max\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl-max\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .xl-max\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .xl-max\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .xl-max\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .xl-max\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .xl-max\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl-max\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .xl-max\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .xl-max\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .xl-max\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .xl-max\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl-max\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .xl-max\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .xl-max\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .xl-max\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .xl-max\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl-max\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .xl-max\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .xl-max\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .xl-max\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .xl-max\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .xl-max\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .xl-max\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .xl-max\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .xl-max\:pt-70\/100 {
    padding-top: 70%;
  }

  .xl-max\:pt-31\/100 {
    padding-top: 31%;
  }

  .xl-max\:pt-15\/100 {
    padding-top: 15%;
  }

  .xl-max\:pt-1\/100 {
    padding-top: 1%;
  }

  .xl-max\:pt-1\/10 {
    padding-top: 10%;
  }

  .xl-max\:pt-1\/2 {
    padding-top: 50%;
  }

  .xl-max\:pr-0 {
    padding-right: 0px;
  }

  .xl-max\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl-max\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl-max\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl-max\:pr-4 {
    padding-right: 1rem;
  }

  .xl-max\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl-max\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl-max\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl-max\:pr-8 {
    padding-right: 2rem;
  }

  .xl-max\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl-max\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl-max\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl-max\:pr-12 {
    padding-right: 3rem;
  }

  .xl-max\:pr-13 {
    padding-right: 3.25rem;
  }

  .xl-max\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl-max\:pr-16 {
    padding-right: 4rem;
  }

  .xl-max\:pr-19 {
    padding-right: 4.75rem;
  }

  .xl-max\:pr-20 {
    padding-right: 5rem;
  }

  .xl-max\:pr-24 {
    padding-right: 6rem;
  }

  .xl-max\:pr-25 {
    padding-right: 6.25rem;
  }

  .xl-max\:pr-28 {
    padding-right: 7rem;
  }

  .xl-max\:pr-30 {
    padding-right: 7.5rem;
  }

  .xl-max\:pr-32 {
    padding-right: 8rem;
  }

  .xl-max\:pr-34 {
    padding-right: 8.5rem;
  }

  .xl-max\:pr-36 {
    padding-right: 9rem;
  }

  .xl-max\:pr-40 {
    padding-right: 10rem;
  }

  .xl-max\:pr-42 {
    padding-right: 10.5rem;
  }

  .xl-max\:pr-44 {
    padding-right: 11rem;
  }

  .xl-max\:pr-46 {
    padding-right: 11.5rem;
  }

  .xl-max\:pr-48 {
    padding-right: 12rem;
  }

  .xl-max\:pr-50 {
    padding-right: 12.5rem;
  }

  .xl-max\:pr-52 {
    padding-right: 13rem;
  }

  .xl-max\:pr-54 {
    padding-right: 13.5rem;
  }

  .xl-max\:pr-56 {
    padding-right: 14rem;
  }

  .xl-max\:pr-60 {
    padding-right: 15rem;
  }

  .xl-max\:pr-64 {
    padding-right: 16rem;
  }

  .xl-max\:pr-68 {
    padding-right: 17rem;
  }

  .xl-max\:pr-72 {
    padding-right: 18rem;
  }

  .xl-max\:pr-75 {
    padding-right: 18.75rem;
  }

  .xl-max\:pr-80 {
    padding-right: 20rem;
  }

  .xl-max\:pr-85 {
    padding-right: 22rem;
  }

  .xl-max\:pr-90 {
    padding-right: 22.5rem;
  }

  .xl-max\:pr-92 {
    padding-right: 23rem;
  }

  .xl-max\:pr-96 {
    padding-right: 24rem;
  }

  .xl-max\:pr-100 {
    padding-right: 25rem;
  }

  .xl-max\:pr-116 {
    padding-right: 29rem;
  }

  .xl-max\:pr-120 {
    padding-right: 30rem;
  }

  .xl-max\:pr-125 {
    padding-right: 31.25rem;
  }

  .xl-max\:pr-135 {
    padding-right: 33.75rem;
  }

  .xl-max\:pr-160 {
    padding-right: 40rem;
  }

  .xl-max\:pr-180 {
    padding-right: 45rem;
  }

  .xl-max\:pr-240 {
    padding-right: 60rem;
  }

  .xl-max\:pr-285 {
    padding-right: 71.25rem;
  }

  .xl-max\:pr-330 {
    padding-right: 82.5rem;
  }

  .xl-max\:pr-unset {
    padding-right: unset;
  }

  .xl-max\:pr-px {
    padding-right: 1px;
  }

  .xl-max\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .xl-max\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl-max\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .xl-max\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .xl-max\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .xl-max\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .xl-max\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .xl-max\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl-max\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .xl-max\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .xl-max\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .xl-max\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .xl-max\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl-max\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .xl-max\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .xl-max\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .xl-max\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .xl-max\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl-max\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .xl-max\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .xl-max\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .xl-max\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .xl-max\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .xl-max\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .xl-max\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .xl-max\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .xl-max\:pr-70\/100 {
    padding-right: 70%;
  }

  .xl-max\:pr-31\/100 {
    padding-right: 31%;
  }

  .xl-max\:pr-15\/100 {
    padding-right: 15%;
  }

  .xl-max\:pr-1\/100 {
    padding-right: 1%;
  }

  .xl-max\:pr-1\/10 {
    padding-right: 10%;
  }

  .xl-max\:pr-1\/2 {
    padding-right: 50%;
  }

  .xl-max\:pb-0 {
    padding-bottom: 0px;
  }

  .xl-max\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl-max\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl-max\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl-max\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl-max\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl-max\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl-max\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl-max\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl-max\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl-max\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl-max\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl-max\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl-max\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .xl-max\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl-max\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl-max\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .xl-max\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl-max\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl-max\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .xl-max\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl-max\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .xl-max\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl-max\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xl-max\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl-max\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl-max\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .xl-max\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl-max\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .xl-max\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl-max\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .xl-max\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl-max\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .xl-max\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl-max\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl-max\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl-max\:pb-68 {
    padding-bottom: 17rem;
  }

  .xl-max\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl-max\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .xl-max\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl-max\:pb-85 {
    padding-bottom: 22rem;
  }

  .xl-max\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .xl-max\:pb-92 {
    padding-bottom: 23rem;
  }

  .xl-max\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl-max\:pb-100 {
    padding-bottom: 25rem;
  }

  .xl-max\:pb-116 {
    padding-bottom: 29rem;
  }

  .xl-max\:pb-120 {
    padding-bottom: 30rem;
  }

  .xl-max\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .xl-max\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .xl-max\:pb-160 {
    padding-bottom: 40rem;
  }

  .xl-max\:pb-180 {
    padding-bottom: 45rem;
  }

  .xl-max\:pb-240 {
    padding-bottom: 60rem;
  }

  .xl-max\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .xl-max\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .xl-max\:pb-unset {
    padding-bottom: unset;
  }

  .xl-max\:pb-px {
    padding-bottom: 1px;
  }

  .xl-max\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .xl-max\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl-max\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .xl-max\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .xl-max\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .xl-max\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .xl-max\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .xl-max\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl-max\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .xl-max\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .xl-max\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .xl-max\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .xl-max\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl-max\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .xl-max\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .xl-max\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .xl-max\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .xl-max\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl-max\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .xl-max\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .xl-max\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .xl-max\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .xl-max\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .xl-max\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .xl-max\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .xl-max\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .xl-max\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .xl-max\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .xl-max\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .xl-max\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .xl-max\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .xl-max\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xl-max\:pl-0 {
    padding-left: 0px;
  }

  .xl-max\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl-max\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl-max\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl-max\:pl-4 {
    padding-left: 1rem;
  }

  .xl-max\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl-max\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl-max\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl-max\:pl-8 {
    padding-left: 2rem;
  }

  .xl-max\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl-max\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl-max\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl-max\:pl-12 {
    padding-left: 3rem;
  }

  .xl-max\:pl-13 {
    padding-left: 3.25rem;
  }

  .xl-max\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl-max\:pl-16 {
    padding-left: 4rem;
  }

  .xl-max\:pl-19 {
    padding-left: 4.75rem;
  }

  .xl-max\:pl-20 {
    padding-left: 5rem;
  }

  .xl-max\:pl-24 {
    padding-left: 6rem;
  }

  .xl-max\:pl-25 {
    padding-left: 6.25rem;
  }

  .xl-max\:pl-28 {
    padding-left: 7rem;
  }

  .xl-max\:pl-30 {
    padding-left: 7.5rem;
  }

  .xl-max\:pl-32 {
    padding-left: 8rem;
  }

  .xl-max\:pl-34 {
    padding-left: 8.5rem;
  }

  .xl-max\:pl-36 {
    padding-left: 9rem;
  }

  .xl-max\:pl-40 {
    padding-left: 10rem;
  }

  .xl-max\:pl-42 {
    padding-left: 10.5rem;
  }

  .xl-max\:pl-44 {
    padding-left: 11rem;
  }

  .xl-max\:pl-46 {
    padding-left: 11.5rem;
  }

  .xl-max\:pl-48 {
    padding-left: 12rem;
  }

  .xl-max\:pl-50 {
    padding-left: 12.5rem;
  }

  .xl-max\:pl-52 {
    padding-left: 13rem;
  }

  .xl-max\:pl-54 {
    padding-left: 13.5rem;
  }

  .xl-max\:pl-56 {
    padding-left: 14rem;
  }

  .xl-max\:pl-60 {
    padding-left: 15rem;
  }

  .xl-max\:pl-64 {
    padding-left: 16rem;
  }

  .xl-max\:pl-68 {
    padding-left: 17rem;
  }

  .xl-max\:pl-72 {
    padding-left: 18rem;
  }

  .xl-max\:pl-75 {
    padding-left: 18.75rem;
  }

  .xl-max\:pl-80 {
    padding-left: 20rem;
  }

  .xl-max\:pl-85 {
    padding-left: 22rem;
  }

  .xl-max\:pl-90 {
    padding-left: 22.5rem;
  }

  .xl-max\:pl-92 {
    padding-left: 23rem;
  }

  .xl-max\:pl-96 {
    padding-left: 24rem;
  }

  .xl-max\:pl-100 {
    padding-left: 25rem;
  }

  .xl-max\:pl-116 {
    padding-left: 29rem;
  }

  .xl-max\:pl-120 {
    padding-left: 30rem;
  }

  .xl-max\:pl-125 {
    padding-left: 31.25rem;
  }

  .xl-max\:pl-135 {
    padding-left: 33.75rem;
  }

  .xl-max\:pl-160 {
    padding-left: 40rem;
  }

  .xl-max\:pl-180 {
    padding-left: 45rem;
  }

  .xl-max\:pl-240 {
    padding-left: 60rem;
  }

  .xl-max\:pl-285 {
    padding-left: 71.25rem;
  }

  .xl-max\:pl-330 {
    padding-left: 82.5rem;
  }

  .xl-max\:pl-unset {
    padding-left: unset;
  }

  .xl-max\:pl-px {
    padding-left: 1px;
  }

  .xl-max\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .xl-max\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl-max\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .xl-max\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .xl-max\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .xl-max\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .xl-max\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .xl-max\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl-max\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .xl-max\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .xl-max\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .xl-max\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .xl-max\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl-max\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .xl-max\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .xl-max\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .xl-max\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .xl-max\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl-max\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .xl-max\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .xl-max\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .xl-max\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .xl-max\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .xl-max\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .xl-max\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .xl-max\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .xl-max\:pl-70\/100 {
    padding-left: 70%;
  }

  .xl-max\:pl-31\/100 {
    padding-left: 31%;
  }

  .xl-max\:pl-15\/100 {
    padding-left: 15%;
  }

  .xl-max\:pl-1\/100 {
    padding-left: 1%;
  }

  .xl-max\:pl-1\/10 {
    padding-left: 10%;
  }

  .xl-max\:pl-1\/2 {
    padding-left: 50%;
  }

  .xl-max\:text-left {
    text-align: left;
  }

  .xl-max\:text-center {
    text-align: center;
  }

  .xl-max\:text-right {
    text-align: right;
  }

  .xl-max\:text-justify {
    text-align: justify;
  }

  .xl-max\:align-baseline {
    vertical-align: baseline;
  }

  .xl-max\:align-top {
    vertical-align: top;
  }

  .xl-max\:align-middle {
    vertical-align: middle;
  }

  .xl-max\:align-bottom {
    vertical-align: bottom;
  }

  .xl-max\:align-text-top {
    vertical-align: text-top;
  }

  .xl-max\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl-max\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .xl-max\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .xl-max\:font-body {
    font-family: Roboto, sans-serif;
  }

  .xl-max\:font-awesome {
    font-family: FontAwesome;
  }

  .xl-max\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .xl-max\:text-inherit {
    font-size: inherit;
  }

  .xl-max\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .xl-max\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .xl-max\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl-max\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .xl-max\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl-max\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl-max\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl-max\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl-max\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl-max\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl-max\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl-max\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl-max\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl-max\:text-8xl {
    font-size: 5rem;
    line-height: 1;
  }

  .xl-max\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl-max\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl-max\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .xl-max\:font-thin {
    font-weight: 100;
  }

  .xl-max\:font-extralight {
    font-weight: 200;
  }

  .xl-max\:font-light {
    font-weight: 300;
  }

  .xl-max\:font-normal {
    font-weight: 400;
  }

  .xl-max\:font-medium {
    font-weight: 500;
  }

  .xl-max\:font-semibold {
    font-weight: 600;
  }

  .xl-max\:font-bold {
    font-weight: 700;
  }

  .xl-max\:font-extrabold {
    font-weight: 800;
  }

  .xl-max\:font-black {
    font-weight: 900;
  }

  .xl-max\:uppercase {
    text-transform: uppercase;
  }

  .xl-max\:lowercase {
    text-transform: lowercase;
  }

  .xl-max\:capitalize {
    text-transform: capitalize;
  }

  .xl-max\:normal-case {
    text-transform: none;
  }

  .xl-max\:italic {
    font-style: italic;
  }

  .xl-max\:not-italic {
    font-style: normal;
  }

  .xl-max\:ordinal, .xl-max\:slashed-zero, .xl-max\:lining-nums, .xl-max\:oldstyle-nums, .xl-max\:proportional-nums, .xl-max\:tabular-nums, .xl-max\:diagonal-fractions, .xl-max\: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-max\:normal-nums {
    font-variant-numeric: normal;
  }

  .xl-max\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xl-max\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xl-max\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xl-max\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl-max\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl-max\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl-max\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl-max\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl-max\:leading-3 {
    line-height: .75rem;
  }

  .xl-max\:leading-4 {
    line-height: 1rem;
  }

  .xl-max\:leading-5 {
    line-height: 1.25rem;
  }

  .xl-max\:leading-6 {
    line-height: 1.5rem;
  }

  .xl-max\:leading-7 {
    line-height: 1.75rem;
  }

  .xl-max\:leading-8 {
    line-height: 2rem;
  }

  .xl-max\:leading-9 {
    line-height: 2.25rem;
  }

  .xl-max\:leading-10 {
    line-height: 2.5rem;
  }

  .xl-max\:leading-none {
    line-height: 1;
  }

  .xl-max\:leading-tight {
    line-height: 1.25;
  }

  .xl-max\:leading-snug {
    line-height: 1.375;
  }

  .xl-max\:leading-normal {
    line-height: 1.5;
  }

  .xl-max\:leading-relaxed {
    line-height: 1.625;
  }

  .xl-max\:leading-loose {
    line-height: 2;
  }

  .xl-max\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl-max\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl-max\:tracking-normal {
    letter-spacing: 0em;
  }

  .xl-max\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl-max\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl-max\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl-max\:text-transparent {
    color: transparent;
  }

  .xl-max\:text-current {
    color: currentColor;
  }

  .xl-max\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .xl-max\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .xl-max\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl-max\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl-max\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .xl-max\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl-max\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl-max\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl-max\:text-slate {
  }

  .xl-max\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:text-zinc {
  }

  .xl-max\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl-max\:text-neutral {
  }

  .xl-max\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl-max\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl-max\:text-stone {
  }

  .xl-max\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl-max\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl-max\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xl-max\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-slate {
  }

  .group:hover .xl-max\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-zinc {
  }

  .group:hover .xl-max\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-neutral {
  }

  .group:hover .xl-max\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-stone {
  }

  .group:hover .xl-max\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .xl-max\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl-max\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xl-max\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-slate:focus-within {
  }

  .xl-max\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-zinc:focus-within {
  }

  .xl-max\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-neutral:focus-within {
  }

  .xl-max\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-stone:focus-within {
  }

  .xl-max\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl-max\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl-max\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-slate:hover {
  }

  .xl-max\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-zinc:hover {
  }

  .xl-max\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-neutral:hover {
  }

  .xl-max\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-stone:hover {
  }

  .xl-max\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl-max\:focus\:text-current:focus {
    color: currentColor;
  }

  .xl-max\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-slate:focus {
  }

  .xl-max\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-zinc:focus {
  }

  .xl-max\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-neutral:focus {
  }

  .xl-max\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-stone:focus {
  }

  .xl-max\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .xl-max\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .xl-max\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl-max\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl-max\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl-max\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl-max\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl-max\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl-max\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl-max\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl-max\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl-max\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl-max\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl-max\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl-max\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl-max\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl-max\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl-max\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl-max\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl-max\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl-max\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl-max\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl-max\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl-max\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl-max\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl-max\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl-max\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl-max\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl-max\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl-max\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl-max\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl-max\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl-max\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl-max\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl-max\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl-max\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl-max\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl-max\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl-max\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl-max\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl-max\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl-max\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl-max\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl-max\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl-max\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl-max\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl-max\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl-max\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl-max\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl-max\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl-max\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl-max\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl-max\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl-max\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl-max\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl-max\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl-max\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl-max\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl-max\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl-max\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl-max\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl-max\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl-max\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl-max\:underline {
    text-decoration: underline;
  }

  .xl-max\:line-through {
    text-decoration: line-through;
  }

  .xl-max\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl-max\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl-max\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl-max\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xl-max\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl-max\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl-max\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl-max\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl-max\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl-max\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl-max\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl-max\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl-max\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl-max\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl-max\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl-max\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl-max\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl-max\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xl-max\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xl-max\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-slate::-moz-placeholder {
  }

  .xl-max\:placeholder-slate::placeholder {
  }

  .xl-max\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-zinc::-moz-placeholder {
  }

  .xl-max\:placeholder-zinc::placeholder {
  }

  .xl-max\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-neutral::-moz-placeholder {
  }

  .xl-max\:placeholder-neutral::placeholder {
  }

  .xl-max\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-stone::-moz-placeholder {
  }

  .xl-max\:placeholder-stone::placeholder {
  }

  .xl-max\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl-max\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl-max\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xl-max\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xl-max\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .xl-max\:focus\:placeholder-slate:focus::placeholder {
  }

  .xl-max\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .xl-max\:focus\:placeholder-zinc:focus::placeholder {
  }

  .xl-max\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .xl-max\:focus\:placeholder-neutral:focus::placeholder {
  }

  .xl-max\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .xl-max\:focus\:placeholder-stone:focus::placeholder {
  }

  .xl-max\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .xl-max\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl-max\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl-max\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl-max\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl-max\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl-max\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl-max\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl-max\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl-max\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl-max\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl-max\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl-max\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl-max\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl-max\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl-max\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl-max\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl-max\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl-max\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl-max\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl-max\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl-max\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl-max\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl-max\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl-max\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl-max\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl-max\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl-max\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl-max\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl-max\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl-max\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl-max\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl-max\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl-max\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl-max\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl-max\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl-max\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl-max\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl-max\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl-max\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl-max\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl-max\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl-max\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl-max\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl-max\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl-max\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl-max\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl-max\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl-max\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl-max\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl-max\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl-max\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl-max\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl-max\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl-max\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl-max\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl-max\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl-max\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl-max\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl-max\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl-max\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl-max\:opacity-0 {
    opacity: 0;
  }

  .xl-max\:opacity-5 {
    opacity: 0.05;
  }

  .xl-max\:opacity-10 {
    opacity: 0.1;
  }

  .xl-max\:opacity-20 {
    opacity: 0.2;
  }

  .xl-max\:opacity-25 {
    opacity: 0.25;
  }

  .xl-max\:opacity-30 {
    opacity: 0.3;
  }

  .xl-max\:opacity-40 {
    opacity: 0.4;
  }

  .xl-max\:opacity-50 {
    opacity: 0.5;
  }

  .xl-max\:opacity-60 {
    opacity: 0.6;
  }

  .xl-max\:opacity-70 {
    opacity: 0.7;
  }

  .xl-max\:opacity-75 {
    opacity: 0.75;
  }

  .xl-max\:opacity-80 {
    opacity: 0.8;
  }

  .xl-max\:opacity-90 {
    opacity: 0.9;
  }

  .xl-max\:opacity-95 {
    opacity: 0.95;
  }

  .xl-max\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xl-max\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl-max\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xl-max\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xl-max\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xl-max\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xl-max\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xl-max\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xl-max\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xl-max\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xl-max\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xl-max\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xl-max\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xl-max\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xl-max\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xl-max\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xl-max\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl-max\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xl-max\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xl-max\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xl-max\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl-max\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xl-max\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xl-max\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl-max\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl-max\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xl-max\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl-max\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xl-max\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xl-max\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xl-max\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl-max\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl-max\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xl-max\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xl-max\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xl-max\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl-max\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xl-max\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xl-max\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl-max\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xl-max\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xl-max\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl-max\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xl-max\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xl-max\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xl-max\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl-max\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl-max\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xl-max\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xl-max\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xl-max\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl-max\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xl-max\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xl-max\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl-max\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xl-max\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xl-max\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl-max\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xl-max\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xl-max\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xl-max\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl-max\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .xl-max\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .xl-max\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .xl-max\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .xl-max\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .xl-max\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .xl-max\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .xl-max\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .xl-max\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .xl-max\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .xl-max\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .xl-max\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .xl-max\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .xl-max\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .xl-max\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .xl-max\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xl-max\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xl-max\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xl-max\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xl-max\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xl-max\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xl-max\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl-max\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xl-max\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xl-max\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xl-max\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xl-max\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xl-max\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xl-max\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xl-max\:bg-blend-color {
    background-blend-mode: color;
  }

  .xl-max\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xl-max\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xl-max\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xl-max\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xl-max\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xl-max\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xl-max\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xl-max\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl-max\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl-max\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl-max\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl-max\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xl-max\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl-max\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xl-max\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xl-max\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xl-max\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl-max\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:group-hover\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:group-hover\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:group-hover\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl-max\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus-within\:shadow-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus-within\:shadow-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus-within\:shadow-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:hover\:shadow-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:hover\:shadow-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-xl:hover {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus\:shadow-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus\:shadow-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus\:shadow-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-xl:focus {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl-max\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl-max\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl-max\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl-max\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl-max\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl-max\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl-max\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl-max\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl-max\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xl-max\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl-max\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl-max\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl-max\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xl-max\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl-max\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl-max\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl-max\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl-max\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl-max\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl-max\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl-max\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl-max\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl-max\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .xl-max\:ring-slate {
  }

  .xl-max\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl-max\:ring-zinc {
  }

  .xl-max\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl-max\:ring-neutral {
  }

  .xl-max\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl-max\:ring-stone {
  }

  .xl-max\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl-max\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl-max\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl-max\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl-max\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl-max\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl-max\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl-max\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl-max\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl-max\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl-max\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xl-max\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-slate:focus-within {
  }

  .xl-max\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-zinc:focus-within {
  }

  .xl-max\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-neutral:focus-within {
  }

  .xl-max\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-stone:focus-within {
  }

  .xl-max\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl-max\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl-max\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xl-max\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-slate:focus {
  }

  .xl-max\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-zinc:focus {
  }

  .xl-max\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-neutral:focus {
  }

  .xl-max\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-stone:focus {
  }

  .xl-max\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .xl-max\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .xl-max\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xl-max\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xl-max\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xl-max\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xl-max\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xl-max\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xl-max\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xl-max\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl-max\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl-max\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xl-max\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xl-max\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xl-max\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xl-max\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xl-max\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xl-max\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xl-max\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xl-max\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xl-max\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xl-max\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xl-max\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xl-max\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xl-max\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xl-max\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xl-max\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xl-max\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xl-max\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xl-max\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xl-max\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xl-max\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xl-max\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xl-max\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xl-max\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xl-max\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xl-max\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xl-max\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xl-max\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xl-max\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xl-max\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xl-max\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xl-max\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xl-max\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xl-max\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xl-max\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xl-max\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xl-max\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xl-max\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xl-max\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xl-max\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xl-max\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xl-max\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xl-max\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xl-max\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xl-max\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xl-max\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xl-max\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xl-max\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xl-max\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xl-max\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xl-max\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xl-max\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl-max\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xl-max\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl-max\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl-max\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .xl-max\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .xl-max\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .xl-max\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .xl-max\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .xl-max\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .xl-max\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .xl-max\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .xl-max\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .xl-max\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .xl-max\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .xl-max\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .xl-max\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl-max\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl-max\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl-max\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl-max\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .xl-max\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .xl-max\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl-max\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .xl-max\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .xl-max\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl-max\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl-max\:ring-offset-red-200 {
    --tw-ring-offset-color: #fc9797;
  }

  .xl-max\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl-max\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xl-max\:ring-offset-red-500 {
    --tw-ring-offset-color: #f53939;
  }

  .xl-max\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .xl-max\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .xl-max\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .xl-max\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl-max\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl-max\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl-max\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl-max\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .xl-max\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl-max\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .xl-max\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .xl-max\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .xl-max\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl-max\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .xl-max\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl-max\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .xl-max\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl-max\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .xl-max\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .xl-max\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbcf33;
  }

  .xl-max\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .xl-max\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl-max\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .xl-max\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .xl-max\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .xl-max\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .xl-max\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl-max\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl-max\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl-max\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .xl-max\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .xl-max\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .xl-max\:ring-offset-green-600 {
    --tw-ring-offset-color: #17ad37;
  }

  .xl-max\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .xl-max\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .xl-max\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .xl-max\:ring-offset-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl-max\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl-max\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl-max\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .xl-max\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .xl-max\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .xl-max\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .xl-max\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .xl-max\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .xl-max\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .xl-max\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl-max\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl-max\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl-max\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl-max\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xl-max\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xl-max\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl-max\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xl-max\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xl-max\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .xl-max\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .xl-max\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl-max\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl-max\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl-max\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl-max\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .xl-max\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .xl-max\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .xl-max\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7928ca;
  }

  .xl-max\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl-max\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .xl-max\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl-max\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl-max\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl-max\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl-max\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .xl-max\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .xl-max\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .xl-max\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl-max\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl-max\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .xl-max\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl-max\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl-max\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl-max\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f883dd;
  }

  .xl-max\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl-max\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .xl-max\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xl-max\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xl-max\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xl-max\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .xl-max\:ring-offset-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl-max\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl-max\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl-max\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl-max\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .xl-max\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .xl-max\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .xl-max\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .xl-max\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .xl-max\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .xl-max\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl-max\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl-max\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl-max\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl-max\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl-max\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl-max\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2152ff;
  }

  .xl-max\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl-max\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .xl-max\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .xl-max\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl-max\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl-max\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl-max\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl-max\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl-max\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl-max\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .xl-max\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl-max\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .xl-max\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl-max\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl-max\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .xl-max\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .xl-max\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .xl-max\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .xl-max\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .xl-max\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .xl-max\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .xl-max\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .xl-max\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .xl-max\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .xl-max\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .xl-max\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .xl-max\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .xl-max\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .xl-max\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .xl-max\:ring-offset-slate {
  }

  .xl-max\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl-max\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl-max\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl-max\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl-max\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .xl-max\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .xl-max\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl-max\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .xl-max\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .xl-max\:ring-offset-zinc {
  }

  .xl-max\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl-max\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl-max\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl-max\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl-max\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .xl-max\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .xl-max\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .xl-max\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .xl-max\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .xl-max\:ring-offset-neutral {
  }

  .xl-max\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl-max\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl-max\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl-max\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl-max\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl-max\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .xl-max\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .xl-max\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .xl-max\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .xl-max\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .xl-max\:ring-offset-stone {
  }

  .xl-max\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .xl-max\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl-max\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl-max\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .xl-max\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .xl-max\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .xl-max\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .xl-max\:ring-offset-orange-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .xl-max\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .xl-max\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .xl-max\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl-max\:ring-offset-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl-max\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl-max\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl-max\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .xl-max\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .xl-max\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .xl-max\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .xl-max\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .xl-max\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .xl-max\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl-max\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl-max\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl-max\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xl-max\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl-max\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbc400;
  }

  .xl-max\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl-max\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xl-max\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xl-max\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xl-max\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xl-max\:ring-offset-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl-max\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl-max\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .xl-max\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl-max\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl-max\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl-max\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .xl-max\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .xl-max\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .xl-max\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .xl-max\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl-max\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl-max\:ring-offset-lime-200 {
    --tw-ring-offset-color: #cdf59b;
  }

  .xl-max\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .xl-max\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .xl-max\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .xl-max\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .xl-max\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl-max\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .xl-max\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .xl-max\:ring-offset-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl-max\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl-max\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl-max\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .xl-max\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .xl-max\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .xl-max\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .xl-max\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl-max\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .xl-max\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .xl-max\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl-max\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl-max\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl-max\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl-max\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xl-max\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xl-max\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .xl-max\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .xl-max\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xl-max\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .xl-max\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .xl-max\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl-max\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl-max\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl-max\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .xl-max\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl-max\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl-max\:ring-offset-teal-550 {
    --tw-ring-offset-color: #329874;
  }

  .xl-max\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .xl-max\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .xl-max\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .xl-max\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .xl-max\:ring-offset-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl-max\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl-max\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl-max\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .xl-max\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl-max\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl-max\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .xl-max\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .xl-max\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .xl-max\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .xl-max\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl-max\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .xl-max\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl-max\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl-max\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #21d4fd;
  }

  .xl-max\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .xl-max\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .xl-max\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .xl-max\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .xl-max\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .xl-max\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .xl-max\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl-max\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl-max\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .xl-max\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl-max\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl-max\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl-max\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .xl-max\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .xl-max\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .xl-max\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .xl-max\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl-max\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl-max\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl-max\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl-max\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl-max\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl-max\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .xl-max\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .xl-max\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .xl-max\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl-max\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl-max\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl-max\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl-max\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl-max\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl-max\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl-max\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl-max\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl-max\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl-max\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl-max\:ring-offset-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl-max\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl-max\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl-max\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl-max\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl-max\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl-max\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl-max\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl-max\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl-max\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl-max\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl-max\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl-max\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl-max\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #e293d3;
  }

  .xl-max\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .xl-max\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .xl-max\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .xl-max\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .xl-max\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .xl-max\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .xl-max\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .xl-max\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl-max\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl-max\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl-max\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .xl-max\:ring-offset-rose-400 {
    --tw-ring-offset-color: #ff667c;
  }

  .xl-max\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl-max\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .xl-max\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .xl-max\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .xl-max\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .xl-max\:ring-offset-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl-max\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl-max\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl-max\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .xl-max\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .xl-max\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl-max\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .xl-max\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .xl-max\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .xl-max\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .xl-max\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl-max\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xl-max\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl-max\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl-max\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .xl-max\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .xl-max\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .xl-max\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .xl-max\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .xl-max\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .xl-max\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .xl-max\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .xl-max\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .xl-max\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .xl-max\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .xl-max\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .xl-max\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .xl-max\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl-max\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl-max\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fc9797;
  }

  .xl-max\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl-max\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xl-max\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #f53939;
  }

  .xl-max\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .xl-max\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .xl-max\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .xl-max\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xl-max\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .xl-max\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl-max\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .xl-max\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl-max\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .xl-max\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .xl-max\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbcf33;
  }

  .xl-max\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .xl-max\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl-max\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .xl-max\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .xl-max\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .xl-max\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .xl-max\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl-max\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl-max\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl-max\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .xl-max\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .xl-max\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .xl-max\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #17ad37;
  }

  .xl-max\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .xl-max\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .xl-max\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .xl-max\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .xl-max\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl-max\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl-max\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl-max\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl-max\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xl-max\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xl-max\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl-max\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xl-max\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xl-max\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .xl-max\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .xl-max\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl-max\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl-max\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl-max\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl-max\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .xl-max\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .xl-max\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .xl-max\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7928ca;
  }

  .xl-max\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl-max\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl-max\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .xl-max\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl-max\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl-max\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl-max\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f883dd;
  }

  .xl-max\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xl-max\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ff0080;
  }

  .xl-max\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xl-max\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xl-max\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xl-max\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .xl-max\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .xl-max\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl-max\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl-max\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl-max\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl-max\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl-max\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl-max\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2152ff;
  }

  .xl-max\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl-max\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #344e86;
  }

  .xl-max\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .xl-max\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl-max\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl-max\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .xl-max\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .xl-max\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .xl-max\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .xl-max\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .xl-max\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .xl-max\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .xl-max\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .xl-max\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .xl-max\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .xl-max\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .xl-max\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .xl-max\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .xl-max\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .xl-max\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .xl-max\:focus-within\:ring-offset-slate:focus-within {
  }

  .xl-max\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl-max\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl-max\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl-max\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl-max\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .xl-max\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .xl-max\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl-max\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .xl-max\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .xl-max\:focus-within\:ring-offset-zinc:focus-within {
  }

  .xl-max\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl-max\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl-max\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl-max\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl-max\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .xl-max\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .xl-max\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .xl-max\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .xl-max\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .xl-max\:focus-within\:ring-offset-neutral:focus-within {
  }

  .xl-max\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl-max\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl-max\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl-max\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl-max\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl-max\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .xl-max\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .xl-max\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .xl-max\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .xl-max\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .xl-max\:focus-within\:ring-offset-stone:focus-within {
  }

  .xl-max\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .xl-max\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl-max\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl-max\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .xl-max\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .xl-max\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .xl-max\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .xl-max\:focus-within\:ring-offset-orange-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .xl-max\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .xl-max\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .xl-max\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .xl-max\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl-max\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl-max\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl-max\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xl-max\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl-max\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbc400;
  }

  .xl-max\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl-max\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xl-max\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xl-max\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xl-max\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .xl-max\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .xl-max\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl-max\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl-max\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #cdf59b;
  }

  .xl-max\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .xl-max\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #98ec2d;
  }

  .xl-max\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .xl-max\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .xl-max\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl-max\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .xl-max\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .xl-max\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .xl-max\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl-max\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl-max\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl-max\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl-max\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xl-max\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xl-max\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xl-max\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xl-max\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xl-max\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .xl-max\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .xl-max\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl-max\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl-max\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl-max\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .xl-max\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl-max\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl-max\:focus-within\:ring-offset-teal-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .xl-max\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .xl-max\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .xl-max\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .xl-max\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .xl-max\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .xl-max\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl-max\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .xl-max\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl-max\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl-max\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #21d4fd;
  }

  .xl-max\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .xl-max\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .xl-max\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .xl-max\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .xl-max\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .xl-max\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .xl-max\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl-max\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl-max\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .xl-max\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl-max\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl-max\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl-max\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .xl-max\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .xl-max\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .xl-max\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .xl-max\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl-max\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl-max\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl-max\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl-max\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl-max\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl-max\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl-max\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl-max\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl-max\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl-max\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl-max\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #e293d3;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #cb0c9f;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a3017e;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .xl-max\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl-max\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl-max\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl-max\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .xl-max\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #ff667c;
  }

  .xl-max\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl-max\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .xl-max\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .xl-max\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .xl-max\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .xl-max\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .xl-max\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl-max\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xl-max\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xl-max\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl-max\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .xl-max\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .xl-max\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .xl-max\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .xl-max\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .xl-max\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .xl-max\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .xl-max\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .xl-max\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .xl-max\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .xl-max\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .xl-max\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .xl-max\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .xl-max\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl-max\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl-max\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fc9797;
  }

  .xl-max\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl-max\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xl-max\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #f53939;
  }

  .xl-max\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .xl-max\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .xl-max\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .xl-max\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xl-max\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .xl-max\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .xl-max\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .xl-max\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl-max\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .xl-max\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .xl-max\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbcf33;
  }

  .xl-max\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .xl-max\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl-max\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .xl-max\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .xl-max\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .xl-max\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .xl-max\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl-max\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl-max\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl-max\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .xl-max\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .xl-max\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .xl-max\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #17ad37;
  }

  .xl-max\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .xl-max\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .xl-max\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .xl-max\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .xl-max\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl-max\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl-max\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl-max\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl-max\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xl-max\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xl-max\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl-max\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xl-max\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xl-max\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .xl-max\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .xl-max\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl-max\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl-max\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl-max\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl-max\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .xl-max\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .xl-max\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .xl-max\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7928ca;
  }

  .xl-max\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl-max\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .xl-max\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .xl-max\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl-max\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl-max\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl-max\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f883dd;
  }

  .xl-max\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl-max\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .xl-max\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xl-max\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xl-max\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xl-max\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .xl-max\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .xl-max\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl-max\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl-max\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl-max\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl-max\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl-max\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl-max\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2152ff;
  }

  .xl-max\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl-max\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .xl-max\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .xl-max\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl-max\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .xl-max\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .xl-max\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .xl-max\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .xl-max\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .xl-max\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .xl-max\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .xl-max\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .xl-max\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .xl-max\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .xl-max\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .xl-max\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .xl-max\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .xl-max\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .xl-max\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .xl-max\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .xl-max\:focus\:ring-offset-slate:focus {
  }

  .xl-max\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .xl-max\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .xl-max\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .xl-max\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .xl-max\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .xl-max\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .xl-max\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .xl-max\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .xl-max\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .xl-max\:focus\:ring-offset-zinc:focus {
  }

  .xl-max\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .xl-max\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .xl-max\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .xl-max\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .xl-max\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .xl-max\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .xl-max\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .xl-max\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .xl-max\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .xl-max\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .xl-max\:focus\:ring-offset-neutral:focus {
  }

  .xl-max\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .xl-max\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .xl-max\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .xl-max\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .xl-max\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .xl-max\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .xl-max\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .xl-max\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .xl-max\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .xl-max\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .xl-max\:focus\:ring-offset-stone:focus {
  }

  .xl-max\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .xl-max\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl-max\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl-max\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .xl-max\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .xl-max\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .xl-max\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .xl-max\:focus\:ring-offset-orange-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .xl-max\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .xl-max\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .xl-max\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .xl-max\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .xl-max\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl-max\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl-max\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xl-max\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl-max\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbc400;
  }

  .xl-max\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl-max\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xl-max\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xl-max\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xl-max\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .xl-max\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .xl-max\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl-max\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl-max\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #cdf59b;
  }

  .xl-max\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .xl-max\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .xl-max\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .xl-max\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .xl-max\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl-max\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .xl-max\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .xl-max\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .xl-max\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl-max\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl-max\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl-max\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl-max\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xl-max\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xl-max\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xl-max\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xl-max\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xl-max\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .xl-max\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .xl-max\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl-max\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl-max\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl-max\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .xl-max\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl-max\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl-max\:focus\:ring-offset-teal-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .xl-max\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .xl-max\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .xl-max\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .xl-max\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .xl-max\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .xl-max\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl-max\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .xl-max\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl-max\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl-max\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #21d4fd;
  }

  .xl-max\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .xl-max\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .xl-max\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .xl-max\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .xl-max\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .xl-max\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .xl-max\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl-max\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl-max\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .xl-max\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl-max\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl-max\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl-max\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .xl-max\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .xl-max\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .xl-max\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .xl-max\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .xl-max\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl-max\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl-max\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl-max\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl-max\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl-max\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl-max\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl-max\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl-max\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl-max\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .xl-max\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .xl-max\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl-max\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl-max\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl-max\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #e293d3;
  }

  .xl-max\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .xl-max\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .xl-max\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .xl-max\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .xl-max\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .xl-max\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .xl-max\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .xl-max\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl-max\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl-max\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl-max\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .xl-max\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #ff667c;
  }

  .xl-max\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl-max\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .xl-max\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .xl-max\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .xl-max\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .xl-max\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .xl-max\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl-max\:filter-none {
    filter: none;
  }

  .xl-max\:blur-0 {
    --tw-blur: blur(0);
  }

  .xl-max\:blur-none {
    --tw-blur: blur(0);
  }

  .xl-max\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xl-max\:blur {
    --tw-blur: blur(8px);
  }

  .xl-max\:blur-md {
    --tw-blur: blur(12px);
  }

  .xl-max\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xl-max\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xl-max\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .xl-max\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xl-max\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xl-max\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xl-max\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xl-max\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xl-max\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xl-max\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xl-max\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xl-max\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xl-max\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xl-max\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xl-max\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xl-max\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xl-max\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xl-max\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xl-max\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xl-max\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xl-max\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xl-max\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xl-max\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .xl-max\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .xl-max\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .xl-max\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .xl-max\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .xl-max\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .xl-max\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl-max\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xl-max\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xl-max\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl-max\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl-max\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl-max\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl-max\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl-max\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl-max\:invert-0 {
    --tw-invert: invert(0);
  }

  .xl-max\:invert {
    --tw-invert: invert(100%);
  }

  .xl-max\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xl-max\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xl-max\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xl-max\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xl-max\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xl-max\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xl-max\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xl-max\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl-max\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl-max\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xl-max\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xl-max\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xl-max\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xl-max\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xl-max\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xl-max\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xl-max\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .xl-max\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xl-max\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xl-max\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl-max\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl-max\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl-max\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl-max\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xl-max\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl-max\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl-max\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl-max\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl-max\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xl-max\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xl-max\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl-max\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl-max\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xl-max\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl-max\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl-max\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xl-max\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl-max\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl-max\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl-max\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl-max\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl-max\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl-max\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl-max\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl-max\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xl-max\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xl-max\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xl-max\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl-max\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xl-max\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl-max\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl-max\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl-max\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl-max\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl-max\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl-max\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl-max\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl-max\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xl-max\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl-max\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl-max\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xl-max\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xl-max\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl-max\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xl-max\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl-max\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xl-max\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xl-max\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xl-max\:transition-none {
    transition-property: none;
  }

  .xl-max\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl-max\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl-max\: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-max\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl-max\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl-max\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl-max\:delay-75 {
    transition-delay: 75ms;
  }

  .xl-max\:delay-100 {
    transition-delay: 100ms;
  }

  .xl-max\:delay-150 {
    transition-delay: 150ms;
  }

  .xl-max\:delay-200 {
    transition-delay: 200ms;
  }

  .xl-max\:delay-300 {
    transition-delay: 300ms;
  }

  .xl-max\:delay-500 {
    transition-delay: 500ms;
  }

  .xl-max\:delay-700 {
    transition-delay: 700ms;
  }

  .xl-max\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl-max\:duration-75 {
    transition-duration: 75ms;
  }

  .xl-max\:duration-100 {
    transition-duration: 100ms;
  }

  .xl-max\:duration-150 {
    transition-duration: 150ms;
  }

  .xl-max\:duration-200 {
    transition-duration: 200ms;
  }

  .xl-max\:duration-300 {
    transition-duration: 300ms;
  }

  .xl-max\:duration-500 {
    transition-duration: 500ms;
  }

  .xl-max\:duration-700 {
    transition-duration: 700ms;
  }

  .xl-max\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl-max\:ease-linear {
    transition-timing-function: linear;
  }

  .xl-max\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl-max\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl-max\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1400px) {
  .\32xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .\32xl\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .\32xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .\32xl\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .\32xl\:container {
      max-width: 1400px;
    }
  }

  .\32xl\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .\32xl\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .\32xl\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .\32xl\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .\32xl\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .\32xl\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .\32xl\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .\32xl\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .\32xl\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .\32xl\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .\32xl\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .\32xl\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .\32xl\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .\32xl\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .\32xl\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .\32xl\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .\32xl\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .\32xl\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .\32xl\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .\32xl\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .\32xl\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .\32xl\:prose code::before {
    content: "`";
  }

  .\32xl\:prose code::after {
    content: "`";
  }

  .\32xl\:prose a code {
    color: #141727;
  }

  .\32xl\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .\32xl\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .\32xl\:prose pre code::before {
    content: none;
  }

  .\32xl\:prose pre code::after {
    content: none;
  }

  .\32xl\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .\32xl\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .\32xl\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .\32xl\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .\32xl\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .\32xl\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose h2 code {
    font-size: 0.875em;
  }

  .\32xl\:prose h3 code {
    font-size: 0.9em;
  }

  .\32xl\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl\:prose ul ul, .\32xl\:prose ul ol, .\32xl\:prose ol ul, .\32xl\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl\:prose hr + * {
    margin-top: 0;
  }

  .\32xl\:prose h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .\32xl\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .\32xl\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .\32xl\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .\32xl\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .\32xl\:prose-sm code {
    font-size: 0.8571429em;
  }

  .\32xl\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .\32xl\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .\32xl\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ol > li::before {
    left: 0;
  }

  .\32xl\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .\32xl\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .\32xl\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl\:prose-sm ul ul, .\32xl\:prose-sm ul ol, .\32xl\:prose-sm ol ul, .\32xl\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .\32xl\:prose-sm hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .\32xl\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-sm > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .\32xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .\32xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .\32xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .\32xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .\32xl\:prose-lg code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .\32xl\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .\32xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .\32xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ol > li::before {
    left: 0;
  }

  .\32xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .\32xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-lg ul ul, .\32xl\:prose-lg ul ol, .\32xl\:prose-lg ol ul, .\32xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .\32xl\:prose-lg hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .\32xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-lg > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .\32xl\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .\32xl\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .\32xl\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .\32xl\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .\32xl\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .\32xl\:prose-xl code {
    font-size: 0.9em;
  }

  .\32xl\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .\32xl\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .\32xl\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .\32xl\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .\32xl\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ol > li::before {
    left: 0;
  }

  .\32xl\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .\32xl\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .\32xl\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl\:prose-xl ul ul, .\32xl\:prose-xl ul ol, .\32xl\:prose-xl ol ul, .\32xl\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .\32xl\:prose-xl hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .\32xl\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-xl > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .\32xl\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .\32xl\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .\32xl\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .\32xl\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .\32xl\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .\32xl\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .\32xl\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .\32xl\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .\32xl\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .\32xl\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .\32xl\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ol > li::before {
    left: 0;
  }

  .\32xl\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .\32xl\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl\:prose-2xl ul ul, .\32xl\:prose-2xl ul ol, .\32xl\:prose-2xl ol ul, .\32xl\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl\:prose-2xl hr + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .\32xl\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .\32xl\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .\32xl\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl\:prose-red a {
    color: #ea0606;
  }

  .\32xl\:prose-red a code {
    color: #ea0606;
  }

  .\32xl\:prose-yellow a {
    color: #ca8a04;
  }

  .\32xl\:prose-yellow a code {
    color: #ca8a04;
  }

  .\32xl\:prose-green a {
    color: #17ad37;
  }

  .\32xl\:prose-green a code {
    color: #17ad37;
  }

  .\32xl\:prose-indigo a {
    color: #4f46e5;
  }

  .\32xl\:prose-indigo a code {
    color: #4f46e5;
  }

  .\32xl\:prose-purple a {
    color: #9333ea;
  }

  .\32xl\:prose-purple a code {
    color: #9333ea;
  }

  .\32xl\:prose-pink a {
    color: #db2777;
  }

  .\32xl\:prose-pink a code {
    color: #db2777;
  }

  .\32xl\:prose-blue a {
    color: #2152ff;
  }

  .\32xl\:prose-blue a code {
    color: #2152ff;
  }

  .\32xl\:prose-slate a {
    color: #627594;
  }

  .\32xl\:prose-slate a code {
    color: #627594;
  }

  .\32xl\:prose-zinc a {
    color: #52525b;
  }

  .\32xl\:prose-zinc a code {
    color: #52525b;
  }

  .\32xl\:prose-neutral a {
    color: #525252;
  }

  .\32xl\:prose-neutral a code {
    color: #525252;
  }

  .\32xl\:prose-stone a {
    color: #57534e;
  }

  .\32xl\:prose-stone a code {
    color: #57534e;
  }

  .\32xl\:prose-orange a {
    color: #ea580c;
  }

  .\32xl\:prose-orange a code {
    color: #ea580c;
  }

  .\32xl\:prose-amber a {
    color: #d97706;
  }

  .\32xl\:prose-amber a code {
    color: #d97706;
  }

  .\32xl\:prose-lime a {
    color: #67b108;
  }

  .\32xl\:prose-lime a code {
    color: #67b108;
  }

  .\32xl\:prose-emerald a {
    color: #059669;
  }

  .\32xl\:prose-emerald a code {
    color: #059669;
  }

  .\32xl\:prose-teal a {
    color: #0d9488;
  }

  .\32xl\:prose-teal a code {
    color: #0d9488;
  }

  .\32xl\:prose-cyan a {
    color: #08a1c4;
  }

  .\32xl\:prose-cyan a code {
    color: #08a1c4;
  }

  .\32xl\:prose-sky a {
    color: #3ea1ec;
  }

  .\32xl\:prose-sky a code {
    color: #3ea1ec;
  }

  .\32xl\:prose-violet a {
    color: #7c3aed;
  }

  .\32xl\:prose-violet a code {
    color: #7c3aed;
  }

  .\32xl\:prose-fuchsia a {
    color: #c026d3;
  }

  .\32xl\:prose-fuchsia a code {
    color: #c026d3;
  }

  .\32xl\:prose-rose a {
    color: #e11d48;
  }

  .\32xl\:prose-rose a code {
    color: #e11d48;
  }

  .\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;
  }

  .\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\: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\:pointer-events-none {
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .\32xl\:visible {
    visibility: visible;
  }

  .\32xl\:invisible {
    visibility: hidden;
  }

  .\32xl\:static {
    position: static;
  }

  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:sticky {
    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-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .\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-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .\32xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .\32xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .\32xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .\32xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .\32xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .\32xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .\32xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .\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-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .\32xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .\32xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .\32xl\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .\32xl\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .\32xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .\32xl\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .\32xl\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .\32xl\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .\32xl\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .\32xl\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .\32xl\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .\32xl\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .\32xl\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .\32xl\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .\32xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .\32xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .\32xl\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .\32xl\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .\32xl\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .\32xl\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .\32xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .\32xl\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .\32xl\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .\32xl\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .\32xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .\32xl\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .\32xl\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .\32xl\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .\32xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .\32xl\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .\32xl\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .\32xl\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .\32xl\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .\32xl\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .\32xl\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .\32xl\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .\32xl\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .\32xl\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .\32xl\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .\32xl\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .\32xl\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .\32xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\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-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .\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-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .\32xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .\32xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .\32xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .\32xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .\32xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .\32xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .\32xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .\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-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .\32xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .\32xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .\32xl\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .\32xl\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .\32xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .\32xl\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .\32xl\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .\32xl\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .\32xl\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .\32xl\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .\32xl\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .\32xl\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .\32xl\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .\32xl\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .\32xl\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .\32xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .\32xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .\32xl\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .\32xl\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .\32xl\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .\32xl\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .\32xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .\32xl\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .\32xl\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .\32xl\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .\32xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .\32xl\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .\32xl\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .\32xl\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .\32xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .\32xl\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .\32xl\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .\32xl\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .\32xl\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .\32xl\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .\32xl\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .\32xl\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .\32xl\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .\32xl\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .\32xl\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .\32xl\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .\32xl\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .\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\/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-x-0 {
    left: 0px;
    right: 0px;
  }

  .\32xl\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .\32xl\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .\32xl\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .\32xl\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .\32xl\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .\32xl\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .\32xl\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .\32xl\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .\32xl\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .\32xl\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .\32xl\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .\32xl\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .\32xl\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .\32xl\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .\32xl\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .\32xl\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .\32xl\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .\32xl\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .\32xl\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .\32xl\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .\32xl\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .\32xl\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .\32xl\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .\32xl\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .\32xl\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .\32xl\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .\32xl\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .\32xl\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .\32xl\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .\32xl\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .\32xl\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .\32xl\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .\32xl\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .\32xl\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .\32xl\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .\32xl\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .\32xl\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .\32xl\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .\32xl\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .\32xl\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .\32xl\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .\32xl\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .\32xl\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .\32xl\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .\32xl\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .\32xl\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .\32xl\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .\32xl\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .\32xl\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .\32xl\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .\32xl\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .\32xl\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .\32xl\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .\32xl\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .\32xl\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .\32xl\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .\32xl\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .\32xl\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .\32xl\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .\32xl\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .\32xl\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .\32xl\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .\32xl\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .\32xl\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .\32xl\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .\32xl\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .\32xl\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .\32xl\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .\32xl\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .\32xl\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .\32xl\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .\32xl\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .\32xl\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .\32xl\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .\32xl\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .\32xl\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .\32xl\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .\32xl\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .\32xl\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .\32xl\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .\32xl\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .\32xl\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .\32xl\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .\32xl\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .\32xl\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .\32xl\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .\32xl\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .\32xl\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .\32xl\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .\32xl\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .\32xl\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .\32xl\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .\32xl\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .\32xl\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .\32xl\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .\32xl\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .\32xl\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .\32xl\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .\32xl\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .\32xl\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .\32xl\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .\32xl\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .\32xl\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .\32xl\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .\32xl\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .\32xl\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .\32xl\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .\32xl\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .\32xl\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .\32xl\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .\32xl\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .\32xl\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .\32xl\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .\32xl\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .\32xl\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .\32xl\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .\32xl\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .\32xl\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .\32xl\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .\32xl\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .\32xl\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .\32xl\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .\32xl\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .\32xl\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .\32xl\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .\32xl\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .\32xl\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .\32xl\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .\32xl\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .\32xl\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .\32xl\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .\32xl\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .\32xl\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .\32xl\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .\32xl\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .\32xl\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .\32xl\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .\32xl\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .\32xl\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .\32xl\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .\32xl\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .\32xl\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .\32xl\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .\32xl\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .\32xl\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .\32xl\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .\32xl\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .\32xl\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .\32xl\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .\32xl\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .\32xl\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .\32xl\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .\32xl\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .\32xl\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .\32xl\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .\32xl\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .\32xl\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .\32xl\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .\32xl\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .\32xl\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .\32xl\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .\32xl\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .\32xl\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .\32xl\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .\32xl\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .\32xl\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .\32xl\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .\32xl\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .\32xl\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .\32xl\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .\32xl\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .\32xl\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .\32xl\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .\32xl\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .\32xl\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .\32xl\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .\32xl\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .\32xl\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .\32xl\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .\32xl\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .\32xl\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .\32xl\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .\32xl\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .\32xl\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .\32xl\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .\32xl\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .\32xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .\32xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .\32xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .\32xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .\32xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .\32xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .\32xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .\32xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .\32xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .\32xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .\32xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .\32xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .\32xl\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .\32xl\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .\32xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .\32xl\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .\32xl\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .\32xl\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .\32xl\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .\32xl\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .\32xl\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .\32xl\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .\32xl\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .\32xl\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .\32xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .\32xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .\32xl\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .\32xl\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .\32xl\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .\32xl\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .\32xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .\32xl\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .\32xl\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .\32xl\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .\32xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .\32xl\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .\32xl\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .\32xl\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .\32xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .\32xl\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .\32xl\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .\32xl\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .\32xl\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .\32xl\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .\32xl\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .\32xl\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .\32xl\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .\32xl\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .\32xl\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .\32xl\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .\32xl\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .\32xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .\32xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .\32xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .\32xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .\32xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .\32xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .\32xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .\32xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .\32xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .\32xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .\32xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .\32xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .\32xl\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .\32xl\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .\32xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .\32xl\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .\32xl\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .\32xl\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .\32xl\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .\32xl\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .\32xl\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .\32xl\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .\32xl\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .\32xl\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .\32xl\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .\32xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .\32xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .\32xl\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .\32xl\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .\32xl\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .\32xl\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .\32xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .\32xl\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .\32xl\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .\32xl\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .\32xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .\32xl\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .\32xl\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .\32xl\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .\32xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .\32xl\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .\32xl\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .\32xl\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .\32xl\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .\32xl\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .\32xl\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .\32xl\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .\32xl\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .\32xl\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .\32xl\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .\32xl\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .\32xl\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .\32xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:top-1 {
    top: 0.25rem;
  }

  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:top-3 {
    top: 0.75rem;
  }

  .\32xl\:top-4 {
    top: 1rem;
  }

  .\32xl\:top-5 {
    top: 1.25rem;
  }

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:top-8 {
    top: 2rem;
  }

  .\32xl\:top-9 {
    top: 2.25rem;
  }

  .\32xl\:top-10 {
    top: 2.5rem;
  }

  .\32xl\:top-11 {
    top: 2.75rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:top-13 {
    top: 3.25rem;
  }

  .\32xl\:top-14 {
    top: 3.5rem;
  }

  .\32xl\:top-16 {
    top: 4rem;
  }

  .\32xl\:top-19 {
    top: 4.75rem;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:top-25 {
    top: 6.25rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:top-30 {
    top: 7.5rem;
  }

  .\32xl\:top-32 {
    top: 8rem;
  }

  .\32xl\:top-34 {
    top: 8.5rem;
  }

  .\32xl\:top-36 {
    top: 9rem;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:top-42 {
    top: 10.5rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:top-46 {
    top: 11.5rem;
  }

  .\32xl\:top-48 {
    top: 12rem;
  }

  .\32xl\:top-50 {
    top: 12.5rem;
  }

  .\32xl\:top-52 {
    top: 13rem;
  }

  .\32xl\:top-54 {
    top: 13.5rem;
  }

  .\32xl\:top-56 {
    top: 14rem;
  }

  .\32xl\:top-60 {
    top: 15rem;
  }

  .\32xl\:top-64 {
    top: 16rem;
  }

  .\32xl\:top-68 {
    top: 17rem;
  }

  .\32xl\:top-72 {
    top: 18rem;
  }

  .\32xl\:top-75 {
    top: 18.75rem;
  }

  .\32xl\:top-80 {
    top: 20rem;
  }

  .\32xl\:top-85 {
    top: 22rem;
  }

  .\32xl\:top-90 {
    top: 22.5rem;
  }

  .\32xl\:top-92 {
    top: 23rem;
  }

  .\32xl\:top-96 {
    top: 24rem;
  }

  .\32xl\:top-100 {
    top: 25rem;
  }

  .\32xl\:top-116 {
    top: 29rem;
  }

  .\32xl\:top-120 {
    top: 30rem;
  }

  .\32xl\:top-125 {
    top: 31.25rem;
  }

  .\32xl\:top-135 {
    top: 33.75rem;
  }

  .\32xl\:top-160 {
    top: 40rem;
  }

  .\32xl\:top-180 {
    top: 45rem;
  }

  .\32xl\:top-240 {
    top: 60rem;
  }

  .\32xl\:top-285 {
    top: 71.25rem;
  }

  .\32xl\:top-330 {
    top: 82.5rem;
  }

  .\32xl\:top-auto {
    top: auto;
  }

  .\32xl\:top-unset {
    top: unset;
  }

  .\32xl\:top-px {
    top: 1px;
  }

  .\32xl\:top-0\.4 {
    top: 0.1rem;
  }

  .\32xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\32xl\:top-0\.6 {
    top: 0.15rem;
  }

  .\32xl\:top-0\.75 {
    top: 0.2rem;
  }

  .\32xl\:top-1\.2 {
    top: 0.3rem;
  }

  .\32xl\:top-1\.25 {
    top: 0.3125rem;
  }

  .\32xl\:top-1\.4 {
    top: 0.35rem;
  }

  .\32xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\32xl\:top-1\.6 {
    top: 0.4rem;
  }

  .\32xl\:top-1\.75 {
    top: 0.4375rem;
  }

  .\32xl\:top-1\.8 {
    top: 0.45rem;
  }

  .\32xl\:top-2\.2 {
    top: 0.55rem;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl\:top-2\.6 {
    top: 0.65rem;
  }

  .\32xl\:top-2\.7 {
    top: 0.675rem;
  }

  .\32xl\:top-2\.8 {
    top: 0.7rem;
  }

  .\32xl\:top-3\.4 {
    top: 0.85rem;
  }

  .\32xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\32xl\:top-3\.6 {
    top: 0.9rem;
  }

  .\32xl\:top-4\.5 {
    top: 1.125rem;
  }

  .\32xl\:top-4\.8 {
    top: 1.2rem;
  }

  .\32xl\:top-5\.3 {
    top: 1.3rem;
  }

  .\32xl\:top-5\.4 {
    top: 1.35rem;
  }

  .\32xl\:top-5\.5 {
    top: 1.375rem;
  }

  .\32xl\:top-5\.6 {
    top: 1.4rem;
  }

  .\32xl\:top-6\.5 {
    top: 1.625rem;
  }

  .\32xl\:top-70\/100 {
    top: 70%;
  }

  .\32xl\:top-31\/100 {
    top: 31%;
  }

  .\32xl\:top-15\/100 {
    top: 15%;
  }

  .\32xl\:top-1\/100 {
    top: 1%;
  }

  .\32xl\:top-1\/10 {
    top: 10%;
  }

  .\32xl\:top-1\/2 {
    top: 50%;
  }

  .\32xl\:-top-0 {
    top: 0px;
  }

  .\32xl\:-top-1 {
    top: -0.25rem;
  }

  .\32xl\:-top-2 {
    top: -0.5rem;
  }

  .\32xl\:-top-3 {
    top: -0.75rem;
  }

  .\32xl\:-top-4 {
    top: -1rem;
  }

  .\32xl\:-top-5 {
    top: -1.25rem;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:-top-7 {
    top: -1.75rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-top-9 {
    top: -2.25rem;
  }

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-top-11 {
    top: -2.75rem;
  }

  .\32xl\:-top-12 {
    top: -3rem;
  }

  .\32xl\:-top-13 {
    top: -3.25rem;
  }

  .\32xl\:-top-14 {
    top: -3.5rem;
  }

  .\32xl\:-top-16 {
    top: -4rem;
  }

  .\32xl\:-top-19 {
    top: -4.75rem;
  }

  .\32xl\:-top-20 {
    top: -5rem;
  }

  .\32xl\:-top-24 {
    top: -6rem;
  }

  .\32xl\:-top-25 {
    top: -6.25rem;
  }

  .\32xl\:-top-28 {
    top: -7rem;
  }

  .\32xl\:-top-30 {
    top: -7.5rem;
  }

  .\32xl\:-top-32 {
    top: -8rem;
  }

  .\32xl\:-top-34 {
    top: -8.5rem;
  }

  .\32xl\:-top-36 {
    top: -9rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:-top-42 {
    top: -10.5rem;
  }

  .\32xl\:-top-44 {
    top: -11rem;
  }

  .\32xl\:-top-46 {
    top: -11.5rem;
  }

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-top-50 {
    top: -12.5rem;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

  .\32xl\:-top-54 {
    top: -13.5rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-top-60 {
    top: -15rem;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:-top-68 {
    top: -17rem;
  }

  .\32xl\:-top-72 {
    top: -18rem;
  }

  .\32xl\:-top-75 {
    top: -18.75rem;
  }

  .\32xl\:-top-80 {
    top: -20rem;
  }

  .\32xl\:-top-85 {
    top: -22rem;
  }

  .\32xl\:-top-90 {
    top: -22.5rem;
  }

  .\32xl\:-top-92 {
    top: -23rem;
  }

  .\32xl\:-top-96 {
    top: -24rem;
  }

  .\32xl\:-top-100 {
    top: -25rem;
  }

  .\32xl\:-top-116 {
    top: -29rem;
  }

  .\32xl\:-top-120 {
    top: -30rem;
  }

  .\32xl\:-top-125 {
    top: -31.25rem;
  }

  .\32xl\:-top-135 {
    top: -33.75rem;
  }

  .\32xl\:-top-160 {
    top: -40rem;
  }

  .\32xl\:-top-180 {
    top: -45rem;
  }

  .\32xl\:-top-240 {
    top: -60rem;
  }

  .\32xl\:-top-285 {
    top: -71.25rem;
  }

  .\32xl\:-top-330 {
    top: -82.5rem;
  }

  .\32xl\:-top-unset {
    top: unset;
  }

  .\32xl\:-top-px {
    top: -1px;
  }

  .\32xl\:-top-0\.4 {
    top: -0.1rem;
  }

  .\32xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\32xl\:-top-0\.6 {
    top: -0.15rem;
  }

  .\32xl\:-top-0\.75 {
    top: -0.2rem;
  }

  .\32xl\:-top-1\.2 {
    top: -0.3rem;
  }

  .\32xl\:-top-1\.25 {
    top: -0.3125rem;
  }

  .\32xl\:-top-1\.4 {
    top: -0.35rem;
  }

  .\32xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\32xl\:-top-1\.6 {
    top: -0.4rem;
  }

  .\32xl\:-top-1\.75 {
    top: -0.4375rem;
  }

  .\32xl\:-top-1\.8 {
    top: -0.45rem;
  }

  .\32xl\:-top-2\.2 {
    top: -0.55rem;
  }

  .\32xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\32xl\:-top-2\.6 {
    top: -0.65rem;
  }

  .\32xl\:-top-2\.7 {
    top: -0.675rem;
  }

  .\32xl\:-top-2\.8 {
    top: -0.7rem;
  }

  .\32xl\:-top-3\.4 {
    top: -0.85rem;
  }

  .\32xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\32xl\:-top-3\.6 {
    top: -0.9rem;
  }

  .\32xl\:-top-4\.5 {
    top: -1.125rem;
  }

  .\32xl\:-top-4\.8 {
    top: -1.2rem;
  }

  .\32xl\:-top-5\.3 {
    top: -1.3rem;
  }

  .\32xl\:-top-5\.4 {
    top: -1.35rem;
  }

  .\32xl\:-top-5\.5 {
    top: -1.375rem;
  }

  .\32xl\:-top-5\.6 {
    top: -1.4rem;
  }

  .\32xl\:-top-6\.5 {
    top: -1.625rem;
  }

  .\32xl\:-top-70\/100 {
    top: -70%;
  }

  .\32xl\:-top-31\/100 {
    top: -31%;
  }

  .\32xl\:-top-15\/100 {
    top: -15%;
  }

  .\32xl\:-top-1\/100 {
    top: -1%;
  }

  .\32xl\:-top-1\/10 {
    top: -10%;
  }

  .\32xl\:-top-1\/2 {
    top: -50%;
  }

  .\32xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:top-1\/4 {
    top: 25%;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:top-3\/4 {
    top: 75%;
  }

  .\32xl\:top-full {
    top: 100%;
  }

  .\32xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\32xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\32xl\:-top-1\/4 {
    top: -25%;
  }

  .\32xl\:-top-2\/4 {
    top: -50%;
  }

  .\32xl\:-top-3\/4 {
    top: -75%;
  }

  .\32xl\:-top-full {
    top: -100%;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:right-1 {
    right: 0.25rem;
  }

  .\32xl\:right-2 {
    right: 0.5rem;
  }

  .\32xl\:right-3 {
    right: 0.75rem;
  }

  .\32xl\:right-4 {
    right: 1rem;
  }

  .\32xl\:right-5 {
    right: 1.25rem;
  }

  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:right-7 {
    right: 1.75rem;
  }

  .\32xl\:right-8 {
    right: 2rem;
  }

  .\32xl\:right-9 {
    right: 2.25rem;
  }

  .\32xl\:right-10 {
    right: 2.5rem;
  }

  .\32xl\:right-11 {
    right: 2.75rem;
  }

  .\32xl\:right-12 {
    right: 3rem;
  }

  .\32xl\:right-13 {
    right: 3.25rem;
  }

  .\32xl\:right-14 {
    right: 3.5rem;
  }

  .\32xl\:right-16 {
    right: 4rem;
  }

  .\32xl\:right-19 {
    right: 4.75rem;
  }

  .\32xl\:right-20 {
    right: 5rem;
  }

  .\32xl\:right-24 {
    right: 6rem;
  }

  .\32xl\:right-25 {
    right: 6.25rem;
  }

  .\32xl\:right-28 {
    right: 7rem;
  }

  .\32xl\:right-30 {
    right: 7.5rem;
  }

  .\32xl\:right-32 {
    right: 8rem;
  }

  .\32xl\:right-34 {
    right: 8.5rem;
  }

  .\32xl\:right-36 {
    right: 9rem;
  }

  .\32xl\:right-40 {
    right: 10rem;
  }

  .\32xl\:right-42 {
    right: 10.5rem;
  }

  .\32xl\:right-44 {
    right: 11rem;
  }

  .\32xl\:right-46 {
    right: 11.5rem;
  }

  .\32xl\:right-48 {
    right: 12rem;
  }

  .\32xl\:right-50 {
    right: 12.5rem;
  }

  .\32xl\:right-52 {
    right: 13rem;
  }

  .\32xl\:right-54 {
    right: 13.5rem;
  }

  .\32xl\:right-56 {
    right: 14rem;
  }

  .\32xl\:right-60 {
    right: 15rem;
  }

  .\32xl\:right-64 {
    right: 16rem;
  }

  .\32xl\:right-68 {
    right: 17rem;
  }

  .\32xl\:right-72 {
    right: 18rem;
  }

  .\32xl\:right-75 {
    right: 18.75rem;
  }

  .\32xl\:right-80 {
    right: 20rem;
  }

  .\32xl\:right-85 {
    right: 22rem;
  }

  .\32xl\:right-90 {
    right: 22.5rem;
  }

  .\32xl\:right-92 {
    right: 23rem;
  }

  .\32xl\:right-96 {
    right: 24rem;
  }

  .\32xl\:right-100 {
    right: 25rem;
  }

  .\32xl\:right-116 {
    right: 29rem;
  }

  .\32xl\:right-120 {
    right: 30rem;
  }

  .\32xl\:right-125 {
    right: 31.25rem;
  }

  .\32xl\:right-135 {
    right: 33.75rem;
  }

  .\32xl\:right-160 {
    right: 40rem;
  }

  .\32xl\:right-180 {
    right: 45rem;
  }

  .\32xl\:right-240 {
    right: 60rem;
  }

  .\32xl\:right-285 {
    right: 71.25rem;
  }

  .\32xl\:right-330 {
    right: 82.5rem;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:right-unset {
    right: unset;
  }

  .\32xl\:right-px {
    right: 1px;
  }

  .\32xl\:right-0\.4 {
    right: 0.1rem;
  }

  .\32xl\:right-0\.5 {
    right: 0.125rem;
  }

  .\32xl\:right-0\.6 {
    right: 0.15rem;
  }

  .\32xl\:right-0\.75 {
    right: 0.2rem;
  }

  .\32xl\:right-1\.2 {
    right: 0.3rem;
  }

  .\32xl\:right-1\.25 {
    right: 0.3125rem;
  }

  .\32xl\:right-1\.4 {
    right: 0.35rem;
  }

  .\32xl\:right-1\.5 {
    right: 0.375rem;
  }

  .\32xl\:right-1\.6 {
    right: 0.4rem;
  }

  .\32xl\:right-1\.75 {
    right: 0.4375rem;
  }

  .\32xl\:right-1\.8 {
    right: 0.45rem;
  }

  .\32xl\:right-2\.2 {
    right: 0.55rem;
  }

  .\32xl\:right-2\.5 {
    right: 0.625rem;
  }

  .\32xl\:right-2\.6 {
    right: 0.65rem;
  }

  .\32xl\:right-2\.7 {
    right: 0.675rem;
  }

  .\32xl\:right-2\.8 {
    right: 0.7rem;
  }

  .\32xl\:right-3\.4 {
    right: 0.85rem;
  }

  .\32xl\:right-3\.5 {
    right: 0.875rem;
  }

  .\32xl\:right-3\.6 {
    right: 0.9rem;
  }

  .\32xl\:right-4\.5 {
    right: 1.125rem;
  }

  .\32xl\:right-4\.8 {
    right: 1.2rem;
  }

  .\32xl\:right-5\.3 {
    right: 1.3rem;
  }

  .\32xl\:right-5\.4 {
    right: 1.35rem;
  }

  .\32xl\:right-5\.5 {
    right: 1.375rem;
  }

  .\32xl\:right-5\.6 {
    right: 1.4rem;
  }

  .\32xl\:right-6\.5 {
    right: 1.625rem;
  }

  .\32xl\:right-70\/100 {
    right: 70%;
  }

  .\32xl\:right-31\/100 {
    right: 31%;
  }

  .\32xl\:right-15\/100 {
    right: 15%;
  }

  .\32xl\:right-1\/100 {
    right: 1%;
  }

  .\32xl\:right-1\/10 {
    right: 10%;
  }

  .\32xl\:right-1\/2 {
    right: 50%;
  }

  .\32xl\:-right-0 {
    right: 0px;
  }

  .\32xl\:-right-1 {
    right: -0.25rem;
  }

  .\32xl\:-right-2 {
    right: -0.5rem;
  }

  .\32xl\:-right-3 {
    right: -0.75rem;
  }

  .\32xl\:-right-4 {
    right: -1rem;
  }

  .\32xl\:-right-5 {
    right: -1.25rem;
  }

  .\32xl\:-right-6 {
    right: -1.5rem;
  }

  .\32xl\:-right-7 {
    right: -1.75rem;
  }

  .\32xl\:-right-8 {
    right: -2rem;
  }

  .\32xl\:-right-9 {
    right: -2.25rem;
  }

  .\32xl\:-right-10 {
    right: -2.5rem;
  }

  .\32xl\:-right-11 {
    right: -2.75rem;
  }

  .\32xl\:-right-12 {
    right: -3rem;
  }

  .\32xl\:-right-13 {
    right: -3.25rem;
  }

  .\32xl\:-right-14 {
    right: -3.5rem;
  }

  .\32xl\:-right-16 {
    right: -4rem;
  }

  .\32xl\:-right-19 {
    right: -4.75rem;
  }

  .\32xl\:-right-20 {
    right: -5rem;
  }

  .\32xl\:-right-24 {
    right: -6rem;
  }

  .\32xl\:-right-25 {
    right: -6.25rem;
  }

  .\32xl\:-right-28 {
    right: -7rem;
  }

  .\32xl\:-right-30 {
    right: -7.5rem;
  }

  .\32xl\:-right-32 {
    right: -8rem;
  }

  .\32xl\:-right-34 {
    right: -8.5rem;
  }

  .\32xl\:-right-36 {
    right: -9rem;
  }

  .\32xl\:-right-40 {
    right: -10rem;
  }

  .\32xl\:-right-42 {
    right: -10.5rem;
  }

  .\32xl\:-right-44 {
    right: -11rem;
  }

  .\32xl\:-right-46 {
    right: -11.5rem;
  }

  .\32xl\:-right-48 {
    right: -12rem;
  }

  .\32xl\:-right-50 {
    right: -12.5rem;
  }

  .\32xl\:-right-52 {
    right: -13rem;
  }

  .\32xl\:-right-54 {
    right: -13.5rem;
  }

  .\32xl\:-right-56 {
    right: -14rem;
  }

  .\32xl\:-right-60 {
    right: -15rem;
  }

  .\32xl\:-right-64 {
    right: -16rem;
  }

  .\32xl\:-right-68 {
    right: -17rem;
  }

  .\32xl\:-right-72 {
    right: -18rem;
  }

  .\32xl\:-right-75 {
    right: -18.75rem;
  }

  .\32xl\:-right-80 {
    right: -20rem;
  }

  .\32xl\:-right-85 {
    right: -22rem;
  }

  .\32xl\:-right-90 {
    right: -22.5rem;
  }

  .\32xl\:-right-92 {
    right: -23rem;
  }

  .\32xl\:-right-96 {
    right: -24rem;
  }

  .\32xl\:-right-100 {
    right: -25rem;
  }

  .\32xl\:-right-116 {
    right: -29rem;
  }

  .\32xl\:-right-120 {
    right: -30rem;
  }

  .\32xl\:-right-125 {
    right: -31.25rem;
  }

  .\32xl\:-right-135 {
    right: -33.75rem;
  }

  .\32xl\:-right-160 {
    right: -40rem;
  }

  .\32xl\:-right-180 {
    right: -45rem;
  }

  .\32xl\:-right-240 {
    right: -60rem;
  }

  .\32xl\:-right-285 {
    right: -71.25rem;
  }

  .\32xl\:-right-330 {
    right: -82.5rem;
  }

  .\32xl\:-right-unset {
    right: unset;
  }

  .\32xl\:-right-px {
    right: -1px;
  }

  .\32xl\:-right-0\.4 {
    right: -0.1rem;
  }

  .\32xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .\32xl\:-right-0\.6 {
    right: -0.15rem;
  }

  .\32xl\:-right-0\.75 {
    right: -0.2rem;
  }

  .\32xl\:-right-1\.2 {
    right: -0.3rem;
  }

  .\32xl\:-right-1\.25 {
    right: -0.3125rem;
  }

  .\32xl\:-right-1\.4 {
    right: -0.35rem;
  }

  .\32xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .\32xl\:-right-1\.6 {
    right: -0.4rem;
  }

  .\32xl\:-right-1\.75 {
    right: -0.4375rem;
  }

  .\32xl\:-right-1\.8 {
    right: -0.45rem;
  }

  .\32xl\:-right-2\.2 {
    right: -0.55rem;
  }

  .\32xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .\32xl\:-right-2\.6 {
    right: -0.65rem;
  }

  .\32xl\:-right-2\.7 {
    right: -0.675rem;
  }

  .\32xl\:-right-2\.8 {
    right: -0.7rem;
  }

  .\32xl\:-right-3\.4 {
    right: -0.85rem;
  }

  .\32xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .\32xl\:-right-3\.6 {
    right: -0.9rem;
  }

  .\32xl\:-right-4\.5 {
    right: -1.125rem;
  }

  .\32xl\:-right-4\.8 {
    right: -1.2rem;
  }

  .\32xl\:-right-5\.3 {
    right: -1.3rem;
  }

  .\32xl\:-right-5\.4 {
    right: -1.35rem;
  }

  .\32xl\:-right-5\.5 {
    right: -1.375rem;
  }

  .\32xl\:-right-5\.6 {
    right: -1.4rem;
  }

  .\32xl\:-right-6\.5 {
    right: -1.625rem;
  }

  .\32xl\:-right-70\/100 {
    right: -70%;
  }

  .\32xl\:-right-31\/100 {
    right: -31%;
  }

  .\32xl\:-right-15\/100 {
    right: -15%;
  }

  .\32xl\:-right-1\/100 {
    right: -1%;
  }

  .\32xl\:-right-1\/10 {
    right: -10%;
  }

  .\32xl\:-right-1\/2 {
    right: -50%;
  }

  .\32xl\:right-1\/3 {
    right: 33.333333%;
  }

  .\32xl\:right-2\/3 {
    right: 66.666667%;
  }

  .\32xl\:right-1\/4 {
    right: 25%;
  }

  .\32xl\:right-2\/4 {
    right: 50%;
  }

  .\32xl\:right-3\/4 {
    right: 75%;
  }

  .\32xl\:right-full {
    right: 100%;
  }

  .\32xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .\32xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .\32xl\:-right-1\/4 {
    right: -25%;
  }

  .\32xl\:-right-2\/4 {
    right: -50%;
  }

  .\32xl\:-right-3\/4 {
    right: -75%;
  }

  .\32xl\:-right-full {
    right: -100%;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem;
  }

  .\32xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\32xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\32xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\32xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl\:bottom-13 {
    bottom: 3.25rem;
  }

  .\32xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\32xl\:bottom-16 {
    bottom: 4rem;
  }

  .\32xl\:bottom-19 {
    bottom: 4.75rem;
  }

  .\32xl\:bottom-20 {
    bottom: 5rem;
  }

  .\32xl\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl\:bottom-25 {
    bottom: 6.25rem;
  }

  .\32xl\:bottom-28 {
    bottom: 7rem;
  }

  .\32xl\:bottom-30 {
    bottom: 7.5rem;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem;
  }

  .\32xl\:bottom-34 {
    bottom: 8.5rem;
  }

  .\32xl\:bottom-36 {
    bottom: 9rem;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl\:bottom-42 {
    bottom: 10.5rem;
  }

  .\32xl\:bottom-44 {
    bottom: 11rem;
  }

  .\32xl\:bottom-46 {
    bottom: 11.5rem;
  }

  .\32xl\:bottom-48 {
    bottom: 12rem;
  }

  .\32xl\:bottom-50 {
    bottom: 12.5rem;
  }

  .\32xl\:bottom-52 {
    bottom: 13rem;
  }

  .\32xl\:bottom-54 {
    bottom: 13.5rem;
  }

  .\32xl\:bottom-56 {
    bottom: 14rem;
  }

  .\32xl\:bottom-60 {
    bottom: 15rem;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl\:bottom-68 {
    bottom: 17rem;
  }

  .\32xl\:bottom-72 {
    bottom: 18rem;
  }

  .\32xl\:bottom-75 {
    bottom: 18.75rem;
  }

  .\32xl\:bottom-80 {
    bottom: 20rem;
  }

  .\32xl\:bottom-85 {
    bottom: 22rem;
  }

  .\32xl\:bottom-90 {
    bottom: 22.5rem;
  }

  .\32xl\:bottom-92 {
    bottom: 23rem;
  }

  .\32xl\:bottom-96 {
    bottom: 24rem;
  }

  .\32xl\:bottom-100 {
    bottom: 25rem;
  }

  .\32xl\:bottom-116 {
    bottom: 29rem;
  }

  .\32xl\:bottom-120 {
    bottom: 30rem;
  }

  .\32xl\:bottom-125 {
    bottom: 31.25rem;
  }

  .\32xl\:bottom-135 {
    bottom: 33.75rem;
  }

  .\32xl\:bottom-160 {
    bottom: 40rem;
  }

  .\32xl\:bottom-180 {
    bottom: 45rem;
  }

  .\32xl\:bottom-240 {
    bottom: 60rem;
  }

  .\32xl\:bottom-285 {
    bottom: 71.25rem;
  }

  .\32xl\:bottom-330 {
    bottom: 82.5rem;
  }

  .\32xl\:bottom-auto {
    bottom: auto;
  }

  .\32xl\:bottom-unset {
    bottom: unset;
  }

  .\32xl\:bottom-px {
    bottom: 1px;
  }

  .\32xl\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\32xl\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .\32xl\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .\32xl\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .\32xl\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .\32xl\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\32xl\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .\32xl\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .\32xl\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .\32xl\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\32xl\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .\32xl\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .\32xl\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .\32xl\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\32xl\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .\32xl\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .\32xl\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .\32xl\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .\32xl\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .\32xl\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .\32xl\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .\32xl\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .\32xl\:bottom-70\/100 {
    bottom: 70%;
  }

  .\32xl\:bottom-31\/100 {
    bottom: 31%;
  }

  .\32xl\:bottom-15\/100 {
    bottom: 15%;
  }

  .\32xl\:bottom-1\/100 {
    bottom: 1%;
  }

  .\32xl\:bottom-1\/10 {
    bottom: 10%;
  }

  .\32xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\32xl\:-bottom-0 {
    bottom: 0px;
  }

  .\32xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\32xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\32xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\32xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\32xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\32xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\32xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\32xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\32xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\32xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl\:-bottom-13 {
    bottom: -3.25rem;
  }

  .\32xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\32xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\32xl\:-bottom-19 {
    bottom: -4.75rem;
  }

  .\32xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl\:-bottom-24 {
    bottom: -6rem;
  }

  .\32xl\:-bottom-25 {
    bottom: -6.25rem;
  }

  .\32xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\32xl\:-bottom-30 {
    bottom: -7.5rem;
  }

  .\32xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\32xl\:-bottom-34 {
    bottom: -8.5rem;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\32xl\:-bottom-42 {
    bottom: -10.5rem;
  }

  .\32xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\32xl\:-bottom-46 {
    bottom: -11.5rem;
  }

  .\32xl\:-bottom-48 {
    bottom: -12rem;
  }

  .\32xl\:-bottom-50 {
    bottom: -12.5rem;
  }

  .\32xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\32xl\:-bottom-54 {
    bottom: -13.5rem;
  }

  .\32xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\32xl\:-bottom-60 {
    bottom: -15rem;
  }

  .\32xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\32xl\:-bottom-68 {
    bottom: -17rem;
  }

  .\32xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl\:-bottom-75 {
    bottom: -18.75rem;
  }

  .\32xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\32xl\:-bottom-85 {
    bottom: -22rem;
  }

  .\32xl\:-bottom-90 {
    bottom: -22.5rem;
  }

  .\32xl\:-bottom-92 {
    bottom: -23rem;
  }

  .\32xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl\:-bottom-100 {
    bottom: -25rem;
  }

  .\32xl\:-bottom-116 {
    bottom: -29rem;
  }

  .\32xl\:-bottom-120 {
    bottom: -30rem;
  }

  .\32xl\:-bottom-125 {
    bottom: -31.25rem;
  }

  .\32xl\:-bottom-135 {
    bottom: -33.75rem;
  }

  .\32xl\:-bottom-160 {
    bottom: -40rem;
  }

  .\32xl\:-bottom-180 {
    bottom: -45rem;
  }

  .\32xl\:-bottom-240 {
    bottom: -60rem;
  }

  .\32xl\:-bottom-285 {
    bottom: -71.25rem;
  }

  .\32xl\:-bottom-330 {
    bottom: -82.5rem;
  }

  .\32xl\:-bottom-unset {
    bottom: unset;
  }

  .\32xl\:-bottom-px {
    bottom: -1px;
  }

  .\32xl\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\32xl\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .\32xl\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .\32xl\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .\32xl\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .\32xl\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\32xl\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .\32xl\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .\32xl\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .\32xl\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\32xl\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .\32xl\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .\32xl\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .\32xl\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\32xl\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .\32xl\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .\32xl\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .\32xl\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .\32xl\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .\32xl\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .\32xl\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .\32xl\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .\32xl\:-bottom-70\/100 {
    bottom: -70%;
  }

  .\32xl\:-bottom-31\/100 {
    bottom: -31%;
  }

  .\32xl\:-bottom-15\/100 {
    bottom: -15%;
  }

  .\32xl\:-bottom-1\/100 {
    bottom: -1%;
  }

  .\32xl\:-bottom-1\/10 {
    bottom: -10%;
  }

  .\32xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\32xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\32xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\32xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\32xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\32xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\32xl\:bottom-full {
    bottom: 100%;
  }

  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\32xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\32xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\32xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\32xl\:-bottom-full {
    bottom: -100%;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:left-1 {
    left: 0.25rem;
  }

  .\32xl\:left-2 {
    left: 0.5rem;
  }

  .\32xl\:left-3 {
    left: 0.75rem;
  }

  .\32xl\:left-4 {
    left: 1rem;
  }

  .\32xl\:left-5 {
    left: 1.25rem;
  }

  .\32xl\:left-6 {
    left: 1.5rem;
  }

  .\32xl\:left-7 {
    left: 1.75rem;
  }

  .\32xl\:left-8 {
    left: 2rem;
  }

  .\32xl\:left-9 {
    left: 2.25rem;
  }

  .\32xl\:left-10 {
    left: 2.5rem;
  }

  .\32xl\:left-11 {
    left: 2.75rem;
  }

  .\32xl\:left-12 {
    left: 3rem;
  }

  .\32xl\:left-13 {
    left: 3.25rem;
  }

  .\32xl\:left-14 {
    left: 3.5rem;
  }

  .\32xl\:left-16 {
    left: 4rem;
  }

  .\32xl\:left-19 {
    left: 4.75rem;
  }

  .\32xl\:left-20 {
    left: 5rem;
  }

  .\32xl\:left-24 {
    left: 6rem;
  }

  .\32xl\:left-25 {
    left: 6.25rem;
  }

  .\32xl\:left-28 {
    left: 7rem;
  }

  .\32xl\:left-30 {
    left: 7.5rem;
  }

  .\32xl\:left-32 {
    left: 8rem;
  }

  .\32xl\:left-34 {
    left: 8.5rem;
  }

  .\32xl\:left-36 {
    left: 9rem;
  }

  .\32xl\:left-40 {
    left: 10rem;
  }

  .\32xl\:left-42 {
    left: 10.5rem;
  }

  .\32xl\:left-44 {
    left: 11rem;
  }

  .\32xl\:left-46 {
    left: 11.5rem;
  }

  .\32xl\:left-48 {
    left: 12rem;
  }

  .\32xl\:left-50 {
    left: 12.5rem;
  }

  .\32xl\:left-52 {
    left: 13rem;
  }

  .\32xl\:left-54 {
    left: 13.5rem;
  }

  .\32xl\:left-56 {
    left: 14rem;
  }

  .\32xl\:left-60 {
    left: 15rem;
  }

  .\32xl\:left-64 {
    left: 16rem;
  }

  .\32xl\:left-68 {
    left: 17rem;
  }

  .\32xl\:left-72 {
    left: 18rem;
  }

  .\32xl\:left-75 {
    left: 18.75rem;
  }

  .\32xl\:left-80 {
    left: 20rem;
  }

  .\32xl\:left-85 {
    left: 22rem;
  }

  .\32xl\:left-90 {
    left: 22.5rem;
  }

  .\32xl\:left-92 {
    left: 23rem;
  }

  .\32xl\:left-96 {
    left: 24rem;
  }

  .\32xl\:left-100 {
    left: 25rem;
  }

  .\32xl\:left-116 {
    left: 29rem;
  }

  .\32xl\:left-120 {
    left: 30rem;
  }

  .\32xl\:left-125 {
    left: 31.25rem;
  }

  .\32xl\:left-135 {
    left: 33.75rem;
  }

  .\32xl\:left-160 {
    left: 40rem;
  }

  .\32xl\:left-180 {
    left: 45rem;
  }

  .\32xl\:left-240 {
    left: 60rem;
  }

  .\32xl\:left-285 {
    left: 71.25rem;
  }

  .\32xl\:left-330 {
    left: 82.5rem;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:left-unset {
    left: unset;
  }

  .\32xl\:left-px {
    left: 1px;
  }

  .\32xl\:left-0\.4 {
    left: 0.1rem;
  }

  .\32xl\:left-0\.5 {
    left: 0.125rem;
  }

  .\32xl\:left-0\.6 {
    left: 0.15rem;
  }

  .\32xl\:left-0\.75 {
    left: 0.2rem;
  }

  .\32xl\:left-1\.2 {
    left: 0.3rem;
  }

  .\32xl\:left-1\.25 {
    left: 0.3125rem;
  }

  .\32xl\:left-1\.4 {
    left: 0.35rem;
  }

  .\32xl\:left-1\.5 {
    left: 0.375rem;
  }

  .\32xl\:left-1\.6 {
    left: 0.4rem;
  }

  .\32xl\:left-1\.75 {
    left: 0.4375rem;
  }

  .\32xl\:left-1\.8 {
    left: 0.45rem;
  }

  .\32xl\:left-2\.2 {
    left: 0.55rem;
  }

  .\32xl\:left-2\.5 {
    left: 0.625rem;
  }

  .\32xl\:left-2\.6 {
    left: 0.65rem;
  }

  .\32xl\:left-2\.7 {
    left: 0.675rem;
  }

  .\32xl\:left-2\.8 {
    left: 0.7rem;
  }

  .\32xl\:left-3\.4 {
    left: 0.85rem;
  }

  .\32xl\:left-3\.5 {
    left: 0.875rem;
  }

  .\32xl\:left-3\.6 {
    left: 0.9rem;
  }

  .\32xl\:left-4\.5 {
    left: 1.125rem;
  }

  .\32xl\:left-4\.8 {
    left: 1.2rem;
  }

  .\32xl\:left-5\.3 {
    left: 1.3rem;
  }

  .\32xl\:left-5\.4 {
    left: 1.35rem;
  }

  .\32xl\:left-5\.5 {
    left: 1.375rem;
  }

  .\32xl\:left-5\.6 {
    left: 1.4rem;
  }

  .\32xl\:left-6\.5 {
    left: 1.625rem;
  }

  .\32xl\:left-70\/100 {
    left: 70%;
  }

  .\32xl\:left-31\/100 {
    left: 31%;
  }

  .\32xl\:left-15\/100 {
    left: 15%;
  }

  .\32xl\:left-1\/100 {
    left: 1%;
  }

  .\32xl\:left-1\/10 {
    left: 10%;
  }

  .\32xl\:left-1\/2 {
    left: 50%;
  }

  .\32xl\:-left-0 {
    left: 0px;
  }

  .\32xl\:-left-1 {
    left: -0.25rem;
  }

  .\32xl\:-left-2 {
    left: -0.5rem;
  }

  .\32xl\:-left-3 {
    left: -0.75rem;
  }

  .\32xl\:-left-4 {
    left: -1rem;
  }

  .\32xl\:-left-5 {
    left: -1.25rem;
  }

  .\32xl\:-left-6 {
    left: -1.5rem;
  }

  .\32xl\:-left-7 {
    left: -1.75rem;
  }

  .\32xl\:-left-8 {
    left: -2rem;
  }

  .\32xl\:-left-9 {
    left: -2.25rem;
  }

  .\32xl\:-left-10 {
    left: -2.5rem;
  }

  .\32xl\:-left-11 {
    left: -2.75rem;
  }

  .\32xl\:-left-12 {
    left: -3rem;
  }

  .\32xl\:-left-13 {
    left: -3.25rem;
  }

  .\32xl\:-left-14 {
    left: -3.5rem;
  }

  .\32xl\:-left-16 {
    left: -4rem;
  }

  .\32xl\:-left-19 {
    left: -4.75rem;
  }

  .\32xl\:-left-20 {
    left: -5rem;
  }

  .\32xl\:-left-24 {
    left: -6rem;
  }

  .\32xl\:-left-25 {
    left: -6.25rem;
  }

  .\32xl\:-left-28 {
    left: -7rem;
  }

  .\32xl\:-left-30 {
    left: -7.5rem;
  }

  .\32xl\:-left-32 {
    left: -8rem;
  }

  .\32xl\:-left-34 {
    left: -8.5rem;
  }

  .\32xl\:-left-36 {
    left: -9rem;
  }

  .\32xl\:-left-40 {
    left: -10rem;
  }

  .\32xl\:-left-42 {
    left: -10.5rem;
  }

  .\32xl\:-left-44 {
    left: -11rem;
  }

  .\32xl\:-left-46 {
    left: -11.5rem;
  }

  .\32xl\:-left-48 {
    left: -12rem;
  }

  .\32xl\:-left-50 {
    left: -12.5rem;
  }

  .\32xl\:-left-52 {
    left: -13rem;
  }

  .\32xl\:-left-54 {
    left: -13.5rem;
  }

  .\32xl\:-left-56 {
    left: -14rem;
  }

  .\32xl\:-left-60 {
    left: -15rem;
  }

  .\32xl\:-left-64 {
    left: -16rem;
  }

  .\32xl\:-left-68 {
    left: -17rem;
  }

  .\32xl\:-left-72 {
    left: -18rem;
  }

  .\32xl\:-left-75 {
    left: -18.75rem;
  }

  .\32xl\:-left-80 {
    left: -20rem;
  }

  .\32xl\:-left-85 {
    left: -22rem;
  }

  .\32xl\:-left-90 {
    left: -22.5rem;
  }

  .\32xl\:-left-92 {
    left: -23rem;
  }

  .\32xl\:-left-96 {
    left: -24rem;
  }

  .\32xl\:-left-100 {
    left: -25rem;
  }

  .\32xl\:-left-116 {
    left: -29rem;
  }

  .\32xl\:-left-120 {
    left: -30rem;
  }

  .\32xl\:-left-125 {
    left: -31.25rem;
  }

  .\32xl\:-left-135 {
    left: -33.75rem;
  }

  .\32xl\:-left-160 {
    left: -40rem;
  }

  .\32xl\:-left-180 {
    left: -45rem;
  }

  .\32xl\:-left-240 {
    left: -60rem;
  }

  .\32xl\:-left-285 {
    left: -71.25rem;
  }

  .\32xl\:-left-330 {
    left: -82.5rem;
  }

  .\32xl\:-left-unset {
    left: unset;
  }

  .\32xl\:-left-px {
    left: -1px;
  }

  .\32xl\:-left-0\.4 {
    left: -0.1rem;
  }

  .\32xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .\32xl\:-left-0\.6 {
    left: -0.15rem;
  }

  .\32xl\:-left-0\.75 {
    left: -0.2rem;
  }

  .\32xl\:-left-1\.2 {
    left: -0.3rem;
  }

  .\32xl\:-left-1\.25 {
    left: -0.3125rem;
  }

  .\32xl\:-left-1\.4 {
    left: -0.35rem;
  }

  .\32xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .\32xl\:-left-1\.6 {
    left: -0.4rem;
  }

  .\32xl\:-left-1\.75 {
    left: -0.4375rem;
  }

  .\32xl\:-left-1\.8 {
    left: -0.45rem;
  }

  .\32xl\:-left-2\.2 {
    left: -0.55rem;
  }

  .\32xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .\32xl\:-left-2\.6 {
    left: -0.65rem;
  }

  .\32xl\:-left-2\.7 {
    left: -0.675rem;
  }

  .\32xl\:-left-2\.8 {
    left: -0.7rem;
  }

  .\32xl\:-left-3\.4 {
    left: -0.85rem;
  }

  .\32xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .\32xl\:-left-3\.6 {
    left: -0.9rem;
  }

  .\32xl\:-left-4\.5 {
    left: -1.125rem;
  }

  .\32xl\:-left-4\.8 {
    left: -1.2rem;
  }

  .\32xl\:-left-5\.3 {
    left: -1.3rem;
  }

  .\32xl\:-left-5\.4 {
    left: -1.35rem;
  }

  .\32xl\:-left-5\.5 {
    left: -1.375rem;
  }

  .\32xl\:-left-5\.6 {
    left: -1.4rem;
  }

  .\32xl\:-left-6\.5 {
    left: -1.625rem;
  }

  .\32xl\:-left-70\/100 {
    left: -70%;
  }

  .\32xl\:-left-31\/100 {
    left: -31%;
  }

  .\32xl\:-left-15\/100 {
    left: -15%;
  }

  .\32xl\:-left-1\/100 {
    left: -1%;
  }

  .\32xl\:-left-1\/10 {
    left: -10%;
  }

  .\32xl\:-left-1\/2 {
    left: -50%;
  }

  .\32xl\:left-1\/3 {
    left: 33.333333%;
  }

  .\32xl\:left-2\/3 {
    left: 66.666667%;
  }

  .\32xl\:left-1\/4 {
    left: 25%;
  }

  .\32xl\:left-2\/4 {
    left: 50%;
  }

  .\32xl\:left-3\/4 {
    left: 75%;
  }

  .\32xl\:left-full {
    left: 100%;
  }

  .\32xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .\32xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .\32xl\:-left-1\/4 {
    left: -25%;
  }

  .\32xl\:-left-2\/4 {
    left: -50%;
  }

  .\32xl\:-left-3\/4 {
    left: -75%;
  }

  .\32xl\:-left-full {
    left: -100%;
  }

  .\32xl\:isolate {
    isolation: isolate;
  }

  .\32xl\:isolation-auto {
    isolation: auto;
  }

  .\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;
  }

  .\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\: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\: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;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .\32xl\:clear-left {
    clear: left;
  }

  .\32xl\:clear-right {
    clear: right;
  }

  .\32xl\:clear-both {
    clear: both;
  }

  .\32xl\:clear-none {
    clear: none;
  }

  .\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-13 {
    margin: 3.25rem;
  }

  .\32xl\:m-14 {
    margin: 3.5rem;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

  .\32xl\:m-19 {
    margin: 4.75rem;
  }

  .\32xl\:m-20 {
    margin: 5rem;
  }

  .\32xl\:m-24 {
    margin: 6rem;
  }

  .\32xl\:m-25 {
    margin: 6.25rem;
  }

  .\32xl\:m-28 {
    margin: 7rem;
  }

  .\32xl\:m-30 {
    margin: 7.5rem;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-34 {
    margin: 8.5rem;
  }

  .\32xl\:m-36 {
    margin: 9rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-42 {
    margin: 10.5rem;
  }

  .\32xl\:m-44 {
    margin: 11rem;
  }

  .\32xl\:m-46 {
    margin: 11.5rem;
  }

  .\32xl\:m-48 {
    margin: 12rem;
  }

  .\32xl\:m-50 {
    margin: 12.5rem;
  }

  .\32xl\:m-52 {
    margin: 13rem;
  }

  .\32xl\:m-54 {
    margin: 13.5rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-60 {
    margin: 15rem;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-68 {
    margin: 17rem;
  }

  .\32xl\:m-72 {
    margin: 18rem;
  }

  .\32xl\:m-75 {
    margin: 18.75rem;
  }

  .\32xl\:m-80 {
    margin: 20rem;
  }

  .\32xl\:m-85 {
    margin: 22rem;
  }

  .\32xl\:m-90 {
    margin: 22.5rem;
  }

  .\32xl\:m-92 {
    margin: 23rem;
  }

  .\32xl\:m-96 {
    margin: 24rem;
  }

  .\32xl\:m-100 {
    margin: 25rem;
  }

  .\32xl\:m-116 {
    margin: 29rem;
  }

  .\32xl\:m-120 {
    margin: 30rem;
  }

  .\32xl\:m-125 {
    margin: 31.25rem;
  }

  .\32xl\:m-135 {
    margin: 33.75rem;
  }

  .\32xl\:m-160 {
    margin: 40rem;
  }

  .\32xl\:m-180 {
    margin: 45rem;
  }

  .\32xl\:m-240 {
    margin: 60rem;
  }

  .\32xl\:m-285 {
    margin: 71.25rem;
  }

  .\32xl\:m-330 {
    margin: 82.5rem;
  }

  .\32xl\:m-auto {
    margin: auto;
  }

  .\32xl\:m-unset {
    margin: unset;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:m-0\.4 {
    margin: 0.1rem;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl\:m-0\.6 {
    margin: 0.15rem;
  }

  .\32xl\:m-0\.75 {
    margin: 0.2rem;
  }

  .\32xl\:m-1\.2 {
    margin: 0.3rem;
  }

  .\32xl\:m-1\.25 {
    margin: 0.3125rem;
  }

  .\32xl\:m-1\.4 {
    margin: 0.35rem;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl\:m-1\.6 {
    margin: 0.4rem;
  }

  .\32xl\:m-1\.75 {
    margin: 0.4375rem;
  }

  .\32xl\:m-1\.8 {
    margin: 0.45rem;
  }

  .\32xl\:m-2\.2 {
    margin: 0.55rem;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl\:m-2\.6 {
    margin: 0.65rem;
  }

  .\32xl\:m-2\.7 {
    margin: 0.675rem;
  }

  .\32xl\:m-2\.8 {
    margin: 0.7rem;
  }

  .\32xl\:m-3\.4 {
    margin: 0.85rem;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl\:m-3\.6 {
    margin: 0.9rem;
  }

  .\32xl\:m-4\.5 {
    margin: 1.125rem;
  }

  .\32xl\:m-4\.8 {
    margin: 1.2rem;
  }

  .\32xl\:m-5\.3 {
    margin: 1.3rem;
  }

  .\32xl\:m-5\.4 {
    margin: 1.35rem;
  }

  .\32xl\:m-5\.5 {
    margin: 1.375rem;
  }

  .\32xl\:m-5\.6 {
    margin: 1.4rem;
  }

  .\32xl\:m-6\.5 {
    margin: 1.625rem;
  }

  .\32xl\:m-70\/100 {
    margin: 70%;
  }

  .\32xl\:m-31\/100 {
    margin: 31%;
  }

  .\32xl\:m-15\/100 {
    margin: 15%;
  }

  .\32xl\:m-1\/100 {
    margin: 1%;
  }

  .\32xl\:m-1\/10 {
    margin: 10%;
  }

  .\32xl\:m-1\/2 {
    margin: 50%;
  }

  .\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-13 {
    margin: -3.25rem;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem;
  }

  .\32xl\:-m-16 {
    margin: -4rem;
  }

  .\32xl\:-m-19 {
    margin: -4.75rem;
  }

  .\32xl\:-m-20 {
    margin: -5rem;
  }

  .\32xl\:-m-24 {
    margin: -6rem;
  }

  .\32xl\:-m-25 {
    margin: -6.25rem;
  }

  .\32xl\:-m-28 {
    margin: -7rem;
  }

  .\32xl\:-m-30 {
    margin: -7.5rem;
  }

  .\32xl\:-m-32 {
    margin: -8rem;
  }

  .\32xl\:-m-34 {
    margin: -8.5rem;
  }

  .\32xl\:-m-36 {
    margin: -9rem;
  }

  .\32xl\:-m-40 {
    margin: -10rem;
  }

  .\32xl\:-m-42 {
    margin: -10.5rem;
  }

  .\32xl\:-m-44 {
    margin: -11rem;
  }

  .\32xl\:-m-46 {
    margin: -11.5rem;
  }

  .\32xl\:-m-48 {
    margin: -12rem;
  }

  .\32xl\:-m-50 {
    margin: -12.5rem;
  }

  .\32xl\:-m-52 {
    margin: -13rem;
  }

  .\32xl\:-m-54 {
    margin: -13.5rem;
  }

  .\32xl\:-m-56 {
    margin: -14rem;
  }

  .\32xl\:-m-60 {
    margin: -15rem;
  }

  .\32xl\:-m-64 {
    margin: -16rem;
  }

  .\32xl\:-m-68 {
    margin: -17rem;
  }

  .\32xl\:-m-72 {
    margin: -18rem;
  }

  .\32xl\:-m-75 {
    margin: -18.75rem;
  }

  .\32xl\:-m-80 {
    margin: -20rem;
  }

  .\32xl\:-m-85 {
    margin: -22rem;
  }

  .\32xl\:-m-90 {
    margin: -22.5rem;
  }

  .\32xl\:-m-92 {
    margin: -23rem;
  }

  .\32xl\:-m-96 {
    margin: -24rem;
  }

  .\32xl\:-m-100 {
    margin: -25rem;
  }

  .\32xl\:-m-116 {
    margin: -29rem;
  }

  .\32xl\:-m-120 {
    margin: -30rem;
  }

  .\32xl\:-m-125 {
    margin: -31.25rem;
  }

  .\32xl\:-m-135 {
    margin: -33.75rem;
  }

  .\32xl\:-m-160 {
    margin: -40rem;
  }

  .\32xl\:-m-180 {
    margin: -45rem;
  }

  .\32xl\:-m-240 {
    margin: -60rem;
  }

  .\32xl\:-m-285 {
    margin: -71.25rem;
  }

  .\32xl\:-m-330 {
    margin: -82.5rem;
  }

  .\32xl\:-m-unset {
    margin: unset;
  }

  .\32xl\:-m-px {
    margin: -1px;
  }

  .\32xl\:-m-0\.4 {
    margin: -0.1rem;
  }

  .\32xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\32xl\:-m-0\.6 {
    margin: -0.15rem;
  }

  .\32xl\:-m-0\.75 {
    margin: -0.2rem;
  }

  .\32xl\:-m-1\.2 {
    margin: -0.3rem;
  }

  .\32xl\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .\32xl\:-m-1\.4 {
    margin: -0.35rem;
  }

  .\32xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\32xl\:-m-1\.6 {
    margin: -0.4rem;
  }

  .\32xl\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .\32xl\:-m-1\.8 {
    margin: -0.45rem;
  }

  .\32xl\:-m-2\.2 {
    margin: -0.55rem;
  }

  .\32xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\32xl\:-m-2\.6 {
    margin: -0.65rem;
  }

  .\32xl\:-m-2\.7 {
    margin: -0.675rem;
  }

  .\32xl\:-m-2\.8 {
    margin: -0.7rem;
  }

  .\32xl\:-m-3\.4 {
    margin: -0.85rem;
  }

  .\32xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\32xl\:-m-3\.6 {
    margin: -0.9rem;
  }

  .\32xl\:-m-4\.5 {
    margin: -1.125rem;
  }

  .\32xl\:-m-4\.8 {
    margin: -1.2rem;
  }

  .\32xl\:-m-5\.3 {
    margin: -1.3rem;
  }

  .\32xl\:-m-5\.4 {
    margin: -1.35rem;
  }

  .\32xl\:-m-5\.5 {
    margin: -1.375rem;
  }

  .\32xl\:-m-5\.6 {
    margin: -1.4rem;
  }

  .\32xl\:-m-6\.5 {
    margin: -1.625rem;
  }

  .\32xl\:-m-70\/100 {
    margin: -70%;
  }

  .\32xl\:-m-31\/100 {
    margin: -31%;
  }

  .\32xl\:-m-15\/100 {
    margin: -15%;
  }

  .\32xl\:-m-1\/100 {
    margin: -1%;
  }

  .\32xl\:-m-1\/10 {
    margin: -10%;
  }

  .\32xl\:-m-1\/2 {
    margin: -50%;
  }

  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .\32xl\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .\32xl\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .\32xl\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .\32xl\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .\32xl\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .\32xl\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .\32xl\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .\32xl\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .\32xl\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .\32xl\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .\32xl\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .\32xl\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .\32xl\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .\32xl\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .\32xl\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .\32xl\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .\32xl\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .\32xl\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .\32xl\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .\32xl\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .\32xl\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .\32xl\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .\32xl\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .\32xl\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .\32xl\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .\32xl\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .\32xl\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .\32xl\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .\32xl\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .\32xl\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .\32xl\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .\32xl\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .\32xl\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .\32xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .\32xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .\32xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .\32xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .\32xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .\32xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .\32xl\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .\32xl\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .\32xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .\32xl\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .\32xl\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .\32xl\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .\32xl\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .\32xl\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .\32xl\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .\32xl\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .\32xl\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .\32xl\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .\32xl\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .\32xl\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .\32xl\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .\32xl\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .\32xl\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .\32xl\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .\32xl\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .\32xl\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .\32xl\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .\32xl\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .\32xl\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .\32xl\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .\32xl\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .\32xl\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .\32xl\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .\32xl\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .\32xl\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .\32xl\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .\32xl\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .\32xl\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .\32xl\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .\32xl\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .\32xl\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .\32xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .\32xl\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .\32xl\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .\32xl\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .\32xl\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .\32xl\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .\32xl\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .\32xl\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .\32xl\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .\32xl\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .\32xl\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .\32xl\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .\32xl\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .\32xl\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .\32xl\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .\32xl\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .\32xl\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .\32xl\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .\32xl\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .\32xl\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .\32xl\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .\32xl\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .\32xl\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .\32xl\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .\32xl\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .\32xl\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .\32xl\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .\32xl\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .\32xl\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .\32xl\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .\32xl\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .\32xl\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .\32xl\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .\32xl\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .\32xl\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .\32xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .\32xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .\32xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .\32xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .\32xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .\32xl\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .\32xl\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .\32xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .\32xl\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .\32xl\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .\32xl\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .\32xl\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .\32xl\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .\32xl\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .\32xl\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .\32xl\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .\32xl\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .\32xl\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .\32xl\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .\32xl\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .\32xl\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .\32xl\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .\32xl\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .\32xl\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .\32xl\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .\32xl\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .\32xl\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .\32xl\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .\32xl\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .\32xl\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .\32xl\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .\32xl\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .\32xl\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .\32xl\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .\32xl\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .\32xl\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .\32xl\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .\32xl\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .\32xl\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .\32xl\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .\32xl\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mt-13 {
    margin-top: 3.25rem;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-19 {
    margin-top: 4.75rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mt-25 {
    margin-top: 6.25rem;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl\:mt-30 {
    margin-top: 7.5rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mt-34 {
    margin-top: 8.5rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mt-42 {
    margin-top: 10.5rem;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl\:mt-46 {
    margin-top: 11.5rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mt-50 {
    margin-top: 12.5rem;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl\:mt-54 {
    margin-top: 13.5rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mt-68 {
    margin-top: 17rem;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl\:mt-75 {
    margin-top: 18.75rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl\:mt-85 {
    margin-top: 22rem;
  }

  .\32xl\:mt-90 {
    margin-top: 22.5rem;
  }

  .\32xl\:mt-92 {
    margin-top: 23rem;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:mt-100 {
    margin-top: 25rem;
  }

  .\32xl\:mt-116 {
    margin-top: 29rem;
  }

  .\32xl\:mt-120 {
    margin-top: 30rem;
  }

  .\32xl\:mt-125 {
    margin-top: 31.25rem;
  }

  .\32xl\:mt-135 {
    margin-top: 33.75rem;
  }

  .\32xl\:mt-160 {
    margin-top: 40rem;
  }

  .\32xl\:mt-180 {
    margin-top: 45rem;
  }

  .\32xl\:mt-240 {
    margin-top: 60rem;
  }

  .\32xl\:mt-285 {
    margin-top: 71.25rem;
  }

  .\32xl\:mt-330 {
    margin-top: 82.5rem;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:mt-unset {
    margin-top: unset;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .\32xl\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .\32xl\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .\32xl\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .\32xl\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .\32xl\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .\32xl\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .\32xl\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .\32xl\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .\32xl\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .\32xl\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .\32xl\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .\32xl\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .\32xl\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .\32xl\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .\32xl\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .\32xl\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .\32xl\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .\32xl\:mt-70\/100 {
    margin-top: 70%;
  }

  .\32xl\:mt-31\/100 {
    margin-top: 31%;
  }

  .\32xl\:mt-15\/100 {
    margin-top: 15%;
  }

  .\32xl\:mt-1\/100 {
    margin-top: 1%;
  }

  .\32xl\:mt-1\/10 {
    margin-top: 10%;
  }

  .\32xl\:mt-1\/2 {
    margin-top: 50%;
  }

  .\32xl\:-mt-0 {
    margin-top: 0px;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mt-13 {
    margin-top: -3.25rem;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl\:-mt-19 {
    margin-top: -4.75rem;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\32xl\:-mt-25 {
    margin-top: -6.25rem;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\32xl\:-mt-30 {
    margin-top: -7.5rem;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl\:-mt-34 {
    margin-top: -8.5rem;
  }

  .\32xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl\:-mt-42 {
    margin-top: -10.5rem;
  }

  .\32xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\32xl\:-mt-46 {
    margin-top: -11.5rem;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\32xl\:-mt-50 {
    margin-top: -12.5rem;
  }

  .\32xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\32xl\:-mt-54 {
    margin-top: -13.5rem;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl\:-mt-68 {
    margin-top: -17rem;
  }

  .\32xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\32xl\:-mt-75 {
    margin-top: -18.75rem;
  }

  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl\:-mt-85 {
    margin-top: -22rem;
  }

  .\32xl\:-mt-90 {
    margin-top: -22.5rem;
  }

  .\32xl\:-mt-92 {
    margin-top: -23rem;
  }

  .\32xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\32xl\:-mt-100 {
    margin-top: -25rem;
  }

  .\32xl\:-mt-116 {
    margin-top: -29rem;
  }

  .\32xl\:-mt-120 {
    margin-top: -30rem;
  }

  .\32xl\:-mt-125 {
    margin-top: -31.25rem;
  }

  .\32xl\:-mt-135 {
    margin-top: -33.75rem;
  }

  .\32xl\:-mt-160 {
    margin-top: -40rem;
  }

  .\32xl\:-mt-180 {
    margin-top: -45rem;
  }

  .\32xl\:-mt-240 {
    margin-top: -60rem;
  }

  .\32xl\:-mt-285 {
    margin-top: -71.25rem;
  }

  .\32xl\:-mt-330 {
    margin-top: -82.5rem;
  }

  .\32xl\:-mt-unset {
    margin-top: unset;
  }

  .\32xl\:-mt-px {
    margin-top: -1px;
  }

  .\32xl\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\32xl\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .\32xl\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .\32xl\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .\32xl\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .\32xl\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\32xl\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .\32xl\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .\32xl\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .\32xl\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .\32xl\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .\32xl\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .\32xl\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\32xl\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .\32xl\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .\32xl\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .\32xl\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .\32xl\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .\32xl\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .\32xl\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .\32xl\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .\32xl\:-mt-70\/100 {
    margin-top: -70%;
  }

  .\32xl\:-mt-31\/100 {
    margin-top: -31%;
  }

  .\32xl\:-mt-15\/100 {
    margin-top: -15%;
  }

  .\32xl\:-mt-1\/100 {
    margin-top: -1%;
  }

  .\32xl\:-mt-1\/10 {
    margin-top: -10%;
  }

  .\32xl\:-mt-1\/2 {
    margin-top: -50%;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mr-13 {
    margin-right: 3.25rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mr-19 {
    margin-right: 4.75rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mr-25 {
    margin-right: 6.25rem;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl\:mr-30 {
    margin-right: 7.5rem;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mr-34 {
    margin-right: 8.5rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mr-42 {
    margin-right: 10.5rem;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl\:mr-46 {
    margin-right: 11.5rem;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl\:mr-50 {
    margin-right: 12.5rem;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl\:mr-54 {
    margin-right: 13.5rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mr-68 {
    margin-right: 17rem;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl\:mr-75 {
    margin-right: 18.75rem;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl\:mr-85 {
    margin-right: 22rem;
  }

  .\32xl\:mr-90 {
    margin-right: 22.5rem;
  }

  .\32xl\:mr-92 {
    margin-right: 23rem;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl\:mr-100 {
    margin-right: 25rem;
  }

  .\32xl\:mr-116 {
    margin-right: 29rem;
  }

  .\32xl\:mr-120 {
    margin-right: 30rem;
  }

  .\32xl\:mr-125 {
    margin-right: 31.25rem;
  }

  .\32xl\:mr-135 {
    margin-right: 33.75rem;
  }

  .\32xl\:mr-160 {
    margin-right: 40rem;
  }

  .\32xl\:mr-180 {
    margin-right: 45rem;
  }

  .\32xl\:mr-240 {
    margin-right: 60rem;
  }

  .\32xl\:mr-285 {
    margin-right: 71.25rem;
  }

  .\32xl\:mr-330 {
    margin-right: 82.5rem;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:mr-unset {
    margin-right: unset;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .\32xl\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .\32xl\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .\32xl\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .\32xl\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .\32xl\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .\32xl\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .\32xl\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .\32xl\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .\32xl\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .\32xl\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .\32xl\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .\32xl\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .\32xl\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .\32xl\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .\32xl\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .\32xl\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .\32xl\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .\32xl\:mr-70\/100 {
    margin-right: 70%;
  }

  .\32xl\:mr-31\/100 {
    margin-right: 31%;
  }

  .\32xl\:mr-15\/100 {
    margin-right: 15%;
  }

  .\32xl\:mr-1\/100 {
    margin-right: 1%;
  }

  .\32xl\:mr-1\/10 {
    margin-right: 10%;
  }

  .\32xl\:mr-1\/2 {
    margin-right: 50%;
  }

  .\32xl\:-mr-0 {
    margin-right: 0px;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mr-13 {
    margin-right: -3.25rem;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl\:-mr-19 {
    margin-right: -4.75rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl\:-mr-25 {
    margin-right: -6.25rem;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\32xl\:-mr-30 {
    margin-right: -7.5rem;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl\:-mr-34 {
    margin-right: -8.5rem;
  }

  .\32xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl\:-mr-42 {
    margin-right: -10.5rem;
  }

  .\32xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\32xl\:-mr-46 {
    margin-right: -11.5rem;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\32xl\:-mr-50 {
    margin-right: -12.5rem;
  }

  .\32xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\32xl\:-mr-54 {
    margin-right: -13.5rem;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl\:-mr-60 {
    margin-right: -15rem;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl\:-mr-68 {
    margin-right: -17rem;
  }

  .\32xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\32xl\:-mr-75 {
    margin-right: -18.75rem;
  }

  .\32xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\32xl\:-mr-85 {
    margin-right: -22rem;
  }

  .\32xl\:-mr-90 {
    margin-right: -22.5rem;
  }

  .\32xl\:-mr-92 {
    margin-right: -23rem;
  }

  .\32xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\32xl\:-mr-100 {
    margin-right: -25rem;
  }

  .\32xl\:-mr-116 {
    margin-right: -29rem;
  }

  .\32xl\:-mr-120 {
    margin-right: -30rem;
  }

  .\32xl\:-mr-125 {
    margin-right: -31.25rem;
  }

  .\32xl\:-mr-135 {
    margin-right: -33.75rem;
  }

  .\32xl\:-mr-160 {
    margin-right: -40rem;
  }

  .\32xl\:-mr-180 {
    margin-right: -45rem;
  }

  .\32xl\:-mr-240 {
    margin-right: -60rem;
  }

  .\32xl\:-mr-285 {
    margin-right: -71.25rem;
  }

  .\32xl\:-mr-330 {
    margin-right: -82.5rem;
  }

  .\32xl\:-mr-unset {
    margin-right: unset;
  }

  .\32xl\:-mr-px {
    margin-right: -1px;
  }

  .\32xl\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\32xl\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .\32xl\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .\32xl\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .\32xl\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .\32xl\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\32xl\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .\32xl\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .\32xl\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .\32xl\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\32xl\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .\32xl\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .\32xl\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .\32xl\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\32xl\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .\32xl\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .\32xl\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .\32xl\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .\32xl\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .\32xl\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .\32xl\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .\32xl\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .\32xl\:-mr-70\/100 {
    margin-right: -70%;
  }

  .\32xl\:-mr-31\/100 {
    margin-right: -31%;
  }

  .\32xl\:-mr-15\/100 {
    margin-right: -15%;
  }

  .\32xl\:-mr-1\/100 {
    margin-right: -1%;
  }

  .\32xl\:-mr-1\/10 {
    margin-right: -10%;
  }

  .\32xl\:-mr-1\/2 {
    margin-right: -50%;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:mb-68 {
    margin-bottom: 17rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl\:mb-85 {
    margin-bottom: 22rem;
  }

  .\32xl\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .\32xl\:mb-92 {
    margin-bottom: 23rem;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl\:mb-100 {
    margin-bottom: 25rem;
  }

  .\32xl\:mb-116 {
    margin-bottom: 29rem;
  }

  .\32xl\:mb-120 {
    margin-bottom: 30rem;
  }

  .\32xl\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .\32xl\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .\32xl\:mb-160 {
    margin-bottom: 40rem;
  }

  .\32xl\:mb-180 {
    margin-bottom: 45rem;
  }

  .\32xl\:mb-240 {
    margin-bottom: 60rem;
  }

  .\32xl\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .\32xl\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl\:mb-unset {
    margin-bottom: unset;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .\32xl\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .\32xl\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .\32xl\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .\32xl\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .\32xl\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .\32xl\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .\32xl\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .\32xl\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .\32xl\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .\32xl\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .\32xl\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .\32xl\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .\32xl\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .\32xl\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .\32xl\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .\32xl\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .\32xl\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .\32xl\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .\32xl\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .\32xl\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .\32xl\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .\32xl\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .\32xl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .\32xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\32xl\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\32xl\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .\32xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\32xl\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\32xl\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .\32xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\32xl\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl\:-mb-68 {
    margin-bottom: -17rem;
  }

  .\32xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\32xl\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .\32xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\32xl\:-mb-85 {
    margin-bottom: -22rem;
  }

  .\32xl\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .\32xl\:-mb-92 {
    margin-bottom: -23rem;
  }

  .\32xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\32xl\:-mb-100 {
    margin-bottom: -25rem;
  }

  .\32xl\:-mb-116 {
    margin-bottom: -29rem;
  }

  .\32xl\:-mb-120 {
    margin-bottom: -30rem;
  }

  .\32xl\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .\32xl\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .\32xl\:-mb-160 {
    margin-bottom: -40rem;
  }

  .\32xl\:-mb-180 {
    margin-bottom: -45rem;
  }

  .\32xl\:-mb-240 {
    margin-bottom: -60rem;
  }

  .\32xl\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .\32xl\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .\32xl\:-mb-unset {
    margin-bottom: unset;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .\32xl\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .\32xl\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .\32xl\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .\32xl\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .\32xl\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .\32xl\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .\32xl\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .\32xl\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .\32xl\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .\32xl\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\32xl\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .\32xl\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .\32xl\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .\32xl\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .\32xl\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .\32xl\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .\32xl\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .\32xl\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .\32xl\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .\32xl\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .\32xl\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .\32xl\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .\32xl\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .\32xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-13 {
    margin-left: 3.25rem;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:ml-19 {
    margin-left: 4.75rem;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:ml-25 {
    margin-left: 6.25rem;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl\:ml-30 {
    margin-left: 7.5rem;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:ml-34 {
    margin-left: 8.5rem;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:ml-42 {
    margin-left: 10.5rem;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl\:ml-46 {
    margin-left: 11.5rem;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl\:ml-50 {
    margin-left: 12.5rem;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl\:ml-54 {
    margin-left: 13.5rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:ml-68 {
    margin-left: 17rem;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl\:ml-75 {
    margin-left: 18.75rem;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl\:ml-85 {
    margin-left: 22rem;
  }

  .\32xl\:ml-90 {
    margin-left: 22.5rem;
  }

  .\32xl\:ml-92 {
    margin-left: 23rem;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl\:ml-100 {
    margin-left: 25rem;
  }

  .\32xl\:ml-116 {
    margin-left: 29rem;
  }

  .\32xl\:ml-120 {
    margin-left: 30rem;
  }

  .\32xl\:ml-125 {
    margin-left: 31.25rem;
  }

  .\32xl\:ml-135 {
    margin-left: 33.75rem;
  }

  .\32xl\:ml-160 {
    margin-left: 40rem;
  }

  .\32xl\:ml-180 {
    margin-left: 45rem;
  }

  .\32xl\:ml-240 {
    margin-left: 60rem;
  }

  .\32xl\:ml-285 {
    margin-left: 71.25rem;
  }

  .\32xl\:ml-330 {
    margin-left: 82.5rem;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:ml-unset {
    margin-left: unset;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .\32xl\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .\32xl\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .\32xl\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .\32xl\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .\32xl\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .\32xl\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .\32xl\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .\32xl\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .\32xl\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .\32xl\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .\32xl\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .\32xl\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .\32xl\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .\32xl\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .\32xl\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .\32xl\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .\32xl\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .\32xl\:ml-70\/100 {
    margin-left: 70%;
  }

  .\32xl\:ml-31\/100 {
    margin-left: 31%;
  }

  .\32xl\:ml-15\/100 {
    margin-left: 15%;
  }

  .\32xl\:ml-1\/100 {
    margin-left: 1%;
  }

  .\32xl\:ml-1\/10 {
    margin-left: 10%;
  }

  .\32xl\:ml-1\/2 {
    margin-left: 50%;
  }

  .\32xl\:-ml-0 {
    margin-left: 0px;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-ml-13 {
    margin-left: -3.25rem;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl\:-ml-19 {
    margin-left: -4.75rem;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\32xl\:-ml-25 {
    margin-left: -6.25rem;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl\:-ml-30 {
    margin-left: -7.5rem;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl\:-ml-34 {
    margin-left: -8.5rem;
  }

  .\32xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl\:-ml-42 {
    margin-left: -10.5rem;
  }

  .\32xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\32xl\:-ml-46 {
    margin-left: -11.5rem;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\32xl\:-ml-50 {
    margin-left: -12.5rem;
  }

  .\32xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\32xl\:-ml-54 {
    margin-left: -13.5rem;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl\:-ml-60 {
    margin-left: -15rem;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl\:-ml-68 {
    margin-left: -17rem;
  }

  .\32xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\32xl\:-ml-75 {
    margin-left: -18.75rem;
  }

  .\32xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\32xl\:-ml-85 {
    margin-left: -22rem;
  }

  .\32xl\:-ml-90 {
    margin-left: -22.5rem;
  }

  .\32xl\:-ml-92 {
    margin-left: -23rem;
  }

  .\32xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\32xl\:-ml-100 {
    margin-left: -25rem;
  }

  .\32xl\:-ml-116 {
    margin-left: -29rem;
  }

  .\32xl\:-ml-120 {
    margin-left: -30rem;
  }

  .\32xl\:-ml-125 {
    margin-left: -31.25rem;
  }

  .\32xl\:-ml-135 {
    margin-left: -33.75rem;
  }

  .\32xl\:-ml-160 {
    margin-left: -40rem;
  }

  .\32xl\:-ml-180 {
    margin-left: -45rem;
  }

  .\32xl\:-ml-240 {
    margin-left: -60rem;
  }

  .\32xl\:-ml-285 {
    margin-left: -71.25rem;
  }

  .\32xl\:-ml-330 {
    margin-left: -82.5rem;
  }

  .\32xl\:-ml-unset {
    margin-left: unset;
  }

  .\32xl\:-ml-px {
    margin-left: -1px;
  }

  .\32xl\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\32xl\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .\32xl\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .\32xl\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .\32xl\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .\32xl\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\32xl\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .\32xl\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .\32xl\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .\32xl\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\32xl\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .\32xl\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .\32xl\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .\32xl\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\32xl\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .\32xl\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .\32xl\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .\32xl\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .\32xl\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .\32xl\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .\32xl\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .\32xl\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .\32xl\:-ml-70\/100 {
    margin-left: -70%;
  }

  .\32xl\:-ml-31\/100 {
    margin-left: -31%;
  }

  .\32xl\:-ml-15\/100 {
    margin-left: -15%;
  }

  .\32xl\:-ml-1\/100 {
    margin-left: -1%;
  }

  .\32xl\:-ml-1\/10 {
    margin-left: -10%;
  }

  .\32xl\:-ml-1\/2 {
    margin-left: -50%;
  }

  .\32xl\:box-border {
    box-sizing: border-box;
  }

  .\32xl\:box-content {
    box-sizing: content-box;
  }

  .\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\:inline-table {
    display: inline-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\:list-item {
    display: list-item;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\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-13 {
    height: 3.25rem;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-19 {
    height: 4.75rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-25 {
    height: 6.25rem;
  }

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-30 {
    height: 7.5rem;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-34 {
    height: 8.5rem;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-42 {
    height: 10.5rem;
  }

  .\32xl\:h-44 {
    height: 11rem;
  }

  .\32xl\:h-46 {
    height: 11.5rem;
  }

  .\32xl\:h-48 {
    height: 12rem;
  }

  .\32xl\:h-50 {
    height: 12.5rem;
  }

  .\32xl\:h-52 {
    height: 13rem;
  }

  .\32xl\:h-54 {
    height: 13.5rem;
  }

  .\32xl\:h-56 {
    height: 14rem;
  }

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-64 {
    height: 16rem;
  }

  .\32xl\:h-68 {
    height: 17rem;
  }

  .\32xl\:h-72 {
    height: 18rem;
  }

  .\32xl\:h-75 {
    height: 18.75rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-85 {
    height: 22rem;
  }

  .\32xl\:h-90 {
    height: 22.5rem;
  }

  .\32xl\:h-92 {
    height: 23rem;
  }

  .\32xl\:h-96 {
    height: 24rem;
  }

  .\32xl\:h-100 {
    height: 25rem;
  }

  .\32xl\:h-116 {
    height: 29rem;
  }

  .\32xl\:h-120 {
    height: 30rem;
  }

  .\32xl\:h-125 {
    height: 31.25rem;
  }

  .\32xl\:h-135 {
    height: 33.75rem;
  }

  .\32xl\:h-160 {
    height: 40rem;
  }

  .\32xl\:h-180 {
    height: 45rem;
  }

  .\32xl\:h-240 {
    height: 60rem;
  }

  .\32xl\:h-285 {
    height: 71.25rem;
  }

  .\32xl\:h-330 {
    height: 82.5rem;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-unset {
    height: unset;
  }

  .\32xl\:h-px {
    height: 1px;
  }

  .\32xl\:h-0\.4 {
    height: 0.1rem;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\32xl\:h-0\.6 {
    height: 0.15rem;
  }

  .\32xl\:h-0\.75 {
    height: 0.2rem;
  }

  .\32xl\:h-1\.2 {
    height: 0.3rem;
  }

  .\32xl\:h-1\.25 {
    height: 0.3125rem;
  }

  .\32xl\:h-1\.4 {
    height: 0.35rem;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\32xl\:h-1\.6 {
    height: 0.4rem;
  }

  .\32xl\:h-1\.75 {
    height: 0.4375rem;
  }

  .\32xl\:h-1\.8 {
    height: 0.45rem;
  }

  .\32xl\:h-2\.2 {
    height: 0.55rem;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\32xl\:h-2\.6 {
    height: 0.65rem;
  }

  .\32xl\:h-2\.7 {
    height: 0.675rem;
  }

  .\32xl\:h-2\.8 {
    height: 0.7rem;
  }

  .\32xl\:h-3\.4 {
    height: 0.85rem;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\32xl\:h-3\.6 {
    height: 0.9rem;
  }

  .\32xl\:h-4\.5 {
    height: 1.125rem;
  }

  .\32xl\:h-4\.8 {
    height: 1.2rem;
  }

  .\32xl\:h-5\.3 {
    height: 1.3rem;
  }

  .\32xl\:h-5\.4 {
    height: 1.35rem;
  }

  .\32xl\:h-5\.5 {
    height: 1.375rem;
  }

  .\32xl\:h-5\.6 {
    height: 1.4rem;
  }

  .\32xl\:h-6\.5 {
    height: 1.625rem;
  }

  .\32xl\:h-70\/100 {
    height: 70%;
  }

  .\32xl\:h-31\/100 {
    height: 31%;
  }

  .\32xl\:h-15\/100 {
    height: 15%;
  }

  .\32xl\:h-1\/100 {
    height: 1%;
  }

  .\32xl\:h-1\/10 {
    height: 10%;
  }

  .\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;
  }

  .\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-13 {
    max-height: 3.25rem;
  }

  .\32xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .\32xl\:max-h-16 {
    max-height: 4rem;
  }

  .\32xl\:max-h-19 {
    max-height: 4.75rem;
  }

  .\32xl\:max-h-20 {
    max-height: 5rem;
  }

  .\32xl\:max-h-24 {
    max-height: 6rem;
  }

  .\32xl\:max-h-25 {
    max-height: 6.25rem;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem;
  }

  .\32xl\:max-h-30 {
    max-height: 7.5rem;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem;
  }

  .\32xl\:max-h-34 {
    max-height: 8.5rem;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem;
  }

  .\32xl\:max-h-42 {
    max-height: 10.5rem;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem;
  }

  .\32xl\:max-h-46 {
    max-height: 11.5rem;
  }

  .\32xl\:max-h-48 {
    max-height: 12rem;
  }

  .\32xl\:max-h-50 {
    max-height: 12.5rem;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem;
  }

  .\32xl\:max-h-54 {
    max-height: 13.5rem;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem;
  }

  .\32xl\:max-h-60 {
    max-height: 15rem;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl\:max-h-68 {
    max-height: 17rem;
  }

  .\32xl\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl\:max-h-75 {
    max-height: 18.75rem;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl\:max-h-85 {
    max-height: 22rem;
  }

  .\32xl\:max-h-90 {
    max-height: 22.5rem;
  }

  .\32xl\:max-h-92 {
    max-height: 23rem;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem;
  }

  .\32xl\:max-h-100 {
    max-height: 25rem;
  }

  .\32xl\:max-h-116 {
    max-height: 29rem;
  }

  .\32xl\:max-h-120 {
    max-height: 30rem;
  }

  .\32xl\:max-h-125 {
    max-height: 31.25rem;
  }

  .\32xl\:max-h-135 {
    max-height: 33.75rem;
  }

  .\32xl\:max-h-160 {
    max-height: 40rem;
  }

  .\32xl\:max-h-180 {
    max-height: 45rem;
  }

  .\32xl\:max-h-240 {
    max-height: 60rem;
  }

  .\32xl\:max-h-285 {
    max-height: 71.25rem;
  }

  .\32xl\:max-h-330 {
    max-height: 82.5rem;
  }

  .\32xl\:max-h-unset {
    max-height: unset;
  }

  .\32xl\:max-h-px {
    max-height: 1px;
  }

  .\32xl\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\32xl\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .\32xl\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .\32xl\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .\32xl\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .\32xl\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\32xl\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .\32xl\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .\32xl\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .\32xl\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\32xl\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .\32xl\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .\32xl\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .\32xl\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\32xl\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .\32xl\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .\32xl\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .\32xl\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .\32xl\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .\32xl\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .\32xl\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .\32xl\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .\32xl\:max-h-70\/100 {
    max-height: 70%;
  }

  .\32xl\:max-h-31\/100 {
    max-height: 31%;
  }

  .\32xl\:max-h-15\/100 {
    max-height: 15%;
  }

  .\32xl\:max-h-1\/100 {
    max-height: 1%;
  }

  .\32xl\:max-h-1\/10 {
    max-height: 10%;
  }

  .\32xl\:max-h-1\/2 {
    max-height: 50%;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh;
  }

  .\32xl\:min-h-0 {
    min-height: 0px;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh;
  }

  .\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-13 {
    width: 3.25rem;
  }

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-19 {
    width: 4.75rem;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-25 {
    width: 6.25rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-30 {
    width: 7.5rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-34 {
    width: 8.5rem;
  }

  .\32xl\:w-36 {
    width: 9rem;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-42 {
    width: 10.5rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-46 {
    width: 11.5rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-50 {
    width: 12.5rem;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-54 {
    width: 13.5rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-60 {
    width: 15rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-68 {
    width: 17rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:w-75 {
    width: 18.75rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-85 {
    width: 22rem;
  }

  .\32xl\:w-90 {
    width: 22.5rem;
  }

  .\32xl\:w-92 {
    width: 23rem;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-100 {
    width: 25rem;
  }

  .\32xl\:w-116 {
    width: 29rem;
  }

  .\32xl\:w-120 {
    width: 30rem;
  }

  .\32xl\:w-125 {
    width: 31.25rem;
  }

  .\32xl\:w-135 {
    width: 33.75rem;
  }

  .\32xl\:w-160 {
    width: 40rem;
  }

  .\32xl\:w-180 {
    width: 45rem;
  }

  .\32xl\:w-240 {
    width: 60rem;
  }

  .\32xl\:w-285 {
    width: 71.25rem;
  }

  .\32xl\:w-330 {
    width: 82.5rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-unset {
    width: unset;
  }

  .\32xl\:w-px {
    width: 1px;
  }

  .\32xl\:w-0\.4 {
    width: 0.1rem;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl\:w-0\.6 {
    width: 0.15rem;
  }

  .\32xl\:w-0\.75 {
    width: 0.2rem;
  }

  .\32xl\:w-1\.2 {
    width: 0.3rem;
  }

  .\32xl\:w-1\.25 {
    width: 0.3125rem;
  }

  .\32xl\:w-1\.4 {
    width: 0.35rem;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\32xl\:w-1\.6 {
    width: 0.4rem;
  }

  .\32xl\:w-1\.75 {
    width: 0.4375rem;
  }

  .\32xl\:w-1\.8 {
    width: 0.45rem;
  }

  .\32xl\:w-2\.2 {
    width: 0.55rem;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl\:w-2\.6 {
    width: 0.65rem;
  }

  .\32xl\:w-2\.7 {
    width: 0.675rem;
  }

  .\32xl\:w-2\.8 {
    width: 0.7rem;
  }

  .\32xl\:w-3\.4 {
    width: 0.85rem;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\32xl\:w-3\.6 {
    width: 0.9rem;
  }

  .\32xl\:w-4\.5 {
    width: 1.125rem;
  }

  .\32xl\:w-4\.8 {
    width: 1.2rem;
  }

  .\32xl\:w-5\.3 {
    width: 1.3rem;
  }

  .\32xl\:w-5\.4 {
    width: 1.35rem;
  }

  .\32xl\:w-5\.5 {
    width: 1.375rem;
  }

  .\32xl\:w-5\.6 {
    width: 1.4rem;
  }

  .\32xl\:w-6\.5 {
    width: 1.625rem;
  }

  .\32xl\:w-70\/100 {
    width: 70%;
  }

  .\32xl\:w-31\/100 {
    width: 31%;
  }

  .\32xl\:w-15\/100 {
    width: 15%;
  }

  .\32xl\:w-1\/100 {
    width: 1%;
  }

  .\32xl\:w-1\/10 {
    width: 10%;
  }

  .\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: -moz-min-content;
    width: min-content;
  }

  .\32xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:min-w-0 {
    min-width: 0px;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\32xl\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\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: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:max-w-prose {
    max-width: 65ch;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 576px;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 992px;
  }

  .\32xl\:max-w-screen-xl {
    max-width: 1200px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .\32xl\:flex-0 {
    flex: 0 0 auto;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl\:flex-1-0 {
    flex: 1 0 0%;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto;
  }

  .\32xl\:flex-none {
    flex: none;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:table-auto {
    table-layout: auto;
  }

  .\32xl\:table-fixed {
    table-layout: fixed;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse;
  }

  .\32xl\:border-separate {
    border-collapse: separate;
  }

  .\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;
  }

  .\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;
  }

  .\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-13 {
    --tw-translate-x: 3.25rem;
  }

  .\32xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .\32xl\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .\32xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .\32xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .\32xl\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .\32xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .\32xl\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .\32xl\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .\32xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .\32xl\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .\32xl\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .\32xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .\32xl\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .\32xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .\32xl\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .\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-68 {
    --tw-translate-x: 17rem;
  }

  .\32xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .\32xl\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .\32xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .\32xl\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .\32xl\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .\32xl\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .\32xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .\32xl\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .\32xl\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .\32xl\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .\32xl\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .\32xl\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .\32xl\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .\32xl\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .\32xl\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .\32xl\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .\32xl\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .\32xl\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .\32xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .\32xl\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .\32xl\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .\32xl\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .\32xl\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .\32xl\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .\32xl\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .\32xl\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .\32xl\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .\32xl\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .\32xl\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .\32xl\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .\32xl\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .\32xl\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .\32xl\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .\32xl\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .\32xl\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .\32xl\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .\32xl\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .\32xl\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .\32xl\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .\32xl\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .\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-13 {
    --tw-translate-x: -3.25rem;
  }

  .\32xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .\32xl\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .\32xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .\32xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .\32xl\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .\32xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .\32xl\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .\32xl\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .\32xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .\32xl\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .\32xl\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .\32xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .\32xl\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .\32xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .\32xl\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .\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-68 {
    --tw-translate-x: -17rem;
  }

  .\32xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .\32xl\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .\32xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .\32xl\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .\32xl\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .\32xl\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .\32xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .\32xl\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .\32xl\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .\32xl\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .\32xl\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .\32xl\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .\32xl\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .\32xl\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .\32xl\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .\32xl\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .\32xl\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .\32xl\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .\32xl\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .\32xl\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .\32xl\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .\32xl\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .\32xl\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .\32xl\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .\32xl\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .\32xl\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .\32xl\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .\32xl\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .\32xl\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .\32xl\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .\32xl\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .\32xl\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .\32xl\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .\32xl\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .\32xl\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .\32xl\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .\32xl\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .\32xl\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .\32xl\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .\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\/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-13 {
    --tw-translate-y: 3.25rem;
  }

  .\32xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .\32xl\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .\32xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .\32xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .\32xl\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .\32xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .\32xl\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .\32xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .\32xl\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .\32xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .\32xl\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .\32xl\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .\32xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .\32xl\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .\32xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .\32xl\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .\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-68 {
    --tw-translate-y: 17rem;
  }

  .\32xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .\32xl\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .\32xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .\32xl\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .\32xl\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .\32xl\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .\32xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .\32xl\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .\32xl\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .\32xl\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .\32xl\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .\32xl\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .\32xl\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .\32xl\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .\32xl\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .\32xl\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .\32xl\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .\32xl\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .\32xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .\32xl\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .\32xl\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .\32xl\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .\32xl\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .\32xl\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .\32xl\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .\32xl\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .\32xl\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .\32xl\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .\32xl\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .\32xl\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .\32xl\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .\32xl\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .\32xl\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .\32xl\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .\32xl\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .\32xl\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .\32xl\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .\32xl\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .\32xl\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .\32xl\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .\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-13 {
    --tw-translate-y: -3.25rem;
  }

  .\32xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .\32xl\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .\32xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .\32xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .\32xl\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .\32xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .\32xl\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .\32xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .\32xl\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .\32xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .\32xl\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .\32xl\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .\32xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .\32xl\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .\32xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .\32xl\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .\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-68 {
    --tw-translate-y: -17rem;
  }

  .\32xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .\32xl\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .\32xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .\32xl\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .\32xl\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .\32xl\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .\32xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .\32xl\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .\32xl\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .\32xl\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .\32xl\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .\32xl\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .\32xl\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .\32xl\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .\32xl\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .\32xl\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .\32xl\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .\32xl\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .\32xl\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .\32xl\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .\32xl\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .\32xl\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .\32xl\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .\32xl\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .\32xl\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .\32xl\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .\32xl\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .\32xl\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .\32xl\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .\32xl\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .\32xl\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .\32xl\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .\32xl\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .\32xl\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .\32xl\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .\32xl\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .\32xl\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .\32xl\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .\32xl\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .\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\/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\: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-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .\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-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .\32xl\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .\32xl\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .\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-68:hover {
    --tw-translate-x: 17rem;
  }

  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .\32xl\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .\32xl\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .\32xl\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .\32xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .\32xl\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .\32xl\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .\32xl\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .\32xl\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .\32xl\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .\32xl\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .\32xl\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .\32xl\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .\32xl\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .\32xl\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .\32xl\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .\32xl\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .\32xl\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .\32xl\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .\32xl\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .\32xl\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .\32xl\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .\32xl\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .\32xl\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .\32xl\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .\32xl\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .\32xl\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .\32xl\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .\32xl\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .\32xl\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .\32xl\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .\32xl\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .\32xl\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .\32xl\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .\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-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .\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-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .\32xl\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .\32xl\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .\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-68:hover {
    --tw-translate-x: -17rem;
  }

  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .\32xl\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .\32xl\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .\32xl\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .\32xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .\32xl\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .\32xl\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .\32xl\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .\32xl\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .\32xl\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .\32xl\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .\32xl\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .\32xl\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .\32xl\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .\32xl\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .\32xl\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .\32xl\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .\32xl\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .\32xl\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .\32xl\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .\32xl\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .\32xl\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .\32xl\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .\32xl\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .\32xl\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .\32xl\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .\32xl\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .\32xl\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .\32xl\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .\32xl\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .\32xl\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .\32xl\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .\32xl\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .\32xl\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .\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\/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-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .\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-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .\32xl\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .\32xl\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .\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-68:hover {
    --tw-translate-y: 17rem;
  }

  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .\32xl\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .\32xl\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .\32xl\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .\32xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .\32xl\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .\32xl\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .\32xl\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .\32xl\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .\32xl\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .\32xl\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .\32xl\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .\32xl\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .\32xl\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .\32xl\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .\32xl\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .\32xl\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .\32xl\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .\32xl\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .\32xl\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .\32xl\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .\32xl\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .\32xl\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .\32xl\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .\32xl\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .\32xl\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .\32xl\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .\32xl\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .\32xl\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .\32xl\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .\32xl\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .\32xl\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .\32xl\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .\32xl\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .\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-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .\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-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .\32xl\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .\32xl\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .\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-68:hover {
    --tw-translate-y: -17rem;
  }

  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .\32xl\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .\32xl\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .\32xl\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .\32xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .\32xl\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .\32xl\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .\32xl\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .\32xl\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .\32xl\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .\32xl\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .\32xl\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .\32xl\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .\32xl\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .\32xl\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .\32xl\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .\32xl\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .\32xl\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .\32xl\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .\32xl\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .\32xl\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .\32xl\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .\32xl\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .\32xl\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .\32xl\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .\32xl\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .\32xl\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .\32xl\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .\32xl\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .\32xl\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .\32xl\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .\32xl\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .\32xl\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .\32xl\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .\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\/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-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .\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-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .\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-68:focus {
    --tw-translate-x: 17rem;
  }

  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .\32xl\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .\32xl\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .\32xl\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .\32xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .\32xl\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .\32xl\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .\32xl\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .\32xl\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .\32xl\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .\32xl\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .\32xl\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .\32xl\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .\32xl\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .\32xl\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .\32xl\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .\32xl\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .\32xl\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .\32xl\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .\32xl\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .\32xl\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .\32xl\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .\32xl\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .\32xl\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .\32xl\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .\32xl\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .\32xl\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .\32xl\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .\32xl\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .\32xl\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .\32xl\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .\32xl\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .\32xl\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .\32xl\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .\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-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .\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-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .\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-68:focus {
    --tw-translate-x: -17rem;
  }

  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .\32xl\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .\32xl\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .\32xl\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .\32xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .\32xl\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .\32xl\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .\32xl\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .\32xl\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .\32xl\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .\32xl\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .\32xl\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .\32xl\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .\32xl\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .\32xl\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .\32xl\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .\32xl\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .\32xl\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .\32xl\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .\32xl\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .\32xl\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .\32xl\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .\32xl\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .\32xl\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .\32xl\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .\32xl\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .\32xl\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .\32xl\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .\32xl\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .\32xl\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .\32xl\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .\32xl\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .\32xl\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .\32xl\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .\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\/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-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .\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-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .\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-68:focus {
    --tw-translate-y: 17rem;
  }

  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .\32xl\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .\32xl\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .\32xl\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .\32xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .\32xl\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .\32xl\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .\32xl\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .\32xl\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .\32xl\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .\32xl\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .\32xl\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .\32xl\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .\32xl\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .\32xl\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .\32xl\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .\32xl\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .\32xl\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .\32xl\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .\32xl\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .\32xl\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .\32xl\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .\32xl\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .\32xl\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .\32xl\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .\32xl\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .\32xl\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .\32xl\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .\32xl\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .\32xl\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .\32xl\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .\32xl\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .\32xl\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .\32xl\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .\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-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .\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-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .\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-68:focus {
    --tw-translate-y: -17rem;
  }

  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .\32xl\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .\32xl\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .\32xl\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .\32xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .\32xl\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .\32xl\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .\32xl\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .\32xl\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .\32xl\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .\32xl\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .\32xl\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .\32xl\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .\32xl\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .\32xl\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .\32xl\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .\32xl\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .\32xl\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .\32xl\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .\32xl\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .\32xl\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .\32xl\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .\32xl\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .\32xl\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .\32xl\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .\32xl\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .\32xl\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .\32xl\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .\32xl\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .\32xl\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .\32xl\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .\32xl\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .\32xl\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .\32xl\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .\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\/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\: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;
  }

  .\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\: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;
  }

  .\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\: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\: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\: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\: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;
  }

  .\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-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\:animate-none {
    animation: none;
  }

  .\32xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .\32xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .\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;
  }

  .\32xl\:cursor-none {
    cursor: none;
  }

  .\32xl\:cursor-context-menu {
    cursor: context-menu;
  }

  .\32xl\:cursor-progress {
    cursor: progress;
  }

  .\32xl\:cursor-cell {
    cursor: cell;
  }

  .\32xl\:cursor-crosshair {
    cursor: crosshair;
  }

  .\32xl\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .\32xl\:cursor-alias {
    cursor: alias;
  }

  .\32xl\:cursor-copy {
    cursor: copy;
  }

  .\32xl\:cursor-no-drop {
    cursor: no-drop;
  }

  .\32xl\:cursor-grab {
    cursor: grab;
  }

  .\32xl\:cursor-grabbing {
    cursor: grabbing;
  }

  .\32xl\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .\32xl\:cursor-col-resize {
    cursor: col-resize;
  }

  .\32xl\:cursor-row-resize {
    cursor: row-resize;
  }

  .\32xl\:cursor-n-resize {
    cursor: n-resize;
  }

  .\32xl\:cursor-e-resize {
    cursor: e-resize;
  }

  .\32xl\:cursor-s-resize {
    cursor: s-resize;
  }

  .\32xl\:cursor-w-resize {
    cursor: w-resize;
  }

  .\32xl\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .\32xl\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .\32xl\:cursor-se-resize {
    cursor: se-resize;
  }

  .\32xl\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .\32xl\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .\32xl\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .\32xl\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .\32xl\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .\32xl\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .\32xl\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .\32xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .\32xl\:select-text {
    -webkit-user-select: text;
       -moz-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;
            user-select: auto;
  }

  .\32xl\:resize-none {
    resize: none;
  }

  .\32xl\:resize-y {
    resize: vertical;
  }

  .\32xl\:resize-x {
    resize: horizontal;
  }

  .\32xl\:resize {
    resize: both;
  }

  .\32xl\:list-inside {
    list-style-position: inside;
  }

  .\32xl\:list-outside {
    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;
  }

  .\32xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .\32xl\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .\32xl\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\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;
  }

  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .\32xl\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .\32xl\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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-13 {
    gap: 3.25rem;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-19 {
    gap: 4.75rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-25 {
    gap: 6.25rem;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }

  .\32xl\:gap-30 {
    gap: 7.5rem;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-34 {
    gap: 8.5rem;
  }

  .\32xl\:gap-36 {
    gap: 9rem;
  }

  .\32xl\:gap-40 {
    gap: 10rem;
  }

  .\32xl\:gap-42 {
    gap: 10.5rem;
  }

  .\32xl\:gap-44 {
    gap: 11rem;
  }

  .\32xl\:gap-46 {
    gap: 11.5rem;
  }

  .\32xl\:gap-48 {
    gap: 12rem;
  }

  .\32xl\:gap-50 {
    gap: 12.5rem;
  }

  .\32xl\:gap-52 {
    gap: 13rem;
  }

  .\32xl\:gap-54 {
    gap: 13.5rem;
  }

  .\32xl\:gap-56 {
    gap: 14rem;
  }

  .\32xl\:gap-60 {
    gap: 15rem;
  }

  .\32xl\:gap-64 {
    gap: 16rem;
  }

  .\32xl\:gap-68 {
    gap: 17rem;
  }

  .\32xl\:gap-72 {
    gap: 18rem;
  }

  .\32xl\:gap-75 {
    gap: 18.75rem;
  }

  .\32xl\:gap-80 {
    gap: 20rem;
  }

  .\32xl\:gap-85 {
    gap: 22rem;
  }

  .\32xl\:gap-90 {
    gap: 22.5rem;
  }

  .\32xl\:gap-92 {
    gap: 23rem;
  }

  .\32xl\:gap-96 {
    gap: 24rem;
  }

  .\32xl\:gap-100 {
    gap: 25rem;
  }

  .\32xl\:gap-116 {
    gap: 29rem;
  }

  .\32xl\:gap-120 {
    gap: 30rem;
  }

  .\32xl\:gap-125 {
    gap: 31.25rem;
  }

  .\32xl\:gap-135 {
    gap: 33.75rem;
  }

  .\32xl\:gap-160 {
    gap: 40rem;
  }

  .\32xl\:gap-180 {
    gap: 45rem;
  }

  .\32xl\:gap-240 {
    gap: 60rem;
  }

  .\32xl\:gap-285 {
    gap: 71.25rem;
  }

  .\32xl\:gap-330 {
    gap: 82.5rem;
  }

  .\32xl\:gap-unset {
    gap: unset;
  }

  .\32xl\:gap-px {
    gap: 1px;
  }

  .\32xl\:gap-0\.4 {
    gap: 0.1rem;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\32xl\:gap-0\.6 {
    gap: 0.15rem;
  }

  .\32xl\:gap-0\.75 {
    gap: 0.2rem;
  }

  .\32xl\:gap-1\.2 {
    gap: 0.3rem;
  }

  .\32xl\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .\32xl\:gap-1\.4 {
    gap: 0.35rem;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\32xl\:gap-1\.6 {
    gap: 0.4rem;
  }

  .\32xl\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .\32xl\:gap-1\.8 {
    gap: 0.45rem;
  }

  .\32xl\:gap-2\.2 {
    gap: 0.55rem;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\32xl\:gap-2\.6 {
    gap: 0.65rem;
  }

  .\32xl\:gap-2\.7 {
    gap: 0.675rem;
  }

  .\32xl\:gap-2\.8 {
    gap: 0.7rem;
  }

  .\32xl\:gap-3\.4 {
    gap: 0.85rem;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl\:gap-3\.6 {
    gap: 0.9rem;
  }

  .\32xl\:gap-4\.5 {
    gap: 1.125rem;
  }

  .\32xl\:gap-4\.8 {
    gap: 1.2rem;
  }

  .\32xl\:gap-5\.3 {
    gap: 1.3rem;
  }

  .\32xl\:gap-5\.4 {
    gap: 1.35rem;
  }

  .\32xl\:gap-5\.5 {
    gap: 1.375rem;
  }

  .\32xl\:gap-5\.6 {
    gap: 1.4rem;
  }

  .\32xl\:gap-6\.5 {
    gap: 1.625rem;
  }

  .\32xl\:gap-70\/100 {
    gap: 70%;
  }

  .\32xl\:gap-31\/100 {
    gap: 31%;
  }

  .\32xl\:gap-15\/100 {
    gap: 15%;
  }

  .\32xl\:gap-1\/100 {
    gap: 1%;
  }

  .\32xl\:gap-1\/10 {
    gap: 10%;
  }

  .\32xl\:gap-1\/2 {
    gap: 50%;
  }

  .\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-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .\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-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .\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-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .\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-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .\32xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .\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-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .\32xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .\32xl\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .\32xl\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .\32xl\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .\32xl\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .\32xl\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .\32xl\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .\32xl\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .\32xl\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .\32xl\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .\32xl\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .\32xl\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .\32xl\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .\32xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .\32xl\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .\32xl\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .\32xl\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .\32xl\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .\32xl\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .\32xl\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .\32xl\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .\32xl\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .\32xl\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .\32xl\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .\32xl\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .\32xl\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .\32xl\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .\32xl\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .\32xl\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .\32xl\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .\32xl\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .\32xl\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .\32xl\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .\32xl\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .\32xl\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .\32xl\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .\32xl\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .\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-13 {
    row-gap: 3.25rem;
  }

  .\32xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .\32xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .\32xl\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .\32xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .\32xl\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .\32xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .\32xl\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .\32xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .\32xl\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .\32xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .\32xl\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .\32xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .\32xl\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .\32xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .\32xl\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .\32xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .\32xl\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .\32xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .\32xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .\32xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .\32xl\:gap-y-68 {
    row-gap: 17rem;
  }

  .\32xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .\32xl\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .\32xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .\32xl\:gap-y-85 {
    row-gap: 22rem;
  }

  .\32xl\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .\32xl\:gap-y-92 {
    row-gap: 23rem;
  }

  .\32xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .\32xl\:gap-y-100 {
    row-gap: 25rem;
  }

  .\32xl\:gap-y-116 {
    row-gap: 29rem;
  }

  .\32xl\:gap-y-120 {
    row-gap: 30rem;
  }

  .\32xl\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .\32xl\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .\32xl\:gap-y-160 {
    row-gap: 40rem;
  }

  .\32xl\:gap-y-180 {
    row-gap: 45rem;
  }

  .\32xl\:gap-y-240 {
    row-gap: 60rem;
  }

  .\32xl\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .\32xl\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .\32xl\:gap-y-unset {
    row-gap: unset;
  }

  .\32xl\:gap-y-px {
    row-gap: 1px;
  }

  .\32xl\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .\32xl\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .\32xl\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .\32xl\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .\32xl\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .\32xl\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .\32xl\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .\32xl\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .\32xl\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .\32xl\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .\32xl\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .\32xl\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .\32xl\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .\32xl\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .\32xl\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .\32xl\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .\32xl\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .\32xl\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .\32xl\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .\32xl\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .\32xl\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .\32xl\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .\32xl\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .\32xl\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .\32xl\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .\32xl\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .\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-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-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-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-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-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-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-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-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-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-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-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-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-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-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-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-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-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-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-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-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-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-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-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-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-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-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-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-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-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-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-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-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-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-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-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-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-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-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-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-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-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-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-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-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-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-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-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-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-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-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-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-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-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-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-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-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-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-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-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-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-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-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-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-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-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-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-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-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-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-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-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-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-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-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-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-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-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-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-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-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-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-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-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-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-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-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-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-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-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-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-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-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-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-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-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-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-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-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-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-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-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-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-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-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-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * 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-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-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-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-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-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-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-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-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-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-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-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-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-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-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-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-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-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-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-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-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-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-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-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-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-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-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-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-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-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-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-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-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-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-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-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-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-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-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-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-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-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-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-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-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-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-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-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-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-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-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-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-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-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-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-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-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-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-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-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-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-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-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-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-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-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-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-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-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-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-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-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-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-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-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-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-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-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-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-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-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-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-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-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-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-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-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-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-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-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-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-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-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-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-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-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-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-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-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-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-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-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-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-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-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-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-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;
  }

  .\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-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-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-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-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-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-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-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-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-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-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-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-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\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;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .\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-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .\32xl\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .\32xl\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\32xl\:self-baseline {
    align-self: baseline;
  }

  .\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;
  }

  .\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;
  }

  .\32xl\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .\32xl\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .\32xl\:overscroll-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;
  }

  .\32xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .\32xl\:overflow-clip {
    text-overflow: clip;
  }

  .\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;
  }

  .\32xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words {
    overflow-wrap: break-word;
  }

  .\32xl\:break-all {
    word-break: break-all;
  }

  .\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-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\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-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:border-0 {
    border-width: 0px;
  }

  .\32xl\:border-2 {
    border-width: 2px;
  }

  .\32xl\:border-3 {
    border-width: 3px;
  }

  .\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-t-2 {
    border-top-width: 2px;
  }

  .\32xl\:border-t-3 {
    border-top-width: 3px;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl\:border-t {
    border-top-width: 1px;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl\:border-r-3 {
    border-right-width: 3px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl\:border-r {
    border-right-width: 1px;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl\:border-b {
    border-bottom-width: 1px;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl\:border-l-3 {
    border-left-width: 3px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl\:border-l {
    border-left-width: 1px;
  }

  .\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;
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:border-current {
    border-color: currentColor;
  }

  .\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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl\:border-slate {
  }

  .\32xl\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:border-zinc {
  }

  .\32xl\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl\:border-neutral {
  }

  .\32xl\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:border-stone {
  }

  .\32xl\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:border-current {
    border-color: currentColor;
  }

  .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-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-slate {
  }

  .group:hover .\32xl\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-zinc {
  }

  .group:hover .\32xl\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-neutral {
  }

  .group:hover .\32xl\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-stone {
  }

  .group:hover .\32xl\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .\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-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-slate:focus-within {
  }

  .\32xl\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-zinc:focus-within {
  }

  .\32xl\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-neutral:focus-within {
  }

  .\32xl\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-stone:focus-within {
  }

  .\32xl\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .\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-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-slate:hover {
  }

  .\32xl\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-zinc:hover {
  }

  .\32xl\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-neutral:hover {
  }

  .\32xl\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-stone:hover {
  }

  .\32xl\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .\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-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-slate:focus {
  }

  .\32xl\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-zinc:focus {
  }

  .\32xl\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-neutral:focus {
  }

  .\32xl\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-stone:focus {
  }

  .\32xl\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, 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-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, 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-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\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\: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\:bg-transparent {
    background-color: transparent;
  }

  .\32xl\:bg-current {
    background-color: currentColor;
  }

  .\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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl\:bg-slate {
  }

  .\32xl\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:bg-zinc {
  }

  .\32xl\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl\:bg-neutral {
  }

  .\32xl\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:bg-stone {
  }

  .\32xl\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .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-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-slate {
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-zinc {
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-neutral {
  }

  .group:hover .\32xl\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-stone {
  }

  .group:hover .\32xl\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .\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-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-slate:focus-within {
  }

  .\32xl\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-zinc:focus-within {
  }

  .\32xl\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-neutral:focus-within {
  }

  .\32xl\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-stone:focus-within {
  }

  .\32xl\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .\32xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .\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-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-slate:hover {
  }

  .\32xl\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-zinc:hover {
  }

  .\32xl\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-neutral:hover {
  }

  .\32xl\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-stone:hover {
  }

  .\32xl\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .\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-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-slate:focus {
  }

  .\32xl\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-zinc:focus {
  }

  .\32xl\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-neutral:focus {
  }

  .\32xl\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-stone:focus {
  }

  .\32xl\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, 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-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, 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-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\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\: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\: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));
  }

  .\32xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\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-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 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\: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\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\: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\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-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-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-yellow-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-green-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-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-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-purple-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-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\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 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-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 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-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 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-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-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 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\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .\32xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:to-black {
    --tw-gradient-to: #000;
  }

  .\32xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .\32xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .\32xl\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .\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-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .\32xl\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .\32xl\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .\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-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-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .\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\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .\32xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .\32xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .\32xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .\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-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .\32xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .\32xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .\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-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-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .\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\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .\32xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .\32xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .\32xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .\32xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .\32xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .\32xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .\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-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .\32xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .\32xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .\32xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .\32xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .\32xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .\32xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .\32xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .\32xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .\32xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .\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-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-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .\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\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .\32xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .\32xl\:bg-150 {
    background-size: 150%;
  }

  .\32xl\:bg-auto {
    background-size: auto;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-contain {
    background-size: contain;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed;
  }

  .\32xl\:bg-local {
    background-attachment: local;
  }

  .\32xl\:bg-scroll {
    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;
  }

  .\32xl\:bg-bottom {
    background-position: bottom;
  }

  .\32xl\:bg-center {
    background-position: center;
  }

  .\32xl\:bg-x-25 {
    background-position: 25% 0;
  }

  .\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;
  }

  .\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;
  }

  .\32xl\:bg-origin-border {
    background-origin: border-box;
  }

  .\32xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .\32xl\:bg-origin-content {
    background-origin: content-box;
  }

  .\32xl\:fill-current {
    fill: currentColor;
  }

  .\32xl\:stroke-current {
    stroke: currentColor;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2;
  }

  .\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;
  }

  .\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;
  }

  .\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-13 {
    padding: 3.25rem;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-19 {
    padding: 4.75rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-25 {
    padding: 6.25rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-30 {
    padding: 7.5rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-34 {
    padding: 8.5rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-42 {
    padding: 10.5rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-46 {
    padding: 11.5rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-50 {
    padding: 12.5rem;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-54 {
    padding: 13.5rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-60 {
    padding: 15rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-68 {
    padding: 17rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-75 {
    padding: 18.75rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:p-85 {
    padding: 22rem;
  }

  .\32xl\:p-90 {
    padding: 22.5rem;
  }

  .\32xl\:p-92 {
    padding: 23rem;
  }

  .\32xl\:p-96 {
    padding: 24rem;
  }

  .\32xl\:p-100 {
    padding: 25rem;
  }

  .\32xl\:p-116 {
    padding: 29rem;
  }

  .\32xl\:p-120 {
    padding: 30rem;
  }

  .\32xl\:p-125 {
    padding: 31.25rem;
  }

  .\32xl\:p-135 {
    padding: 33.75rem;
  }

  .\32xl\:p-160 {
    padding: 40rem;
  }

  .\32xl\:p-180 {
    padding: 45rem;
  }

  .\32xl\:p-240 {
    padding: 60rem;
  }

  .\32xl\:p-285 {
    padding: 71.25rem;
  }

  .\32xl\:p-330 {
    padding: 82.5rem;
  }

  .\32xl\:p-unset {
    padding: unset;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:p-0\.4 {
    padding: 0.1rem;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-0\.6 {
    padding: 0.15rem;
  }

  .\32xl\:p-0\.75 {
    padding: 0.2rem;
  }

  .\32xl\:p-1\.2 {
    padding: 0.3rem;
  }

  .\32xl\:p-1\.25 {
    padding: 0.3125rem;
  }

  .\32xl\:p-1\.4 {
    padding: 0.35rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-1\.6 {
    padding: 0.4rem;
  }

  .\32xl\:p-1\.75 {
    padding: 0.4375rem;
  }

  .\32xl\:p-1\.8 {
    padding: 0.45rem;
  }

  .\32xl\:p-2\.2 {
    padding: 0.55rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-2\.6 {
    padding: 0.65rem;
  }

  .\32xl\:p-2\.7 {
    padding: 0.675rem;
  }

  .\32xl\:p-2\.8 {
    padding: 0.7rem;
  }

  .\32xl\:p-3\.4 {
    padding: 0.85rem;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:p-3\.6 {
    padding: 0.9rem;
  }

  .\32xl\:p-4\.5 {
    padding: 1.125rem;
  }

  .\32xl\:p-4\.8 {
    padding: 1.2rem;
  }

  .\32xl\:p-5\.3 {
    padding: 1.3rem;
  }

  .\32xl\:p-5\.4 {
    padding: 1.35rem;
  }

  .\32xl\:p-5\.5 {
    padding: 1.375rem;
  }

  .\32xl\:p-5\.6 {
    padding: 1.4rem;
  }

  .\32xl\:p-6\.5 {
    padding: 1.625rem;
  }

  .\32xl\:p-70\/100 {
    padding: 70%;
  }

  .\32xl\:p-31\/100 {
    padding: 31%;
  }

  .\32xl\:p-15\/100 {
    padding: 15%;
  }

  .\32xl\:p-1\/100 {
    padding: 1%;
  }

  .\32xl\:p-1\/10 {
    padding: 10%;
  }

  .\32xl\:p-1\/2 {
    padding: 50%;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .\32xl\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .\32xl\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .\32xl\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .\32xl\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .\32xl\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .\32xl\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .\32xl\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .\32xl\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .\32xl\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .\32xl\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .\32xl\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .\32xl\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .\32xl\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .\32xl\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .\32xl\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .\32xl\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .\32xl\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .\32xl\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .\32xl\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .\32xl\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .\32xl\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .\32xl\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .\32xl\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .\32xl\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .\32xl\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .\32xl\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .\32xl\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .\32xl\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .\32xl\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .\32xl\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .\32xl\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .\32xl\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .\32xl\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .\32xl\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .\32xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .\32xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .\32xl\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .\32xl\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .\32xl\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .\32xl\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .\32xl\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .\32xl\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .\32xl\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .\32xl\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .\32xl\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .\32xl\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .\32xl\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .\32xl\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .\32xl\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .\32xl\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .\32xl\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .\32xl\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .\32xl\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .\32xl\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .\32xl\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .\32xl\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .\32xl\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .\32xl\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .\32xl\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .\32xl\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .\32xl\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .\32xl\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .\32xl\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .\32xl\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .\32xl\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .\32xl\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .\32xl\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .\32xl\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .\32xl\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .\32xl\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .\32xl\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pt-13 {
    padding-top: 3.25rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pt-19 {
    padding-top: 4.75rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pt-25 {
    padding-top: 6.25rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pt-30 {
    padding-top: 7.5rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pt-34 {
    padding-top: 8.5rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pt-42 {
    padding-top: 10.5rem;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pt-46 {
    padding-top: 11.5rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl\:pt-50 {
    padding-top: 12.5rem;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl\:pt-54 {
    padding-top: 13.5rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pt-68 {
    padding-top: 17rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pt-75 {
    padding-top: 18.75rem;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl\:pt-85 {
    padding-top: 22rem;
  }

  .\32xl\:pt-90 {
    padding-top: 22.5rem;
  }

  .\32xl\:pt-92 {
    padding-top: 23rem;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl\:pt-100 {
    padding-top: 25rem;
  }

  .\32xl\:pt-116 {
    padding-top: 29rem;
  }

  .\32xl\:pt-120 {
    padding-top: 30rem;
  }

  .\32xl\:pt-125 {
    padding-top: 31.25rem;
  }

  .\32xl\:pt-135 {
    padding-top: 33.75rem;
  }

  .\32xl\:pt-160 {
    padding-top: 40rem;
  }

  .\32xl\:pt-180 {
    padding-top: 45rem;
  }

  .\32xl\:pt-240 {
    padding-top: 60rem;
  }

  .\32xl\:pt-285 {
    padding-top: 71.25rem;
  }

  .\32xl\:pt-330 {
    padding-top: 82.5rem;
  }

  .\32xl\:pt-unset {
    padding-top: unset;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }

  .\32xl\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .\32xl\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .\32xl\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .\32xl\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .\32xl\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .\32xl\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .\32xl\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .\32xl\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .\32xl\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .\32xl\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .\32xl\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .\32xl\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .\32xl\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .\32xl\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .\32xl\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .\32xl\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .\32xl\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .\32xl\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .\32xl\:pt-70\/100 {
    padding-top: 70%;
  }

  .\32xl\:pt-31\/100 {
    padding-top: 31%;
  }

  .\32xl\:pt-15\/100 {
    padding-top: 15%;
  }

  .\32xl\:pt-1\/100 {
    padding-top: 1%;
  }

  .\32xl\:pt-1\/10 {
    padding-top: 10%;
  }

  .\32xl\:pt-1\/2 {
    padding-top: 50%;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pr-13 {
    padding-right: 3.25rem;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pr-19 {
    padding-right: 4.75rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pr-25 {
    padding-right: 6.25rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pr-30 {
    padding-right: 7.5rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-34 {
    padding-right: 8.5rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pr-42 {
    padding-right: 10.5rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pr-46 {
    padding-right: 11.5rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pr-50 {
    padding-right: 12.5rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pr-54 {
    padding-right: 13.5rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pr-68 {
    padding-right: 17rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pr-75 {
    padding-right: 18.75rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:pr-85 {
    padding-right: 22rem;
  }

  .\32xl\:pr-90 {
    padding-right: 22.5rem;
  }

  .\32xl\:pr-92 {
    padding-right: 23rem;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pr-100 {
    padding-right: 25rem;
  }

  .\32xl\:pr-116 {
    padding-right: 29rem;
  }

  .\32xl\:pr-120 {
    padding-right: 30rem;
  }

  .\32xl\:pr-125 {
    padding-right: 31.25rem;
  }

  .\32xl\:pr-135 {
    padding-right: 33.75rem;
  }

  .\32xl\:pr-160 {
    padding-right: 40rem;
  }

  .\32xl\:pr-180 {
    padding-right: 45rem;
  }

  .\32xl\:pr-240 {
    padding-right: 60rem;
  }

  .\32xl\:pr-285 {
    padding-right: 71.25rem;
  }

  .\32xl\:pr-330 {
    padding-right: 82.5rem;
  }

  .\32xl\:pr-unset {
    padding-right: unset;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .\32xl\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .\32xl\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .\32xl\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .\32xl\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .\32xl\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .\32xl\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .\32xl\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .\32xl\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .\32xl\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .\32xl\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .\32xl\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .\32xl\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .\32xl\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .\32xl\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .\32xl\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .\32xl\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .\32xl\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .\32xl\:pr-70\/100 {
    padding-right: 70%;
  }

  .\32xl\:pr-31\/100 {
    padding-right: 31%;
  }

  .\32xl\:pr-15\/100 {
    padding-right: 15%;
  }

  .\32xl\:pr-1\/100 {
    padding-right: 1%;
  }

  .\32xl\:pr-1\/10 {
    padding-right: 10%;
  }

  .\32xl\:pr-1\/2 {
    padding-right: 50%;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pb-68 {
    padding-bottom: 17rem;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl\:pb-85 {
    padding-bottom: 22rem;
  }

  .\32xl\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .\32xl\:pb-92 {
    padding-bottom: 23rem;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl\:pb-100 {
    padding-bottom: 25rem;
  }

  .\32xl\:pb-116 {
    padding-bottom: 29rem;
  }

  .\32xl\:pb-120 {
    padding-bottom: 30rem;
  }

  .\32xl\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .\32xl\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .\32xl\:pb-160 {
    padding-bottom: 40rem;
  }

  .\32xl\:pb-180 {
    padding-bottom: 45rem;
  }

  .\32xl\:pb-240 {
    padding-bottom: 60rem;
  }

  .\32xl\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .\32xl\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .\32xl\:pb-unset {
    padding-bottom: unset;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .\32xl\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .\32xl\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .\32xl\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .\32xl\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .\32xl\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .\32xl\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .\32xl\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .\32xl\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .\32xl\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .\32xl\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .\32xl\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .\32xl\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .\32xl\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .\32xl\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .\32xl\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .\32xl\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .\32xl\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .\32xl\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .\32xl\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .\32xl\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .\32xl\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .\32xl\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .\32xl\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pl-13 {
    padding-left: 3.25rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pl-19 {
    padding-left: 4.75rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pl-25 {
    padding-left: 6.25rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-30 {
    padding-left: 7.5rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pl-34 {
    padding-left: 8.5rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pl-42 {
    padding-left: 10.5rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pl-46 {
    padding-left: 11.5rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pl-50 {
    padding-left: 12.5rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pl-54 {
    padding-left: 13.5rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pl-68 {
    padding-left: 17rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pl-75 {
    padding-left: 18.75rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pl-85 {
    padding-left: 22rem;
  }

  .\32xl\:pl-90 {
    padding-left: 22.5rem;
  }

  .\32xl\:pl-92 {
    padding-left: 23rem;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl\:pl-100 {
    padding-left: 25rem;
  }

  .\32xl\:pl-116 {
    padding-left: 29rem;
  }

  .\32xl\:pl-120 {
    padding-left: 30rem;
  }

  .\32xl\:pl-125 {
    padding-left: 31.25rem;
  }

  .\32xl\:pl-135 {
    padding-left: 33.75rem;
  }

  .\32xl\:pl-160 {
    padding-left: 40rem;
  }

  .\32xl\:pl-180 {
    padding-left: 45rem;
  }

  .\32xl\:pl-240 {
    padding-left: 60rem;
  }

  .\32xl\:pl-285 {
    padding-left: 71.25rem;
  }

  .\32xl\:pl-330 {
    padding-left: 82.5rem;
  }

  .\32xl\:pl-unset {
    padding-left: unset;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .\32xl\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .\32xl\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .\32xl\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .\32xl\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .\32xl\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .\32xl\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .\32xl\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .\32xl\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .\32xl\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .\32xl\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .\32xl\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .\32xl\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .\32xl\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .\32xl\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .\32xl\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .\32xl\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .\32xl\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .\32xl\:pl-70\/100 {
    padding-left: 70%;
  }

  .\32xl\:pl-31\/100 {
    padding-left: 31%;
  }

  .\32xl\:pl-15\/100 {
    padding-left: 15%;
  }

  .\32xl\:pl-1\/100 {
    padding-left: 1%;
  }

  .\32xl\:pl-1\/10 {
    padding-left: 10%;
  }

  .\32xl\:pl-1\/2 {
    padding-left: 50%;
  }

  .\32xl\:text-left {
    text-align: left;
  }

  .\32xl\:text-center {
    text-align: center;
  }

  .\32xl\:text-right {
    text-align: right;
  }

  .\32xl\:text-justify {
    text-align: justify;
  }

  .\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;
  }

  .\32xl\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .\32xl\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .\32xl\:font-body {
    font-family: Roboto, sans-serif;
  }

  .\32xl\:font-awesome {
    font-family: FontAwesome;
  }

  .\32xl\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .\32xl\:text-inherit {
    font-size: inherit;
  }

  .\32xl\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .\32xl\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .\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: 5rem;
    line-height: 1;
  }

  .\32xl\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .\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;
  }

  .\32xl\:uppercase {
    text-transform: uppercase;
  }

  .\32xl\:lowercase {
    text-transform: lowercase;
  }

  .\32xl\:capitalize {
    text-transform: capitalize;
  }

  .\32xl\:normal-case {
    text-transform: none;
  }

  .\32xl\:italic {
    font-style: italic;
  }

  .\32xl\:not-italic {
    font-style: normal;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\32xl\:text-transparent {
    color: transparent;
  }

  .\32xl\:text-current {
    color: currentColor;
  }

  .\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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl\:text-slate {
  }

  .\32xl\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:text-zinc {
  }

  .\32xl\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl\:text-neutral {
  }

  .\32xl\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:text-stone {
  }

  .\32xl\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:text-current {
    color: currentColor;
  }

  .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-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-slate {
  }

  .group:hover .\32xl\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-zinc {
  }

  .group:hover .\32xl\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-neutral {
  }

  .group:hover .\32xl\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-stone {
  }

  .group:hover .\32xl\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .\32xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .\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-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-slate:focus-within {
  }

  .\32xl\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-zinc:focus-within {
  }

  .\32xl\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-neutral:focus-within {
  }

  .\32xl\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-stone:focus-within {
  }

  .\32xl\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .\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-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-slate:hover {
  }

  .\32xl\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-zinc:hover {
  }

  .\32xl\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-neutral:hover {
  }

  .\32xl\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-stone:hover {
  }

  .\32xl\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .\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-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-slate:focus {
  }

  .\32xl\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-zinc:focus {
  }

  .\32xl\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-neutral:focus {
  }

  .\32xl\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-stone:focus {
  }

  .\32xl\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, 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-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, 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-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\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\: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\: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\: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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .\32xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .\32xl\:placeholder-black::-moz-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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-slate::-moz-placeholder {
  }

  .\32xl\:placeholder-slate::placeholder {
  }

  .\32xl\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-zinc::-moz-placeholder {
  }

  .\32xl\:placeholder-zinc::placeholder {
  }

  .\32xl\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-neutral::-moz-placeholder {
  }

  .\32xl\:placeholder-neutral::placeholder {
  }

  .\32xl\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-stone::-moz-placeholder {
  }

  .\32xl\:placeholder-stone::placeholder {
  }

  .\32xl\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .\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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, 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::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::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(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, 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::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::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(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, 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::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::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::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::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(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, 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::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::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::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::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::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::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(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, 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::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::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::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::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::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::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::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(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, 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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, 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::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::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::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(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, 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::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(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, 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::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::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::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::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::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::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(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, 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::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(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .\32xl\:focus\:placeholder-slate:focus::placeholder {
  }

  .\32xl\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .\32xl\:focus\:placeholder-zinc:focus::placeholder {
  }

  .\32xl\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .\32xl\:focus\:placeholder-neutral:focus::placeholder {
  }

  .\32xl\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .\32xl\:focus\:placeholder-stone:focus::placeholder {
  }

  .\32xl\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 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::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::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::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::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, 196, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, 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::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::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(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, 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::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(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, 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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, 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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, 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::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::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::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::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(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, 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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, 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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, 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::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::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::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(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, 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::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(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, 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::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(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, 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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, 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::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::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::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::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(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, 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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-opacity-0::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-10::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-25::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-40::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-60::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-75::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-90::-moz-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::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-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::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::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::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::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::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::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::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::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::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::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::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::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::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\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\: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\: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\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .\32xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .\32xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .\32xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .\32xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .\32xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .\32xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .\32xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .\32xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .\32xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .\32xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .\32xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .\32xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .\32xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .\32xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .\32xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .\32xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .\32xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .\32xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .\32xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .\32xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .\32xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .\32xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .\32xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .\32xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .\32xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .\32xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .\32xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .\32xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .\32xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .\32xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .\32xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .\32xl\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    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-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    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-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    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-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    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-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    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-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    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-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    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-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-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-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.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-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.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-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-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\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    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 rgb(0 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-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    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 23px 45px -11px hsla(0,0%,8%,.25);
    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 rgb(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-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\: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;
  }

  .\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\: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\: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\: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\: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\:ring-inset {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .\32xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .\32xl\:ring-current {
    --tw-ring-color: currentColor;
  }

  .\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-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .\32xl\:ring-slate {
  }

  .\32xl\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:ring-zinc {
  }

  .\32xl\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .\32xl\:ring-neutral {
  }

  .\32xl\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:ring-stone {
  }

  .\32xl\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .\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-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-slate:focus-within {
  }

  .\32xl\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-zinc:focus-within {
  }

  .\32xl\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-neutral:focus-within {
  }

  .\32xl\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-stone:focus-within {
  }

  .\32xl\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .\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-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, 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(252, 151, 151, 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(245, 57, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, 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-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, 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(251, 207, 51, 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-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, 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(23, 173, 55, 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-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, 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-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, 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(121, 40, 202, 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-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, 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(248, 131, 221, 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(255, 0, 128, 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-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, 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(33, 82, 255, 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(52, 78, 134, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-slate:focus {
  }

  .\32xl\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-zinc:focus {
  }

  .\32xl\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-neutral:focus {
  }

  .\32xl\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-stone:focus {
  }

  .\32xl\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, 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-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, 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-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 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, 196, 0, 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-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, 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(205, 245, 155, 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(152, 236, 45, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, 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-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, 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-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, 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-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, 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-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, 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(33, 212, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, 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-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, 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-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, 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(226, 147, 211, 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(203, 12, 159, 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(163, 1, 126, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, 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-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, 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(255, 102, 124, 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-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\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;
  }

  .\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\: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\: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;
  }

  .\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\: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\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .\32xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .\32xl\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .\32xl\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .\32xl\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .\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: #fc9797;
  }

  .\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: #f53939;
  }

  .\32xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .\32xl\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .\32xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .\32xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\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: #fbcf33;
  }

  .\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-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .\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: #17ad37;
  }

  .\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-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .\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-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .\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: #7928ca;
  }

  .\32xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .\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: #f883dd;
  }

  .\32xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .\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-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .\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: #2152ff;
  }

  .\32xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .\32xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .\32xl\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .\32xl\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .\32xl\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .\32xl\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .\32xl\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .\32xl\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .\32xl\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .\32xl\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .\32xl\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .\32xl\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .\32xl\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .\32xl\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .\32xl\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .\32xl\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .\32xl\:ring-offset-slate {
  }

  .\32xl\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:ring-offset-zinc {
  }

  .\32xl\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .\32xl\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .\32xl\:ring-offset-neutral {
  }

  .\32xl\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:ring-offset-stone {
  }

  .\32xl\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .\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-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .\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-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .\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: #fbc400;
  }

  .\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-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .\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: #cdf59b;
  }

  .\32xl\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .\32xl\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .\32xl\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .\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-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .\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-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .\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-550 {
    --tw-ring-offset-color: #329874;
  }

  .\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-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .\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: #21d4fd;
  }

  .\32xl\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .\32xl\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .\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-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .\32xl\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .\32xl\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .\32xl\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\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-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .\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: #e293d3;
  }

  .\32xl\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .\32xl\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .\32xl\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .\32xl\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .\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: #ff667c;
  }

  .\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-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .\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-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .\32xl\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .\32xl\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .\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: #fc9797;
  }

  .\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: #f53939;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .\32xl\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .\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-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\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: #fbcf33;
  }

  .\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-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .\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: #17ad37;
  }

  .\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-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .\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-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .\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: #7928ca;
  }

  .\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-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .\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: #f883dd;
  }

  .\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: #ff0080;
  }

  .\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-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .\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: #2152ff;
  }

  .\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: #344e86;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .\32xl\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .\32xl\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .\32xl\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .\32xl\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .\32xl\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .\32xl\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .\32xl\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .\32xl\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .\32xl\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .\32xl\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .\32xl\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .\32xl\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .\32xl\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .\32xl\:focus-within\:ring-offset-slate:focus-within {
  }

  .\32xl\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:focus-within\:ring-offset-zinc:focus-within {
  }

  .\32xl\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .\32xl\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .\32xl\:focus-within\:ring-offset-neutral:focus-within {
  }

  .\32xl\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:focus-within\:ring-offset-stone:focus-within {
  }

  .\32xl\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .\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-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .\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-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .\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: #fbc400;
  }

  .\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-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .\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: #cdf59b;
  }

  .\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: #98ec2d;
  }

  .\32xl\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .\32xl\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .\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-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .\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-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .\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-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .\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-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .\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: #21d4fd;
  }

  .\32xl\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .\32xl\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .\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-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .\32xl\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .\32xl\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\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-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .\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: #e293d3;
  }

  .\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: #cb0c9f;
  }

  .\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: #a3017e;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .\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: #ff667c;
  }

  .\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-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .\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-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .\32xl\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .\32xl\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .\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: #fc9797;
  }

  .\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: #f53939;
  }

  .\32xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .\32xl\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .\32xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .\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-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\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: #fbcf33;
  }

  .\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-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .\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: #17ad37;
  }

  .\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-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .\32xl\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .\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-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .\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: #7928ca;
  }

  .\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-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .\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: #f883dd;
  }

  .\32xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .\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-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .\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: #2152ff;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .\32xl\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .\32xl\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .\32xl\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .\32xl\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .\32xl\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .\32xl\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .\32xl\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .\32xl\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .\32xl\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .\32xl\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .\32xl\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .\32xl\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .\32xl\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .\32xl\:focus\:ring-offset-slate:focus {
  }

  .\32xl\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl\:focus\:ring-offset-zinc:focus {
  }

  .\32xl\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .\32xl\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .\32xl\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .\32xl\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .\32xl\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .\32xl\:focus\:ring-offset-neutral:focus {
  }

  .\32xl\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .\32xl\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl\:focus\:ring-offset-stone:focus {
  }

  .\32xl\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .\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-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .\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-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .\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: #fbc400;
  }

  .\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-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .\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: #cdf59b;
  }

  .\32xl\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .\32xl\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .\32xl\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .\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-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .\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-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .\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-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .\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-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .\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: #21d4fd;
  }

  .\32xl\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .\32xl\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .\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-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .\32xl\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .\32xl\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .\32xl\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\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-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .\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: #e293d3;
  }

  .\32xl\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .\32xl\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .\32xl\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .\32xl\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .\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: #ff667c;
  }

  .\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-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .\32xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .\32xl\:filter-none {
    filter: none;
  }

  .\32xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .\32xl\:blur-none {
    --tw-blur: blur(0);
  }

  .\32xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .\32xl\:blur {
    --tw-blur: blur(8px);
  }

  .\32xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .\32xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .\32xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .\32xl\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .\32xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .\32xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .\32xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .\32xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .\32xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .\32xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .\32xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .\32xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .\32xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .\32xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .\32xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .\32xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .\32xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .\32xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .\32xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .\32xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .\32xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .\32xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .\32xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .\32xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .\32xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .\32xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .\32xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .\32xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .\32xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .\32xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .\32xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .\32xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .\32xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .\32xl\:invert {
    --tw-invert: invert(100%);
  }

  .\32xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .\32xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .\32xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .\32xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .\32xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .\32xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .\32xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .\32xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .\32xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .\32xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .\32xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .\32xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .\32xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .\32xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .\32xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .\32xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .\32xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .\32xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .\32xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .\32xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .\32xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .\32xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .\32xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .\32xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .\32xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .\32xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .\32xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .\32xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .\32xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .\32xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .\32xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .\32xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .\32xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .\32xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .\32xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .\32xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .\32xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .\32xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .\32xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .\32xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .\32xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .\32xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .\32xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .\32xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .\32xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .\32xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .\32xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .\32xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .\32xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .\32xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .\32xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .\32xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .\32xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .\32xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .\32xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .\32xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .\32xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .\32xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .\32xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .\32xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .\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, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\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;
  }

  .\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;
  }

  .\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;
  }

  .\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);
  }
}

@media (max-width: 1320px) {
  .\32xl-max\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 576px) {
    .\32xl-max\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .\32xl-max\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .\32xl-max\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .\32xl-max\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1400px) {
    .\32xl-max\:container {
      max-width: 1400px;
    }
  }

  .\32xl-max\:prose {
    color: #495057;
    max-width: 65ch;
  }

  .\32xl-max\:prose [class~="lead"] {
    color: #6c757d;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl-max\:prose a {
    color: #141727;
    text-decoration: underline;
    font-weight: 500;
  }

  .\32xl-max\:prose strong {
    color: #141727;
    font-weight: 600;
  }

  .\32xl-max\:prose ol[type="A"] {
    --list-counter-style: upper-alpha;
  }

  .\32xl-max\:prose ol[type="a"] {
    --list-counter-style: lower-alpha;
  }

  .\32xl-max\:prose ol[type="A" s] {
    --list-counter-style: upper-alpha;
  }

  .\32xl-max\:prose ol[type="a" s] {
    --list-counter-style: lower-alpha;
  }

  .\32xl-max\:prose ol[type="I"] {
    --list-counter-style: upper-roman;
  }

  .\32xl-max\:prose ol[type="i"] {
    --list-counter-style: lower-roman;
  }

  .\32xl-max\:prose ol[type="I" s] {
    --list-counter-style: upper-roman;
  }

  .\32xl-max\:prose ol[type="i" s] {
    --list-counter-style: lower-roman;
  }

  .\32xl-max\:prose ol[type="1"] {
    --list-counter-style: decimal;
  }

  .\32xl-max\:prose ol > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl-max\:prose ol > li::before {
    content: counter(list-item, var(--list-counter-style, decimal)) ".";
    position: absolute;
    font-weight: 400;
    color: #adb5bd;
    left: 0;
  }

  .\32xl-max\:prose ul > li {
    position: relative;
    padding-left: 1.75em;
  }

  .\32xl-max\:prose ul > li::before {
    content: "";
    position: absolute;
    background-color: #d2d6da;
    border-radius: 50%;
    width: 0.375em;
    height: 0.375em;
    top: calc(0.875em - 0.1875em);
    left: 0.25em;
  }

  .\32xl-max\:prose hr {
    border-color: #e9ecef;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl-max\:prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #141727;
    border-left-width: 0.25rem;
    border-left-color: #e9ecef;
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .\32xl-max\:prose blockquote p:first-of-type::before {
    content: open-quote;
  }

  .\32xl-max\:prose blockquote p:last-of-type::after {
    content: close-quote;
  }

  .\32xl-max\:prose h1 {
    color: #141727;
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl-max\:prose h2 {
    color: #141727;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .\32xl-max\:prose h3 {
    color: #141727;
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl-max\:prose h4 {
    color: #141727;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .\32xl-max\:prose figure figcaption {
    color: #adb5bd;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .\32xl-max\:prose code {
    color: #141727;
    font-weight: 600;
    font-size: 0.875em;
  }

  .\32xl-max\:prose code::before {
    content: "`";
  }

  .\32xl-max\:prose code::after {
    content: "`";
  }

  .\32xl-max\:prose a code {
    color: #141727;
  }

  .\32xl-max\:prose pre {
    color: #e9ecef;
    background-color: #252f40;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .\32xl-max\:prose pre code {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .\32xl-max\:prose pre code::before {
    content: none;
  }

  .\32xl-max\:prose pre code::after {
    content: none;
  }

  .\32xl-max\:prose table {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .\32xl-max\:prose thead {
    color: #141727;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-color: #d2d6da;
  }

  .\32xl-max\:prose thead th {
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl-max\:prose tbody tr {
    border-bottom-width: 1px;
    border-bottom-color: #e9ecef;
  }

  .\32xl-max\:prose tbody tr:last-child {
    border-bottom-width: 0;
  }

  .\32xl-max\:prose tbody td {
    vertical-align: top;
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .\32xl-max\:prose {
    font-size: 1rem;
    line-height: 1.75;
  }

  .\32xl-max\:prose p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl-max\:prose img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl-max\:prose h2 code {
    font-size: 0.875em;
  }

  .\32xl-max\:prose h3 code {
    font-size: 0.9em;
  }

  .\32xl-max\:prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl-max\:prose ul {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .\32xl-max\:prose li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl-max\:prose > ul > li p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl-max\:prose > ul > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl-max\:prose > ul > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl-max\:prose > ol > li > *:first-child {
    margin-top: 1.25em;
  }

  .\32xl-max\:prose > ol > li > *:last-child {
    margin-bottom: 1.25em;
  }

  .\32xl-max\:prose ul ul, .\32xl-max\:prose ul ol, .\32xl-max\:prose ol ul, .\32xl-max\:prose ol ol {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .\32xl-max\:prose hr + * {
    margin-top: 0;
  }

  .\32xl-max\:prose h2 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose h3 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose h4 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose thead th:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose thead th:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose tbody td:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose tbody td:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose > :first-child {
    margin-top: 0;
  }

  .\32xl-max\:prose > :last-child {
    margin-bottom: 0;
  }

  .\32xl-max\:prose-sm {
    font-size: 0.875rem;
    line-height: 1.7142857;
  }

  .\32xl-max\:prose-sm p {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl-max\:prose-sm [class~="lead"] {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl-max\:prose-sm blockquote {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em;
  }

  .\32xl-max\:prose-sm h1 {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
  }

  .\32xl-max\:prose-sm h2 {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .\32xl-max\:prose-sm h3 {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl-max\:prose-sm h4 {
    margin-top: 1.4285714em;
    margin-bottom: 0.5714286em;
    line-height: 1.4285714;
  }

  .\32xl-max\:prose-sm img {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl-max\:prose-sm video {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl-max\:prose-sm figure {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }

  .\32xl-max\:prose-sm figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl-max\:prose-sm figure figcaption {
    font-size: 0.8571429em;
    line-height: 1.3333333;
    margin-top: 0.6666667em;
  }

  .\32xl-max\:prose-sm code {
    font-size: 0.8571429em;
  }

  .\32xl-max\:prose-sm h2 code {
    font-size: 0.9em;
  }

  .\32xl-max\:prose-sm h3 code {
    font-size: 0.8888889em;
  }

  .\32xl-max\:prose-sm pre {
    font-size: 0.8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: 0.25rem;
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl-max\:prose-sm ol {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl-max\:prose-sm ul {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
  }

  .\32xl-max\:prose-sm li {
    margin-top: 0.2857143em;
    margin-bottom: 0.2857143em;
  }

  .\32xl-max\:prose-sm ol > li {
    padding-left: 1.5714286em;
  }

  .\32xl-max\:prose-sm ol > li::before {
    left: 0;
  }

  .\32xl-max\:prose-sm ul > li {
    padding-left: 1.5714286em;
  }

  .\32xl-max\:prose-sm ul > li::before {
    height: 0.3571429em;
    width: 0.3571429em;
    top: calc(0.8571429em - 0.1785714em);
    left: 0.2142857em;
  }

  .\32xl-max\:prose-sm > ul > li p {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl-max\:prose-sm > ul > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl-max\:prose-sm > ul > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl-max\:prose-sm > ol > li > *:first-child {
    margin-top: 1.1428571em;
  }

  .\32xl-max\:prose-sm > ol > li > *:last-child {
    margin-bottom: 1.1428571em;
  }

  .\32xl-max\:prose-sm ul ul, .\32xl-max\:prose-sm ul ol, .\32xl-max\:prose-sm ol ul, .\32xl-max\:prose-sm ol ol {
    margin-top: 0.5714286em;
    margin-bottom: 0.5714286em;
  }

  .\32xl-max\:prose-sm hr {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em;
  }

  .\32xl-max\:prose-sm hr + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-sm h2 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-sm h3 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-sm h4 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-sm table {
    font-size: 0.8571429em;
    line-height: 1.5;
  }

  .\32xl-max\:prose-sm thead th {
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl-max\:prose-sm thead th:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-sm thead th:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-sm tbody td {
    padding-top: 0.6666667em;
    padding-right: 1em;
    padding-bottom: 0.6666667em;
    padding-left: 1em;
  }

  .\32xl-max\:prose-sm tbody td:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-sm tbody td:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-sm > :first-child {
    margin-top: 0;
  }

  .\32xl-max\:prose-sm > :last-child {
    margin-bottom: 0;
  }

  .\32xl-max\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .\32xl-max\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .\32xl-max\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .\32xl-max\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .\32xl-max\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .\32xl-max\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl-max\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .\32xl-max\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl-max\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl-max\:prose-lg figure {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .\32xl-max\:prose-lg figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl-max\:prose-lg figure figcaption {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .\32xl-max\:prose-lg code {
    font-size: 0.8888889em;
  }

  .\32xl-max\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .\32xl-max\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .\32xl-max\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .\32xl-max\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl-max\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl-max\:prose-lg ol > li::before {
    left: 0;
  }

  .\32xl-max\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl-max\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .\32xl-max\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl-max\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl-max\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl-max\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-lg ul ul, .\32xl-max\:prose-lg ul ol, .\32xl-max\:prose-lg ol ul, .\32xl-max\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .\32xl-max\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .\32xl-max\:prose-lg hr + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-lg h2 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-lg h3 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-lg h4 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .\32xl-max\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl-max\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .\32xl-max\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-lg > :first-child {
    margin-top: 0;
  }

  .\32xl-max\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .\32xl-max\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .\32xl-max\:prose-xl p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl-max\:prose-xl [class~="lead"] {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .\32xl-max\:prose-xl blockquote {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .\32xl-max\:prose-xl h1 {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .\32xl-max\:prose-xl h2 {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .\32xl-max\:prose-xl h3 {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .\32xl-max\:prose-xl h4 {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .\32xl-max\:prose-xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose-xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose-xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose-xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl-max\:prose-xl figure figcaption {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .\32xl-max\:prose-xl code {
    font-size: 0.9em;
  }

  .\32xl-max\:prose-xl h2 code {
    font-size: 0.8611111em;
  }

  .\32xl-max\:prose-xl h3 code {
    font-size: 0.9em;
  }

  .\32xl-max\:prose-xl pre {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .\32xl-max\:prose-xl ol {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl-max\:prose-xl ul {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .\32xl-max\:prose-xl li {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .\32xl-max\:prose-xl ol > li {
    padding-left: 1.8em;
  }

  .\32xl-max\:prose-xl ol > li::before {
    left: 0;
  }

  .\32xl-max\:prose-xl ul > li {
    padding-left: 1.8em;
  }

  .\32xl-max\:prose-xl ul > li::before {
    width: 0.35em;
    height: 0.35em;
    top: calc(0.9em - 0.175em);
    left: 0.25em;
  }

  .\32xl-max\:prose-xl > ul > li p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl-max\:prose-xl > ul > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl-max\:prose-xl > ul > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl-max\:prose-xl > ol > li > *:first-child {
    margin-top: 1.2em;
  }

  .\32xl-max\:prose-xl > ol > li > *:last-child {
    margin-bottom: 1.2em;
  }

  .\32xl-max\:prose-xl ul ul, .\32xl-max\:prose-xl ul ol, .\32xl-max\:prose-xl ol ul, .\32xl-max\:prose-xl ol ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .\32xl-max\:prose-xl hr {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .\32xl-max\:prose-xl hr + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-xl h2 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-xl h3 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-xl h4 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-xl table {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .\32xl-max\:prose-xl thead th {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl-max\:prose-xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-xl tbody td {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .\32xl-max\:prose-xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-xl > :first-child {
    margin-top: 0;
  }

  .\32xl-max\:prose-xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl-max\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }

  .\32xl-max\:prose-2xl p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-2xl [class~="lead"] {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }

  .\32xl-max\:prose-2xl blockquote {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em;
  }

  .\32xl-max\:prose-2xl h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }

  .\32xl-max\:prose-2xl h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }

  .\32xl-max\:prose-2xl h3 {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }

  .\32xl-max\:prose-2xl h4 {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .\32xl-max\:prose-2xl img {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose-2xl video {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose-2xl figure {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .\32xl-max\:prose-2xl figure > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl-max\:prose-2xl figure figcaption {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }

  .\32xl-max\:prose-2xl code {
    font-size: 0.8333333em;
  }

  .\32xl-max\:prose-2xl h2 code {
    font-size: 0.875em;
  }

  .\32xl-max\:prose-2xl h3 code {
    font-size: 0.8888889em;
  }

  .\32xl-max\:prose-2xl pre {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-right: 1.6em;
    padding-bottom: 1.2em;
    padding-left: 1.6em;
  }

  .\32xl-max\:prose-2xl ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-2xl ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-2xl li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .\32xl-max\:prose-2xl ol > li {
    padding-left: 1.6666667em;
  }

  .\32xl-max\:prose-2xl ol > li::before {
    left: 0;
  }

  .\32xl-max\:prose-2xl ul > li {
    padding-left: 1.6666667em;
  }

  .\32xl-max\:prose-2xl ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8333333em - 0.1666667em);
    left: 0.25em;
  }

  .\32xl-max\:prose-2xl > ul > li p {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }

  .\32xl-max\:prose-2xl > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl-max\:prose-2xl > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-2xl > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .\32xl-max\:prose-2xl > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .\32xl-max\:prose-2xl ul ul, .\32xl-max\:prose-2xl ul ol, .\32xl-max\:prose-2xl ol ul, .\32xl-max\:prose-2xl ol ol {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .\32xl-max\:prose-2xl hr {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .\32xl-max\:prose-2xl hr + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-2xl h2 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-2xl h3 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-2xl h4 + * {
    margin-top: 0;
  }

  .\32xl-max\:prose-2xl table {
    font-size: 0.8333333em;
    line-height: 1.4;
  }

  .\32xl-max\:prose-2xl thead th {
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl-max\:prose-2xl thead th:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-2xl thead th:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-2xl tbody td {
    padding-top: 0.8em;
    padding-right: 0.6em;
    padding-bottom: 0.8em;
    padding-left: 0.6em;
  }

  .\32xl-max\:prose-2xl tbody td:first-child {
    padding-left: 0;
  }

  .\32xl-max\:prose-2xl tbody td:last-child {
    padding-right: 0;
  }

  .\32xl-max\:prose-2xl > :first-child {
    margin-top: 0;
  }

  .\32xl-max\:prose-2xl > :last-child {
    margin-bottom: 0;
  }

  .\32xl-max\:prose-red a {
    color: #ea0606;
  }

  .\32xl-max\:prose-red a code {
    color: #ea0606;
  }

  .\32xl-max\:prose-yellow a {
    color: #ca8a04;
  }

  .\32xl-max\:prose-yellow a code {
    color: #ca8a04;
  }

  .\32xl-max\:prose-green a {
    color: #17ad37;
  }

  .\32xl-max\:prose-green a code {
    color: #17ad37;
  }

  .\32xl-max\:prose-indigo a {
    color: #4f46e5;
  }

  .\32xl-max\:prose-indigo a code {
    color: #4f46e5;
  }

  .\32xl-max\:prose-purple a {
    color: #9333ea;
  }

  .\32xl-max\:prose-purple a code {
    color: #9333ea;
  }

  .\32xl-max\:prose-pink a {
    color: #db2777;
  }

  .\32xl-max\:prose-pink a code {
    color: #db2777;
  }

  .\32xl-max\:prose-blue a {
    color: #2152ff;
  }

  .\32xl-max\:prose-blue a code {
    color: #2152ff;
  }

  .\32xl-max\:prose-slate a {
    color: #627594;
  }

  .\32xl-max\:prose-slate a code {
    color: #627594;
  }

  .\32xl-max\:prose-zinc a {
    color: #52525b;
  }

  .\32xl-max\:prose-zinc a code {
    color: #52525b;
  }

  .\32xl-max\:prose-neutral a {
    color: #525252;
  }

  .\32xl-max\:prose-neutral a code {
    color: #525252;
  }

  .\32xl-max\:prose-stone a {
    color: #57534e;
  }

  .\32xl-max\:prose-stone a code {
    color: #57534e;
  }

  .\32xl-max\:prose-orange a {
    color: #ea580c;
  }

  .\32xl-max\:prose-orange a code {
    color: #ea580c;
  }

  .\32xl-max\:prose-amber a {
    color: #d97706;
  }

  .\32xl-max\:prose-amber a code {
    color: #d97706;
  }

  .\32xl-max\:prose-lime a {
    color: #67b108;
  }

  .\32xl-max\:prose-lime a code {
    color: #67b108;
  }

  .\32xl-max\:prose-emerald a {
    color: #059669;
  }

  .\32xl-max\:prose-emerald a code {
    color: #059669;
  }

  .\32xl-max\:prose-teal a {
    color: #0d9488;
  }

  .\32xl-max\:prose-teal a code {
    color: #0d9488;
  }

  .\32xl-max\:prose-cyan a {
    color: #08a1c4;
  }

  .\32xl-max\:prose-cyan a code {
    color: #08a1c4;
  }

  .\32xl-max\:prose-sky a {
    color: #3ea1ec;
  }

  .\32xl-max\:prose-sky a code {
    color: #3ea1ec;
  }

  .\32xl-max\:prose-violet a {
    color: #7c3aed;
  }

  .\32xl-max\:prose-violet a code {
    color: #7c3aed;
  }

  .\32xl-max\:prose-fuchsia a {
    color: #c026d3;
  }

  .\32xl-max\:prose-fuchsia a code {
    color: #c026d3;
  }

  .\32xl-max\:prose-rose a {
    color: #e11d48;
  }

  .\32xl-max\:prose-rose a code {
    color: #e11d48;
  }

  .\32xl-max\: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-max\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl-max\: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-max\: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-max\: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-max\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl-max\:pointer-events-none {
    pointer-events: none;
  }

  .\32xl-max\:pointer-events-auto {
    pointer-events: auto;
  }

  .\32xl-max\:visible {
    visibility: visible;
  }

  .\32xl-max\:invisible {
    visibility: hidden;
  }

  .\32xl-max\:static {
    position: static;
  }

  .\32xl-max\:fixed {
    position: fixed;
  }

  .\32xl-max\:absolute {
    position: absolute;
  }

  .\32xl-max\:relative {
    position: relative;
  }

  .\32xl-max\:sticky {
    position: sticky;
  }

  .\32xl-max\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl-max\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl-max\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl-max\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl-max\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl-max\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl-max\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl-max\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl-max\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl-max\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl-max\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl-max\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl-max\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl-max\:inset-13 {
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .\32xl-max\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl-max\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl-max\:inset-19 {
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .\32xl-max\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl-max\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl-max\:inset-25 {
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .\32xl-max\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl-max\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .\32xl-max\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl-max\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .\32xl-max\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl-max\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl-max\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .\32xl-max\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl-max\:inset-46 {
    top: 11.5rem;
    right: 11.5rem;
    bottom: 11.5rem;
    left: 11.5rem;
  }

  .\32xl-max\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl-max\:inset-50 {
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .\32xl-max\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl-max\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .\32xl-max\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl-max\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl-max\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl-max\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .\32xl-max\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl-max\:inset-75 {
    top: 18.75rem;
    right: 18.75rem;
    bottom: 18.75rem;
    left: 18.75rem;
  }

  .\32xl-max\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl-max\:inset-85 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .\32xl-max\:inset-90 {
    top: 22.5rem;
    right: 22.5rem;
    bottom: 22.5rem;
    left: 22.5rem;
  }

  .\32xl-max\:inset-92 {
    top: 23rem;
    right: 23rem;
    bottom: 23rem;
    left: 23rem;
  }

  .\32xl-max\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl-max\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .\32xl-max\:inset-116 {
    top: 29rem;
    right: 29rem;
    bottom: 29rem;
    left: 29rem;
  }

  .\32xl-max\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .\32xl-max\:inset-125 {
    top: 31.25rem;
    right: 31.25rem;
    bottom: 31.25rem;
    left: 31.25rem;
  }

  .\32xl-max\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .\32xl-max\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .\32xl-max\:inset-180 {
    top: 45rem;
    right: 45rem;
    bottom: 45rem;
    left: 45rem;
  }

  .\32xl-max\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .\32xl-max\:inset-285 {
    top: 71.25rem;
    right: 71.25rem;
    bottom: 71.25rem;
    left: 71.25rem;
  }

  .\32xl-max\:inset-330 {
    top: 82.5rem;
    right: 82.5rem;
    bottom: 82.5rem;
    left: 82.5rem;
  }

  .\32xl-max\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl-max\:inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .\32xl-max\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl-max\:inset-0\.4 {
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    left: 0.1rem;
  }

  .\32xl-max\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl-max\:inset-0\.6 {
    top: 0.15rem;
    right: 0.15rem;
    bottom: 0.15rem;
    left: 0.15rem;
  }

  .\32xl-max\:inset-0\.75 {
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .\32xl-max\:inset-1\.2 {
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }

  .\32xl-max\:inset-1\.25 {
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
  }

  .\32xl-max\:inset-1\.4 {
    top: 0.35rem;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
  }

  .\32xl-max\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl-max\:inset-1\.6 {
    top: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
  }

  .\32xl-max\:inset-1\.75 {
    top: 0.4375rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
    left: 0.4375rem;
  }

  .\32xl-max\:inset-1\.8 {
    top: 0.45rem;
    right: 0.45rem;
    bottom: 0.45rem;
    left: 0.45rem;
  }

  .\32xl-max\:inset-2\.2 {
    top: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
  }

  .\32xl-max\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl-max\:inset-2\.6 {
    top: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }

  .\32xl-max\:inset-2\.7 {
    top: 0.675rem;
    right: 0.675rem;
    bottom: 0.675rem;
    left: 0.675rem;
  }

  .\32xl-max\:inset-2\.8 {
    top: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .\32xl-max\:inset-3\.4 {
    top: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
  }

  .\32xl-max\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl-max\:inset-3\.6 {
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .\32xl-max\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .\32xl-max\:inset-4\.8 {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }

  .\32xl-max\:inset-5\.3 {
    top: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .\32xl-max\:inset-5\.4 {
    top: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .\32xl-max\:inset-5\.5 {
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .\32xl-max\:inset-5\.6 {
    top: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;
  }

  .\32xl-max\:inset-6\.5 {
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .\32xl-max\:inset-70\/100 {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .\32xl-max\:inset-31\/100 {
    top: 31%;
    right: 31%;
    bottom: 31%;
    left: 31%;
  }

  .\32xl-max\:inset-15\/100 {
    top: 15%;
    right: 15%;
    bottom: 15%;
    left: 15%;
  }

  .\32xl-max\:inset-1\/100 {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .\32xl-max\:inset-1\/10 {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .\32xl-max\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl-max\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl-max\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl-max\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl-max\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl-max\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl-max\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl-max\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl-max\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl-max\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl-max\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl-max\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl-max\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl-max\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl-max\:-inset-13 {
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .\32xl-max\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl-max\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl-max\:-inset-19 {
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .\32xl-max\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl-max\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl-max\:-inset-25 {
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .\32xl-max\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl-max\:-inset-30 {
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .\32xl-max\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl-max\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .\32xl-max\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl-max\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl-max\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .\32xl-max\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl-max\:-inset-46 {
    top: -11.5rem;
    right: -11.5rem;
    bottom: -11.5rem;
    left: -11.5rem;
  }

  .\32xl-max\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl-max\:-inset-50 {
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .\32xl-max\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl-max\:-inset-54 {
    top: -13.5rem;
    right: -13.5rem;
    bottom: -13.5rem;
    left: -13.5rem;
  }

  .\32xl-max\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl-max\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl-max\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl-max\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .\32xl-max\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl-max\:-inset-75 {
    top: -18.75rem;
    right: -18.75rem;
    bottom: -18.75rem;
    left: -18.75rem;
  }

  .\32xl-max\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl-max\:-inset-85 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .\32xl-max\:-inset-90 {
    top: -22.5rem;
    right: -22.5rem;
    bottom: -22.5rem;
    left: -22.5rem;
  }

  .\32xl-max\:-inset-92 {
    top: -23rem;
    right: -23rem;
    bottom: -23rem;
    left: -23rem;
  }

  .\32xl-max\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl-max\:-inset-100 {
    top: -25rem;
    right: -25rem;
    bottom: -25rem;
    left: -25rem;
  }

  .\32xl-max\:-inset-116 {
    top: -29rem;
    right: -29rem;
    bottom: -29rem;
    left: -29rem;
  }

  .\32xl-max\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .\32xl-max\:-inset-125 {
    top: -31.25rem;
    right: -31.25rem;
    bottom: -31.25rem;
    left: -31.25rem;
  }

  .\32xl-max\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .\32xl-max\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .\32xl-max\:-inset-180 {
    top: -45rem;
    right: -45rem;
    bottom: -45rem;
    left: -45rem;
  }

  .\32xl-max\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .\32xl-max\:-inset-285 {
    top: -71.25rem;
    right: -71.25rem;
    bottom: -71.25rem;
    left: -71.25rem;
  }

  .\32xl-max\:-inset-330 {
    top: -82.5rem;
    right: -82.5rem;
    bottom: -82.5rem;
    left: -82.5rem;
  }

  .\32xl-max\:-inset-unset {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .\32xl-max\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl-max\:-inset-0\.4 {
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
  }

  .\32xl-max\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl-max\:-inset-0\.6 {
    top: -0.15rem;
    right: -0.15rem;
    bottom: -0.15rem;
    left: -0.15rem;
  }

  .\32xl-max\:-inset-0\.75 {
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem;
  }

  .\32xl-max\:-inset-1\.2 {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
  }

  .\32xl-max\:-inset-1\.25 {
    top: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    left: -0.3125rem;
  }

  .\32xl-max\:-inset-1\.4 {
    top: -0.35rem;
    right: -0.35rem;
    bottom: -0.35rem;
    left: -0.35rem;
  }

  .\32xl-max\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl-max\:-inset-1\.6 {
    top: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    left: -0.4rem;
  }

  .\32xl-max\:-inset-1\.75 {
    top: -0.4375rem;
    right: -0.4375rem;
    bottom: -0.4375rem;
    left: -0.4375rem;
  }

  .\32xl-max\:-inset-1\.8 {
    top: -0.45rem;
    right: -0.45rem;
    bottom: -0.45rem;
    left: -0.45rem;
  }

  .\32xl-max\:-inset-2\.2 {
    top: -0.55rem;
    right: -0.55rem;
    bottom: -0.55rem;
    left: -0.55rem;
  }

  .\32xl-max\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl-max\:-inset-2\.6 {
    top: -0.65rem;
    right: -0.65rem;
    bottom: -0.65rem;
    left: -0.65rem;
  }

  .\32xl-max\:-inset-2\.7 {
    top: -0.675rem;
    right: -0.675rem;
    bottom: -0.675rem;
    left: -0.675rem;
  }

  .\32xl-max\:-inset-2\.8 {
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    left: -0.7rem;
  }

  .\32xl-max\:-inset-3\.4 {
    top: -0.85rem;
    right: -0.85rem;
    bottom: -0.85rem;
    left: -0.85rem;
  }

  .\32xl-max\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl-max\:-inset-3\.6 {
    top: -0.9rem;
    right: -0.9rem;
    bottom: -0.9rem;
    left: -0.9rem;
  }

  .\32xl-max\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .\32xl-max\:-inset-4\.8 {
    top: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    left: -1.2rem;
  }

  .\32xl-max\:-inset-5\.3 {
    top: -1.3rem;
    right: -1.3rem;
    bottom: -1.3rem;
    left: -1.3rem;
  }

  .\32xl-max\:-inset-5\.4 {
    top: -1.35rem;
    right: -1.35rem;
    bottom: -1.35rem;
    left: -1.35rem;
  }

  .\32xl-max\:-inset-5\.5 {
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .\32xl-max\:-inset-5\.6 {
    top: -1.4rem;
    right: -1.4rem;
    bottom: -1.4rem;
    left: -1.4rem;
  }

  .\32xl-max\:-inset-6\.5 {
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .\32xl-max\:-inset-70\/100 {
    top: -70%;
    right: -70%;
    bottom: -70%;
    left: -70%;
  }

  .\32xl-max\:-inset-31\/100 {
    top: -31%;
    right: -31%;
    bottom: -31%;
    left: -31%;
  }

  .\32xl-max\:-inset-15\/100 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
  }

  .\32xl-max\:-inset-1\/100 {
    top: -1%;
    right: -1%;
    bottom: -1%;
    left: -1%;
  }

  .\32xl-max\:-inset-1\/10 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
  }

  .\32xl-max\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl-max\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl-max\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl-max\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl-max\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl-max\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl-max\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl-max\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl-max\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl-max\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl-max\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl-max\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl-max\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl-max\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .\32xl-max\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .\32xl-max\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .\32xl-max\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .\32xl-max\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .\32xl-max\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .\32xl-max\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .\32xl-max\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .\32xl-max\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .\32xl-max\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .\32xl-max\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .\32xl-max\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .\32xl-max\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .\32xl-max\:inset-x-13 {
    left: 3.25rem;
    right: 3.25rem;
  }

  .\32xl-max\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .\32xl-max\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .\32xl-max\:inset-x-19 {
    left: 4.75rem;
    right: 4.75rem;
  }

  .\32xl-max\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .\32xl-max\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .\32xl-max\:inset-x-25 {
    left: 6.25rem;
    right: 6.25rem;
  }

  .\32xl-max\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .\32xl-max\:inset-x-30 {
    left: 7.5rem;
    right: 7.5rem;
  }

  .\32xl-max\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .\32xl-max\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .\32xl-max\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .\32xl-max\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .\32xl-max\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .\32xl-max\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .\32xl-max\:inset-x-46 {
    left: 11.5rem;
    right: 11.5rem;
  }

  .\32xl-max\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .\32xl-max\:inset-x-50 {
    left: 12.5rem;
    right: 12.5rem;
  }

  .\32xl-max\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .\32xl-max\:inset-x-54 {
    left: 13.5rem;
    right: 13.5rem;
  }

  .\32xl-max\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .\32xl-max\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .\32xl-max\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .\32xl-max\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .\32xl-max\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .\32xl-max\:inset-x-75 {
    left: 18.75rem;
    right: 18.75rem;
  }

  .\32xl-max\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .\32xl-max\:inset-x-85 {
    left: 22rem;
    right: 22rem;
  }

  .\32xl-max\:inset-x-90 {
    left: 22.5rem;
    right: 22.5rem;
  }

  .\32xl-max\:inset-x-92 {
    left: 23rem;
    right: 23rem;
  }

  .\32xl-max\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .\32xl-max\:inset-x-100 {
    left: 25rem;
    right: 25rem;
  }

  .\32xl-max\:inset-x-116 {
    left: 29rem;
    right: 29rem;
  }

  .\32xl-max\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .\32xl-max\:inset-x-125 {
    left: 31.25rem;
    right: 31.25rem;
  }

  .\32xl-max\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .\32xl-max\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .\32xl-max\:inset-x-180 {
    left: 45rem;
    right: 45rem;
  }

  .\32xl-max\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .\32xl-max\:inset-x-285 {
    left: 71.25rem;
    right: 71.25rem;
  }

  .\32xl-max\:inset-x-330 {
    left: 82.5rem;
    right: 82.5rem;
  }

  .\32xl-max\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .\32xl-max\:inset-x-unset {
    left: unset;
    right: unset;
  }

  .\32xl-max\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .\32xl-max\:inset-x-0\.4 {
    left: 0.1rem;
    right: 0.1rem;
  }

  .\32xl-max\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .\32xl-max\:inset-x-0\.6 {
    left: 0.15rem;
    right: 0.15rem;
  }

  .\32xl-max\:inset-x-0\.75 {
    left: 0.2rem;
    right: 0.2rem;
  }

  .\32xl-max\:inset-x-1\.2 {
    left: 0.3rem;
    right: 0.3rem;
  }

  .\32xl-max\:inset-x-1\.25 {
    left: 0.3125rem;
    right: 0.3125rem;
  }

  .\32xl-max\:inset-x-1\.4 {
    left: 0.35rem;
    right: 0.35rem;
  }

  .\32xl-max\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .\32xl-max\:inset-x-1\.6 {
    left: 0.4rem;
    right: 0.4rem;
  }

  .\32xl-max\:inset-x-1\.75 {
    left: 0.4375rem;
    right: 0.4375rem;
  }

  .\32xl-max\:inset-x-1\.8 {
    left: 0.45rem;
    right: 0.45rem;
  }

  .\32xl-max\:inset-x-2\.2 {
    left: 0.55rem;
    right: 0.55rem;
  }

  .\32xl-max\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .\32xl-max\:inset-x-2\.6 {
    left: 0.65rem;
    right: 0.65rem;
  }

  .\32xl-max\:inset-x-2\.7 {
    left: 0.675rem;
    right: 0.675rem;
  }

  .\32xl-max\:inset-x-2\.8 {
    left: 0.7rem;
    right: 0.7rem;
  }

  .\32xl-max\:inset-x-3\.4 {
    left: 0.85rem;
    right: 0.85rem;
  }

  .\32xl-max\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .\32xl-max\:inset-x-3\.6 {
    left: 0.9rem;
    right: 0.9rem;
  }

  .\32xl-max\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .\32xl-max\:inset-x-4\.8 {
    left: 1.2rem;
    right: 1.2rem;
  }

  .\32xl-max\:inset-x-5\.3 {
    left: 1.3rem;
    right: 1.3rem;
  }

  .\32xl-max\:inset-x-5\.4 {
    left: 1.35rem;
    right: 1.35rem;
  }

  .\32xl-max\:inset-x-5\.5 {
    left: 1.375rem;
    right: 1.375rem;
  }

  .\32xl-max\:inset-x-5\.6 {
    left: 1.4rem;
    right: 1.4rem;
  }

  .\32xl-max\:inset-x-6\.5 {
    left: 1.625rem;
    right: 1.625rem;
  }

  .\32xl-max\:inset-x-70\/100 {
    left: 70%;
    right: 70%;
  }

  .\32xl-max\:inset-x-31\/100 {
    left: 31%;
    right: 31%;
  }

  .\32xl-max\:inset-x-15\/100 {
    left: 15%;
    right: 15%;
  }

  .\32xl-max\:inset-x-1\/100 {
    left: 1%;
    right: 1%;
  }

  .\32xl-max\:inset-x-1\/10 {
    left: 10%;
    right: 10%;
  }

  .\32xl-max\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .\32xl-max\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .\32xl-max\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .\32xl-max\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .\32xl-max\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .\32xl-max\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .\32xl-max\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .\32xl-max\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .\32xl-max\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .\32xl-max\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .\32xl-max\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .\32xl-max\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .\32xl-max\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .\32xl-max\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .\32xl-max\:-inset-x-13 {
    left: -3.25rem;
    right: -3.25rem;
  }

  .\32xl-max\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .\32xl-max\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .\32xl-max\:-inset-x-19 {
    left: -4.75rem;
    right: -4.75rem;
  }

  .\32xl-max\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .\32xl-max\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .\32xl-max\:-inset-x-25 {
    left: -6.25rem;
    right: -6.25rem;
  }

  .\32xl-max\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .\32xl-max\:-inset-x-30 {
    left: -7.5rem;
    right: -7.5rem;
  }

  .\32xl-max\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .\32xl-max\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .\32xl-max\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .\32xl-max\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .\32xl-max\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .\32xl-max\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .\32xl-max\:-inset-x-46 {
    left: -11.5rem;
    right: -11.5rem;
  }

  .\32xl-max\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .\32xl-max\:-inset-x-50 {
    left: -12.5rem;
    right: -12.5rem;
  }

  .\32xl-max\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .\32xl-max\:-inset-x-54 {
    left: -13.5rem;
    right: -13.5rem;
  }

  .\32xl-max\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .\32xl-max\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .\32xl-max\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .\32xl-max\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .\32xl-max\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .\32xl-max\:-inset-x-75 {
    left: -18.75rem;
    right: -18.75rem;
  }

  .\32xl-max\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .\32xl-max\:-inset-x-85 {
    left: -22rem;
    right: -22rem;
  }

  .\32xl-max\:-inset-x-90 {
    left: -22.5rem;
    right: -22.5rem;
  }

  .\32xl-max\:-inset-x-92 {
    left: -23rem;
    right: -23rem;
  }

  .\32xl-max\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .\32xl-max\:-inset-x-100 {
    left: -25rem;
    right: -25rem;
  }

  .\32xl-max\:-inset-x-116 {
    left: -29rem;
    right: -29rem;
  }

  .\32xl-max\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .\32xl-max\:-inset-x-125 {
    left: -31.25rem;
    right: -31.25rem;
  }

  .\32xl-max\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .\32xl-max\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .\32xl-max\:-inset-x-180 {
    left: -45rem;
    right: -45rem;
  }

  .\32xl-max\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .\32xl-max\:-inset-x-285 {
    left: -71.25rem;
    right: -71.25rem;
  }

  .\32xl-max\:-inset-x-330 {
    left: -82.5rem;
    right: -82.5rem;
  }

  .\32xl-max\:-inset-x-unset {
    left: unset;
    right: unset;
  }

  .\32xl-max\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .\32xl-max\:-inset-x-0\.4 {
    left: -0.1rem;
    right: -0.1rem;
  }

  .\32xl-max\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .\32xl-max\:-inset-x-0\.6 {
    left: -0.15rem;
    right: -0.15rem;
  }

  .\32xl-max\:-inset-x-0\.75 {
    left: -0.2rem;
    right: -0.2rem;
  }

  .\32xl-max\:-inset-x-1\.2 {
    left: -0.3rem;
    right: -0.3rem;
  }

  .\32xl-max\:-inset-x-1\.25 {
    left: -0.3125rem;
    right: -0.3125rem;
  }

  .\32xl-max\:-inset-x-1\.4 {
    left: -0.35rem;
    right: -0.35rem;
  }

  .\32xl-max\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .\32xl-max\:-inset-x-1\.6 {
    left: -0.4rem;
    right: -0.4rem;
  }

  .\32xl-max\:-inset-x-1\.75 {
    left: -0.4375rem;
    right: -0.4375rem;
  }

  .\32xl-max\:-inset-x-1\.8 {
    left: -0.45rem;
    right: -0.45rem;
  }

  .\32xl-max\:-inset-x-2\.2 {
    left: -0.55rem;
    right: -0.55rem;
  }

  .\32xl-max\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .\32xl-max\:-inset-x-2\.6 {
    left: -0.65rem;
    right: -0.65rem;
  }

  .\32xl-max\:-inset-x-2\.7 {
    left: -0.675rem;
    right: -0.675rem;
  }

  .\32xl-max\:-inset-x-2\.8 {
    left: -0.7rem;
    right: -0.7rem;
  }

  .\32xl-max\:-inset-x-3\.4 {
    left: -0.85rem;
    right: -0.85rem;
  }

  .\32xl-max\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .\32xl-max\:-inset-x-3\.6 {
    left: -0.9rem;
    right: -0.9rem;
  }

  .\32xl-max\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .\32xl-max\:-inset-x-4\.8 {
    left: -1.2rem;
    right: -1.2rem;
  }

  .\32xl-max\:-inset-x-5\.3 {
    left: -1.3rem;
    right: -1.3rem;
  }

  .\32xl-max\:-inset-x-5\.4 {
    left: -1.35rem;
    right: -1.35rem;
  }

  .\32xl-max\:-inset-x-5\.5 {
    left: -1.375rem;
    right: -1.375rem;
  }

  .\32xl-max\:-inset-x-5\.6 {
    left: -1.4rem;
    right: -1.4rem;
  }

  .\32xl-max\:-inset-x-6\.5 {
    left: -1.625rem;
    right: -1.625rem;
  }

  .\32xl-max\:-inset-x-70\/100 {
    left: -70%;
    right: -70%;
  }

  .\32xl-max\:-inset-x-31\/100 {
    left: -31%;
    right: -31%;
  }

  .\32xl-max\:-inset-x-15\/100 {
    left: -15%;
    right: -15%;
  }

  .\32xl-max\:-inset-x-1\/100 {
    left: -1%;
    right: -1%;
  }

  .\32xl-max\:-inset-x-1\/10 {
    left: -10%;
    right: -10%;
  }

  .\32xl-max\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .\32xl-max\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .\32xl-max\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .\32xl-max\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .\32xl-max\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .\32xl-max\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .\32xl-max\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .\32xl-max\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .\32xl-max\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .\32xl-max\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .\32xl-max\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .\32xl-max\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .\32xl-max\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .\32xl-max\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl-max\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl-max\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl-max\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl-max\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl-max\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl-max\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl-max\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl-max\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl-max\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl-max\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl-max\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl-max\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl-max\:inset-y-13 {
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .\32xl-max\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl-max\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl-max\:inset-y-19 {
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .\32xl-max\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl-max\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl-max\:inset-y-25 {
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .\32xl-max\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl-max\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .\32xl-max\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl-max\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .\32xl-max\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl-max\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl-max\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .\32xl-max\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl-max\:inset-y-46 {
    top: 11.5rem;
    bottom: 11.5rem;
  }

  .\32xl-max\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl-max\:inset-y-50 {
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .\32xl-max\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl-max\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .\32xl-max\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl-max\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl-max\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl-max\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .\32xl-max\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl-max\:inset-y-75 {
    top: 18.75rem;
    bottom: 18.75rem;
  }

  .\32xl-max\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl-max\:inset-y-85 {
    top: 22rem;
    bottom: 22rem;
  }

  .\32xl-max\:inset-y-90 {
    top: 22.5rem;
    bottom: 22.5rem;
  }

  .\32xl-max\:inset-y-92 {
    top: 23rem;
    bottom: 23rem;
  }

  .\32xl-max\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl-max\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .\32xl-max\:inset-y-116 {
    top: 29rem;
    bottom: 29rem;
  }

  .\32xl-max\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .\32xl-max\:inset-y-125 {
    top: 31.25rem;
    bottom: 31.25rem;
  }

  .\32xl-max\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .\32xl-max\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .\32xl-max\:inset-y-180 {
    top: 45rem;
    bottom: 45rem;
  }

  .\32xl-max\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .\32xl-max\:inset-y-285 {
    top: 71.25rem;
    bottom: 71.25rem;
  }

  .\32xl-max\:inset-y-330 {
    top: 82.5rem;
    bottom: 82.5rem;
  }

  .\32xl-max\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl-max\:inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .\32xl-max\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .\32xl-max\:inset-y-0\.4 {
    top: 0.1rem;
    bottom: 0.1rem;
  }

  .\32xl-max\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl-max\:inset-y-0\.6 {
    top: 0.15rem;
    bottom: 0.15rem;
  }

  .\32xl-max\:inset-y-0\.75 {
    top: 0.2rem;
    bottom: 0.2rem;
  }

  .\32xl-max\:inset-y-1\.2 {
    top: 0.3rem;
    bottom: 0.3rem;
  }

  .\32xl-max\:inset-y-1\.25 {
    top: 0.3125rem;
    bottom: 0.3125rem;
  }

  .\32xl-max\:inset-y-1\.4 {
    top: 0.35rem;
    bottom: 0.35rem;
  }

  .\32xl-max\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl-max\:inset-y-1\.6 {
    top: 0.4rem;
    bottom: 0.4rem;
  }

  .\32xl-max\:inset-y-1\.75 {
    top: 0.4375rem;
    bottom: 0.4375rem;
  }

  .\32xl-max\:inset-y-1\.8 {
    top: 0.45rem;
    bottom: 0.45rem;
  }

  .\32xl-max\:inset-y-2\.2 {
    top: 0.55rem;
    bottom: 0.55rem;
  }

  .\32xl-max\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl-max\:inset-y-2\.6 {
    top: 0.65rem;
    bottom: 0.65rem;
  }

  .\32xl-max\:inset-y-2\.7 {
    top: 0.675rem;
    bottom: 0.675rem;
  }

  .\32xl-max\:inset-y-2\.8 {
    top: 0.7rem;
    bottom: 0.7rem;
  }

  .\32xl-max\:inset-y-3\.4 {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .\32xl-max\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl-max\:inset-y-3\.6 {
    top: 0.9rem;
    bottom: 0.9rem;
  }

  .\32xl-max\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .\32xl-max\:inset-y-4\.8 {
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .\32xl-max\:inset-y-5\.3 {
    top: 1.3rem;
    bottom: 1.3rem;
  }

  .\32xl-max\:inset-y-5\.4 {
    top: 1.35rem;
    bottom: 1.35rem;
  }

  .\32xl-max\:inset-y-5\.5 {
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .\32xl-max\:inset-y-5\.6 {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .\32xl-max\:inset-y-6\.5 {
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .\32xl-max\:inset-y-70\/100 {
    top: 70%;
    bottom: 70%;
  }

  .\32xl-max\:inset-y-31\/100 {
    top: 31%;
    bottom: 31%;
  }

  .\32xl-max\:inset-y-15\/100 {
    top: 15%;
    bottom: 15%;
  }

  .\32xl-max\:inset-y-1\/100 {
    top: 1%;
    bottom: 1%;
  }

  .\32xl-max\:inset-y-1\/10 {
    top: 10%;
    bottom: 10%;
  }

  .\32xl-max\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl-max\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl-max\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl-max\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl-max\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl-max\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl-max\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl-max\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl-max\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl-max\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl-max\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl-max\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl-max\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl-max\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl-max\:-inset-y-13 {
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .\32xl-max\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl-max\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl-max\:-inset-y-19 {
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .\32xl-max\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl-max\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl-max\:-inset-y-25 {
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .\32xl-max\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl-max\:-inset-y-30 {
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .\32xl-max\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl-max\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .\32xl-max\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl-max\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl-max\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .\32xl-max\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl-max\:-inset-y-46 {
    top: -11.5rem;
    bottom: -11.5rem;
  }

  .\32xl-max\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl-max\:-inset-y-50 {
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .\32xl-max\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl-max\:-inset-y-54 {
    top: -13.5rem;
    bottom: -13.5rem;
  }

  .\32xl-max\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl-max\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl-max\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl-max\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .\32xl-max\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl-max\:-inset-y-75 {
    top: -18.75rem;
    bottom: -18.75rem;
  }

  .\32xl-max\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl-max\:-inset-y-85 {
    top: -22rem;
    bottom: -22rem;
  }

  .\32xl-max\:-inset-y-90 {
    top: -22.5rem;
    bottom: -22.5rem;
  }

  .\32xl-max\:-inset-y-92 {
    top: -23rem;
    bottom: -23rem;
  }

  .\32xl-max\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl-max\:-inset-y-100 {
    top: -25rem;
    bottom: -25rem;
  }

  .\32xl-max\:-inset-y-116 {
    top: -29rem;
    bottom: -29rem;
  }

  .\32xl-max\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .\32xl-max\:-inset-y-125 {
    top: -31.25rem;
    bottom: -31.25rem;
  }

  .\32xl-max\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .\32xl-max\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .\32xl-max\:-inset-y-180 {
    top: -45rem;
    bottom: -45rem;
  }

  .\32xl-max\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .\32xl-max\:-inset-y-285 {
    top: -71.25rem;
    bottom: -71.25rem;
  }

  .\32xl-max\:-inset-y-330 {
    top: -82.5rem;
    bottom: -82.5rem;
  }

  .\32xl-max\:-inset-y-unset {
    top: unset;
    bottom: unset;
  }

  .\32xl-max\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .\32xl-max\:-inset-y-0\.4 {
    top: -0.1rem;
    bottom: -0.1rem;
  }

  .\32xl-max\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl-max\:-inset-y-0\.6 {
    top: -0.15rem;
    bottom: -0.15rem;
  }

  .\32xl-max\:-inset-y-0\.75 {
    top: -0.2rem;
    bottom: -0.2rem;
  }

  .\32xl-max\:-inset-y-1\.2 {
    top: -0.3rem;
    bottom: -0.3rem;
  }

  .\32xl-max\:-inset-y-1\.25 {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }

  .\32xl-max\:-inset-y-1\.4 {
    top: -0.35rem;
    bottom: -0.35rem;
  }

  .\32xl-max\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl-max\:-inset-y-1\.6 {
    top: -0.4rem;
    bottom: -0.4rem;
  }

  .\32xl-max\:-inset-y-1\.75 {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }

  .\32xl-max\:-inset-y-1\.8 {
    top: -0.45rem;
    bottom: -0.45rem;
  }

  .\32xl-max\:-inset-y-2\.2 {
    top: -0.55rem;
    bottom: -0.55rem;
  }

  .\32xl-max\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl-max\:-inset-y-2\.6 {
    top: -0.65rem;
    bottom: -0.65rem;
  }

  .\32xl-max\:-inset-y-2\.7 {
    top: -0.675rem;
    bottom: -0.675rem;
  }

  .\32xl-max\:-inset-y-2\.8 {
    top: -0.7rem;
    bottom: -0.7rem;
  }

  .\32xl-max\:-inset-y-3\.4 {
    top: -0.85rem;
    bottom: -0.85rem;
  }

  .\32xl-max\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl-max\:-inset-y-3\.6 {
    top: -0.9rem;
    bottom: -0.9rem;
  }

  .\32xl-max\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .\32xl-max\:-inset-y-4\.8 {
    top: -1.2rem;
    bottom: -1.2rem;
  }

  .\32xl-max\:-inset-y-5\.3 {
    top: -1.3rem;
    bottom: -1.3rem;
  }

  .\32xl-max\:-inset-y-5\.4 {
    top: -1.35rem;
    bottom: -1.35rem;
  }

  .\32xl-max\:-inset-y-5\.5 {
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .\32xl-max\:-inset-y-5\.6 {
    top: -1.4rem;
    bottom: -1.4rem;
  }

  .\32xl-max\:-inset-y-6\.5 {
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .\32xl-max\:-inset-y-70\/100 {
    top: -70%;
    bottom: -70%;
  }

  .\32xl-max\:-inset-y-31\/100 {
    top: -31%;
    bottom: -31%;
  }

  .\32xl-max\:-inset-y-15\/100 {
    top: -15%;
    bottom: -15%;
  }

  .\32xl-max\:-inset-y-1\/100 {
    top: -1%;
    bottom: -1%;
  }

  .\32xl-max\:-inset-y-1\/10 {
    top: -10%;
    bottom: -10%;
  }

  .\32xl-max\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl-max\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl-max\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl-max\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .\32xl-max\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl-max\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .\32xl-max\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .\32xl-max\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl-max\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl-max\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .\32xl-max\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl-max\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .\32xl-max\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .\32xl-max\:top-0 {
    top: 0px;
  }

  .\32xl-max\:top-1 {
    top: 0.25rem;
  }

  .\32xl-max\:top-2 {
    top: 0.5rem;
  }

  .\32xl-max\:top-3 {
    top: 0.75rem;
  }

  .\32xl-max\:top-4 {
    top: 1rem;
  }

  .\32xl-max\:top-5 {
    top: 1.25rem;
  }

  .\32xl-max\:top-6 {
    top: 1.5rem;
  }

  .\32xl-max\:top-7 {
    top: 1.75rem;
  }

  .\32xl-max\:top-8 {
    top: 2rem;
  }

  .\32xl-max\:top-9 {
    top: 2.25rem;
  }

  .\32xl-max\:top-10 {
    top: 2.5rem;
  }

  .\32xl-max\:top-11 {
    top: 2.75rem;
  }

  .\32xl-max\:top-12 {
    top: 3rem;
  }

  .\32xl-max\:top-13 {
    top: 3.25rem;
  }

  .\32xl-max\:top-14 {
    top: 3.5rem;
  }

  .\32xl-max\:top-16 {
    top: 4rem;
  }

  .\32xl-max\:top-19 {
    top: 4.75rem;
  }

  .\32xl-max\:top-20 {
    top: 5rem;
  }

  .\32xl-max\:top-24 {
    top: 6rem;
  }

  .\32xl-max\:top-25 {
    top: 6.25rem;
  }

  .\32xl-max\:top-28 {
    top: 7rem;
  }

  .\32xl-max\:top-30 {
    top: 7.5rem;
  }

  .\32xl-max\:top-32 {
    top: 8rem;
  }

  .\32xl-max\:top-34 {
    top: 8.5rem;
  }

  .\32xl-max\:top-36 {
    top: 9rem;
  }

  .\32xl-max\:top-40 {
    top: 10rem;
  }

  .\32xl-max\:top-42 {
    top: 10.5rem;
  }

  .\32xl-max\:top-44 {
    top: 11rem;
  }

  .\32xl-max\:top-46 {
    top: 11.5rem;
  }

  .\32xl-max\:top-48 {
    top: 12rem;
  }

  .\32xl-max\:top-50 {
    top: 12.5rem;
  }

  .\32xl-max\:top-52 {
    top: 13rem;
  }

  .\32xl-max\:top-54 {
    top: 13.5rem;
  }

  .\32xl-max\:top-56 {
    top: 14rem;
  }

  .\32xl-max\:top-60 {
    top: 15rem;
  }

  .\32xl-max\:top-64 {
    top: 16rem;
  }

  .\32xl-max\:top-68 {
    top: 17rem;
  }

  .\32xl-max\:top-72 {
    top: 18rem;
  }

  .\32xl-max\:top-75 {
    top: 18.75rem;
  }

  .\32xl-max\:top-80 {
    top: 20rem;
  }

  .\32xl-max\:top-85 {
    top: 22rem;
  }

  .\32xl-max\:top-90 {
    top: 22.5rem;
  }

  .\32xl-max\:top-92 {
    top: 23rem;
  }

  .\32xl-max\:top-96 {
    top: 24rem;
  }

  .\32xl-max\:top-100 {
    top: 25rem;
  }

  .\32xl-max\:top-116 {
    top: 29rem;
  }

  .\32xl-max\:top-120 {
    top: 30rem;
  }

  .\32xl-max\:top-125 {
    top: 31.25rem;
  }

  .\32xl-max\:top-135 {
    top: 33.75rem;
  }

  .\32xl-max\:top-160 {
    top: 40rem;
  }

  .\32xl-max\:top-180 {
    top: 45rem;
  }

  .\32xl-max\:top-240 {
    top: 60rem;
  }

  .\32xl-max\:top-285 {
    top: 71.25rem;
  }

  .\32xl-max\:top-330 {
    top: 82.5rem;
  }

  .\32xl-max\:top-auto {
    top: auto;
  }

  .\32xl-max\:top-unset {
    top: unset;
  }

  .\32xl-max\:top-px {
    top: 1px;
  }

  .\32xl-max\:top-0\.4 {
    top: 0.1rem;
  }

  .\32xl-max\:top-0\.5 {
    top: 0.125rem;
  }

  .\32xl-max\:top-0\.6 {
    top: 0.15rem;
  }

  .\32xl-max\:top-0\.75 {
    top: 0.2rem;
  }

  .\32xl-max\:top-1\.2 {
    top: 0.3rem;
  }

  .\32xl-max\:top-1\.25 {
    top: 0.3125rem;
  }

  .\32xl-max\:top-1\.4 {
    top: 0.35rem;
  }

  .\32xl-max\:top-1\.5 {
    top: 0.375rem;
  }

  .\32xl-max\:top-1\.6 {
    top: 0.4rem;
  }

  .\32xl-max\:top-1\.75 {
    top: 0.4375rem;
  }

  .\32xl-max\:top-1\.8 {
    top: 0.45rem;
  }

  .\32xl-max\:top-2\.2 {
    top: 0.55rem;
  }

  .\32xl-max\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl-max\:top-2\.6 {
    top: 0.65rem;
  }

  .\32xl-max\:top-2\.7 {
    top: 0.675rem;
  }

  .\32xl-max\:top-2\.8 {
    top: 0.7rem;
  }

  .\32xl-max\:top-3\.4 {
    top: 0.85rem;
  }

  .\32xl-max\:top-3\.5 {
    top: 0.875rem;
  }

  .\32xl-max\:top-3\.6 {
    top: 0.9rem;
  }

  .\32xl-max\:top-4\.5 {
    top: 1.125rem;
  }

  .\32xl-max\:top-4\.8 {
    top: 1.2rem;
  }

  .\32xl-max\:top-5\.3 {
    top: 1.3rem;
  }

  .\32xl-max\:top-5\.4 {
    top: 1.35rem;
  }

  .\32xl-max\:top-5\.5 {
    top: 1.375rem;
  }

  .\32xl-max\:top-5\.6 {
    top: 1.4rem;
  }

  .\32xl-max\:top-6\.5 {
    top: 1.625rem;
  }

  .\32xl-max\:top-70\/100 {
    top: 70%;
  }

  .\32xl-max\:top-31\/100 {
    top: 31%;
  }

  .\32xl-max\:top-15\/100 {
    top: 15%;
  }

  .\32xl-max\:top-1\/100 {
    top: 1%;
  }

  .\32xl-max\:top-1\/10 {
    top: 10%;
  }

  .\32xl-max\:top-1\/2 {
    top: 50%;
  }

  .\32xl-max\:-top-0 {
    top: 0px;
  }

  .\32xl-max\:-top-1 {
    top: -0.25rem;
  }

  .\32xl-max\:-top-2 {
    top: -0.5rem;
  }

  .\32xl-max\:-top-3 {
    top: -0.75rem;
  }

  .\32xl-max\:-top-4 {
    top: -1rem;
  }

  .\32xl-max\:-top-5 {
    top: -1.25rem;
  }

  .\32xl-max\:-top-6 {
    top: -1.5rem;
  }

  .\32xl-max\:-top-7 {
    top: -1.75rem;
  }

  .\32xl-max\:-top-8 {
    top: -2rem;
  }

  .\32xl-max\:-top-9 {
    top: -2.25rem;
  }

  .\32xl-max\:-top-10 {
    top: -2.5rem;
  }

  .\32xl-max\:-top-11 {
    top: -2.75rem;
  }

  .\32xl-max\:-top-12 {
    top: -3rem;
  }

  .\32xl-max\:-top-13 {
    top: -3.25rem;
  }

  .\32xl-max\:-top-14 {
    top: -3.5rem;
  }

  .\32xl-max\:-top-16 {
    top: -4rem;
  }

  .\32xl-max\:-top-19 {
    top: -4.75rem;
  }

  .\32xl-max\:-top-20 {
    top: -5rem;
  }

  .\32xl-max\:-top-24 {
    top: -6rem;
  }

  .\32xl-max\:-top-25 {
    top: -6.25rem;
  }

  .\32xl-max\:-top-28 {
    top: -7rem;
  }

  .\32xl-max\:-top-30 {
    top: -7.5rem;
  }

  .\32xl-max\:-top-32 {
    top: -8rem;
  }

  .\32xl-max\:-top-34 {
    top: -8.5rem;
  }

  .\32xl-max\:-top-36 {
    top: -9rem;
  }

  .\32xl-max\:-top-40 {
    top: -10rem;
  }

  .\32xl-max\:-top-42 {
    top: -10.5rem;
  }

  .\32xl-max\:-top-44 {
    top: -11rem;
  }

  .\32xl-max\:-top-46 {
    top: -11.5rem;
  }

  .\32xl-max\:-top-48 {
    top: -12rem;
  }

  .\32xl-max\:-top-50 {
    top: -12.5rem;
  }

  .\32xl-max\:-top-52 {
    top: -13rem;
  }

  .\32xl-max\:-top-54 {
    top: -13.5rem;
  }

  .\32xl-max\:-top-56 {
    top: -14rem;
  }

  .\32xl-max\:-top-60 {
    top: -15rem;
  }

  .\32xl-max\:-top-64 {
    top: -16rem;
  }

  .\32xl-max\:-top-68 {
    top: -17rem;
  }

  .\32xl-max\:-top-72 {
    top: -18rem;
  }

  .\32xl-max\:-top-75 {
    top: -18.75rem;
  }

  .\32xl-max\:-top-80 {
    top: -20rem;
  }

  .\32xl-max\:-top-85 {
    top: -22rem;
  }

  .\32xl-max\:-top-90 {
    top: -22.5rem;
  }

  .\32xl-max\:-top-92 {
    top: -23rem;
  }

  .\32xl-max\:-top-96 {
    top: -24rem;
  }

  .\32xl-max\:-top-100 {
    top: -25rem;
  }

  .\32xl-max\:-top-116 {
    top: -29rem;
  }

  .\32xl-max\:-top-120 {
    top: -30rem;
  }

  .\32xl-max\:-top-125 {
    top: -31.25rem;
  }

  .\32xl-max\:-top-135 {
    top: -33.75rem;
  }

  .\32xl-max\:-top-160 {
    top: -40rem;
  }

  .\32xl-max\:-top-180 {
    top: -45rem;
  }

  .\32xl-max\:-top-240 {
    top: -60rem;
  }

  .\32xl-max\:-top-285 {
    top: -71.25rem;
  }

  .\32xl-max\:-top-330 {
    top: -82.5rem;
  }

  .\32xl-max\:-top-unset {
    top: unset;
  }

  .\32xl-max\:-top-px {
    top: -1px;
  }

  .\32xl-max\:-top-0\.4 {
    top: -0.1rem;
  }

  .\32xl-max\:-top-0\.5 {
    top: -0.125rem;
  }

  .\32xl-max\:-top-0\.6 {
    top: -0.15rem;
  }

  .\32xl-max\:-top-0\.75 {
    top: -0.2rem;
  }

  .\32xl-max\:-top-1\.2 {
    top: -0.3rem;
  }

  .\32xl-max\:-top-1\.25 {
    top: -0.3125rem;
  }

  .\32xl-max\:-top-1\.4 {
    top: -0.35rem;
  }

  .\32xl-max\:-top-1\.5 {
    top: -0.375rem;
  }

  .\32xl-max\:-top-1\.6 {
    top: -0.4rem;
  }

  .\32xl-max\:-top-1\.75 {
    top: -0.4375rem;
  }

  .\32xl-max\:-top-1\.8 {
    top: -0.45rem;
  }

  .\32xl-max\:-top-2\.2 {
    top: -0.55rem;
  }

  .\32xl-max\:-top-2\.5 {
    top: -0.625rem;
  }

  .\32xl-max\:-top-2\.6 {
    top: -0.65rem;
  }

  .\32xl-max\:-top-2\.7 {
    top: -0.675rem;
  }

  .\32xl-max\:-top-2\.8 {
    top: -0.7rem;
  }

  .\32xl-max\:-top-3\.4 {
    top: -0.85rem;
  }

  .\32xl-max\:-top-3\.5 {
    top: -0.875rem;
  }

  .\32xl-max\:-top-3\.6 {
    top: -0.9rem;
  }

  .\32xl-max\:-top-4\.5 {
    top: -1.125rem;
  }

  .\32xl-max\:-top-4\.8 {
    top: -1.2rem;
  }

  .\32xl-max\:-top-5\.3 {
    top: -1.3rem;
  }

  .\32xl-max\:-top-5\.4 {
    top: -1.35rem;
  }

  .\32xl-max\:-top-5\.5 {
    top: -1.375rem;
  }

  .\32xl-max\:-top-5\.6 {
    top: -1.4rem;
  }

  .\32xl-max\:-top-6\.5 {
    top: -1.625rem;
  }

  .\32xl-max\:-top-70\/100 {
    top: -70%;
  }

  .\32xl-max\:-top-31\/100 {
    top: -31%;
  }

  .\32xl-max\:-top-15\/100 {
    top: -15%;
  }

  .\32xl-max\:-top-1\/100 {
    top: -1%;
  }

  .\32xl-max\:-top-1\/10 {
    top: -10%;
  }

  .\32xl-max\:-top-1\/2 {
    top: -50%;
  }

  .\32xl-max\:top-1\/3 {
    top: 33.333333%;
  }

  .\32xl-max\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl-max\:top-1\/4 {
    top: 25%;
  }

  .\32xl-max\:top-2\/4 {
    top: 50%;
  }

  .\32xl-max\:top-3\/4 {
    top: 75%;
  }

  .\32xl-max\:top-full {
    top: 100%;
  }

  .\32xl-max\:-top-1\/3 {
    top: -33.333333%;
  }

  .\32xl-max\:-top-2\/3 {
    top: -66.666667%;
  }

  .\32xl-max\:-top-1\/4 {
    top: -25%;
  }

  .\32xl-max\:-top-2\/4 {
    top: -50%;
  }

  .\32xl-max\:-top-3\/4 {
    top: -75%;
  }

  .\32xl-max\:-top-full {
    top: -100%;
  }

  .\32xl-max\:right-0 {
    right: 0px;
  }

  .\32xl-max\:right-1 {
    right: 0.25rem;
  }

  .\32xl-max\:right-2 {
    right: 0.5rem;
  }

  .\32xl-max\:right-3 {
    right: 0.75rem;
  }

  .\32xl-max\:right-4 {
    right: 1rem;
  }

  .\32xl-max\:right-5 {
    right: 1.25rem;
  }

  .\32xl-max\:right-6 {
    right: 1.5rem;
  }

  .\32xl-max\:right-7 {
    right: 1.75rem;
  }

  .\32xl-max\:right-8 {
    right: 2rem;
  }

  .\32xl-max\:right-9 {
    right: 2.25rem;
  }

  .\32xl-max\:right-10 {
    right: 2.5rem;
  }

  .\32xl-max\:right-11 {
    right: 2.75rem;
  }

  .\32xl-max\:right-12 {
    right: 3rem;
  }

  .\32xl-max\:right-13 {
    right: 3.25rem;
  }

  .\32xl-max\:right-14 {
    right: 3.5rem;
  }

  .\32xl-max\:right-16 {
    right: 4rem;
  }

  .\32xl-max\:right-19 {
    right: 4.75rem;
  }

  .\32xl-max\:right-20 {
    right: 5rem;
  }

  .\32xl-max\:right-24 {
    right: 6rem;
  }

  .\32xl-max\:right-25 {
    right: 6.25rem;
  }

  .\32xl-max\:right-28 {
    right: 7rem;
  }

  .\32xl-max\:right-30 {
    right: 7.5rem;
  }

  .\32xl-max\:right-32 {
    right: 8rem;
  }

  .\32xl-max\:right-34 {
    right: 8.5rem;
  }

  .\32xl-max\:right-36 {
    right: 9rem;
  }

  .\32xl-max\:right-40 {
    right: 10rem;
  }

  .\32xl-max\:right-42 {
    right: 10.5rem;
  }

  .\32xl-max\:right-44 {
    right: 11rem;
  }

  .\32xl-max\:right-46 {
    right: 11.5rem;
  }

  .\32xl-max\:right-48 {
    right: 12rem;
  }

  .\32xl-max\:right-50 {
    right: 12.5rem;
  }

  .\32xl-max\:right-52 {
    right: 13rem;
  }

  .\32xl-max\:right-54 {
    right: 13.5rem;
  }

  .\32xl-max\:right-56 {
    right: 14rem;
  }

  .\32xl-max\:right-60 {
    right: 15rem;
  }

  .\32xl-max\:right-64 {
    right: 16rem;
  }

  .\32xl-max\:right-68 {
    right: 17rem;
  }

  .\32xl-max\:right-72 {
    right: 18rem;
  }

  .\32xl-max\:right-75 {
    right: 18.75rem;
  }

  .\32xl-max\:right-80 {
    right: 20rem;
  }

  .\32xl-max\:right-85 {
    right: 22rem;
  }

  .\32xl-max\:right-90 {
    right: 22.5rem;
  }

  .\32xl-max\:right-92 {
    right: 23rem;
  }

  .\32xl-max\:right-96 {
    right: 24rem;
  }

  .\32xl-max\:right-100 {
    right: 25rem;
  }

  .\32xl-max\:right-116 {
    right: 29rem;
  }

  .\32xl-max\:right-120 {
    right: 30rem;
  }

  .\32xl-max\:right-125 {
    right: 31.25rem;
  }

  .\32xl-max\:right-135 {
    right: 33.75rem;
  }

  .\32xl-max\:right-160 {
    right: 40rem;
  }

  .\32xl-max\:right-180 {
    right: 45rem;
  }

  .\32xl-max\:right-240 {
    right: 60rem;
  }

  .\32xl-max\:right-285 {
    right: 71.25rem;
  }

  .\32xl-max\:right-330 {
    right: 82.5rem;
  }

  .\32xl-max\:right-auto {
    right: auto;
  }

  .\32xl-max\:right-unset {
    right: unset;
  }

  .\32xl-max\:right-px {
    right: 1px;
  }

  .\32xl-max\:right-0\.4 {
    right: 0.1rem;
  }

  .\32xl-max\:right-0\.5 {
    right: 0.125rem;
  }

  .\32xl-max\:right-0\.6 {
    right: 0.15rem;
  }

  .\32xl-max\:right-0\.75 {
    right: 0.2rem;
  }

  .\32xl-max\:right-1\.2 {
    right: 0.3rem;
  }

  .\32xl-max\:right-1\.25 {
    right: 0.3125rem;
  }

  .\32xl-max\:right-1\.4 {
    right: 0.35rem;
  }

  .\32xl-max\:right-1\.5 {
    right: 0.375rem;
  }

  .\32xl-max\:right-1\.6 {
    right: 0.4rem;
  }

  .\32xl-max\:right-1\.75 {
    right: 0.4375rem;
  }

  .\32xl-max\:right-1\.8 {
    right: 0.45rem;
  }

  .\32xl-max\:right-2\.2 {
    right: 0.55rem;
  }

  .\32xl-max\:right-2\.5 {
    right: 0.625rem;
  }

  .\32xl-max\:right-2\.6 {
    right: 0.65rem;
  }

  .\32xl-max\:right-2\.7 {
    right: 0.675rem;
  }

  .\32xl-max\:right-2\.8 {
    right: 0.7rem;
  }

  .\32xl-max\:right-3\.4 {
    right: 0.85rem;
  }

  .\32xl-max\:right-3\.5 {
    right: 0.875rem;
  }

  .\32xl-max\:right-3\.6 {
    right: 0.9rem;
  }

  .\32xl-max\:right-4\.5 {
    right: 1.125rem;
  }

  .\32xl-max\:right-4\.8 {
    right: 1.2rem;
  }

  .\32xl-max\:right-5\.3 {
    right: 1.3rem;
  }

  .\32xl-max\:right-5\.4 {
    right: 1.35rem;
  }

  .\32xl-max\:right-5\.5 {
    right: 1.375rem;
  }

  .\32xl-max\:right-5\.6 {
    right: 1.4rem;
  }

  .\32xl-max\:right-6\.5 {
    right: 1.625rem;
  }

  .\32xl-max\:right-70\/100 {
    right: 70%;
  }

  .\32xl-max\:right-31\/100 {
    right: 31%;
  }

  .\32xl-max\:right-15\/100 {
    right: 15%;
  }

  .\32xl-max\:right-1\/100 {
    right: 1%;
  }

  .\32xl-max\:right-1\/10 {
    right: 10%;
  }

  .\32xl-max\:right-1\/2 {
    right: 50%;
  }

  .\32xl-max\:-right-0 {
    right: 0px;
  }

  .\32xl-max\:-right-1 {
    right: -0.25rem;
  }

  .\32xl-max\:-right-2 {
    right: -0.5rem;
  }

  .\32xl-max\:-right-3 {
    right: -0.75rem;
  }

  .\32xl-max\:-right-4 {
    right: -1rem;
  }

  .\32xl-max\:-right-5 {
    right: -1.25rem;
  }

  .\32xl-max\:-right-6 {
    right: -1.5rem;
  }

  .\32xl-max\:-right-7 {
    right: -1.75rem;
  }

  .\32xl-max\:-right-8 {
    right: -2rem;
  }

  .\32xl-max\:-right-9 {
    right: -2.25rem;
  }

  .\32xl-max\:-right-10 {
    right: -2.5rem;
  }

  .\32xl-max\:-right-11 {
    right: -2.75rem;
  }

  .\32xl-max\:-right-12 {
    right: -3rem;
  }

  .\32xl-max\:-right-13 {
    right: -3.25rem;
  }

  .\32xl-max\:-right-14 {
    right: -3.5rem;
  }

  .\32xl-max\:-right-16 {
    right: -4rem;
  }

  .\32xl-max\:-right-19 {
    right: -4.75rem;
  }

  .\32xl-max\:-right-20 {
    right: -5rem;
  }

  .\32xl-max\:-right-24 {
    right: -6rem;
  }

  .\32xl-max\:-right-25 {
    right: -6.25rem;
  }

  .\32xl-max\:-right-28 {
    right: -7rem;
  }

  .\32xl-max\:-right-30 {
    right: -7.5rem;
  }

  .\32xl-max\:-right-32 {
    right: -8rem;
  }

  .\32xl-max\:-right-34 {
    right: -8.5rem;
  }

  .\32xl-max\:-right-36 {
    right: -9rem;
  }

  .\32xl-max\:-right-40 {
    right: -10rem;
  }

  .\32xl-max\:-right-42 {
    right: -10.5rem;
  }

  .\32xl-max\:-right-44 {
    right: -11rem;
  }

  .\32xl-max\:-right-46 {
    right: -11.5rem;
  }

  .\32xl-max\:-right-48 {
    right: -12rem;
  }

  .\32xl-max\:-right-50 {
    right: -12.5rem;
  }

  .\32xl-max\:-right-52 {
    right: -13rem;
  }

  .\32xl-max\:-right-54 {
    right: -13.5rem;
  }

  .\32xl-max\:-right-56 {
    right: -14rem;
  }

  .\32xl-max\:-right-60 {
    right: -15rem;
  }

  .\32xl-max\:-right-64 {
    right: -16rem;
  }

  .\32xl-max\:-right-68 {
    right: -17rem;
  }

  .\32xl-max\:-right-72 {
    right: -18rem;
  }

  .\32xl-max\:-right-75 {
    right: -18.75rem;
  }

  .\32xl-max\:-right-80 {
    right: -20rem;
  }

  .\32xl-max\:-right-85 {
    right: -22rem;
  }

  .\32xl-max\:-right-90 {
    right: -22.5rem;
  }

  .\32xl-max\:-right-92 {
    right: -23rem;
  }

  .\32xl-max\:-right-96 {
    right: -24rem;
  }

  .\32xl-max\:-right-100 {
    right: -25rem;
  }

  .\32xl-max\:-right-116 {
    right: -29rem;
  }

  .\32xl-max\:-right-120 {
    right: -30rem;
  }

  .\32xl-max\:-right-125 {
    right: -31.25rem;
  }

  .\32xl-max\:-right-135 {
    right: -33.75rem;
  }

  .\32xl-max\:-right-160 {
    right: -40rem;
  }

  .\32xl-max\:-right-180 {
    right: -45rem;
  }

  .\32xl-max\:-right-240 {
    right: -60rem;
  }

  .\32xl-max\:-right-285 {
    right: -71.25rem;
  }

  .\32xl-max\:-right-330 {
    right: -82.5rem;
  }

  .\32xl-max\:-right-unset {
    right: unset;
  }

  .\32xl-max\:-right-px {
    right: -1px;
  }

  .\32xl-max\:-right-0\.4 {
    right: -0.1rem;
  }

  .\32xl-max\:-right-0\.5 {
    right: -0.125rem;
  }

  .\32xl-max\:-right-0\.6 {
    right: -0.15rem;
  }

  .\32xl-max\:-right-0\.75 {
    right: -0.2rem;
  }

  .\32xl-max\:-right-1\.2 {
    right: -0.3rem;
  }

  .\32xl-max\:-right-1\.25 {
    right: -0.3125rem;
  }

  .\32xl-max\:-right-1\.4 {
    right: -0.35rem;
  }

  .\32xl-max\:-right-1\.5 {
    right: -0.375rem;
  }

  .\32xl-max\:-right-1\.6 {
    right: -0.4rem;
  }

  .\32xl-max\:-right-1\.75 {
    right: -0.4375rem;
  }

  .\32xl-max\:-right-1\.8 {
    right: -0.45rem;
  }

  .\32xl-max\:-right-2\.2 {
    right: -0.55rem;
  }

  .\32xl-max\:-right-2\.5 {
    right: -0.625rem;
  }

  .\32xl-max\:-right-2\.6 {
    right: -0.65rem;
  }

  .\32xl-max\:-right-2\.7 {
    right: -0.675rem;
  }

  .\32xl-max\:-right-2\.8 {
    right: -0.7rem;
  }

  .\32xl-max\:-right-3\.4 {
    right: -0.85rem;
  }

  .\32xl-max\:-right-3\.5 {
    right: -0.875rem;
  }

  .\32xl-max\:-right-3\.6 {
    right: -0.9rem;
  }

  .\32xl-max\:-right-4\.5 {
    right: -1.125rem;
  }

  .\32xl-max\:-right-4\.8 {
    right: -1.2rem;
  }

  .\32xl-max\:-right-5\.3 {
    right: -1.3rem;
  }

  .\32xl-max\:-right-5\.4 {
    right: -1.35rem;
  }

  .\32xl-max\:-right-5\.5 {
    right: -1.375rem;
  }

  .\32xl-max\:-right-5\.6 {
    right: -1.4rem;
  }

  .\32xl-max\:-right-6\.5 {
    right: -1.625rem;
  }

  .\32xl-max\:-right-70\/100 {
    right: -70%;
  }

  .\32xl-max\:-right-31\/100 {
    right: -31%;
  }

  .\32xl-max\:-right-15\/100 {
    right: -15%;
  }

  .\32xl-max\:-right-1\/100 {
    right: -1%;
  }

  .\32xl-max\:-right-1\/10 {
    right: -10%;
  }

  .\32xl-max\:-right-1\/2 {
    right: -50%;
  }

  .\32xl-max\:right-1\/3 {
    right: 33.333333%;
  }

  .\32xl-max\:right-2\/3 {
    right: 66.666667%;
  }

  .\32xl-max\:right-1\/4 {
    right: 25%;
  }

  .\32xl-max\:right-2\/4 {
    right: 50%;
  }

  .\32xl-max\:right-3\/4 {
    right: 75%;
  }

  .\32xl-max\:right-full {
    right: 100%;
  }

  .\32xl-max\:-right-1\/3 {
    right: -33.333333%;
  }

  .\32xl-max\:-right-2\/3 {
    right: -66.666667%;
  }

  .\32xl-max\:-right-1\/4 {
    right: -25%;
  }

  .\32xl-max\:-right-2\/4 {
    right: -50%;
  }

  .\32xl-max\:-right-3\/4 {
    right: -75%;
  }

  .\32xl-max\:-right-full {
    right: -100%;
  }

  .\32xl-max\:bottom-0 {
    bottom: 0px;
  }

  .\32xl-max\:bottom-1 {
    bottom: 0.25rem;
  }

  .\32xl-max\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl-max\:bottom-3 {
    bottom: 0.75rem;
  }

  .\32xl-max\:bottom-4 {
    bottom: 1rem;
  }

  .\32xl-max\:bottom-5 {
    bottom: 1.25rem;
  }

  .\32xl-max\:bottom-6 {
    bottom: 1.5rem;
  }

  .\32xl-max\:bottom-7 {
    bottom: 1.75rem;
  }

  .\32xl-max\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl-max\:bottom-9 {
    bottom: 2.25rem;
  }

  .\32xl-max\:bottom-10 {
    bottom: 2.5rem;
  }

  .\32xl-max\:bottom-11 {
    bottom: 2.75rem;
  }

  .\32xl-max\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl-max\:bottom-13 {
    bottom: 3.25rem;
  }

  .\32xl-max\:bottom-14 {
    bottom: 3.5rem;
  }

  .\32xl-max\:bottom-16 {
    bottom: 4rem;
  }

  .\32xl-max\:bottom-19 {
    bottom: 4.75rem;
  }

  .\32xl-max\:bottom-20 {
    bottom: 5rem;
  }

  .\32xl-max\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl-max\:bottom-25 {
    bottom: 6.25rem;
  }

  .\32xl-max\:bottom-28 {
    bottom: 7rem;
  }

  .\32xl-max\:bottom-30 {
    bottom: 7.5rem;
  }

  .\32xl-max\:bottom-32 {
    bottom: 8rem;
  }

  .\32xl-max\:bottom-34 {
    bottom: 8.5rem;
  }

  .\32xl-max\:bottom-36 {
    bottom: 9rem;
  }

  .\32xl-max\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl-max\:bottom-42 {
    bottom: 10.5rem;
  }

  .\32xl-max\:bottom-44 {
    bottom: 11rem;
  }

  .\32xl-max\:bottom-46 {
    bottom: 11.5rem;
  }

  .\32xl-max\:bottom-48 {
    bottom: 12rem;
  }

  .\32xl-max\:bottom-50 {
    bottom: 12.5rem;
  }

  .\32xl-max\:bottom-52 {
    bottom: 13rem;
  }

  .\32xl-max\:bottom-54 {
    bottom: 13.5rem;
  }

  .\32xl-max\:bottom-56 {
    bottom: 14rem;
  }

  .\32xl-max\:bottom-60 {
    bottom: 15rem;
  }

  .\32xl-max\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl-max\:bottom-68 {
    bottom: 17rem;
  }

  .\32xl-max\:bottom-72 {
    bottom: 18rem;
  }

  .\32xl-max\:bottom-75 {
    bottom: 18.75rem;
  }

  .\32xl-max\:bottom-80 {
    bottom: 20rem;
  }

  .\32xl-max\:bottom-85 {
    bottom: 22rem;
  }

  .\32xl-max\:bottom-90 {
    bottom: 22.5rem;
  }

  .\32xl-max\:bottom-92 {
    bottom: 23rem;
  }

  .\32xl-max\:bottom-96 {
    bottom: 24rem;
  }

  .\32xl-max\:bottom-100 {
    bottom: 25rem;
  }

  .\32xl-max\:bottom-116 {
    bottom: 29rem;
  }

  .\32xl-max\:bottom-120 {
    bottom: 30rem;
  }

  .\32xl-max\:bottom-125 {
    bottom: 31.25rem;
  }

  .\32xl-max\:bottom-135 {
    bottom: 33.75rem;
  }

  .\32xl-max\:bottom-160 {
    bottom: 40rem;
  }

  .\32xl-max\:bottom-180 {
    bottom: 45rem;
  }

  .\32xl-max\:bottom-240 {
    bottom: 60rem;
  }

  .\32xl-max\:bottom-285 {
    bottom: 71.25rem;
  }

  .\32xl-max\:bottom-330 {
    bottom: 82.5rem;
  }

  .\32xl-max\:bottom-auto {
    bottom: auto;
  }

  .\32xl-max\:bottom-unset {
    bottom: unset;
  }

  .\32xl-max\:bottom-px {
    bottom: 1px;
  }

  .\32xl-max\:bottom-0\.4 {
    bottom: 0.1rem;
  }

  .\32xl-max\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\32xl-max\:bottom-0\.6 {
    bottom: 0.15rem;
  }

  .\32xl-max\:bottom-0\.75 {
    bottom: 0.2rem;
  }

  .\32xl-max\:bottom-1\.2 {
    bottom: 0.3rem;
  }

  .\32xl-max\:bottom-1\.25 {
    bottom: 0.3125rem;
  }

  .\32xl-max\:bottom-1\.4 {
    bottom: 0.35rem;
  }

  .\32xl-max\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\32xl-max\:bottom-1\.6 {
    bottom: 0.4rem;
  }

  .\32xl-max\:bottom-1\.75 {
    bottom: 0.4375rem;
  }

  .\32xl-max\:bottom-1\.8 {
    bottom: 0.45rem;
  }

  .\32xl-max\:bottom-2\.2 {
    bottom: 0.55rem;
  }

  .\32xl-max\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\32xl-max\:bottom-2\.6 {
    bottom: 0.65rem;
  }

  .\32xl-max\:bottom-2\.7 {
    bottom: 0.675rem;
  }

  .\32xl-max\:bottom-2\.8 {
    bottom: 0.7rem;
  }

  .\32xl-max\:bottom-3\.4 {
    bottom: 0.85rem;
  }

  .\32xl-max\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\32xl-max\:bottom-3\.6 {
    bottom: 0.9rem;
  }

  .\32xl-max\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .\32xl-max\:bottom-4\.8 {
    bottom: 1.2rem;
  }

  .\32xl-max\:bottom-5\.3 {
    bottom: 1.3rem;
  }

  .\32xl-max\:bottom-5\.4 {
    bottom: 1.35rem;
  }

  .\32xl-max\:bottom-5\.5 {
    bottom: 1.375rem;
  }

  .\32xl-max\:bottom-5\.6 {
    bottom: 1.4rem;
  }

  .\32xl-max\:bottom-6\.5 {
    bottom: 1.625rem;
  }

  .\32xl-max\:bottom-70\/100 {
    bottom: 70%;
  }

  .\32xl-max\:bottom-31\/100 {
    bottom: 31%;
  }

  .\32xl-max\:bottom-15\/100 {
    bottom: 15%;
  }

  .\32xl-max\:bottom-1\/100 {
    bottom: 1%;
  }

  .\32xl-max\:bottom-1\/10 {
    bottom: 10%;
  }

  .\32xl-max\:bottom-1\/2 {
    bottom: 50%;
  }

  .\32xl-max\:-bottom-0 {
    bottom: 0px;
  }

  .\32xl-max\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl-max\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\32xl-max\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\32xl-max\:-bottom-4 {
    bottom: -1rem;
  }

  .\32xl-max\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\32xl-max\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\32xl-max\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\32xl-max\:-bottom-8 {
    bottom: -2rem;
  }

  .\32xl-max\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\32xl-max\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\32xl-max\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\32xl-max\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl-max\:-bottom-13 {
    bottom: -3.25rem;
  }

  .\32xl-max\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\32xl-max\:-bottom-16 {
    bottom: -4rem;
  }

  .\32xl-max\:-bottom-19 {
    bottom: -4.75rem;
  }

  .\32xl-max\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl-max\:-bottom-24 {
    bottom: -6rem;
  }

  .\32xl-max\:-bottom-25 {
    bottom: -6.25rem;
  }

  .\32xl-max\:-bottom-28 {
    bottom: -7rem;
  }

  .\32xl-max\:-bottom-30 {
    bottom: -7.5rem;
  }

  .\32xl-max\:-bottom-32 {
    bottom: -8rem;
  }

  .\32xl-max\:-bottom-34 {
    bottom: -8.5rem;
  }

  .\32xl-max\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl-max\:-bottom-40 {
    bottom: -10rem;
  }

  .\32xl-max\:-bottom-42 {
    bottom: -10.5rem;
  }

  .\32xl-max\:-bottom-44 {
    bottom: -11rem;
  }

  .\32xl-max\:-bottom-46 {
    bottom: -11.5rem;
  }

  .\32xl-max\:-bottom-48 {
    bottom: -12rem;
  }

  .\32xl-max\:-bottom-50 {
    bottom: -12.5rem;
  }

  .\32xl-max\:-bottom-52 {
    bottom: -13rem;
  }

  .\32xl-max\:-bottom-54 {
    bottom: -13.5rem;
  }

  .\32xl-max\:-bottom-56 {
    bottom: -14rem;
  }

  .\32xl-max\:-bottom-60 {
    bottom: -15rem;
  }

  .\32xl-max\:-bottom-64 {
    bottom: -16rem;
  }

  .\32xl-max\:-bottom-68 {
    bottom: -17rem;
  }

  .\32xl-max\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl-max\:-bottom-75 {
    bottom: -18.75rem;
  }

  .\32xl-max\:-bottom-80 {
    bottom: -20rem;
  }

  .\32xl-max\:-bottom-85 {
    bottom: -22rem;
  }

  .\32xl-max\:-bottom-90 {
    bottom: -22.5rem;
  }

  .\32xl-max\:-bottom-92 {
    bottom: -23rem;
  }

  .\32xl-max\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl-max\:-bottom-100 {
    bottom: -25rem;
  }

  .\32xl-max\:-bottom-116 {
    bottom: -29rem;
  }

  .\32xl-max\:-bottom-120 {
    bottom: -30rem;
  }

  .\32xl-max\:-bottom-125 {
    bottom: -31.25rem;
  }

  .\32xl-max\:-bottom-135 {
    bottom: -33.75rem;
  }

  .\32xl-max\:-bottom-160 {
    bottom: -40rem;
  }

  .\32xl-max\:-bottom-180 {
    bottom: -45rem;
  }

  .\32xl-max\:-bottom-240 {
    bottom: -60rem;
  }

  .\32xl-max\:-bottom-285 {
    bottom: -71.25rem;
  }

  .\32xl-max\:-bottom-330 {
    bottom: -82.5rem;
  }

  .\32xl-max\:-bottom-unset {
    bottom: unset;
  }

  .\32xl-max\:-bottom-px {
    bottom: -1px;
  }

  .\32xl-max\:-bottom-0\.4 {
    bottom: -0.1rem;
  }

  .\32xl-max\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\32xl-max\:-bottom-0\.6 {
    bottom: -0.15rem;
  }

  .\32xl-max\:-bottom-0\.75 {
    bottom: -0.2rem;
  }

  .\32xl-max\:-bottom-1\.2 {
    bottom: -0.3rem;
  }

  .\32xl-max\:-bottom-1\.25 {
    bottom: -0.3125rem;
  }

  .\32xl-max\:-bottom-1\.4 {
    bottom: -0.35rem;
  }

  .\32xl-max\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\32xl-max\:-bottom-1\.6 {
    bottom: -0.4rem;
  }

  .\32xl-max\:-bottom-1\.75 {
    bottom: -0.4375rem;
  }

  .\32xl-max\:-bottom-1\.8 {
    bottom: -0.45rem;
  }

  .\32xl-max\:-bottom-2\.2 {
    bottom: -0.55rem;
  }

  .\32xl-max\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\32xl-max\:-bottom-2\.6 {
    bottom: -0.65rem;
  }

  .\32xl-max\:-bottom-2\.7 {
    bottom: -0.675rem;
  }

  .\32xl-max\:-bottom-2\.8 {
    bottom: -0.7rem;
  }

  .\32xl-max\:-bottom-3\.4 {
    bottom: -0.85rem;
  }

  .\32xl-max\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\32xl-max\:-bottom-3\.6 {
    bottom: -0.9rem;
  }

  .\32xl-max\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .\32xl-max\:-bottom-4\.8 {
    bottom: -1.2rem;
  }

  .\32xl-max\:-bottom-5\.3 {
    bottom: -1.3rem;
  }

  .\32xl-max\:-bottom-5\.4 {
    bottom: -1.35rem;
  }

  .\32xl-max\:-bottom-5\.5 {
    bottom: -1.375rem;
  }

  .\32xl-max\:-bottom-5\.6 {
    bottom: -1.4rem;
  }

  .\32xl-max\:-bottom-6\.5 {
    bottom: -1.625rem;
  }

  .\32xl-max\:-bottom-70\/100 {
    bottom: -70%;
  }

  .\32xl-max\:-bottom-31\/100 {
    bottom: -31%;
  }

  .\32xl-max\:-bottom-15\/100 {
    bottom: -15%;
  }

  .\32xl-max\:-bottom-1\/100 {
    bottom: -1%;
  }

  .\32xl-max\:-bottom-1\/10 {
    bottom: -10%;
  }

  .\32xl-max\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\32xl-max\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\32xl-max\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\32xl-max\:bottom-1\/4 {
    bottom: 25%;
  }

  .\32xl-max\:bottom-2\/4 {
    bottom: 50%;
  }

  .\32xl-max\:bottom-3\/4 {
    bottom: 75%;
  }

  .\32xl-max\:bottom-full {
    bottom: 100%;
  }

  .\32xl-max\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\32xl-max\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\32xl-max\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\32xl-max\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\32xl-max\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\32xl-max\:-bottom-full {
    bottom: -100%;
  }

  .\32xl-max\:left-0 {
    left: 0px;
  }

  .\32xl-max\:left-1 {
    left: 0.25rem;
  }

  .\32xl-max\:left-2 {
    left: 0.5rem;
  }

  .\32xl-max\:left-3 {
    left: 0.75rem;
  }

  .\32xl-max\:left-4 {
    left: 1rem;
  }

  .\32xl-max\:left-5 {
    left: 1.25rem;
  }

  .\32xl-max\:left-6 {
    left: 1.5rem;
  }

  .\32xl-max\:left-7 {
    left: 1.75rem;
  }

  .\32xl-max\:left-8 {
    left: 2rem;
  }

  .\32xl-max\:left-9 {
    left: 2.25rem;
  }

  .\32xl-max\:left-10 {
    left: 2.5rem;
  }

  .\32xl-max\:left-11 {
    left: 2.75rem;
  }

  .\32xl-max\:left-12 {
    left: 3rem;
  }

  .\32xl-max\:left-13 {
    left: 3.25rem;
  }

  .\32xl-max\:left-14 {
    left: 3.5rem;
  }

  .\32xl-max\:left-16 {
    left: 4rem;
  }

  .\32xl-max\:left-19 {
    left: 4.75rem;
  }

  .\32xl-max\:left-20 {
    left: 5rem;
  }

  .\32xl-max\:left-24 {
    left: 6rem;
  }

  .\32xl-max\:left-25 {
    left: 6.25rem;
  }

  .\32xl-max\:left-28 {
    left: 7rem;
  }

  .\32xl-max\:left-30 {
    left: 7.5rem;
  }

  .\32xl-max\:left-32 {
    left: 8rem;
  }

  .\32xl-max\:left-34 {
    left: 8.5rem;
  }

  .\32xl-max\:left-36 {
    left: 9rem;
  }

  .\32xl-max\:left-40 {
    left: 10rem;
  }

  .\32xl-max\:left-42 {
    left: 10.5rem;
  }

  .\32xl-max\:left-44 {
    left: 11rem;
  }

  .\32xl-max\:left-46 {
    left: 11.5rem;
  }

  .\32xl-max\:left-48 {
    left: 12rem;
  }

  .\32xl-max\:left-50 {
    left: 12.5rem;
  }

  .\32xl-max\:left-52 {
    left: 13rem;
  }

  .\32xl-max\:left-54 {
    left: 13.5rem;
  }

  .\32xl-max\:left-56 {
    left: 14rem;
  }

  .\32xl-max\:left-60 {
    left: 15rem;
  }

  .\32xl-max\:left-64 {
    left: 16rem;
  }

  .\32xl-max\:left-68 {
    left: 17rem;
  }

  .\32xl-max\:left-72 {
    left: 18rem;
  }

  .\32xl-max\:left-75 {
    left: 18.75rem;
  }

  .\32xl-max\:left-80 {
    left: 20rem;
  }

  .\32xl-max\:left-85 {
    left: 22rem;
  }

  .\32xl-max\:left-90 {
    left: 22.5rem;
  }

  .\32xl-max\:left-92 {
    left: 23rem;
  }

  .\32xl-max\:left-96 {
    left: 24rem;
  }

  .\32xl-max\:left-100 {
    left: 25rem;
  }

  .\32xl-max\:left-116 {
    left: 29rem;
  }

  .\32xl-max\:left-120 {
    left: 30rem;
  }

  .\32xl-max\:left-125 {
    left: 31.25rem;
  }

  .\32xl-max\:left-135 {
    left: 33.75rem;
  }

  .\32xl-max\:left-160 {
    left: 40rem;
  }

  .\32xl-max\:left-180 {
    left: 45rem;
  }

  .\32xl-max\:left-240 {
    left: 60rem;
  }

  .\32xl-max\:left-285 {
    left: 71.25rem;
  }

  .\32xl-max\:left-330 {
    left: 82.5rem;
  }

  .\32xl-max\:left-auto {
    left: auto;
  }

  .\32xl-max\:left-unset {
    left: unset;
  }

  .\32xl-max\:left-px {
    left: 1px;
  }

  .\32xl-max\:left-0\.4 {
    left: 0.1rem;
  }

  .\32xl-max\:left-0\.5 {
    left: 0.125rem;
  }

  .\32xl-max\:left-0\.6 {
    left: 0.15rem;
  }

  .\32xl-max\:left-0\.75 {
    left: 0.2rem;
  }

  .\32xl-max\:left-1\.2 {
    left: 0.3rem;
  }

  .\32xl-max\:left-1\.25 {
    left: 0.3125rem;
  }

  .\32xl-max\:left-1\.4 {
    left: 0.35rem;
  }

  .\32xl-max\:left-1\.5 {
    left: 0.375rem;
  }

  .\32xl-max\:left-1\.6 {
    left: 0.4rem;
  }

  .\32xl-max\:left-1\.75 {
    left: 0.4375rem;
  }

  .\32xl-max\:left-1\.8 {
    left: 0.45rem;
  }

  .\32xl-max\:left-2\.2 {
    left: 0.55rem;
  }

  .\32xl-max\:left-2\.5 {
    left: 0.625rem;
  }

  .\32xl-max\:left-2\.6 {
    left: 0.65rem;
  }

  .\32xl-max\:left-2\.7 {
    left: 0.675rem;
  }

  .\32xl-max\:left-2\.8 {
    left: 0.7rem;
  }

  .\32xl-max\:left-3\.4 {
    left: 0.85rem;
  }

  .\32xl-max\:left-3\.5 {
    left: 0.875rem;
  }

  .\32xl-max\:left-3\.6 {
    left: 0.9rem;
  }

  .\32xl-max\:left-4\.5 {
    left: 1.125rem;
  }

  .\32xl-max\:left-4\.8 {
    left: 1.2rem;
  }

  .\32xl-max\:left-5\.3 {
    left: 1.3rem;
  }

  .\32xl-max\:left-5\.4 {
    left: 1.35rem;
  }

  .\32xl-max\:left-5\.5 {
    left: 1.375rem;
  }

  .\32xl-max\:left-5\.6 {
    left: 1.4rem;
  }

  .\32xl-max\:left-6\.5 {
    left: 1.625rem;
  }

  .\32xl-max\:left-70\/100 {
    left: 70%;
  }

  .\32xl-max\:left-31\/100 {
    left: 31%;
  }

  .\32xl-max\:left-15\/100 {
    left: 15%;
  }

  .\32xl-max\:left-1\/100 {
    left: 1%;
  }

  .\32xl-max\:left-1\/10 {
    left: 10%;
  }

  .\32xl-max\:left-1\/2 {
    left: 50%;
  }

  .\32xl-max\:-left-0 {
    left: 0px;
  }

  .\32xl-max\:-left-1 {
    left: -0.25rem;
  }

  .\32xl-max\:-left-2 {
    left: -0.5rem;
  }

  .\32xl-max\:-left-3 {
    left: -0.75rem;
  }

  .\32xl-max\:-left-4 {
    left: -1rem;
  }

  .\32xl-max\:-left-5 {
    left: -1.25rem;
  }

  .\32xl-max\:-left-6 {
    left: -1.5rem;
  }

  .\32xl-max\:-left-7 {
    left: -1.75rem;
  }

  .\32xl-max\:-left-8 {
    left: -2rem;
  }

  .\32xl-max\:-left-9 {
    left: -2.25rem;
  }

  .\32xl-max\:-left-10 {
    left: -2.5rem;
  }

  .\32xl-max\:-left-11 {
    left: -2.75rem;
  }

  .\32xl-max\:-left-12 {
    left: -3rem;
  }

  .\32xl-max\:-left-13 {
    left: -3.25rem;
  }

  .\32xl-max\:-left-14 {
    left: -3.5rem;
  }

  .\32xl-max\:-left-16 {
    left: -4rem;
  }

  .\32xl-max\:-left-19 {
    left: -4.75rem;
  }

  .\32xl-max\:-left-20 {
    left: -5rem;
  }

  .\32xl-max\:-left-24 {
    left: -6rem;
  }

  .\32xl-max\:-left-25 {
    left: -6.25rem;
  }

  .\32xl-max\:-left-28 {
    left: -7rem;
  }

  .\32xl-max\:-left-30 {
    left: -7.5rem;
  }

  .\32xl-max\:-left-32 {
    left: -8rem;
  }

  .\32xl-max\:-left-34 {
    left: -8.5rem;
  }

  .\32xl-max\:-left-36 {
    left: -9rem;
  }

  .\32xl-max\:-left-40 {
    left: -10rem;
  }

  .\32xl-max\:-left-42 {
    left: -10.5rem;
  }

  .\32xl-max\:-left-44 {
    left: -11rem;
  }

  .\32xl-max\:-left-46 {
    left: -11.5rem;
  }

  .\32xl-max\:-left-48 {
    left: -12rem;
  }

  .\32xl-max\:-left-50 {
    left: -12.5rem;
  }

  .\32xl-max\:-left-52 {
    left: -13rem;
  }

  .\32xl-max\:-left-54 {
    left: -13.5rem;
  }

  .\32xl-max\:-left-56 {
    left: -14rem;
  }

  .\32xl-max\:-left-60 {
    left: -15rem;
  }

  .\32xl-max\:-left-64 {
    left: -16rem;
  }

  .\32xl-max\:-left-68 {
    left: -17rem;
  }

  .\32xl-max\:-left-72 {
    left: -18rem;
  }

  .\32xl-max\:-left-75 {
    left: -18.75rem;
  }

  .\32xl-max\:-left-80 {
    left: -20rem;
  }

  .\32xl-max\:-left-85 {
    left: -22rem;
  }

  .\32xl-max\:-left-90 {
    left: -22.5rem;
  }

  .\32xl-max\:-left-92 {
    left: -23rem;
  }

  .\32xl-max\:-left-96 {
    left: -24rem;
  }

  .\32xl-max\:-left-100 {
    left: -25rem;
  }

  .\32xl-max\:-left-116 {
    left: -29rem;
  }

  .\32xl-max\:-left-120 {
    left: -30rem;
  }

  .\32xl-max\:-left-125 {
    left: -31.25rem;
  }

  .\32xl-max\:-left-135 {
    left: -33.75rem;
  }

  .\32xl-max\:-left-160 {
    left: -40rem;
  }

  .\32xl-max\:-left-180 {
    left: -45rem;
  }

  .\32xl-max\:-left-240 {
    left: -60rem;
  }

  .\32xl-max\:-left-285 {
    left: -71.25rem;
  }

  .\32xl-max\:-left-330 {
    left: -82.5rem;
  }

  .\32xl-max\:-left-unset {
    left: unset;
  }

  .\32xl-max\:-left-px {
    left: -1px;
  }

  .\32xl-max\:-left-0\.4 {
    left: -0.1rem;
  }

  .\32xl-max\:-left-0\.5 {
    left: -0.125rem;
  }

  .\32xl-max\:-left-0\.6 {
    left: -0.15rem;
  }

  .\32xl-max\:-left-0\.75 {
    left: -0.2rem;
  }

  .\32xl-max\:-left-1\.2 {
    left: -0.3rem;
  }

  .\32xl-max\:-left-1\.25 {
    left: -0.3125rem;
  }

  .\32xl-max\:-left-1\.4 {
    left: -0.35rem;
  }

  .\32xl-max\:-left-1\.5 {
    left: -0.375rem;
  }

  .\32xl-max\:-left-1\.6 {
    left: -0.4rem;
  }

  .\32xl-max\:-left-1\.75 {
    left: -0.4375rem;
  }

  .\32xl-max\:-left-1\.8 {
    left: -0.45rem;
  }

  .\32xl-max\:-left-2\.2 {
    left: -0.55rem;
  }

  .\32xl-max\:-left-2\.5 {
    left: -0.625rem;
  }

  .\32xl-max\:-left-2\.6 {
    left: -0.65rem;
  }

  .\32xl-max\:-left-2\.7 {
    left: -0.675rem;
  }

  .\32xl-max\:-left-2\.8 {
    left: -0.7rem;
  }

  .\32xl-max\:-left-3\.4 {
    left: -0.85rem;
  }

  .\32xl-max\:-left-3\.5 {
    left: -0.875rem;
  }

  .\32xl-max\:-left-3\.6 {
    left: -0.9rem;
  }

  .\32xl-max\:-left-4\.5 {
    left: -1.125rem;
  }

  .\32xl-max\:-left-4\.8 {
    left: -1.2rem;
  }

  .\32xl-max\:-left-5\.3 {
    left: -1.3rem;
  }

  .\32xl-max\:-left-5\.4 {
    left: -1.35rem;
  }

  .\32xl-max\:-left-5\.5 {
    left: -1.375rem;
  }

  .\32xl-max\:-left-5\.6 {
    left: -1.4rem;
  }

  .\32xl-max\:-left-6\.5 {
    left: -1.625rem;
  }

  .\32xl-max\:-left-70\/100 {
    left: -70%;
  }

  .\32xl-max\:-left-31\/100 {
    left: -31%;
  }

  .\32xl-max\:-left-15\/100 {
    left: -15%;
  }

  .\32xl-max\:-left-1\/100 {
    left: -1%;
  }

  .\32xl-max\:-left-1\/10 {
    left: -10%;
  }

  .\32xl-max\:-left-1\/2 {
    left: -50%;
  }

  .\32xl-max\:left-1\/3 {
    left: 33.333333%;
  }

  .\32xl-max\:left-2\/3 {
    left: 66.666667%;
  }

  .\32xl-max\:left-1\/4 {
    left: 25%;
  }

  .\32xl-max\:left-2\/4 {
    left: 50%;
  }

  .\32xl-max\:left-3\/4 {
    left: 75%;
  }

  .\32xl-max\:left-full {
    left: 100%;
  }

  .\32xl-max\:-left-1\/3 {
    left: -33.333333%;
  }

  .\32xl-max\:-left-2\/3 {
    left: -66.666667%;
  }

  .\32xl-max\:-left-1\/4 {
    left: -25%;
  }

  .\32xl-max\:-left-2\/4 {
    left: -50%;
  }

  .\32xl-max\:-left-3\/4 {
    left: -75%;
  }

  .\32xl-max\:-left-full {
    left: -100%;
  }

  .\32xl-max\:isolate {
    isolation: isolate;
  }

  .\32xl-max\:isolation-auto {
    isolation: auto;
  }

  .\32xl-max\:z-0 {
    z-index: 0;
  }

  .\32xl-max\:z-10 {
    z-index: 10;
  }

  .\32xl-max\:z-20 {
    z-index: 20;
  }

  .\32xl-max\:z-30 {
    z-index: 30;
  }

  .\32xl-max\:z-40 {
    z-index: 40;
  }

  .\32xl-max\:z-50 {
    z-index: 50;
  }

  .\32xl-max\:z-auto {
    z-index: auto;
  }

  .\32xl-max\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .\32xl-max\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .\32xl-max\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .\32xl-max\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .\32xl-max\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .\32xl-max\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .\32xl-max\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .\32xl-max\:focus\:z-0:focus {
    z-index: 0;
  }

  .\32xl-max\:focus\:z-10:focus {
    z-index: 10;
  }

  .\32xl-max\:focus\:z-20:focus {
    z-index: 20;
  }

  .\32xl-max\:focus\:z-30:focus {
    z-index: 30;
  }

  .\32xl-max\:focus\:z-40:focus {
    z-index: 40;
  }

  .\32xl-max\:focus\:z-50:focus {
    z-index: 50;
  }

  .\32xl-max\:focus\:z-auto:focus {
    z-index: auto;
  }

  .\32xl-max\:order-1 {
    order: 1;
  }

  .\32xl-max\:order-2 {
    order: 2;
  }

  .\32xl-max\:order-3 {
    order: 3;
  }

  .\32xl-max\:order-4 {
    order: 4;
  }

  .\32xl-max\:order-5 {
    order: 5;
  }

  .\32xl-max\:order-6 {
    order: 6;
  }

  .\32xl-max\:order-7 {
    order: 7;
  }

  .\32xl-max\:order-8 {
    order: 8;
  }

  .\32xl-max\:order-9 {
    order: 9;
  }

  .\32xl-max\:order-10 {
    order: 10;
  }

  .\32xl-max\:order-11 {
    order: 11;
  }

  .\32xl-max\:order-12 {
    order: 12;
  }

  .\32xl-max\:order-first {
    order: -9999;
  }

  .\32xl-max\:order-last {
    order: 9999;
  }

  .\32xl-max\:order-none {
    order: 0;
  }

  .\32xl-max\:col-auto {
    grid-column: auto;
  }

  .\32xl-max\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl-max\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl-max\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl-max\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl-max\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl-max\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl-max\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl-max\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl-max\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl-max\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl-max\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl-max\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl-max\:col-span-full {
    grid-column: 1 / -1;
  }

  .\32xl-max\:col-start-1 {
    grid-column-start: 1;
  }

  .\32xl-max\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl-max\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl-max\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl-max\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl-max\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl-max\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl-max\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl-max\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl-max\:col-start-10 {
    grid-column-start: 10;
  }

  .\32xl-max\:col-start-11 {
    grid-column-start: 11;
  }

  .\32xl-max\:col-start-12 {
    grid-column-start: 12;
  }

  .\32xl-max\:col-start-13 {
    grid-column-start: 13;
  }

  .\32xl-max\:col-start-auto {
    grid-column-start: auto;
  }

  .\32xl-max\:col-end-1 {
    grid-column-end: 1;
  }

  .\32xl-max\:col-end-2 {
    grid-column-end: 2;
  }

  .\32xl-max\:col-end-3 {
    grid-column-end: 3;
  }

  .\32xl-max\:col-end-4 {
    grid-column-end: 4;
  }

  .\32xl-max\:col-end-5 {
    grid-column-end: 5;
  }

  .\32xl-max\:col-end-6 {
    grid-column-end: 6;
  }

  .\32xl-max\:col-end-7 {
    grid-column-end: 7;
  }

  .\32xl-max\:col-end-8 {
    grid-column-end: 8;
  }

  .\32xl-max\:col-end-9 {
    grid-column-end: 9;
  }

  .\32xl-max\:col-end-10 {
    grid-column-end: 10;
  }

  .\32xl-max\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl-max\:col-end-12 {
    grid-column-end: 12;
  }

  .\32xl-max\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl-max\:col-end-auto {
    grid-column-end: auto;
  }

  .\32xl-max\:row-auto {
    grid-row: auto;
  }

  .\32xl-max\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .\32xl-max\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .\32xl-max\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .\32xl-max\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .\32xl-max\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .\32xl-max\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .\32xl-max\:row-span-full {
    grid-row: 1 / -1;
  }

  .\32xl-max\:row-start-1 {
    grid-row-start: 1;
  }

  .\32xl-max\:row-start-2 {
    grid-row-start: 2;
  }

  .\32xl-max\:row-start-3 {
    grid-row-start: 3;
  }

  .\32xl-max\:row-start-4 {
    grid-row-start: 4;
  }

  .\32xl-max\:row-start-5 {
    grid-row-start: 5;
  }

  .\32xl-max\:row-start-6 {
    grid-row-start: 6;
  }

  .\32xl-max\:row-start-7 {
    grid-row-start: 7;
  }

  .\32xl-max\:row-start-auto {
    grid-row-start: auto;
  }

  .\32xl-max\:row-end-1 {
    grid-row-end: 1;
  }

  .\32xl-max\:row-end-2 {
    grid-row-end: 2;
  }

  .\32xl-max\:row-end-3 {
    grid-row-end: 3;
  }

  .\32xl-max\:row-end-4 {
    grid-row-end: 4;
  }

  .\32xl-max\:row-end-5 {
    grid-row-end: 5;
  }

  .\32xl-max\:row-end-6 {
    grid-row-end: 6;
  }

  .\32xl-max\:row-end-7 {
    grid-row-end: 7;
  }

  .\32xl-max\:row-end-auto {
    grid-row-end: auto;
  }

  .\32xl-max\:float-right {
    float: right;
  }

  .\32xl-max\:float-left {
    float: left;
  }

  .\32xl-max\:float-none {
    float: none;
  }

  .\32xl-max\:clear-left {
    clear: left;
  }

  .\32xl-max\:clear-right {
    clear: right;
  }

  .\32xl-max\:clear-both {
    clear: both;
  }

  .\32xl-max\:clear-none {
    clear: none;
  }

  .\32xl-max\:m-0 {
    margin: 0px;
  }

  .\32xl-max\:m-1 {
    margin: 0.25rem;
  }

  .\32xl-max\:m-2 {
    margin: 0.5rem;
  }

  .\32xl-max\:m-3 {
    margin: 0.75rem;
  }

  .\32xl-max\:m-4 {
    margin: 1rem;
  }

  .\32xl-max\:m-5 {
    margin: 1.25rem;
  }

  .\32xl-max\:m-6 {
    margin: 1.5rem;
  }

  .\32xl-max\:m-7 {
    margin: 1.75rem;
  }

  .\32xl-max\:m-8 {
    margin: 2rem;
  }

  .\32xl-max\:m-9 {
    margin: 2.25rem;
  }

  .\32xl-max\:m-10 {
    margin: 2.5rem;
  }

  .\32xl-max\:m-11 {
    margin: 2.75rem;
  }

  .\32xl-max\:m-12 {
    margin: 3rem;
  }

  .\32xl-max\:m-13 {
    margin: 3.25rem;
  }

  .\32xl-max\:m-14 {
    margin: 3.5rem;
  }

  .\32xl-max\:m-16 {
    margin: 4rem;
  }

  .\32xl-max\:m-19 {
    margin: 4.75rem;
  }

  .\32xl-max\:m-20 {
    margin: 5rem;
  }

  .\32xl-max\:m-24 {
    margin: 6rem;
  }

  .\32xl-max\:m-25 {
    margin: 6.25rem;
  }

  .\32xl-max\:m-28 {
    margin: 7rem;
  }

  .\32xl-max\:m-30 {
    margin: 7.5rem;
  }

  .\32xl-max\:m-32 {
    margin: 8rem;
  }

  .\32xl-max\:m-34 {
    margin: 8.5rem;
  }

  .\32xl-max\:m-36 {
    margin: 9rem;
  }

  .\32xl-max\:m-40 {
    margin: 10rem;
  }

  .\32xl-max\:m-42 {
    margin: 10.5rem;
  }

  .\32xl-max\:m-44 {
    margin: 11rem;
  }

  .\32xl-max\:m-46 {
    margin: 11.5rem;
  }

  .\32xl-max\:m-48 {
    margin: 12rem;
  }

  .\32xl-max\:m-50 {
    margin: 12.5rem;
  }

  .\32xl-max\:m-52 {
    margin: 13rem;
  }

  .\32xl-max\:m-54 {
    margin: 13.5rem;
  }

  .\32xl-max\:m-56 {
    margin: 14rem;
  }

  .\32xl-max\:m-60 {
    margin: 15rem;
  }

  .\32xl-max\:m-64 {
    margin: 16rem;
  }

  .\32xl-max\:m-68 {
    margin: 17rem;
  }

  .\32xl-max\:m-72 {
    margin: 18rem;
  }

  .\32xl-max\:m-75 {
    margin: 18.75rem;
  }

  .\32xl-max\:m-80 {
    margin: 20rem;
  }

  .\32xl-max\:m-85 {
    margin: 22rem;
  }

  .\32xl-max\:m-90 {
    margin: 22.5rem;
  }

  .\32xl-max\:m-92 {
    margin: 23rem;
  }

  .\32xl-max\:m-96 {
    margin: 24rem;
  }

  .\32xl-max\:m-100 {
    margin: 25rem;
  }

  .\32xl-max\:m-116 {
    margin: 29rem;
  }

  .\32xl-max\:m-120 {
    margin: 30rem;
  }

  .\32xl-max\:m-125 {
    margin: 31.25rem;
  }

  .\32xl-max\:m-135 {
    margin: 33.75rem;
  }

  .\32xl-max\:m-160 {
    margin: 40rem;
  }

  .\32xl-max\:m-180 {
    margin: 45rem;
  }

  .\32xl-max\:m-240 {
    margin: 60rem;
  }

  .\32xl-max\:m-285 {
    margin: 71.25rem;
  }

  .\32xl-max\:m-330 {
    margin: 82.5rem;
  }

  .\32xl-max\:m-auto {
    margin: auto;
  }

  .\32xl-max\:m-unset {
    margin: unset;
  }

  .\32xl-max\:m-px {
    margin: 1px;
  }

  .\32xl-max\:m-0\.4 {
    margin: 0.1rem;
  }

  .\32xl-max\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl-max\:m-0\.6 {
    margin: 0.15rem;
  }

  .\32xl-max\:m-0\.75 {
    margin: 0.2rem;
  }

  .\32xl-max\:m-1\.2 {
    margin: 0.3rem;
  }

  .\32xl-max\:m-1\.25 {
    margin: 0.3125rem;
  }

  .\32xl-max\:m-1\.4 {
    margin: 0.35rem;
  }

  .\32xl-max\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl-max\:m-1\.6 {
    margin: 0.4rem;
  }

  .\32xl-max\:m-1\.75 {
    margin: 0.4375rem;
  }

  .\32xl-max\:m-1\.8 {
    margin: 0.45rem;
  }

  .\32xl-max\:m-2\.2 {
    margin: 0.55rem;
  }

  .\32xl-max\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl-max\:m-2\.6 {
    margin: 0.65rem;
  }

  .\32xl-max\:m-2\.7 {
    margin: 0.675rem;
  }

  .\32xl-max\:m-2\.8 {
    margin: 0.7rem;
  }

  .\32xl-max\:m-3\.4 {
    margin: 0.85rem;
  }

  .\32xl-max\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl-max\:m-3\.6 {
    margin: 0.9rem;
  }

  .\32xl-max\:m-4\.5 {
    margin: 1.125rem;
  }

  .\32xl-max\:m-4\.8 {
    margin: 1.2rem;
  }

  .\32xl-max\:m-5\.3 {
    margin: 1.3rem;
  }

  .\32xl-max\:m-5\.4 {
    margin: 1.35rem;
  }

  .\32xl-max\:m-5\.5 {
    margin: 1.375rem;
  }

  .\32xl-max\:m-5\.6 {
    margin: 1.4rem;
  }

  .\32xl-max\:m-6\.5 {
    margin: 1.625rem;
  }

  .\32xl-max\:m-70\/100 {
    margin: 70%;
  }

  .\32xl-max\:m-31\/100 {
    margin: 31%;
  }

  .\32xl-max\:m-15\/100 {
    margin: 15%;
  }

  .\32xl-max\:m-1\/100 {
    margin: 1%;
  }

  .\32xl-max\:m-1\/10 {
    margin: 10%;
  }

  .\32xl-max\:m-1\/2 {
    margin: 50%;
  }

  .\32xl-max\:-m-0 {
    margin: 0px;
  }

  .\32xl-max\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl-max\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl-max\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl-max\:-m-4 {
    margin: -1rem;
  }

  .\32xl-max\:-m-5 {
    margin: -1.25rem;
  }

  .\32xl-max\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl-max\:-m-7 {
    margin: -1.75rem;
  }

  .\32xl-max\:-m-8 {
    margin: -2rem;
  }

  .\32xl-max\:-m-9 {
    margin: -2.25rem;
  }

  .\32xl-max\:-m-10 {
    margin: -2.5rem;
  }

  .\32xl-max\:-m-11 {
    margin: -2.75rem;
  }

  .\32xl-max\:-m-12 {
    margin: -3rem;
  }

  .\32xl-max\:-m-13 {
    margin: -3.25rem;
  }

  .\32xl-max\:-m-14 {
    margin: -3.5rem;
  }

  .\32xl-max\:-m-16 {
    margin: -4rem;
  }

  .\32xl-max\:-m-19 {
    margin: -4.75rem;
  }

  .\32xl-max\:-m-20 {
    margin: -5rem;
  }

  .\32xl-max\:-m-24 {
    margin: -6rem;
  }

  .\32xl-max\:-m-25 {
    margin: -6.25rem;
  }

  .\32xl-max\:-m-28 {
    margin: -7rem;
  }

  .\32xl-max\:-m-30 {
    margin: -7.5rem;
  }

  .\32xl-max\:-m-32 {
    margin: -8rem;
  }

  .\32xl-max\:-m-34 {
    margin: -8.5rem;
  }

  .\32xl-max\:-m-36 {
    margin: -9rem;
  }

  .\32xl-max\:-m-40 {
    margin: -10rem;
  }

  .\32xl-max\:-m-42 {
    margin: -10.5rem;
  }

  .\32xl-max\:-m-44 {
    margin: -11rem;
  }

  .\32xl-max\:-m-46 {
    margin: -11.5rem;
  }

  .\32xl-max\:-m-48 {
    margin: -12rem;
  }

  .\32xl-max\:-m-50 {
    margin: -12.5rem;
  }

  .\32xl-max\:-m-52 {
    margin: -13rem;
  }

  .\32xl-max\:-m-54 {
    margin: -13.5rem;
  }

  .\32xl-max\:-m-56 {
    margin: -14rem;
  }

  .\32xl-max\:-m-60 {
    margin: -15rem;
  }

  .\32xl-max\:-m-64 {
    margin: -16rem;
  }

  .\32xl-max\:-m-68 {
    margin: -17rem;
  }

  .\32xl-max\:-m-72 {
    margin: -18rem;
  }

  .\32xl-max\:-m-75 {
    margin: -18.75rem;
  }

  .\32xl-max\:-m-80 {
    margin: -20rem;
  }

  .\32xl-max\:-m-85 {
    margin: -22rem;
  }

  .\32xl-max\:-m-90 {
    margin: -22.5rem;
  }

  .\32xl-max\:-m-92 {
    margin: -23rem;
  }

  .\32xl-max\:-m-96 {
    margin: -24rem;
  }

  .\32xl-max\:-m-100 {
    margin: -25rem;
  }

  .\32xl-max\:-m-116 {
    margin: -29rem;
  }

  .\32xl-max\:-m-120 {
    margin: -30rem;
  }

  .\32xl-max\:-m-125 {
    margin: -31.25rem;
  }

  .\32xl-max\:-m-135 {
    margin: -33.75rem;
  }

  .\32xl-max\:-m-160 {
    margin: -40rem;
  }

  .\32xl-max\:-m-180 {
    margin: -45rem;
  }

  .\32xl-max\:-m-240 {
    margin: -60rem;
  }

  .\32xl-max\:-m-285 {
    margin: -71.25rem;
  }

  .\32xl-max\:-m-330 {
    margin: -82.5rem;
  }

  .\32xl-max\:-m-unset {
    margin: unset;
  }

  .\32xl-max\:-m-px {
    margin: -1px;
  }

  .\32xl-max\:-m-0\.4 {
    margin: -0.1rem;
  }

  .\32xl-max\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\32xl-max\:-m-0\.6 {
    margin: -0.15rem;
  }

  .\32xl-max\:-m-0\.75 {
    margin: -0.2rem;
  }

  .\32xl-max\:-m-1\.2 {
    margin: -0.3rem;
  }

  .\32xl-max\:-m-1\.25 {
    margin: -0.3125rem;
  }

  .\32xl-max\:-m-1\.4 {
    margin: -0.35rem;
  }

  .\32xl-max\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\32xl-max\:-m-1\.6 {
    margin: -0.4rem;
  }

  .\32xl-max\:-m-1\.75 {
    margin: -0.4375rem;
  }

  .\32xl-max\:-m-1\.8 {
    margin: -0.45rem;
  }

  .\32xl-max\:-m-2\.2 {
    margin: -0.55rem;
  }

  .\32xl-max\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\32xl-max\:-m-2\.6 {
    margin: -0.65rem;
  }

  .\32xl-max\:-m-2\.7 {
    margin: -0.675rem;
  }

  .\32xl-max\:-m-2\.8 {
    margin: -0.7rem;
  }

  .\32xl-max\:-m-3\.4 {
    margin: -0.85rem;
  }

  .\32xl-max\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\32xl-max\:-m-3\.6 {
    margin: -0.9rem;
  }

  .\32xl-max\:-m-4\.5 {
    margin: -1.125rem;
  }

  .\32xl-max\:-m-4\.8 {
    margin: -1.2rem;
  }

  .\32xl-max\:-m-5\.3 {
    margin: -1.3rem;
  }

  .\32xl-max\:-m-5\.4 {
    margin: -1.35rem;
  }

  .\32xl-max\:-m-5\.5 {
    margin: -1.375rem;
  }

  .\32xl-max\:-m-5\.6 {
    margin: -1.4rem;
  }

  .\32xl-max\:-m-6\.5 {
    margin: -1.625rem;
  }

  .\32xl-max\:-m-70\/100 {
    margin: -70%;
  }

  .\32xl-max\:-m-31\/100 {
    margin: -31%;
  }

  .\32xl-max\:-m-15\/100 {
    margin: -15%;
  }

  .\32xl-max\:-m-1\/100 {
    margin: -1%;
  }

  .\32xl-max\:-m-1\/10 {
    margin: -10%;
  }

  .\32xl-max\:-m-1\/2 {
    margin: -50%;
  }

  .\32xl-max\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl-max\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl-max\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl-max\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl-max\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl-max\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl-max\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl-max\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl-max\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl-max\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl-max\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl-max\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl-max\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .\32xl-max\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl-max\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl-max\:mx-19 {
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .\32xl-max\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl-max\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl-max\:mx-25 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .\32xl-max\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl-max\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .\32xl-max\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl-max\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .\32xl-max\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl-max\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl-max\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .\32xl-max\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl-max\:mx-46 {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  .\32xl-max\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl-max\:mx-50 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .\32xl-max\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl-max\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .\32xl-max\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl-max\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl-max\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl-max\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .\32xl-max\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl-max\:mx-75 {
    margin-left: 18.75rem;
    margin-right: 18.75rem;
  }

  .\32xl-max\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl-max\:mx-85 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .\32xl-max\:mx-90 {
    margin-left: 22.5rem;
    margin-right: 22.5rem;
  }

  .\32xl-max\:mx-92 {
    margin-left: 23rem;
    margin-right: 23rem;
  }

  .\32xl-max\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl-max\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .\32xl-max\:mx-116 {
    margin-left: 29rem;
    margin-right: 29rem;
  }

  .\32xl-max\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .\32xl-max\:mx-125 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }

  .\32xl-max\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .\32xl-max\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .\32xl-max\:mx-180 {
    margin-left: 45rem;
    margin-right: 45rem;
  }

  .\32xl-max\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .\32xl-max\:mx-285 {
    margin-left: 71.25rem;
    margin-right: 71.25rem;
  }

  .\32xl-max\:mx-330 {
    margin-left: 82.5rem;
    margin-right: 82.5rem;
  }

  .\32xl-max\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl-max\:mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .\32xl-max\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl-max\:mx-0\.4 {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }

  .\32xl-max\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl-max\:mx-0\.6 {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .\32xl-max\:mx-0\.75 {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }

  .\32xl-max\:mx-1\.2 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .\32xl-max\:mx-1\.25 {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .\32xl-max\:mx-1\.4 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .\32xl-max\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl-max\:mx-1\.6 {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }

  .\32xl-max\:mx-1\.75 {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .\32xl-max\:mx-1\.8 {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .\32xl-max\:mx-2\.2 {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  .\32xl-max\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl-max\:mx-2\.6 {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }

  .\32xl-max\:mx-2\.7 {
    margin-left: 0.675rem;
    margin-right: 0.675rem;
  }

  .\32xl-max\:mx-2\.8 {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }

  .\32xl-max\:mx-3\.4 {
    margin-left: 0.85rem;
    margin-right: 0.85rem;
  }

  .\32xl-max\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl-max\:mx-3\.6 {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }

  .\32xl-max\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .\32xl-max\:mx-4\.8 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .\32xl-max\:mx-5\.3 {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .\32xl-max\:mx-5\.4 {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
  }

  .\32xl-max\:mx-5\.5 {
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .\32xl-max\:mx-5\.6 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }

  .\32xl-max\:mx-6\.5 {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .\32xl-max\:mx-70\/100 {
    margin-left: 70%;
    margin-right: 70%;
  }

  .\32xl-max\:mx-31\/100 {
    margin-left: 31%;
    margin-right: 31%;
  }

  .\32xl-max\:mx-15\/100 {
    margin-left: 15%;
    margin-right: 15%;
  }

  .\32xl-max\:mx-1\/100 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .\32xl-max\:mx-1\/10 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .\32xl-max\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl-max\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl-max\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl-max\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl-max\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl-max\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl-max\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl-max\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl-max\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl-max\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl-max\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl-max\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl-max\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl-max\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .\32xl-max\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl-max\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl-max\:-mx-19 {
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .\32xl-max\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl-max\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl-max\:-mx-25 {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .\32xl-max\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl-max\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .\32xl-max\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl-max\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .\32xl-max\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl-max\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl-max\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .\32xl-max\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl-max\:-mx-46 {
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  .\32xl-max\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl-max\:-mx-50 {
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .\32xl-max\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl-max\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .\32xl-max\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl-max\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl-max\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl-max\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .\32xl-max\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl-max\:-mx-75 {
    margin-left: -18.75rem;
    margin-right: -18.75rem;
  }

  .\32xl-max\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl-max\:-mx-85 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .\32xl-max\:-mx-90 {
    margin-left: -22.5rem;
    margin-right: -22.5rem;
  }

  .\32xl-max\:-mx-92 {
    margin-left: -23rem;
    margin-right: -23rem;
  }

  .\32xl-max\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl-max\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .\32xl-max\:-mx-116 {
    margin-left: -29rem;
    margin-right: -29rem;
  }

  .\32xl-max\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .\32xl-max\:-mx-125 {
    margin-left: -31.25rem;
    margin-right: -31.25rem;
  }

  .\32xl-max\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .\32xl-max\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .\32xl-max\:-mx-180 {
    margin-left: -45rem;
    margin-right: -45rem;
  }

  .\32xl-max\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .\32xl-max\:-mx-285 {
    margin-left: -71.25rem;
    margin-right: -71.25rem;
  }

  .\32xl-max\:-mx-330 {
    margin-left: -82.5rem;
    margin-right: -82.5rem;
  }

  .\32xl-max\:-mx-unset {
    margin-left: unset;
    margin-right: unset;
  }

  .\32xl-max\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl-max\:-mx-0\.4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .\32xl-max\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl-max\:-mx-0\.6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .\32xl-max\:-mx-0\.75 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .\32xl-max\:-mx-1\.2 {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .\32xl-max\:-mx-1\.25 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .\32xl-max\:-mx-1\.4 {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  .\32xl-max\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl-max\:-mx-1\.6 {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  .\32xl-max\:-mx-1\.75 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .\32xl-max\:-mx-1\.8 {
    margin-left: -0.45rem;
    margin-right: -0.45rem;
  }

  .\32xl-max\:-mx-2\.2 {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }

  .\32xl-max\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl-max\:-mx-2\.6 {
    margin-left: -0.65rem;
    margin-right: -0.65rem;
  }

  .\32xl-max\:-mx-2\.7 {
    margin-left: -0.675rem;
    margin-right: -0.675rem;
  }

  .\32xl-max\:-mx-2\.8 {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }

  .\32xl-max\:-mx-3\.4 {
    margin-left: -0.85rem;
    margin-right: -0.85rem;
  }

  .\32xl-max\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl-max\:-mx-3\.6 {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }

  .\32xl-max\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .\32xl-max\:-mx-4\.8 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .\32xl-max\:-mx-5\.3 {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
  }

  .\32xl-max\:-mx-5\.4 {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
  }

  .\32xl-max\:-mx-5\.5 {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .\32xl-max\:-mx-5\.6 {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .\32xl-max\:-mx-6\.5 {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .\32xl-max\:-mx-70\/100 {
    margin-left: -70%;
    margin-right: -70%;
  }

  .\32xl-max\:-mx-31\/100 {
    margin-left: -31%;
    margin-right: -31%;
  }

  .\32xl-max\:-mx-15\/100 {
    margin-left: -15%;
    margin-right: -15%;
  }

  .\32xl-max\:-mx-1\/100 {
    margin-left: -1%;
    margin-right: -1%;
  }

  .\32xl-max\:-mx-1\/10 {
    margin-left: -10%;
    margin-right: -10%;
  }

  .\32xl-max\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl-max\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl-max\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl-max\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl-max\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl-max\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl-max\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl-max\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl-max\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl-max\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl-max\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl-max\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl-max\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl-max\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl-max\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .\32xl-max\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl-max\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl-max\:my-19 {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .\32xl-max\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl-max\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl-max\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .\32xl-max\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl-max\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .\32xl-max\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl-max\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .\32xl-max\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl-max\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl-max\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .\32xl-max\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl-max\:my-46 {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  .\32xl-max\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl-max\:my-50 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .\32xl-max\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl-max\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .\32xl-max\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl-max\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl-max\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl-max\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .\32xl-max\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl-max\:my-75 {
    margin-top: 18.75rem;
    margin-bottom: 18.75rem;
  }

  .\32xl-max\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl-max\:my-85 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .\32xl-max\:my-90 {
    margin-top: 22.5rem;
    margin-bottom: 22.5rem;
  }

  .\32xl-max\:my-92 {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }

  .\32xl-max\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl-max\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .\32xl-max\:my-116 {
    margin-top: 29rem;
    margin-bottom: 29rem;
  }

  .\32xl-max\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .\32xl-max\:my-125 {
    margin-top: 31.25rem;
    margin-bottom: 31.25rem;
  }

  .\32xl-max\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .\32xl-max\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .\32xl-max\:my-180 {
    margin-top: 45rem;
    margin-bottom: 45rem;
  }

  .\32xl-max\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .\32xl-max\:my-285 {
    margin-top: 71.25rem;
    margin-bottom: 71.25rem;
  }

  .\32xl-max\:my-330 {
    margin-top: 82.5rem;
    margin-bottom: 82.5rem;
  }

  .\32xl-max\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl-max\:my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .\32xl-max\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl-max\:my-0\.4 {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }

  .\32xl-max\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl-max\:my-0\.6 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .\32xl-max\:my-0\.75 {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .\32xl-max\:my-1\.2 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .\32xl-max\:my-1\.25 {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .\32xl-max\:my-1\.4 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }

  .\32xl-max\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl-max\:my-1\.6 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .\32xl-max\:my-1\.75 {
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .\32xl-max\:my-1\.8 {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .\32xl-max\:my-2\.2 {
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
  }

  .\32xl-max\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl-max\:my-2\.6 {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .\32xl-max\:my-2\.7 {
    margin-top: 0.675rem;
    margin-bottom: 0.675rem;
  }

  .\32xl-max\:my-2\.8 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }

  .\32xl-max\:my-3\.4 {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .\32xl-max\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl-max\:my-3\.6 {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }

  .\32xl-max\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .\32xl-max\:my-4\.8 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .\32xl-max\:my-5\.3 {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }

  .\32xl-max\:my-5\.4 {
    margin-top: 1.35rem;
    margin-bottom: 1.35rem;
  }

  .\32xl-max\:my-5\.5 {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .\32xl-max\:my-5\.6 {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .\32xl-max\:my-6\.5 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .\32xl-max\:my-70\/100 {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .\32xl-max\:my-31\/100 {
    margin-top: 31%;
    margin-bottom: 31%;
  }

  .\32xl-max\:my-15\/100 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .\32xl-max\:my-1\/100 {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .\32xl-max\:my-1\/10 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .\32xl-max\:my-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl-max\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl-max\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl-max\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl-max\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl-max\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl-max\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl-max\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl-max\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl-max\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl-max\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl-max\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl-max\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl-max\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl-max\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .\32xl-max\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl-max\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl-max\:-my-19 {
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .\32xl-max\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl-max\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl-max\:-my-25 {
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .\32xl-max\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl-max\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .\32xl-max\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl-max\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .\32xl-max\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl-max\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl-max\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .\32xl-max\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl-max\:-my-46 {
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  .\32xl-max\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl-max\:-my-50 {
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .\32xl-max\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl-max\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .\32xl-max\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl-max\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl-max\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl-max\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .\32xl-max\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl-max\:-my-75 {
    margin-top: -18.75rem;
    margin-bottom: -18.75rem;
  }

  .\32xl-max\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl-max\:-my-85 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .\32xl-max\:-my-90 {
    margin-top: -22.5rem;
    margin-bottom: -22.5rem;
  }

  .\32xl-max\:-my-92 {
    margin-top: -23rem;
    margin-bottom: -23rem;
  }

  .\32xl-max\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl-max\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .\32xl-max\:-my-116 {
    margin-top: -29rem;
    margin-bottom: -29rem;
  }

  .\32xl-max\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .\32xl-max\:-my-125 {
    margin-top: -31.25rem;
    margin-bottom: -31.25rem;
  }

  .\32xl-max\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .\32xl-max\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .\32xl-max\:-my-180 {
    margin-top: -45rem;
    margin-bottom: -45rem;
  }

  .\32xl-max\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .\32xl-max\:-my-285 {
    margin-top: -71.25rem;
    margin-bottom: -71.25rem;
  }

  .\32xl-max\:-my-330 {
    margin-top: -82.5rem;
    margin-bottom: -82.5rem;
  }

  .\32xl-max\:-my-unset {
    margin-top: unset;
    margin-bottom: unset;
  }

  .\32xl-max\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl-max\:-my-0\.4 {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .\32xl-max\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl-max\:-my-0\.6 {
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
  }

  .\32xl-max\:-my-0\.75 {
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }

  .\32xl-max\:-my-1\.2 {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .\32xl-max\:-my-1\.25 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }

  .\32xl-max\:-my-1\.4 {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem;
  }

  .\32xl-max\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl-max\:-my-1\.6 {
    margin-top: -0.4rem;
    margin-bottom: -0.4rem;
  }

  .\32xl-max\:-my-1\.75 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .\32xl-max\:-my-1\.8 {
    margin-top: -0.45rem;
    margin-bottom: -0.45rem;
  }

  .\32xl-max\:-my-2\.2 {
    margin-top: -0.55rem;
    margin-bottom: -0.55rem;
  }

  .\32xl-max\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl-max\:-my-2\.6 {
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }

  .\32xl-max\:-my-2\.7 {
    margin-top: -0.675rem;
    margin-bottom: -0.675rem;
  }

  .\32xl-max\:-my-2\.8 {
    margin-top: -0.7rem;
    margin-bottom: -0.7rem;
  }

  .\32xl-max\:-my-3\.4 {
    margin-top: -0.85rem;
    margin-bottom: -0.85rem;
  }

  .\32xl-max\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl-max\:-my-3\.6 {
    margin-top: -0.9rem;
    margin-bottom: -0.9rem;
  }

  .\32xl-max\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .\32xl-max\:-my-4\.8 {
    margin-top: -1.2rem;
    margin-bottom: -1.2rem;
  }

  .\32xl-max\:-my-5\.3 {
    margin-top: -1.3rem;
    margin-bottom: -1.3rem;
  }

  .\32xl-max\:-my-5\.4 {
    margin-top: -1.35rem;
    margin-bottom: -1.35rem;
  }

  .\32xl-max\:-my-5\.5 {
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .\32xl-max\:-my-5\.6 {
    margin-top: -1.4rem;
    margin-bottom: -1.4rem;
  }

  .\32xl-max\:-my-6\.5 {
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .\32xl-max\:-my-70\/100 {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .\32xl-max\:-my-31\/100 {
    margin-top: -31%;
    margin-bottom: -31%;
  }

  .\32xl-max\:-my-15\/100 {
    margin-top: -15%;
    margin-bottom: -15%;
  }

  .\32xl-max\:-my-1\/100 {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .\32xl-max\:-my-1\/10 {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .\32xl-max\:-my-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl-max\:mt-0 {
    margin-top: 0px;
  }

  .\32xl-max\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl-max\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl-max\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl-max\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl-max\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl-max\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl-max\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl-max\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl-max\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl-max\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl-max\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl-max\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl-max\:mt-13 {
    margin-top: 3.25rem;
  }

  .\32xl-max\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl-max\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl-max\:mt-19 {
    margin-top: 4.75rem;
  }

  .\32xl-max\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl-max\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl-max\:mt-25 {
    margin-top: 6.25rem;
  }

  .\32xl-max\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl-max\:mt-30 {
    margin-top: 7.5rem;
  }

  .\32xl-max\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl-max\:mt-34 {
    margin-top: 8.5rem;
  }

  .\32xl-max\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl-max\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl-max\:mt-42 {
    margin-top: 10.5rem;
  }

  .\32xl-max\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl-max\:mt-46 {
    margin-top: 11.5rem;
  }

  .\32xl-max\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl-max\:mt-50 {
    margin-top: 12.5rem;
  }

  .\32xl-max\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl-max\:mt-54 {
    margin-top: 13.5rem;
  }

  .\32xl-max\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl-max\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl-max\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl-max\:mt-68 {
    margin-top: 17rem;
  }

  .\32xl-max\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl-max\:mt-75 {
    margin-top: 18.75rem;
  }

  .\32xl-max\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl-max\:mt-85 {
    margin-top: 22rem;
  }

  .\32xl-max\:mt-90 {
    margin-top: 22.5rem;
  }

  .\32xl-max\:mt-92 {
    margin-top: 23rem;
  }

  .\32xl-max\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl-max\:mt-100 {
    margin-top: 25rem;
  }

  .\32xl-max\:mt-116 {
    margin-top: 29rem;
  }

  .\32xl-max\:mt-120 {
    margin-top: 30rem;
  }

  .\32xl-max\:mt-125 {
    margin-top: 31.25rem;
  }

  .\32xl-max\:mt-135 {
    margin-top: 33.75rem;
  }

  .\32xl-max\:mt-160 {
    margin-top: 40rem;
  }

  .\32xl-max\:mt-180 {
    margin-top: 45rem;
  }

  .\32xl-max\:mt-240 {
    margin-top: 60rem;
  }

  .\32xl-max\:mt-285 {
    margin-top: 71.25rem;
  }

  .\32xl-max\:mt-330 {
    margin-top: 82.5rem;
  }

  .\32xl-max\:mt-auto {
    margin-top: auto;
  }

  .\32xl-max\:mt-unset {
    margin-top: unset;
  }

  .\32xl-max\:mt-px {
    margin-top: 1px;
  }

  .\32xl-max\:mt-0\.4 {
    margin-top: 0.1rem;
  }

  .\32xl-max\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl-max\:mt-0\.6 {
    margin-top: 0.15rem;
  }

  .\32xl-max\:mt-0\.75 {
    margin-top: 0.2rem;
  }

  .\32xl-max\:mt-1\.2 {
    margin-top: 0.3rem;
  }

  .\32xl-max\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

  .\32xl-max\:mt-1\.4 {
    margin-top: 0.35rem;
  }

  .\32xl-max\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl-max\:mt-1\.6 {
    margin-top: 0.4rem;
  }

  .\32xl-max\:mt-1\.75 {
    margin-top: 0.4375rem;
  }

  .\32xl-max\:mt-1\.8 {
    margin-top: 0.45rem;
  }

  .\32xl-max\:mt-2\.2 {
    margin-top: 0.55rem;
  }

  .\32xl-max\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl-max\:mt-2\.6 {
    margin-top: 0.65rem;
  }

  .\32xl-max\:mt-2\.7 {
    margin-top: 0.675rem;
  }

  .\32xl-max\:mt-2\.8 {
    margin-top: 0.7rem;
  }

  .\32xl-max\:mt-3\.4 {
    margin-top: 0.85rem;
  }

  .\32xl-max\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl-max\:mt-3\.6 {
    margin-top: 0.9rem;
  }

  .\32xl-max\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .\32xl-max\:mt-4\.8 {
    margin-top: 1.2rem;
  }

  .\32xl-max\:mt-5\.3 {
    margin-top: 1.3rem;
  }

  .\32xl-max\:mt-5\.4 {
    margin-top: 1.35rem;
  }

  .\32xl-max\:mt-5\.5 {
    margin-top: 1.375rem;
  }

  .\32xl-max\:mt-5\.6 {
    margin-top: 1.4rem;
  }

  .\32xl-max\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .\32xl-max\:mt-70\/100 {
    margin-top: 70%;
  }

  .\32xl-max\:mt-31\/100 {
    margin-top: 31%;
  }

  .\32xl-max\:mt-15\/100 {
    margin-top: 15%;
  }

  .\32xl-max\:mt-1\/100 {
    margin-top: 1%;
  }

  .\32xl-max\:mt-1\/10 {
    margin-top: 10%;
  }

  .\32xl-max\:mt-1\/2 {
    margin-top: 50%;
  }

  .\32xl-max\:-mt-0 {
    margin-top: 0px;
  }

  .\32xl-max\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl-max\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl-max\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl-max\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl-max\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl-max\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl-max\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl-max\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl-max\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl-max\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl-max\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl-max\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl-max\:-mt-13 {
    margin-top: -3.25rem;
  }

  .\32xl-max\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\32xl-max\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl-max\:-mt-19 {
    margin-top: -4.75rem;
  }

  .\32xl-max\:-mt-20 {
    margin-top: -5rem;
  }

  .\32xl-max\:-mt-24 {
    margin-top: -6rem;
  }

  .\32xl-max\:-mt-25 {
    margin-top: -6.25rem;
  }

  .\32xl-max\:-mt-28 {
    margin-top: -7rem;
  }

  .\32xl-max\:-mt-30 {
    margin-top: -7.5rem;
  }

  .\32xl-max\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl-max\:-mt-34 {
    margin-top: -8.5rem;
  }

  .\32xl-max\:-mt-36 {
    margin-top: -9rem;
  }

  .\32xl-max\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl-max\:-mt-42 {
    margin-top: -10.5rem;
  }

  .\32xl-max\:-mt-44 {
    margin-top: -11rem;
  }

  .\32xl-max\:-mt-46 {
    margin-top: -11.5rem;
  }

  .\32xl-max\:-mt-48 {
    margin-top: -12rem;
  }

  .\32xl-max\:-mt-50 {
    margin-top: -12.5rem;
  }

  .\32xl-max\:-mt-52 {
    margin-top: -13rem;
  }

  .\32xl-max\:-mt-54 {
    margin-top: -13.5rem;
  }

  .\32xl-max\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl-max\:-mt-60 {
    margin-top: -15rem;
  }

  .\32xl-max\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl-max\:-mt-68 {
    margin-top: -17rem;
  }

  .\32xl-max\:-mt-72 {
    margin-top: -18rem;
  }

  .\32xl-max\:-mt-75 {
    margin-top: -18.75rem;
  }

  .\32xl-max\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl-max\:-mt-85 {
    margin-top: -22rem;
  }

  .\32xl-max\:-mt-90 {
    margin-top: -22.5rem;
  }

  .\32xl-max\:-mt-92 {
    margin-top: -23rem;
  }

  .\32xl-max\:-mt-96 {
    margin-top: -24rem;
  }

  .\32xl-max\:-mt-100 {
    margin-top: -25rem;
  }

  .\32xl-max\:-mt-116 {
    margin-top: -29rem;
  }

  .\32xl-max\:-mt-120 {
    margin-top: -30rem;
  }

  .\32xl-max\:-mt-125 {
    margin-top: -31.25rem;
  }

  .\32xl-max\:-mt-135 {
    margin-top: -33.75rem;
  }

  .\32xl-max\:-mt-160 {
    margin-top: -40rem;
  }

  .\32xl-max\:-mt-180 {
    margin-top: -45rem;
  }

  .\32xl-max\:-mt-240 {
    margin-top: -60rem;
  }

  .\32xl-max\:-mt-285 {
    margin-top: -71.25rem;
  }

  .\32xl-max\:-mt-330 {
    margin-top: -82.5rem;
  }

  .\32xl-max\:-mt-unset {
    margin-top: unset;
  }

  .\32xl-max\:-mt-px {
    margin-top: -1px;
  }

  .\32xl-max\:-mt-0\.4 {
    margin-top: -0.1rem;
  }

  .\32xl-max\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\32xl-max\:-mt-0\.6 {
    margin-top: -0.15rem;
  }

  .\32xl-max\:-mt-0\.75 {
    margin-top: -0.2rem;
  }

  .\32xl-max\:-mt-1\.2 {
    margin-top: -0.3rem;
  }

  .\32xl-max\:-mt-1\.25 {
    margin-top: -0.3125rem;
  }

  .\32xl-max\:-mt-1\.4 {
    margin-top: -0.35rem;
  }

  .\32xl-max\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\32xl-max\:-mt-1\.6 {
    margin-top: -0.4rem;
  }

  .\32xl-max\:-mt-1\.75 {
    margin-top: -0.4375rem;
  }

  .\32xl-max\:-mt-1\.8 {
    margin-top: -0.45rem;
  }

  .\32xl-max\:-mt-2\.2 {
    margin-top: -0.55rem;
  }

  .\32xl-max\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl-max\:-mt-2\.6 {
    margin-top: -0.65rem;
  }

  .\32xl-max\:-mt-2\.7 {
    margin-top: -0.675rem;
  }

  .\32xl-max\:-mt-2\.8 {
    margin-top: -0.7rem;
  }

  .\32xl-max\:-mt-3\.4 {
    margin-top: -0.85rem;
  }

  .\32xl-max\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\32xl-max\:-mt-3\.6 {
    margin-top: -0.9rem;
  }

  .\32xl-max\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .\32xl-max\:-mt-4\.8 {
    margin-top: -1.2rem;
  }

  .\32xl-max\:-mt-5\.3 {
    margin-top: -1.3rem;
  }

  .\32xl-max\:-mt-5\.4 {
    margin-top: -1.35rem;
  }

  .\32xl-max\:-mt-5\.5 {
    margin-top: -1.375rem;
  }

  .\32xl-max\:-mt-5\.6 {
    margin-top: -1.4rem;
  }

  .\32xl-max\:-mt-6\.5 {
    margin-top: -1.625rem;
  }

  .\32xl-max\:-mt-70\/100 {
    margin-top: -70%;
  }

  .\32xl-max\:-mt-31\/100 {
    margin-top: -31%;
  }

  .\32xl-max\:-mt-15\/100 {
    margin-top: -15%;
  }

  .\32xl-max\:-mt-1\/100 {
    margin-top: -1%;
  }

  .\32xl-max\:-mt-1\/10 {
    margin-top: -10%;
  }

  .\32xl-max\:-mt-1\/2 {
    margin-top: -50%;
  }

  .\32xl-max\:mr-0 {
    margin-right: 0px;
  }

  .\32xl-max\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl-max\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl-max\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl-max\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl-max\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl-max\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl-max\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl-max\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl-max\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl-max\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl-max\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl-max\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl-max\:mr-13 {
    margin-right: 3.25rem;
  }

  .\32xl-max\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl-max\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl-max\:mr-19 {
    margin-right: 4.75rem;
  }

  .\32xl-max\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl-max\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl-max\:mr-25 {
    margin-right: 6.25rem;
  }

  .\32xl-max\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl-max\:mr-30 {
    margin-right: 7.5rem;
  }

  .\32xl-max\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl-max\:mr-34 {
    margin-right: 8.5rem;
  }

  .\32xl-max\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl-max\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl-max\:mr-42 {
    margin-right: 10.5rem;
  }

  .\32xl-max\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl-max\:mr-46 {
    margin-right: 11.5rem;
  }

  .\32xl-max\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl-max\:mr-50 {
    margin-right: 12.5rem;
  }

  .\32xl-max\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl-max\:mr-54 {
    margin-right: 13.5rem;
  }

  .\32xl-max\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl-max\:mr-60 {
    margin-right: 15rem;
  }

  .\32xl-max\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl-max\:mr-68 {
    margin-right: 17rem;
  }

  .\32xl-max\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl-max\:mr-75 {
    margin-right: 18.75rem;
  }

  .\32xl-max\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl-max\:mr-85 {
    margin-right: 22rem;
  }

  .\32xl-max\:mr-90 {
    margin-right: 22.5rem;
  }

  .\32xl-max\:mr-92 {
    margin-right: 23rem;
  }

  .\32xl-max\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl-max\:mr-100 {
    margin-right: 25rem;
  }

  .\32xl-max\:mr-116 {
    margin-right: 29rem;
  }

  .\32xl-max\:mr-120 {
    margin-right: 30rem;
  }

  .\32xl-max\:mr-125 {
    margin-right: 31.25rem;
  }

  .\32xl-max\:mr-135 {
    margin-right: 33.75rem;
  }

  .\32xl-max\:mr-160 {
    margin-right: 40rem;
  }

  .\32xl-max\:mr-180 {
    margin-right: 45rem;
  }

  .\32xl-max\:mr-240 {
    margin-right: 60rem;
  }

  .\32xl-max\:mr-285 {
    margin-right: 71.25rem;
  }

  .\32xl-max\:mr-330 {
    margin-right: 82.5rem;
  }

  .\32xl-max\:mr-auto {
    margin-right: auto;
  }

  .\32xl-max\:mr-unset {
    margin-right: unset;
  }

  .\32xl-max\:mr-px {
    margin-right: 1px;
  }

  .\32xl-max\:mr-0\.4 {
    margin-right: 0.1rem;
  }

  .\32xl-max\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl-max\:mr-0\.6 {
    margin-right: 0.15rem;
  }

  .\32xl-max\:mr-0\.75 {
    margin-right: 0.2rem;
  }

  .\32xl-max\:mr-1\.2 {
    margin-right: 0.3rem;
  }

  .\32xl-max\:mr-1\.25 {
    margin-right: 0.3125rem;
  }

  .\32xl-max\:mr-1\.4 {
    margin-right: 0.35rem;
  }

  .\32xl-max\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl-max\:mr-1\.6 {
    margin-right: 0.4rem;
  }

  .\32xl-max\:mr-1\.75 {
    margin-right: 0.4375rem;
  }

  .\32xl-max\:mr-1\.8 {
    margin-right: 0.45rem;
  }

  .\32xl-max\:mr-2\.2 {
    margin-right: 0.55rem;
  }

  .\32xl-max\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl-max\:mr-2\.6 {
    margin-right: 0.65rem;
  }

  .\32xl-max\:mr-2\.7 {
    margin-right: 0.675rem;
  }

  .\32xl-max\:mr-2\.8 {
    margin-right: 0.7rem;
  }

  .\32xl-max\:mr-3\.4 {
    margin-right: 0.85rem;
  }

  .\32xl-max\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl-max\:mr-3\.6 {
    margin-right: 0.9rem;
  }

  .\32xl-max\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .\32xl-max\:mr-4\.8 {
    margin-right: 1.2rem;
  }

  .\32xl-max\:mr-5\.3 {
    margin-right: 1.3rem;
  }

  .\32xl-max\:mr-5\.4 {
    margin-right: 1.35rem;
  }

  .\32xl-max\:mr-5\.5 {
    margin-right: 1.375rem;
  }

  .\32xl-max\:mr-5\.6 {
    margin-right: 1.4rem;
  }

  .\32xl-max\:mr-6\.5 {
    margin-right: 1.625rem;
  }

  .\32xl-max\:mr-70\/100 {
    margin-right: 70%;
  }

  .\32xl-max\:mr-31\/100 {
    margin-right: 31%;
  }

  .\32xl-max\:mr-15\/100 {
    margin-right: 15%;
  }

  .\32xl-max\:mr-1\/100 {
    margin-right: 1%;
  }

  .\32xl-max\:mr-1\/10 {
    margin-right: 10%;
  }

  .\32xl-max\:mr-1\/2 {
    margin-right: 50%;
  }

  .\32xl-max\:-mr-0 {
    margin-right: 0px;
  }

  .\32xl-max\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl-max\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl-max\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl-max\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl-max\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl-max\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl-max\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl-max\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl-max\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl-max\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl-max\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl-max\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl-max\:-mr-13 {
    margin-right: -3.25rem;
  }

  .\32xl-max\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\32xl-max\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl-max\:-mr-19 {
    margin-right: -4.75rem;
  }

  .\32xl-max\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl-max\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl-max\:-mr-25 {
    margin-right: -6.25rem;
  }

  .\32xl-max\:-mr-28 {
    margin-right: -7rem;
  }

  .\32xl-max\:-mr-30 {
    margin-right: -7.5rem;
  }

  .\32xl-max\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl-max\:-mr-34 {
    margin-right: -8.5rem;
  }

  .\32xl-max\:-mr-36 {
    margin-right: -9rem;
  }

  .\32xl-max\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl-max\:-mr-42 {
    margin-right: -10.5rem;
  }

  .\32xl-max\:-mr-44 {
    margin-right: -11rem;
  }

  .\32xl-max\:-mr-46 {
    margin-right: -11.5rem;
  }

  .\32xl-max\:-mr-48 {
    margin-right: -12rem;
  }

  .\32xl-max\:-mr-50 {
    margin-right: -12.5rem;
  }

  .\32xl-max\:-mr-52 {
    margin-right: -13rem;
  }

  .\32xl-max\:-mr-54 {
    margin-right: -13.5rem;
  }

  .\32xl-max\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl-max\:-mr-60 {
    margin-right: -15rem;
  }

  .\32xl-max\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl-max\:-mr-68 {
    margin-right: -17rem;
  }

  .\32xl-max\:-mr-72 {
    margin-right: -18rem;
  }

  .\32xl-max\:-mr-75 {
    margin-right: -18.75rem;
  }

  .\32xl-max\:-mr-80 {
    margin-right: -20rem;
  }

  .\32xl-max\:-mr-85 {
    margin-right: -22rem;
  }

  .\32xl-max\:-mr-90 {
    margin-right: -22.5rem;
  }

  .\32xl-max\:-mr-92 {
    margin-right: -23rem;
  }

  .\32xl-max\:-mr-96 {
    margin-right: -24rem;
  }

  .\32xl-max\:-mr-100 {
    margin-right: -25rem;
  }

  .\32xl-max\:-mr-116 {
    margin-right: -29rem;
  }

  .\32xl-max\:-mr-120 {
    margin-right: -30rem;
  }

  .\32xl-max\:-mr-125 {
    margin-right: -31.25rem;
  }

  .\32xl-max\:-mr-135 {
    margin-right: -33.75rem;
  }

  .\32xl-max\:-mr-160 {
    margin-right: -40rem;
  }

  .\32xl-max\:-mr-180 {
    margin-right: -45rem;
  }

  .\32xl-max\:-mr-240 {
    margin-right: -60rem;
  }

  .\32xl-max\:-mr-285 {
    margin-right: -71.25rem;
  }

  .\32xl-max\:-mr-330 {
    margin-right: -82.5rem;
  }

  .\32xl-max\:-mr-unset {
    margin-right: unset;
  }

  .\32xl-max\:-mr-px {
    margin-right: -1px;
  }

  .\32xl-max\:-mr-0\.4 {
    margin-right: -0.1rem;
  }

  .\32xl-max\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\32xl-max\:-mr-0\.6 {
    margin-right: -0.15rem;
  }

  .\32xl-max\:-mr-0\.75 {
    margin-right: -0.2rem;
  }

  .\32xl-max\:-mr-1\.2 {
    margin-right: -0.3rem;
  }

  .\32xl-max\:-mr-1\.25 {
    margin-right: -0.3125rem;
  }

  .\32xl-max\:-mr-1\.4 {
    margin-right: -0.35rem;
  }

  .\32xl-max\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\32xl-max\:-mr-1\.6 {
    margin-right: -0.4rem;
  }

  .\32xl-max\:-mr-1\.75 {
    margin-right: -0.4375rem;
  }

  .\32xl-max\:-mr-1\.8 {
    margin-right: -0.45rem;
  }

  .\32xl-max\:-mr-2\.2 {
    margin-right: -0.55rem;
  }

  .\32xl-max\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\32xl-max\:-mr-2\.6 {
    margin-right: -0.65rem;
  }

  .\32xl-max\:-mr-2\.7 {
    margin-right: -0.675rem;
  }

  .\32xl-max\:-mr-2\.8 {
    margin-right: -0.7rem;
  }

  .\32xl-max\:-mr-3\.4 {
    margin-right: -0.85rem;
  }

  .\32xl-max\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\32xl-max\:-mr-3\.6 {
    margin-right: -0.9rem;
  }

  .\32xl-max\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .\32xl-max\:-mr-4\.8 {
    margin-right: -1.2rem;
  }

  .\32xl-max\:-mr-5\.3 {
    margin-right: -1.3rem;
  }

  .\32xl-max\:-mr-5\.4 {
    margin-right: -1.35rem;
  }

  .\32xl-max\:-mr-5\.5 {
    margin-right: -1.375rem;
  }

  .\32xl-max\:-mr-5\.6 {
    margin-right: -1.4rem;
  }

  .\32xl-max\:-mr-6\.5 {
    margin-right: -1.625rem;
  }

  .\32xl-max\:-mr-70\/100 {
    margin-right: -70%;
  }

  .\32xl-max\:-mr-31\/100 {
    margin-right: -31%;
  }

  .\32xl-max\:-mr-15\/100 {
    margin-right: -15%;
  }

  .\32xl-max\:-mr-1\/100 {
    margin-right: -1%;
  }

  .\32xl-max\:-mr-1\/10 {
    margin-right: -10%;
  }

  .\32xl-max\:-mr-1\/2 {
    margin-right: -50%;
  }

  .\32xl-max\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl-max\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl-max\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl-max\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl-max\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl-max\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl-max\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl-max\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl-max\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl-max\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl-max\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl-max\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl-max\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl-max\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .\32xl-max\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl-max\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl-max\:mb-19 {
    margin-bottom: 4.75rem;
  }

  .\32xl-max\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl-max\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl-max\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .\32xl-max\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl-max\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .\32xl-max\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl-max\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .\32xl-max\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl-max\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl-max\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .\32xl-max\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl-max\:mb-46 {
    margin-bottom: 11.5rem;
  }

  .\32xl-max\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl-max\:mb-50 {
    margin-bottom: 12.5rem;
  }

  .\32xl-max\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl-max\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .\32xl-max\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl-max\:mb-60 {
    margin-bottom: 15rem;
  }

  .\32xl-max\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl-max\:mb-68 {
    margin-bottom: 17rem;
  }

  .\32xl-max\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl-max\:mb-75 {
    margin-bottom: 18.75rem;
  }

  .\32xl-max\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl-max\:mb-85 {
    margin-bottom: 22rem;
  }

  .\32xl-max\:mb-90 {
    margin-bottom: 22.5rem;
  }

  .\32xl-max\:mb-92 {
    margin-bottom: 23rem;
  }

  .\32xl-max\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl-max\:mb-100 {
    margin-bottom: 25rem;
  }

  .\32xl-max\:mb-116 {
    margin-bottom: 29rem;
  }

  .\32xl-max\:mb-120 {
    margin-bottom: 30rem;
  }

  .\32xl-max\:mb-125 {
    margin-bottom: 31.25rem;
  }

  .\32xl-max\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .\32xl-max\:mb-160 {
    margin-bottom: 40rem;
  }

  .\32xl-max\:mb-180 {
    margin-bottom: 45rem;
  }

  .\32xl-max\:mb-240 {
    margin-bottom: 60rem;
  }

  .\32xl-max\:mb-285 {
    margin-bottom: 71.25rem;
  }

  .\32xl-max\:mb-330 {
    margin-bottom: 82.5rem;
  }

  .\32xl-max\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl-max\:mb-unset {
    margin-bottom: unset;
  }

  .\32xl-max\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl-max\:mb-0\.4 {
    margin-bottom: 0.1rem;
  }

  .\32xl-max\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl-max\:mb-0\.6 {
    margin-bottom: 0.15rem;
  }

  .\32xl-max\:mb-0\.75 {
    margin-bottom: 0.2rem;
  }

  .\32xl-max\:mb-1\.2 {
    margin-bottom: 0.3rem;
  }

  .\32xl-max\:mb-1\.25 {
    margin-bottom: 0.3125rem;
  }

  .\32xl-max\:mb-1\.4 {
    margin-bottom: 0.35rem;
  }

  .\32xl-max\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl-max\:mb-1\.6 {
    margin-bottom: 0.4rem;
  }

  .\32xl-max\:mb-1\.75 {
    margin-bottom: 0.4375rem;
  }

  .\32xl-max\:mb-1\.8 {
    margin-bottom: 0.45rem;
  }

  .\32xl-max\:mb-2\.2 {
    margin-bottom: 0.55rem;
  }

  .\32xl-max\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl-max\:mb-2\.6 {
    margin-bottom: 0.65rem;
  }

  .\32xl-max\:mb-2\.7 {
    margin-bottom: 0.675rem;
  }

  .\32xl-max\:mb-2\.8 {
    margin-bottom: 0.7rem;
  }

  .\32xl-max\:mb-3\.4 {
    margin-bottom: 0.85rem;
  }

  .\32xl-max\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl-max\:mb-3\.6 {
    margin-bottom: 0.9rem;
  }

  .\32xl-max\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .\32xl-max\:mb-4\.8 {
    margin-bottom: 1.2rem;
  }

  .\32xl-max\:mb-5\.3 {
    margin-bottom: 1.3rem;
  }

  .\32xl-max\:mb-5\.4 {
    margin-bottom: 1.35rem;
  }

  .\32xl-max\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

  .\32xl-max\:mb-5\.6 {
    margin-bottom: 1.4rem;
  }

  .\32xl-max\:mb-6\.5 {
    margin-bottom: 1.625rem;
  }

  .\32xl-max\:mb-70\/100 {
    margin-bottom: 70%;
  }

  .\32xl-max\:mb-31\/100 {
    margin-bottom: 31%;
  }

  .\32xl-max\:mb-15\/100 {
    margin-bottom: 15%;
  }

  .\32xl-max\:mb-1\/100 {
    margin-bottom: 1%;
  }

  .\32xl-max\:mb-1\/10 {
    margin-bottom: 10%;
  }

  .\32xl-max\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .\32xl-max\:-mb-0 {
    margin-bottom: 0px;
  }

  .\32xl-max\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl-max\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl-max\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl-max\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl-max\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl-max\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl-max\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl-max\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl-max\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl-max\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl-max\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl-max\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl-max\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .\32xl-max\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\32xl-max\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl-max\:-mb-19 {
    margin-bottom: -4.75rem;
  }

  .\32xl-max\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\32xl-max\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\32xl-max\:-mb-25 {
    margin-bottom: -6.25rem;
  }

  .\32xl-max\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\32xl-max\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .\32xl-max\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl-max\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .\32xl-max\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\32xl-max\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl-max\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .\32xl-max\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\32xl-max\:-mb-46 {
    margin-bottom: -11.5rem;
  }

  .\32xl-max\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\32xl-max\:-mb-50 {
    margin-bottom: -12.5rem;
  }

  .\32xl-max\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\32xl-max\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .\32xl-max\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl-max\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\32xl-max\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl-max\:-mb-68 {
    margin-bottom: -17rem;
  }

  .\32xl-max\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\32xl-max\:-mb-75 {
    margin-bottom: -18.75rem;
  }

  .\32xl-max\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\32xl-max\:-mb-85 {
    margin-bottom: -22rem;
  }

  .\32xl-max\:-mb-90 {
    margin-bottom: -22.5rem;
  }

  .\32xl-max\:-mb-92 {
    margin-bottom: -23rem;
  }

  .\32xl-max\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\32xl-max\:-mb-100 {
    margin-bottom: -25rem;
  }

  .\32xl-max\:-mb-116 {
    margin-bottom: -29rem;
  }

  .\32xl-max\:-mb-120 {
    margin-bottom: -30rem;
  }

  .\32xl-max\:-mb-125 {
    margin-bottom: -31.25rem;
  }

  .\32xl-max\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .\32xl-max\:-mb-160 {
    margin-bottom: -40rem;
  }

  .\32xl-max\:-mb-180 {
    margin-bottom: -45rem;
  }

  .\32xl-max\:-mb-240 {
    margin-bottom: -60rem;
  }

  .\32xl-max\:-mb-285 {
    margin-bottom: -71.25rem;
  }

  .\32xl-max\:-mb-330 {
    margin-bottom: -82.5rem;
  }

  .\32xl-max\:-mb-unset {
    margin-bottom: unset;
  }

  .\32xl-max\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl-max\:-mb-0\.4 {
    margin-bottom: -0.1rem;
  }

  .\32xl-max\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\32xl-max\:-mb-0\.6 {
    margin-bottom: -0.15rem;
  }

  .\32xl-max\:-mb-0\.75 {
    margin-bottom: -0.2rem;
  }

  .\32xl-max\:-mb-1\.2 {
    margin-bottom: -0.3rem;
  }

  .\32xl-max\:-mb-1\.25 {
    margin-bottom: -0.3125rem;
  }

  .\32xl-max\:-mb-1\.4 {
    margin-bottom: -0.35rem;
  }

  .\32xl-max\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\32xl-max\:-mb-1\.6 {
    margin-bottom: -0.4rem;
  }

  .\32xl-max\:-mb-1\.75 {
    margin-bottom: -0.4375rem;
  }

  .\32xl-max\:-mb-1\.8 {
    margin-bottom: -0.45rem;
  }

  .\32xl-max\:-mb-2\.2 {
    margin-bottom: -0.55rem;
  }

  .\32xl-max\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\32xl-max\:-mb-2\.6 {
    margin-bottom: -0.65rem;
  }

  .\32xl-max\:-mb-2\.7 {
    margin-bottom: -0.675rem;
  }

  .\32xl-max\:-mb-2\.8 {
    margin-bottom: -0.7rem;
  }

  .\32xl-max\:-mb-3\.4 {
    margin-bottom: -0.85rem;
  }

  .\32xl-max\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\32xl-max\:-mb-3\.6 {
    margin-bottom: -0.9rem;
  }

  .\32xl-max\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .\32xl-max\:-mb-4\.8 {
    margin-bottom: -1.2rem;
  }

  .\32xl-max\:-mb-5\.3 {
    margin-bottom: -1.3rem;
  }

  .\32xl-max\:-mb-5\.4 {
    margin-bottom: -1.35rem;
  }

  .\32xl-max\:-mb-5\.5 {
    margin-bottom: -1.375rem;
  }

  .\32xl-max\:-mb-5\.6 {
    margin-bottom: -1.4rem;
  }

  .\32xl-max\:-mb-6\.5 {
    margin-bottom: -1.625rem;
  }

  .\32xl-max\:-mb-70\/100 {
    margin-bottom: -70%;
  }

  .\32xl-max\:-mb-31\/100 {
    margin-bottom: -31%;
  }

  .\32xl-max\:-mb-15\/100 {
    margin-bottom: -15%;
  }

  .\32xl-max\:-mb-1\/100 {
    margin-bottom: -1%;
  }

  .\32xl-max\:-mb-1\/10 {
    margin-bottom: -10%;
  }

  .\32xl-max\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .\32xl-max\:ml-0 {
    margin-left: 0px;
  }

  .\32xl-max\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl-max\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl-max\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl-max\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl-max\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl-max\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl-max\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl-max\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl-max\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl-max\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl-max\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl-max\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl-max\:ml-13 {
    margin-left: 3.25rem;
  }

  .\32xl-max\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl-max\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl-max\:ml-19 {
    margin-left: 4.75rem;
  }

  .\32xl-max\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl-max\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl-max\:ml-25 {
    margin-left: 6.25rem;
  }

  .\32xl-max\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl-max\:ml-30 {
    margin-left: 7.5rem;
  }

  .\32xl-max\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl-max\:ml-34 {
    margin-left: 8.5rem;
  }

  .\32xl-max\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl-max\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl-max\:ml-42 {
    margin-left: 10.5rem;
  }

  .\32xl-max\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl-max\:ml-46 {
    margin-left: 11.5rem;
  }

  .\32xl-max\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl-max\:ml-50 {
    margin-left: 12.5rem;
  }

  .\32xl-max\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl-max\:ml-54 {
    margin-left: 13.5rem;
  }

  .\32xl-max\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl-max\:ml-60 {
    margin-left: 15rem;
  }

  .\32xl-max\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl-max\:ml-68 {
    margin-left: 17rem;
  }

  .\32xl-max\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl-max\:ml-75 {
    margin-left: 18.75rem;
  }

  .\32xl-max\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl-max\:ml-85 {
    margin-left: 22rem;
  }

  .\32xl-max\:ml-90 {
    margin-left: 22.5rem;
  }

  .\32xl-max\:ml-92 {
    margin-left: 23rem;
  }

  .\32xl-max\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl-max\:ml-100 {
    margin-left: 25rem;
  }

  .\32xl-max\:ml-116 {
    margin-left: 29rem;
  }

  .\32xl-max\:ml-120 {
    margin-left: 30rem;
  }

  .\32xl-max\:ml-125 {
    margin-left: 31.25rem;
  }

  .\32xl-max\:ml-135 {
    margin-left: 33.75rem;
  }

  .\32xl-max\:ml-160 {
    margin-left: 40rem;
  }

  .\32xl-max\:ml-180 {
    margin-left: 45rem;
  }

  .\32xl-max\:ml-240 {
    margin-left: 60rem;
  }

  .\32xl-max\:ml-285 {
    margin-left: 71.25rem;
  }

  .\32xl-max\:ml-330 {
    margin-left: 82.5rem;
  }

  .\32xl-max\:ml-auto {
    margin-left: auto;
  }

  .\32xl-max\:ml-unset {
    margin-left: unset;
  }

  .\32xl-max\:ml-px {
    margin-left: 1px;
  }

  .\32xl-max\:ml-0\.4 {
    margin-left: 0.1rem;
  }

  .\32xl-max\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl-max\:ml-0\.6 {
    margin-left: 0.15rem;
  }

  .\32xl-max\:ml-0\.75 {
    margin-left: 0.2rem;
  }

  .\32xl-max\:ml-1\.2 {
    margin-left: 0.3rem;
  }

  .\32xl-max\:ml-1\.25 {
    margin-left: 0.3125rem;
  }

  .\32xl-max\:ml-1\.4 {
    margin-left: 0.35rem;
  }

  .\32xl-max\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl-max\:ml-1\.6 {
    margin-left: 0.4rem;
  }

  .\32xl-max\:ml-1\.75 {
    margin-left: 0.4375rem;
  }

  .\32xl-max\:ml-1\.8 {
    margin-left: 0.45rem;
  }

  .\32xl-max\:ml-2\.2 {
    margin-left: 0.55rem;
  }

  .\32xl-max\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl-max\:ml-2\.6 {
    margin-left: 0.65rem;
  }

  .\32xl-max\:ml-2\.7 {
    margin-left: 0.675rem;
  }

  .\32xl-max\:ml-2\.8 {
    margin-left: 0.7rem;
  }

  .\32xl-max\:ml-3\.4 {
    margin-left: 0.85rem;
  }

  .\32xl-max\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl-max\:ml-3\.6 {
    margin-left: 0.9rem;
  }

  .\32xl-max\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .\32xl-max\:ml-4\.8 {
    margin-left: 1.2rem;
  }

  .\32xl-max\:ml-5\.3 {
    margin-left: 1.3rem;
  }

  .\32xl-max\:ml-5\.4 {
    margin-left: 1.35rem;
  }

  .\32xl-max\:ml-5\.5 {
    margin-left: 1.375rem;
  }

  .\32xl-max\:ml-5\.6 {
    margin-left: 1.4rem;
  }

  .\32xl-max\:ml-6\.5 {
    margin-left: 1.625rem;
  }

  .\32xl-max\:ml-70\/100 {
    margin-left: 70%;
  }

  .\32xl-max\:ml-31\/100 {
    margin-left: 31%;
  }

  .\32xl-max\:ml-15\/100 {
    margin-left: 15%;
  }

  .\32xl-max\:ml-1\/100 {
    margin-left: 1%;
  }

  .\32xl-max\:ml-1\/10 {
    margin-left: 10%;
  }

  .\32xl-max\:ml-1\/2 {
    margin-left: 50%;
  }

  .\32xl-max\:-ml-0 {
    margin-left: 0px;
  }

  .\32xl-max\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl-max\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl-max\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl-max\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl-max\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl-max\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl-max\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl-max\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl-max\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl-max\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl-max\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl-max\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl-max\:-ml-13 {
    margin-left: -3.25rem;
  }

  .\32xl-max\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl-max\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl-max\:-ml-19 {
    margin-left: -4.75rem;
  }

  .\32xl-max\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl-max\:-ml-24 {
    margin-left: -6rem;
  }

  .\32xl-max\:-ml-25 {
    margin-left: -6.25rem;
  }

  .\32xl-max\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl-max\:-ml-30 {
    margin-left: -7.5rem;
  }

  .\32xl-max\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl-max\:-ml-34 {
    margin-left: -8.5rem;
  }

  .\32xl-max\:-ml-36 {
    margin-left: -9rem;
  }

  .\32xl-max\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl-max\:-ml-42 {
    margin-left: -10.5rem;
  }

  .\32xl-max\:-ml-44 {
    margin-left: -11rem;
  }

  .\32xl-max\:-ml-46 {
    margin-left: -11.5rem;
  }

  .\32xl-max\:-ml-48 {
    margin-left: -12rem;
  }

  .\32xl-max\:-ml-50 {
    margin-left: -12.5rem;
  }

  .\32xl-max\:-ml-52 {
    margin-left: -13rem;
  }

  .\32xl-max\:-ml-54 {
    margin-left: -13.5rem;
  }

  .\32xl-max\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl-max\:-ml-60 {
    margin-left: -15rem;
  }

  .\32xl-max\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl-max\:-ml-68 {
    margin-left: -17rem;
  }

  .\32xl-max\:-ml-72 {
    margin-left: -18rem;
  }

  .\32xl-max\:-ml-75 {
    margin-left: -18.75rem;
  }

  .\32xl-max\:-ml-80 {
    margin-left: -20rem;
  }

  .\32xl-max\:-ml-85 {
    margin-left: -22rem;
  }

  .\32xl-max\:-ml-90 {
    margin-left: -22.5rem;
  }

  .\32xl-max\:-ml-92 {
    margin-left: -23rem;
  }

  .\32xl-max\:-ml-96 {
    margin-left: -24rem;
  }

  .\32xl-max\:-ml-100 {
    margin-left: -25rem;
  }

  .\32xl-max\:-ml-116 {
    margin-left: -29rem;
  }

  .\32xl-max\:-ml-120 {
    margin-left: -30rem;
  }

  .\32xl-max\:-ml-125 {
    margin-left: -31.25rem;
  }

  .\32xl-max\:-ml-135 {
    margin-left: -33.75rem;
  }

  .\32xl-max\:-ml-160 {
    margin-left: -40rem;
  }

  .\32xl-max\:-ml-180 {
    margin-left: -45rem;
  }

  .\32xl-max\:-ml-240 {
    margin-left: -60rem;
  }

  .\32xl-max\:-ml-285 {
    margin-left: -71.25rem;
  }

  .\32xl-max\:-ml-330 {
    margin-left: -82.5rem;
  }

  .\32xl-max\:-ml-unset {
    margin-left: unset;
  }

  .\32xl-max\:-ml-px {
    margin-left: -1px;
  }

  .\32xl-max\:-ml-0\.4 {
    margin-left: -0.1rem;
  }

  .\32xl-max\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\32xl-max\:-ml-0\.6 {
    margin-left: -0.15rem;
  }

  .\32xl-max\:-ml-0\.75 {
    margin-left: -0.2rem;
  }

  .\32xl-max\:-ml-1\.2 {
    margin-left: -0.3rem;
  }

  .\32xl-max\:-ml-1\.25 {
    margin-left: -0.3125rem;
  }

  .\32xl-max\:-ml-1\.4 {
    margin-left: -0.35rem;
  }

  .\32xl-max\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\32xl-max\:-ml-1\.6 {
    margin-left: -0.4rem;
  }

  .\32xl-max\:-ml-1\.75 {
    margin-left: -0.4375rem;
  }

  .\32xl-max\:-ml-1\.8 {
    margin-left: -0.45rem;
  }

  .\32xl-max\:-ml-2\.2 {
    margin-left: -0.55rem;
  }

  .\32xl-max\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\32xl-max\:-ml-2\.6 {
    margin-left: -0.65rem;
  }

  .\32xl-max\:-ml-2\.7 {
    margin-left: -0.675rem;
  }

  .\32xl-max\:-ml-2\.8 {
    margin-left: -0.7rem;
  }

  .\32xl-max\:-ml-3\.4 {
    margin-left: -0.85rem;
  }

  .\32xl-max\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\32xl-max\:-ml-3\.6 {
    margin-left: -0.9rem;
  }

  .\32xl-max\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .\32xl-max\:-ml-4\.8 {
    margin-left: -1.2rem;
  }

  .\32xl-max\:-ml-5\.3 {
    margin-left: -1.3rem;
  }

  .\32xl-max\:-ml-5\.4 {
    margin-left: -1.35rem;
  }

  .\32xl-max\:-ml-5\.5 {
    margin-left: -1.375rem;
  }

  .\32xl-max\:-ml-5\.6 {
    margin-left: -1.4rem;
  }

  .\32xl-max\:-ml-6\.5 {
    margin-left: -1.625rem;
  }

  .\32xl-max\:-ml-70\/100 {
    margin-left: -70%;
  }

  .\32xl-max\:-ml-31\/100 {
    margin-left: -31%;
  }

  .\32xl-max\:-ml-15\/100 {
    margin-left: -15%;
  }

  .\32xl-max\:-ml-1\/100 {
    margin-left: -1%;
  }

  .\32xl-max\:-ml-1\/10 {
    margin-left: -10%;
  }

  .\32xl-max\:-ml-1\/2 {
    margin-left: -50%;
  }

  .\32xl-max\:box-border {
    box-sizing: border-box;
  }

  .\32xl-max\:box-content {
    box-sizing: content-box;
  }

  .\32xl-max\:block {
    display: block;
  }

  .\32xl-max\:inline-block {
    display: inline-block;
  }

  .\32xl-max\:inline {
    display: inline;
  }

  .\32xl-max\:flex {
    display: flex;
  }

  .\32xl-max\:inline-flex {
    display: inline-flex;
  }

  .\32xl-max\:table {
    display: table;
  }

  .\32xl-max\:inline-table {
    display: inline-table;
  }

  .\32xl-max\:table-caption {
    display: table-caption;
  }

  .\32xl-max\:table-cell {
    display: table-cell;
  }

  .\32xl-max\:table-column {
    display: table-column;
  }

  .\32xl-max\:table-column-group {
    display: table-column-group;
  }

  .\32xl-max\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl-max\:table-header-group {
    display: table-header-group;
  }

  .\32xl-max\:table-row-group {
    display: table-row-group;
  }

  .\32xl-max\:table-row {
    display: table-row;
  }

  .\32xl-max\:flow-root {
    display: flow-root;
  }

  .\32xl-max\:grid {
    display: grid;
  }

  .\32xl-max\:inline-grid {
    display: inline-grid;
  }

  .\32xl-max\:contents {
    display: contents;
  }

  .\32xl-max\:list-item {
    display: list-item;
  }

  .\32xl-max\:hidden {
    display: none;
  }

  .\32xl-max\:h-0 {
    height: 0px;
  }

  .\32xl-max\:h-1 {
    height: 0.25rem;
  }

  .\32xl-max\:h-2 {
    height: 0.5rem;
  }

  .\32xl-max\:h-3 {
    height: 0.75rem;
  }

  .\32xl-max\:h-4 {
    height: 1rem;
  }

  .\32xl-max\:h-5 {
    height: 1.25rem;
  }

  .\32xl-max\:h-6 {
    height: 1.5rem;
  }

  .\32xl-max\:h-7 {
    height: 1.75rem;
  }

  .\32xl-max\:h-8 {
    height: 2rem;
  }

  .\32xl-max\:h-9 {
    height: 2.25rem;
  }

  .\32xl-max\:h-10 {
    height: 2.5rem;
  }

  .\32xl-max\:h-11 {
    height: 2.75rem;
  }

  .\32xl-max\:h-12 {
    height: 3rem;
  }

  .\32xl-max\:h-13 {
    height: 3.25rem;
  }

  .\32xl-max\:h-14 {
    height: 3.5rem;
  }

  .\32xl-max\:h-16 {
    height: 4rem;
  }

  .\32xl-max\:h-19 {
    height: 4.75rem;
  }

  .\32xl-max\:h-20 {
    height: 5rem;
  }

  .\32xl-max\:h-24 {
    height: 6rem;
  }

  .\32xl-max\:h-25 {
    height: 6.25rem;
  }

  .\32xl-max\:h-28 {
    height: 7rem;
  }

  .\32xl-max\:h-30 {
    height: 7.5rem;
  }

  .\32xl-max\:h-32 {
    height: 8rem;
  }

  .\32xl-max\:h-34 {
    height: 8.5rem;
  }

  .\32xl-max\:h-36 {
    height: 9rem;
  }

  .\32xl-max\:h-40 {
    height: 10rem;
  }

  .\32xl-max\:h-42 {
    height: 10.5rem;
  }

  .\32xl-max\:h-44 {
    height: 11rem;
  }

  .\32xl-max\:h-46 {
    height: 11.5rem;
  }

  .\32xl-max\:h-48 {
    height: 12rem;
  }

  .\32xl-max\:h-50 {
    height: 12.5rem;
  }

  .\32xl-max\:h-52 {
    height: 13rem;
  }

  .\32xl-max\:h-54 {
    height: 13.5rem;
  }

  .\32xl-max\:h-56 {
    height: 14rem;
  }

  .\32xl-max\:h-60 {
    height: 15rem;
  }

  .\32xl-max\:h-64 {
    height: 16rem;
  }

  .\32xl-max\:h-68 {
    height: 17rem;
  }

  .\32xl-max\:h-72 {
    height: 18rem;
  }

  .\32xl-max\:h-75 {
    height: 18.75rem;
  }

  .\32xl-max\:h-80 {
    height: 20rem;
  }

  .\32xl-max\:h-85 {
    height: 22rem;
  }

  .\32xl-max\:h-90 {
    height: 22.5rem;
  }

  .\32xl-max\:h-92 {
    height: 23rem;
  }

  .\32xl-max\:h-96 {
    height: 24rem;
  }

  .\32xl-max\:h-100 {
    height: 25rem;
  }

  .\32xl-max\:h-116 {
    height: 29rem;
  }

  .\32xl-max\:h-120 {
    height: 30rem;
  }

  .\32xl-max\:h-125 {
    height: 31.25rem;
  }

  .\32xl-max\:h-135 {
    height: 33.75rem;
  }

  .\32xl-max\:h-160 {
    height: 40rem;
  }

  .\32xl-max\:h-180 {
    height: 45rem;
  }

  .\32xl-max\:h-240 {
    height: 60rem;
  }

  .\32xl-max\:h-285 {
    height: 71.25rem;
  }

  .\32xl-max\:h-330 {
    height: 82.5rem;
  }

  .\32xl-max\:h-auto {
    height: auto;
  }

  .\32xl-max\:h-unset {
    height: unset;
  }

  .\32xl-max\:h-px {
    height: 1px;
  }

  .\32xl-max\:h-0\.4 {
    height: 0.1rem;
  }

  .\32xl-max\:h-0\.5 {
    height: 0.125rem;
  }

  .\32xl-max\:h-0\.6 {
    height: 0.15rem;
  }

  .\32xl-max\:h-0\.75 {
    height: 0.2rem;
  }

  .\32xl-max\:h-1\.2 {
    height: 0.3rem;
  }

  .\32xl-max\:h-1\.25 {
    height: 0.3125rem;
  }

  .\32xl-max\:h-1\.4 {
    height: 0.35rem;
  }

  .\32xl-max\:h-1\.5 {
    height: 0.375rem;
  }

  .\32xl-max\:h-1\.6 {
    height: 0.4rem;
  }

  .\32xl-max\:h-1\.75 {
    height: 0.4375rem;
  }

  .\32xl-max\:h-1\.8 {
    height: 0.45rem;
  }

  .\32xl-max\:h-2\.2 {
    height: 0.55rem;
  }

  .\32xl-max\:h-2\.5 {
    height: 0.625rem;
  }

  .\32xl-max\:h-2\.6 {
    height: 0.65rem;
  }

  .\32xl-max\:h-2\.7 {
    height: 0.675rem;
  }

  .\32xl-max\:h-2\.8 {
    height: 0.7rem;
  }

  .\32xl-max\:h-3\.4 {
    height: 0.85rem;
  }

  .\32xl-max\:h-3\.5 {
    height: 0.875rem;
  }

  .\32xl-max\:h-3\.6 {
    height: 0.9rem;
  }

  .\32xl-max\:h-4\.5 {
    height: 1.125rem;
  }

  .\32xl-max\:h-4\.8 {
    height: 1.2rem;
  }

  .\32xl-max\:h-5\.3 {
    height: 1.3rem;
  }

  .\32xl-max\:h-5\.4 {
    height: 1.35rem;
  }

  .\32xl-max\:h-5\.5 {
    height: 1.375rem;
  }

  .\32xl-max\:h-5\.6 {
    height: 1.4rem;
  }

  .\32xl-max\:h-6\.5 {
    height: 1.625rem;
  }

  .\32xl-max\:h-70\/100 {
    height: 70%;
  }

  .\32xl-max\:h-31\/100 {
    height: 31%;
  }

  .\32xl-max\:h-15\/100 {
    height: 15%;
  }

  .\32xl-max\:h-1\/100 {
    height: 1%;
  }

  .\32xl-max\:h-1\/10 {
    height: 10%;
  }

  .\32xl-max\:h-1\/2 {
    height: 50%;
  }

  .\32xl-max\:h-1\/3 {
    height: 33.333333%;
  }

  .\32xl-max\:h-2\/3 {
    height: 66.666667%;
  }

  .\32xl-max\:h-1\/4 {
    height: 25%;
  }

  .\32xl-max\:h-2\/4 {
    height: 50%;
  }

  .\32xl-max\:h-3\/4 {
    height: 75%;
  }

  .\32xl-max\:h-1\/5 {
    height: 20%;
  }

  .\32xl-max\:h-2\/5 {
    height: 40%;
  }

  .\32xl-max\:h-3\/5 {
    height: 60%;
  }

  .\32xl-max\:h-4\/5 {
    height: 80%;
  }

  .\32xl-max\:h-1\/6 {
    height: 16.666667%;
  }

  .\32xl-max\:h-2\/6 {
    height: 33.333333%;
  }

  .\32xl-max\:h-3\/6 {
    height: 50%;
  }

  .\32xl-max\:h-4\/6 {
    height: 66.666667%;
  }

  .\32xl-max\:h-5\/6 {
    height: 83.333333%;
  }

  .\32xl-max\:h-full {
    height: 100%;
  }

  .\32xl-max\:h-screen {
    height: 100vh;
  }

  .\32xl-max\:max-h-0 {
    max-height: 0px;
  }

  .\32xl-max\:max-h-1 {
    max-height: 0.25rem;
  }

  .\32xl-max\:max-h-2 {
    max-height: 0.5rem;
  }

  .\32xl-max\:max-h-3 {
    max-height: 0.75rem;
  }

  .\32xl-max\:max-h-4 {
    max-height: 1rem;
  }

  .\32xl-max\:max-h-5 {
    max-height: 1.25rem;
  }

  .\32xl-max\:max-h-6 {
    max-height: 1.5rem;
  }

  .\32xl-max\:max-h-7 {
    max-height: 1.75rem;
  }

  .\32xl-max\:max-h-8 {
    max-height: 2rem;
  }

  .\32xl-max\:max-h-9 {
    max-height: 2.25rem;
  }

  .\32xl-max\:max-h-10 {
    max-height: 2.5rem;
  }

  .\32xl-max\:max-h-11 {
    max-height: 2.75rem;
  }

  .\32xl-max\:max-h-12 {
    max-height: 3rem;
  }

  .\32xl-max\:max-h-13 {
    max-height: 3.25rem;
  }

  .\32xl-max\:max-h-14 {
    max-height: 3.5rem;
  }

  .\32xl-max\:max-h-16 {
    max-height: 4rem;
  }

  .\32xl-max\:max-h-19 {
    max-height: 4.75rem;
  }

  .\32xl-max\:max-h-20 {
    max-height: 5rem;
  }

  .\32xl-max\:max-h-24 {
    max-height: 6rem;
  }

  .\32xl-max\:max-h-25 {
    max-height: 6.25rem;
  }

  .\32xl-max\:max-h-28 {
    max-height: 7rem;
  }

  .\32xl-max\:max-h-30 {
    max-height: 7.5rem;
  }

  .\32xl-max\:max-h-32 {
    max-height: 8rem;
  }

  .\32xl-max\:max-h-34 {
    max-height: 8.5rem;
  }

  .\32xl-max\:max-h-36 {
    max-height: 9rem;
  }

  .\32xl-max\:max-h-40 {
    max-height: 10rem;
  }

  .\32xl-max\:max-h-42 {
    max-height: 10.5rem;
  }

  .\32xl-max\:max-h-44 {
    max-height: 11rem;
  }

  .\32xl-max\:max-h-46 {
    max-height: 11.5rem;
  }

  .\32xl-max\:max-h-48 {
    max-height: 12rem;
  }

  .\32xl-max\:max-h-50 {
    max-height: 12.5rem;
  }

  .\32xl-max\:max-h-52 {
    max-height: 13rem;
  }

  .\32xl-max\:max-h-54 {
    max-height: 13.5rem;
  }

  .\32xl-max\:max-h-56 {
    max-height: 14rem;
  }

  .\32xl-max\:max-h-60 {
    max-height: 15rem;
  }

  .\32xl-max\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl-max\:max-h-68 {
    max-height: 17rem;
  }

  .\32xl-max\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl-max\:max-h-75 {
    max-height: 18.75rem;
  }

  .\32xl-max\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl-max\:max-h-85 {
    max-height: 22rem;
  }

  .\32xl-max\:max-h-90 {
    max-height: 22.5rem;
  }

  .\32xl-max\:max-h-92 {
    max-height: 23rem;
  }

  .\32xl-max\:max-h-96 {
    max-height: 24rem;
  }

  .\32xl-max\:max-h-100 {
    max-height: 25rem;
  }

  .\32xl-max\:max-h-116 {
    max-height: 29rem;
  }

  .\32xl-max\:max-h-120 {
    max-height: 30rem;
  }

  .\32xl-max\:max-h-125 {
    max-height: 31.25rem;
  }

  .\32xl-max\:max-h-135 {
    max-height: 33.75rem;
  }

  .\32xl-max\:max-h-160 {
    max-height: 40rem;
  }

  .\32xl-max\:max-h-180 {
    max-height: 45rem;
  }

  .\32xl-max\:max-h-240 {
    max-height: 60rem;
  }

  .\32xl-max\:max-h-285 {
    max-height: 71.25rem;
  }

  .\32xl-max\:max-h-330 {
    max-height: 82.5rem;
  }

  .\32xl-max\:max-h-unset {
    max-height: unset;
  }

  .\32xl-max\:max-h-px {
    max-height: 1px;
  }

  .\32xl-max\:max-h-0\.4 {
    max-height: 0.1rem;
  }

  .\32xl-max\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\32xl-max\:max-h-0\.6 {
    max-height: 0.15rem;
  }

  .\32xl-max\:max-h-0\.75 {
    max-height: 0.2rem;
  }

  .\32xl-max\:max-h-1\.2 {
    max-height: 0.3rem;
  }

  .\32xl-max\:max-h-1\.25 {
    max-height: 0.3125rem;
  }

  .\32xl-max\:max-h-1\.4 {
    max-height: 0.35rem;
  }

  .\32xl-max\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\32xl-max\:max-h-1\.6 {
    max-height: 0.4rem;
  }

  .\32xl-max\:max-h-1\.75 {
    max-height: 0.4375rem;
  }

  .\32xl-max\:max-h-1\.8 {
    max-height: 0.45rem;
  }

  .\32xl-max\:max-h-2\.2 {
    max-height: 0.55rem;
  }

  .\32xl-max\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\32xl-max\:max-h-2\.6 {
    max-height: 0.65rem;
  }

  .\32xl-max\:max-h-2\.7 {
    max-height: 0.675rem;
  }

  .\32xl-max\:max-h-2\.8 {
    max-height: 0.7rem;
  }

  .\32xl-max\:max-h-3\.4 {
    max-height: 0.85rem;
  }

  .\32xl-max\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\32xl-max\:max-h-3\.6 {
    max-height: 0.9rem;
  }

  .\32xl-max\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .\32xl-max\:max-h-4\.8 {
    max-height: 1.2rem;
  }

  .\32xl-max\:max-h-5\.3 {
    max-height: 1.3rem;
  }

  .\32xl-max\:max-h-5\.4 {
    max-height: 1.35rem;
  }

  .\32xl-max\:max-h-5\.5 {
    max-height: 1.375rem;
  }

  .\32xl-max\:max-h-5\.6 {
    max-height: 1.4rem;
  }

  .\32xl-max\:max-h-6\.5 {
    max-height: 1.625rem;
  }

  .\32xl-max\:max-h-70\/100 {
    max-height: 70%;
  }

  .\32xl-max\:max-h-31\/100 {
    max-height: 31%;
  }

  .\32xl-max\:max-h-15\/100 {
    max-height: 15%;
  }

  .\32xl-max\:max-h-1\/100 {
    max-height: 1%;
  }

  .\32xl-max\:max-h-1\/10 {
    max-height: 10%;
  }

  .\32xl-max\:max-h-1\/2 {
    max-height: 50%;
  }

  .\32xl-max\:max-h-full {
    max-height: 100%;
  }

  .\32xl-max\:max-h-screen {
    max-height: 100vh;
  }

  .\32xl-max\:min-h-0 {
    min-height: 0px;
  }

  .\32xl-max\:min-h-full {
    min-height: 100%;
  }

  .\32xl-max\:min-h-screen {
    min-height: 100vh;
  }

  .\32xl-max\:w-0 {
    width: 0px;
  }

  .\32xl-max\:w-1 {
    width: 0.25rem;
  }

  .\32xl-max\:w-2 {
    width: 0.5rem;
  }

  .\32xl-max\:w-3 {
    width: 0.75rem;
  }

  .\32xl-max\:w-4 {
    width: 1rem;
  }

  .\32xl-max\:w-5 {
    width: 1.25rem;
  }

  .\32xl-max\:w-6 {
    width: 1.5rem;
  }

  .\32xl-max\:w-7 {
    width: 1.75rem;
  }

  .\32xl-max\:w-8 {
    width: 2rem;
  }

  .\32xl-max\:w-9 {
    width: 2.25rem;
  }

  .\32xl-max\:w-10 {
    width: 2.5rem;
  }

  .\32xl-max\:w-11 {
    width: 2.75rem;
  }

  .\32xl-max\:w-12 {
    width: 3rem;
  }

  .\32xl-max\:w-13 {
    width: 3.25rem;
  }

  .\32xl-max\:w-14 {
    width: 3.5rem;
  }

  .\32xl-max\:w-16 {
    width: 4rem;
  }

  .\32xl-max\:w-19 {
    width: 4.75rem;
  }

  .\32xl-max\:w-20 {
    width: 5rem;
  }

  .\32xl-max\:w-24 {
    width: 6rem;
  }

  .\32xl-max\:w-25 {
    width: 6.25rem;
  }

  .\32xl-max\:w-28 {
    width: 7rem;
  }

  .\32xl-max\:w-30 {
    width: 7.5rem;
  }

  .\32xl-max\:w-32 {
    width: 8rem;
  }

  .\32xl-max\:w-34 {
    width: 8.5rem;
  }

  .\32xl-max\:w-36 {
    width: 9rem;
  }

  .\32xl-max\:w-40 {
    width: 10rem;
  }

  .\32xl-max\:w-42 {
    width: 10.5rem;
  }

  .\32xl-max\:w-44 {
    width: 11rem;
  }

  .\32xl-max\:w-46 {
    width: 11.5rem;
  }

  .\32xl-max\:w-48 {
    width: 12rem;
  }

  .\32xl-max\:w-50 {
    width: 12.5rem;
  }

  .\32xl-max\:w-52 {
    width: 13rem;
  }

  .\32xl-max\:w-54 {
    width: 13.5rem;
  }

  .\32xl-max\:w-56 {
    width: 14rem;
  }

  .\32xl-max\:w-60 {
    width: 15rem;
  }

  .\32xl-max\:w-64 {
    width: 16rem;
  }

  .\32xl-max\:w-68 {
    width: 17rem;
  }

  .\32xl-max\:w-72 {
    width: 18rem;
  }

  .\32xl-max\:w-75 {
    width: 18.75rem;
  }

  .\32xl-max\:w-80 {
    width: 20rem;
  }

  .\32xl-max\:w-85 {
    width: 22rem;
  }

  .\32xl-max\:w-90 {
    width: 22.5rem;
  }

  .\32xl-max\:w-92 {
    width: 23rem;
  }

  .\32xl-max\:w-96 {
    width: 24rem;
  }

  .\32xl-max\:w-100 {
    width: 25rem;
  }

  .\32xl-max\:w-116 {
    width: 29rem;
  }

  .\32xl-max\:w-120 {
    width: 30rem;
  }

  .\32xl-max\:w-125 {
    width: 31.25rem;
  }

  .\32xl-max\:w-135 {
    width: 33.75rem;
  }

  .\32xl-max\:w-160 {
    width: 40rem;
  }

  .\32xl-max\:w-180 {
    width: 45rem;
  }

  .\32xl-max\:w-240 {
    width: 60rem;
  }

  .\32xl-max\:w-285 {
    width: 71.25rem;
  }

  .\32xl-max\:w-330 {
    width: 82.5rem;
  }

  .\32xl-max\:w-auto {
    width: auto;
  }

  .\32xl-max\:w-unset {
    width: unset;
  }

  .\32xl-max\:w-px {
    width: 1px;
  }

  .\32xl-max\:w-0\.4 {
    width: 0.1rem;
  }

  .\32xl-max\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl-max\:w-0\.6 {
    width: 0.15rem;
  }

  .\32xl-max\:w-0\.75 {
    width: 0.2rem;
  }

  .\32xl-max\:w-1\.2 {
    width: 0.3rem;
  }

  .\32xl-max\:w-1\.25 {
    width: 0.3125rem;
  }

  .\32xl-max\:w-1\.4 {
    width: 0.35rem;
  }

  .\32xl-max\:w-1\.5 {
    width: 0.375rem;
  }

  .\32xl-max\:w-1\.6 {
    width: 0.4rem;
  }

  .\32xl-max\:w-1\.75 {
    width: 0.4375rem;
  }

  .\32xl-max\:w-1\.8 {
    width: 0.45rem;
  }

  .\32xl-max\:w-2\.2 {
    width: 0.55rem;
  }

  .\32xl-max\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl-max\:w-2\.6 {
    width: 0.65rem;
  }

  .\32xl-max\:w-2\.7 {
    width: 0.675rem;
  }

  .\32xl-max\:w-2\.8 {
    width: 0.7rem;
  }

  .\32xl-max\:w-3\.4 {
    width: 0.85rem;
  }

  .\32xl-max\:w-3\.5 {
    width: 0.875rem;
  }

  .\32xl-max\:w-3\.6 {
    width: 0.9rem;
  }

  .\32xl-max\:w-4\.5 {
    width: 1.125rem;
  }

  .\32xl-max\:w-4\.8 {
    width: 1.2rem;
  }

  .\32xl-max\:w-5\.3 {
    width: 1.3rem;
  }

  .\32xl-max\:w-5\.4 {
    width: 1.35rem;
  }

  .\32xl-max\:w-5\.5 {
    width: 1.375rem;
  }

  .\32xl-max\:w-5\.6 {
    width: 1.4rem;
  }

  .\32xl-max\:w-6\.5 {
    width: 1.625rem;
  }

  .\32xl-max\:w-70\/100 {
    width: 70%;
  }

  .\32xl-max\:w-31\/100 {
    width: 31%;
  }

  .\32xl-max\:w-15\/100 {
    width: 15%;
  }

  .\32xl-max\:w-1\/100 {
    width: 1%;
  }

  .\32xl-max\:w-1\/10 {
    width: 10%;
  }

  .\32xl-max\:w-1\/2 {
    width: 50%;
  }

  .\32xl-max\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl-max\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl-max\:w-1\/4 {
    width: 25%;
  }

  .\32xl-max\:w-2\/4 {
    width: 50%;
  }

  .\32xl-max\:w-3\/4 {
    width: 75%;
  }

  .\32xl-max\:w-1\/5 {
    width: 20%;
  }

  .\32xl-max\:w-2\/5 {
    width: 40%;
  }

  .\32xl-max\:w-3\/5 {
    width: 60%;
  }

  .\32xl-max\:w-4\/5 {
    width: 80%;
  }

  .\32xl-max\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl-max\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl-max\:w-3\/6 {
    width: 50%;
  }

  .\32xl-max\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl-max\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl-max\:w-1\/12 {
    width: 8.333333%;
  }

  .\32xl-max\:w-2\/12 {
    width: 16.666667%;
  }

  .\32xl-max\:w-3\/12 {
    width: 25%;
  }

  .\32xl-max\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl-max\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl-max\:w-6\/12 {
    width: 50%;
  }

  .\32xl-max\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl-max\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl-max\:w-9\/12 {
    width: 75%;
  }

  .\32xl-max\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl-max\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl-max\:w-full {
    width: 100%;
  }

  .\32xl-max\:w-screen {
    width: 100vw;
  }

  .\32xl-max\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl-max\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl-max\:min-w-0 {
    min-width: 0px;
  }

  .\32xl-max\:min-w-full {
    min-width: 100%;
  }

  .\32xl-max\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl-max\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl-max\:max-w-0 {
    max-width: 0rem;
  }

  .\32xl-max\:max-w-none {
    max-width: none;
  }

  .\32xl-max\:max-w-xs {
    max-width: 20rem;
  }

  .\32xl-max\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl-max\:max-w-md {
    max-width: 28rem;
  }

  .\32xl-max\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl-max\:max-w-xl {
    max-width: 36rem;
  }

  .\32xl-max\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl-max\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl-max\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl-max\:max-w-5xl {
    max-width: 64rem;
  }

  .\32xl-max\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl-max\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl-max\:max-w-full {
    max-width: 100%;
  }

  .\32xl-max\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl-max\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl-max\:max-w-prose {
    max-width: 65ch;
  }

  .\32xl-max\:max-w-screen-sm {
    max-width: 576px;
  }

  .\32xl-max\:max-w-screen-md {
    max-width: 768px;
  }

  .\32xl-max\:max-w-screen-lg {
    max-width: 992px;
  }

  .\32xl-max\:max-w-screen-xl {
    max-width: 1200px;
  }

  .\32xl-max\:max-w-screen-2xl {
    max-width: 1400px;
  }

  .\32xl-max\:flex-0 {
    flex: 0 0 auto;
  }

  .\32xl-max\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl-max\:flex-1-0 {
    flex: 1 0 0%;
  }

  .\32xl-max\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl-max\:flex-initial {
    flex: 0 1 auto;
  }

  .\32xl-max\:flex-none {
    flex: none;
  }

  .\32xl-max\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .\32xl-max\:flex-shrink {
    flex-shrink: 1;
  }

  .\32xl-max\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl-max\:flex-grow {
    flex-grow: 1;
  }

  .\32xl-max\:table-auto {
    table-layout: auto;
  }

  .\32xl-max\:table-fixed {
    table-layout: fixed;
  }

  .\32xl-max\:border-collapse {
    border-collapse: collapse;
  }

  .\32xl-max\:border-separate {
    border-collapse: separate;
  }

  .\32xl-max\:origin-center {
    transform-origin: center;
  }

  .\32xl-max\:origin-top {
    transform-origin: top;
  }

  .\32xl-max\:origin-top-right {
    transform-origin: top right;
  }

  .\32xl-max\:origin-right {
    transform-origin: right;
  }

  .\32xl-max\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .\32xl-max\:origin-bottom {
    transform-origin: bottom;
  }

  .\32xl-max\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .\32xl-max\:origin-left {
    transform-origin: left;
  }

  .\32xl-max\:origin-top-left {
    transform-origin: top left;
  }

  .\32xl-max\: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-max\: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-max\:transform-none {
    transform: none;
  }

  .\32xl-max\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl-max\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .\32xl-max\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .\32xl-max\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .\32xl-max\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .\32xl-max\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .\32xl-max\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .\32xl-max\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .\32xl-max\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .\32xl-max\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .\32xl-max\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .\32xl-max\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .\32xl-max\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .\32xl-max\:translate-x-13 {
    --tw-translate-x: 3.25rem;
  }

  .\32xl-max\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .\32xl-max\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .\32xl-max\:translate-x-19 {
    --tw-translate-x: 4.75rem;
  }

  .\32xl-max\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .\32xl-max\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .\32xl-max\:translate-x-25 {
    --tw-translate-x: 6.25rem;
  }

  .\32xl-max\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .\32xl-max\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .\32xl-max\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .\32xl-max\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .\32xl-max\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .\32xl-max\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .\32xl-max\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .\32xl-max\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .\32xl-max\:translate-x-46 {
    --tw-translate-x: 11.5rem;
  }

  .\32xl-max\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .\32xl-max\:translate-x-50 {
    --tw-translate-x: 12.5rem;
  }

  .\32xl-max\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .\32xl-max\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .\32xl-max\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .\32xl-max\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .\32xl-max\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .\32xl-max\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .\32xl-max\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .\32xl-max\:translate-x-75 {
    --tw-translate-x: 18.75rem;
  }

  .\32xl-max\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .\32xl-max\:translate-x-85 {
    --tw-translate-x: 22rem;
  }

  .\32xl-max\:translate-x-90 {
    --tw-translate-x: 22.5rem;
  }

  .\32xl-max\:translate-x-92 {
    --tw-translate-x: 23rem;
  }

  .\32xl-max\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .\32xl-max\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .\32xl-max\:translate-x-116 {
    --tw-translate-x: 29rem;
  }

  .\32xl-max\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .\32xl-max\:translate-x-125 {
    --tw-translate-x: 31.25rem;
  }

  .\32xl-max\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .\32xl-max\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .\32xl-max\:translate-x-180 {
    --tw-translate-x: 45rem;
  }

  .\32xl-max\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .\32xl-max\:translate-x-285 {
    --tw-translate-x: 71.25rem;
  }

  .\32xl-max\:translate-x-330 {
    --tw-translate-x: 82.5rem;
  }

  .\32xl-max\:translate-x-unset {
    --tw-translate-x: unset;
  }

  .\32xl-max\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .\32xl-max\:translate-x-0\.4 {
    --tw-translate-x: 0.1rem;
  }

  .\32xl-max\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .\32xl-max\:translate-x-0\.6 {
    --tw-translate-x: 0.15rem;
  }

  .\32xl-max\:translate-x-0\.75 {
    --tw-translate-x: 0.2rem;
  }

  .\32xl-max\:translate-x-1\.2 {
    --tw-translate-x: 0.3rem;
  }

  .\32xl-max\:translate-x-1\.25 {
    --tw-translate-x: 0.3125rem;
  }

  .\32xl-max\:translate-x-1\.4 {
    --tw-translate-x: 0.35rem;
  }

  .\32xl-max\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .\32xl-max\:translate-x-1\.6 {
    --tw-translate-x: 0.4rem;
  }

  .\32xl-max\:translate-x-1\.75 {
    --tw-translate-x: 0.4375rem;
  }

  .\32xl-max\:translate-x-1\.8 {
    --tw-translate-x: 0.45rem;
  }

  .\32xl-max\:translate-x-2\.2 {
    --tw-translate-x: 0.55rem;
  }

  .\32xl-max\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .\32xl-max\:translate-x-2\.6 {
    --tw-translate-x: 0.65rem;
  }

  .\32xl-max\:translate-x-2\.7 {
    --tw-translate-x: 0.675rem;
  }

  .\32xl-max\:translate-x-2\.8 {
    --tw-translate-x: 0.7rem;
  }

  .\32xl-max\:translate-x-3\.4 {
    --tw-translate-x: 0.85rem;
  }

  .\32xl-max\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .\32xl-max\:translate-x-3\.6 {
    --tw-translate-x: 0.9rem;
  }

  .\32xl-max\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .\32xl-max\:translate-x-4\.8 {
    --tw-translate-x: 1.2rem;
  }

  .\32xl-max\:translate-x-5\.3 {
    --tw-translate-x: 1.3rem;
  }

  .\32xl-max\:translate-x-5\.4 {
    --tw-translate-x: 1.35rem;
  }

  .\32xl-max\:translate-x-5\.5 {
    --tw-translate-x: 1.375rem;
  }

  .\32xl-max\:translate-x-5\.6 {
    --tw-translate-x: 1.4rem;
  }

  .\32xl-max\:translate-x-6\.5 {
    --tw-translate-x: 1.625rem;
  }

  .\32xl-max\:translate-x-70\/100 {
    --tw-translate-x: 70%;
  }

  .\32xl-max\:translate-x-31\/100 {
    --tw-translate-x: 31%;
  }

  .\32xl-max\:translate-x-15\/100 {
    --tw-translate-x: 15%;
  }

  .\32xl-max\:translate-x-1\/100 {
    --tw-translate-x: 1%;
  }

  .\32xl-max\:translate-x-1\/10 {
    --tw-translate-x: 10%;
  }

  .\32xl-max\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .\32xl-max\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl-max\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .\32xl-max\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .\32xl-max\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .\32xl-max\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .\32xl-max\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .\32xl-max\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .\32xl-max\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .\32xl-max\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .\32xl-max\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .\32xl-max\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .\32xl-max\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .\32xl-max\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .\32xl-max\:-translate-x-13 {
    --tw-translate-x: -3.25rem;
  }

  .\32xl-max\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .\32xl-max\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .\32xl-max\:-translate-x-19 {
    --tw-translate-x: -4.75rem;
  }

  .\32xl-max\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .\32xl-max\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .\32xl-max\:-translate-x-25 {
    --tw-translate-x: -6.25rem;
  }

  .\32xl-max\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .\32xl-max\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .\32xl-max\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .\32xl-max\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .\32xl-max\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .\32xl-max\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .\32xl-max\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .\32xl-max\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .\32xl-max\:-translate-x-46 {
    --tw-translate-x: -11.5rem;
  }

  .\32xl-max\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .\32xl-max\:-translate-x-50 {
    --tw-translate-x: -12.5rem;
  }

  .\32xl-max\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .\32xl-max\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .\32xl-max\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .\32xl-max\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .\32xl-max\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .\32xl-max\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .\32xl-max\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .\32xl-max\:-translate-x-75 {
    --tw-translate-x: -18.75rem;
  }

  .\32xl-max\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .\32xl-max\:-translate-x-85 {
    --tw-translate-x: -22rem;
  }

  .\32xl-max\:-translate-x-90 {
    --tw-translate-x: -22.5rem;
  }

  .\32xl-max\:-translate-x-92 {
    --tw-translate-x: -23rem;
  }

  .\32xl-max\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .\32xl-max\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .\32xl-max\:-translate-x-116 {
    --tw-translate-x: -29rem;
  }

  .\32xl-max\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .\32xl-max\:-translate-x-125 {
    --tw-translate-x: -31.25rem;
  }

  .\32xl-max\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .\32xl-max\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .\32xl-max\:-translate-x-180 {
    --tw-translate-x: -45rem;
  }

  .\32xl-max\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .\32xl-max\:-translate-x-285 {
    --tw-translate-x: -71.25rem;
  }

  .\32xl-max\:-translate-x-330 {
    --tw-translate-x: -82.5rem;
  }

  .\32xl-max\:-translate-x-unset {
    --tw-translate-x: unset;
  }

  .\32xl-max\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .\32xl-max\:-translate-x-0\.4 {
    --tw-translate-x: -0.1rem;
  }

  .\32xl-max\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .\32xl-max\:-translate-x-0\.6 {
    --tw-translate-x: -0.15rem;
  }

  .\32xl-max\:-translate-x-0\.75 {
    --tw-translate-x: -0.2rem;
  }

  .\32xl-max\:-translate-x-1\.2 {
    --tw-translate-x: -0.3rem;
  }

  .\32xl-max\:-translate-x-1\.25 {
    --tw-translate-x: -0.3125rem;
  }

  .\32xl-max\:-translate-x-1\.4 {
    --tw-translate-x: -0.35rem;
  }

  .\32xl-max\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .\32xl-max\:-translate-x-1\.6 {
    --tw-translate-x: -0.4rem;
  }

  .\32xl-max\:-translate-x-1\.75 {
    --tw-translate-x: -0.4375rem;
  }

  .\32xl-max\:-translate-x-1\.8 {
    --tw-translate-x: -0.45rem;
  }

  .\32xl-max\:-translate-x-2\.2 {
    --tw-translate-x: -0.55rem;
  }

  .\32xl-max\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .\32xl-max\:-translate-x-2\.6 {
    --tw-translate-x: -0.65rem;
  }

  .\32xl-max\:-translate-x-2\.7 {
    --tw-translate-x: -0.675rem;
  }

  .\32xl-max\:-translate-x-2\.8 {
    --tw-translate-x: -0.7rem;
  }

  .\32xl-max\:-translate-x-3\.4 {
    --tw-translate-x: -0.85rem;
  }

  .\32xl-max\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .\32xl-max\:-translate-x-3\.6 {
    --tw-translate-x: -0.9rem;
  }

  .\32xl-max\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .\32xl-max\:-translate-x-4\.8 {
    --tw-translate-x: -1.2rem;
  }

  .\32xl-max\:-translate-x-5\.3 {
    --tw-translate-x: -1.3rem;
  }

  .\32xl-max\:-translate-x-5\.4 {
    --tw-translate-x: -1.35rem;
  }

  .\32xl-max\:-translate-x-5\.5 {
    --tw-translate-x: -1.375rem;
  }

  .\32xl-max\:-translate-x-5\.6 {
    --tw-translate-x: -1.4rem;
  }

  .\32xl-max\:-translate-x-6\.5 {
    --tw-translate-x: -1.625rem;
  }

  .\32xl-max\:-translate-x-70\/100 {
    --tw-translate-x: -70%;
  }

  .\32xl-max\:-translate-x-31\/100 {
    --tw-translate-x: -31%;
  }

  .\32xl-max\:-translate-x-15\/100 {
    --tw-translate-x: -15%;
  }

  .\32xl-max\:-translate-x-1\/100 {
    --tw-translate-x: -1%;
  }

  .\32xl-max\:-translate-x-1\/10 {
    --tw-translate-x: -10%;
  }

  .\32xl-max\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .\32xl-max\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .\32xl-max\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .\32xl-max\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .\32xl-max\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .\32xl-max\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .\32xl-max\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .\32xl-max\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .\32xl-max\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .\32xl-max\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .\32xl-max\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .\32xl-max\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .\32xl-max\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .\32xl-max\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl-max\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .\32xl-max\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .\32xl-max\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .\32xl-max\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .\32xl-max\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .\32xl-max\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .\32xl-max\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .\32xl-max\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .\32xl-max\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .\32xl-max\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .\32xl-max\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .\32xl-max\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .\32xl-max\:translate-y-13 {
    --tw-translate-y: 3.25rem;
  }

  .\32xl-max\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .\32xl-max\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .\32xl-max\:translate-y-19 {
    --tw-translate-y: 4.75rem;
  }

  .\32xl-max\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .\32xl-max\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .\32xl-max\:translate-y-25 {
    --tw-translate-y: 6.25rem;
  }

  .\32xl-max\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .\32xl-max\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .\32xl-max\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .\32xl-max\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .\32xl-max\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .\32xl-max\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .\32xl-max\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .\32xl-max\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .\32xl-max\:translate-y-46 {
    --tw-translate-y: 11.5rem;
  }

  .\32xl-max\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .\32xl-max\:translate-y-50 {
    --tw-translate-y: 12.5rem;
  }

  .\32xl-max\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .\32xl-max\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .\32xl-max\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .\32xl-max\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .\32xl-max\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .\32xl-max\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .\32xl-max\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .\32xl-max\:translate-y-75 {
    --tw-translate-y: 18.75rem;
  }

  .\32xl-max\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .\32xl-max\:translate-y-85 {
    --tw-translate-y: 22rem;
  }

  .\32xl-max\:translate-y-90 {
    --tw-translate-y: 22.5rem;
  }

  .\32xl-max\:translate-y-92 {
    --tw-translate-y: 23rem;
  }

  .\32xl-max\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .\32xl-max\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .\32xl-max\:translate-y-116 {
    --tw-translate-y: 29rem;
  }

  .\32xl-max\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .\32xl-max\:translate-y-125 {
    --tw-translate-y: 31.25rem;
  }

  .\32xl-max\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .\32xl-max\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .\32xl-max\:translate-y-180 {
    --tw-translate-y: 45rem;
  }

  .\32xl-max\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .\32xl-max\:translate-y-285 {
    --tw-translate-y: 71.25rem;
  }

  .\32xl-max\:translate-y-330 {
    --tw-translate-y: 82.5rem;
  }

  .\32xl-max\:translate-y-unset {
    --tw-translate-y: unset;
  }

  .\32xl-max\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .\32xl-max\:translate-y-0\.4 {
    --tw-translate-y: 0.1rem;
  }

  .\32xl-max\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .\32xl-max\:translate-y-0\.6 {
    --tw-translate-y: 0.15rem;
  }

  .\32xl-max\:translate-y-0\.75 {
    --tw-translate-y: 0.2rem;
  }

  .\32xl-max\:translate-y-1\.2 {
    --tw-translate-y: 0.3rem;
  }

  .\32xl-max\:translate-y-1\.25 {
    --tw-translate-y: 0.3125rem;
  }

  .\32xl-max\:translate-y-1\.4 {
    --tw-translate-y: 0.35rem;
  }

  .\32xl-max\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .\32xl-max\:translate-y-1\.6 {
    --tw-translate-y: 0.4rem;
  }

  .\32xl-max\:translate-y-1\.75 {
    --tw-translate-y: 0.4375rem;
  }

  .\32xl-max\:translate-y-1\.8 {
    --tw-translate-y: 0.45rem;
  }

  .\32xl-max\:translate-y-2\.2 {
    --tw-translate-y: 0.55rem;
  }

  .\32xl-max\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .\32xl-max\:translate-y-2\.6 {
    --tw-translate-y: 0.65rem;
  }

  .\32xl-max\:translate-y-2\.7 {
    --tw-translate-y: 0.675rem;
  }

  .\32xl-max\:translate-y-2\.8 {
    --tw-translate-y: 0.7rem;
  }

  .\32xl-max\:translate-y-3\.4 {
    --tw-translate-y: 0.85rem;
  }

  .\32xl-max\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .\32xl-max\:translate-y-3\.6 {
    --tw-translate-y: 0.9rem;
  }

  .\32xl-max\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .\32xl-max\:translate-y-4\.8 {
    --tw-translate-y: 1.2rem;
  }

  .\32xl-max\:translate-y-5\.3 {
    --tw-translate-y: 1.3rem;
  }

  .\32xl-max\:translate-y-5\.4 {
    --tw-translate-y: 1.35rem;
  }

  .\32xl-max\:translate-y-5\.5 {
    --tw-translate-y: 1.375rem;
  }

  .\32xl-max\:translate-y-5\.6 {
    --tw-translate-y: 1.4rem;
  }

  .\32xl-max\:translate-y-6\.5 {
    --tw-translate-y: 1.625rem;
  }

  .\32xl-max\:translate-y-70\/100 {
    --tw-translate-y: 70%;
  }

  .\32xl-max\:translate-y-31\/100 {
    --tw-translate-y: 31%;
  }

  .\32xl-max\:translate-y-15\/100 {
    --tw-translate-y: 15%;
  }

  .\32xl-max\:translate-y-1\/100 {
    --tw-translate-y: 1%;
  }

  .\32xl-max\:translate-y-1\/10 {
    --tw-translate-y: 10%;
  }

  .\32xl-max\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .\32xl-max\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl-max\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .\32xl-max\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .\32xl-max\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .\32xl-max\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .\32xl-max\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .\32xl-max\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .\32xl-max\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .\32xl-max\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .\32xl-max\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .\32xl-max\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .\32xl-max\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .\32xl-max\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .\32xl-max\:-translate-y-13 {
    --tw-translate-y: -3.25rem;
  }

  .\32xl-max\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .\32xl-max\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .\32xl-max\:-translate-y-19 {
    --tw-translate-y: -4.75rem;
  }

  .\32xl-max\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .\32xl-max\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .\32xl-max\:-translate-y-25 {
    --tw-translate-y: -6.25rem;
  }

  .\32xl-max\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .\32xl-max\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .\32xl-max\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .\32xl-max\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .\32xl-max\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .\32xl-max\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .\32xl-max\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .\32xl-max\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .\32xl-max\:-translate-y-46 {
    --tw-translate-y: -11.5rem;
  }

  .\32xl-max\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .\32xl-max\:-translate-y-50 {
    --tw-translate-y: -12.5rem;
  }

  .\32xl-max\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .\32xl-max\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .\32xl-max\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .\32xl-max\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .\32xl-max\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .\32xl-max\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .\32xl-max\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .\32xl-max\:-translate-y-75 {
    --tw-translate-y: -18.75rem;
  }

  .\32xl-max\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .\32xl-max\:-translate-y-85 {
    --tw-translate-y: -22rem;
  }

  .\32xl-max\:-translate-y-90 {
    --tw-translate-y: -22.5rem;
  }

  .\32xl-max\:-translate-y-92 {
    --tw-translate-y: -23rem;
  }

  .\32xl-max\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .\32xl-max\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .\32xl-max\:-translate-y-116 {
    --tw-translate-y: -29rem;
  }

  .\32xl-max\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .\32xl-max\:-translate-y-125 {
    --tw-translate-y: -31.25rem;
  }

  .\32xl-max\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .\32xl-max\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .\32xl-max\:-translate-y-180 {
    --tw-translate-y: -45rem;
  }

  .\32xl-max\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .\32xl-max\:-translate-y-285 {
    --tw-translate-y: -71.25rem;
  }

  .\32xl-max\:-translate-y-330 {
    --tw-translate-y: -82.5rem;
  }

  .\32xl-max\:-translate-y-unset {
    --tw-translate-y: unset;
  }

  .\32xl-max\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .\32xl-max\:-translate-y-0\.4 {
    --tw-translate-y: -0.1rem;
  }

  .\32xl-max\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .\32xl-max\:-translate-y-0\.6 {
    --tw-translate-y: -0.15rem;
  }

  .\32xl-max\:-translate-y-0\.75 {
    --tw-translate-y: -0.2rem;
  }

  .\32xl-max\:-translate-y-1\.2 {
    --tw-translate-y: -0.3rem;
  }

  .\32xl-max\:-translate-y-1\.25 {
    --tw-translate-y: -0.3125rem;
  }

  .\32xl-max\:-translate-y-1\.4 {
    --tw-translate-y: -0.35rem;
  }

  .\32xl-max\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .\32xl-max\:-translate-y-1\.6 {
    --tw-translate-y: -0.4rem;
  }

  .\32xl-max\:-translate-y-1\.75 {
    --tw-translate-y: -0.4375rem;
  }

  .\32xl-max\:-translate-y-1\.8 {
    --tw-translate-y: -0.45rem;
  }

  .\32xl-max\:-translate-y-2\.2 {
    --tw-translate-y: -0.55rem;
  }

  .\32xl-max\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .\32xl-max\:-translate-y-2\.6 {
    --tw-translate-y: -0.65rem;
  }

  .\32xl-max\:-translate-y-2\.7 {
    --tw-translate-y: -0.675rem;
  }

  .\32xl-max\:-translate-y-2\.8 {
    --tw-translate-y: -0.7rem;
  }

  .\32xl-max\:-translate-y-3\.4 {
    --tw-translate-y: -0.85rem;
  }

  .\32xl-max\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .\32xl-max\:-translate-y-3\.6 {
    --tw-translate-y: -0.9rem;
  }

  .\32xl-max\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .\32xl-max\:-translate-y-4\.8 {
    --tw-translate-y: -1.2rem;
  }

  .\32xl-max\:-translate-y-5\.3 {
    --tw-translate-y: -1.3rem;
  }

  .\32xl-max\:-translate-y-5\.4 {
    --tw-translate-y: -1.35rem;
  }

  .\32xl-max\:-translate-y-5\.5 {
    --tw-translate-y: -1.375rem;
  }

  .\32xl-max\:-translate-y-5\.6 {
    --tw-translate-y: -1.4rem;
  }

  .\32xl-max\:-translate-y-6\.5 {
    --tw-translate-y: -1.625rem;
  }

  .\32xl-max\:-translate-y-70\/100 {
    --tw-translate-y: -70%;
  }

  .\32xl-max\:-translate-y-31\/100 {
    --tw-translate-y: -31%;
  }

  .\32xl-max\:-translate-y-15\/100 {
    --tw-translate-y: -15%;
  }

  .\32xl-max\:-translate-y-1\/100 {
    --tw-translate-y: -1%;
  }

  .\32xl-max\:-translate-y-1\/10 {
    --tw-translate-y: -10%;
  }

  .\32xl-max\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .\32xl-max\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .\32xl-max\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .\32xl-max\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .\32xl-max\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .\32xl-max\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .\32xl-max\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .\32xl-max\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .\32xl-max\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .\32xl-max\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .\32xl-max\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .\32xl-max\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .\32xl-max\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .\32xl-max\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl-max\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .\32xl-max\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .\32xl-max\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .\32xl-max\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .\32xl-max\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .\32xl-max\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .\32xl-max\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .\32xl-max\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .\32xl-max\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .\32xl-max\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .\32xl-max\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .\32xl-max\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .\32xl-max\:hover\:translate-x-13:hover {
    --tw-translate-x: 3.25rem;
  }

  .\32xl-max\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .\32xl-max\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .\32xl-max\:hover\:translate-x-19:hover {
    --tw-translate-x: 4.75rem;
  }

  .\32xl-max\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .\32xl-max\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .\32xl-max\:hover\:translate-x-25:hover {
    --tw-translate-x: 6.25rem;
  }

  .\32xl-max\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .\32xl-max\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .\32xl-max\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .\32xl-max\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .\32xl-max\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .\32xl-max\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .\32xl-max\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .\32xl-max\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .\32xl-max\:hover\:translate-x-46:hover {
    --tw-translate-x: 11.5rem;
  }

  .\32xl-max\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .\32xl-max\:hover\:translate-x-50:hover {
    --tw-translate-x: 12.5rem;
  }

  .\32xl-max\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .\32xl-max\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .\32xl-max\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .\32xl-max\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .\32xl-max\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .\32xl-max\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .\32xl-max\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .\32xl-max\:hover\:translate-x-75:hover {
    --tw-translate-x: 18.75rem;
  }

  .\32xl-max\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .\32xl-max\:hover\:translate-x-85:hover {
    --tw-translate-x: 22rem;
  }

  .\32xl-max\:hover\:translate-x-90:hover {
    --tw-translate-x: 22.5rem;
  }

  .\32xl-max\:hover\:translate-x-92:hover {
    --tw-translate-x: 23rem;
  }

  .\32xl-max\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .\32xl-max\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .\32xl-max\:hover\:translate-x-116:hover {
    --tw-translate-x: 29rem;
  }

  .\32xl-max\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .\32xl-max\:hover\:translate-x-125:hover {
    --tw-translate-x: 31.25rem;
  }

  .\32xl-max\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .\32xl-max\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .\32xl-max\:hover\:translate-x-180:hover {
    --tw-translate-x: 45rem;
  }

  .\32xl-max\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .\32xl-max\:hover\:translate-x-285:hover {
    --tw-translate-x: 71.25rem;
  }

  .\32xl-max\:hover\:translate-x-330:hover {
    --tw-translate-x: 82.5rem;
  }

  .\32xl-max\:hover\:translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .\32xl-max\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .\32xl-max\:hover\:translate-x-0\.4:hover {
    --tw-translate-x: 0.1rem;
  }

  .\32xl-max\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .\32xl-max\:hover\:translate-x-0\.6:hover {
    --tw-translate-x: 0.15rem;
  }

  .\32xl-max\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.2rem;
  }

  .\32xl-max\:hover\:translate-x-1\.2:hover {
    --tw-translate-x: 0.3rem;
  }

  .\32xl-max\:hover\:translate-x-1\.25:hover {
    --tw-translate-x: 0.3125rem;
  }

  .\32xl-max\:hover\:translate-x-1\.4:hover {
    --tw-translate-x: 0.35rem;
  }

  .\32xl-max\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .\32xl-max\:hover\:translate-x-1\.6:hover {
    --tw-translate-x: 0.4rem;
  }

  .\32xl-max\:hover\:translate-x-1\.75:hover {
    --tw-translate-x: 0.4375rem;
  }

  .\32xl-max\:hover\:translate-x-1\.8:hover {
    --tw-translate-x: 0.45rem;
  }

  .\32xl-max\:hover\:translate-x-2\.2:hover {
    --tw-translate-x: 0.55rem;
  }

  .\32xl-max\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .\32xl-max\:hover\:translate-x-2\.6:hover {
    --tw-translate-x: 0.65rem;
  }

  .\32xl-max\:hover\:translate-x-2\.7:hover {
    --tw-translate-x: 0.675rem;
  }

  .\32xl-max\:hover\:translate-x-2\.8:hover {
    --tw-translate-x: 0.7rem;
  }

  .\32xl-max\:hover\:translate-x-3\.4:hover {
    --tw-translate-x: 0.85rem;
  }

  .\32xl-max\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .\32xl-max\:hover\:translate-x-3\.6:hover {
    --tw-translate-x: 0.9rem;
  }

  .\32xl-max\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .\32xl-max\:hover\:translate-x-4\.8:hover {
    --tw-translate-x: 1.2rem;
  }

  .\32xl-max\:hover\:translate-x-5\.3:hover {
    --tw-translate-x: 1.3rem;
  }

  .\32xl-max\:hover\:translate-x-5\.4:hover {
    --tw-translate-x: 1.35rem;
  }

  .\32xl-max\:hover\:translate-x-5\.5:hover {
    --tw-translate-x: 1.375rem;
  }

  .\32xl-max\:hover\:translate-x-5\.6:hover {
    --tw-translate-x: 1.4rem;
  }

  .\32xl-max\:hover\:translate-x-6\.5:hover {
    --tw-translate-x: 1.625rem;
  }

  .\32xl-max\:hover\:translate-x-70\/100:hover {
    --tw-translate-x: 70%;
  }

  .\32xl-max\:hover\:translate-x-31\/100:hover {
    --tw-translate-x: 31%;
  }

  .\32xl-max\:hover\:translate-x-15\/100:hover {
    --tw-translate-x: 15%;
  }

  .\32xl-max\:hover\:translate-x-1\/100:hover {
    --tw-translate-x: 1%;
  }

  .\32xl-max\:hover\:translate-x-1\/10:hover {
    --tw-translate-x: 10%;
  }

  .\32xl-max\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .\32xl-max\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl-max\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .\32xl-max\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .\32xl-max\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .\32xl-max\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .\32xl-max\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .\32xl-max\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .\32xl-max\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .\32xl-max\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .\32xl-max\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .\32xl-max\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .\32xl-max\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .\32xl-max\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .\32xl-max\:hover\:-translate-x-13:hover {
    --tw-translate-x: -3.25rem;
  }

  .\32xl-max\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .\32xl-max\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .\32xl-max\:hover\:-translate-x-19:hover {
    --tw-translate-x: -4.75rem;
  }

  .\32xl-max\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .\32xl-max\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .\32xl-max\:hover\:-translate-x-25:hover {
    --tw-translate-x: -6.25rem;
  }

  .\32xl-max\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .\32xl-max\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .\32xl-max\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .\32xl-max\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .\32xl-max\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .\32xl-max\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .\32xl-max\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .\32xl-max\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .\32xl-max\:hover\:-translate-x-46:hover {
    --tw-translate-x: -11.5rem;
  }

  .\32xl-max\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .\32xl-max\:hover\:-translate-x-50:hover {
    --tw-translate-x: -12.5rem;
  }

  .\32xl-max\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .\32xl-max\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .\32xl-max\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .\32xl-max\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .\32xl-max\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .\32xl-max\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .\32xl-max\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .\32xl-max\:hover\:-translate-x-75:hover {
    --tw-translate-x: -18.75rem;
  }

  .\32xl-max\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .\32xl-max\:hover\:-translate-x-85:hover {
    --tw-translate-x: -22rem;
  }

  .\32xl-max\:hover\:-translate-x-90:hover {
    --tw-translate-x: -22.5rem;
  }

  .\32xl-max\:hover\:-translate-x-92:hover {
    --tw-translate-x: -23rem;
  }

  .\32xl-max\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .\32xl-max\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .\32xl-max\:hover\:-translate-x-116:hover {
    --tw-translate-x: -29rem;
  }

  .\32xl-max\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .\32xl-max\:hover\:-translate-x-125:hover {
    --tw-translate-x: -31.25rem;
  }

  .\32xl-max\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .\32xl-max\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .\32xl-max\:hover\:-translate-x-180:hover {
    --tw-translate-x: -45rem;
  }

  .\32xl-max\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .\32xl-max\:hover\:-translate-x-285:hover {
    --tw-translate-x: -71.25rem;
  }

  .\32xl-max\:hover\:-translate-x-330:hover {
    --tw-translate-x: -82.5rem;
  }

  .\32xl-max\:hover\:-translate-x-unset:hover {
    --tw-translate-x: unset;
  }

  .\32xl-max\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .\32xl-max\:hover\:-translate-x-0\.4:hover {
    --tw-translate-x: -0.1rem;
  }

  .\32xl-max\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .\32xl-max\:hover\:-translate-x-0\.6:hover {
    --tw-translate-x: -0.15rem;
  }

  .\32xl-max\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.2rem;
  }

  .\32xl-max\:hover\:-translate-x-1\.2:hover {
    --tw-translate-x: -0.3rem;
  }

  .\32xl-max\:hover\:-translate-x-1\.25:hover {
    --tw-translate-x: -0.3125rem;
  }

  .\32xl-max\:hover\:-translate-x-1\.4:hover {
    --tw-translate-x: -0.35rem;
  }

  .\32xl-max\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .\32xl-max\:hover\:-translate-x-1\.6:hover {
    --tw-translate-x: -0.4rem;
  }

  .\32xl-max\:hover\:-translate-x-1\.75:hover {
    --tw-translate-x: -0.4375rem;
  }

  .\32xl-max\:hover\:-translate-x-1\.8:hover {
    --tw-translate-x: -0.45rem;
  }

  .\32xl-max\:hover\:-translate-x-2\.2:hover {
    --tw-translate-x: -0.55rem;
  }

  .\32xl-max\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .\32xl-max\:hover\:-translate-x-2\.6:hover {
    --tw-translate-x: -0.65rem;
  }

  .\32xl-max\:hover\:-translate-x-2\.7:hover {
    --tw-translate-x: -0.675rem;
  }

  .\32xl-max\:hover\:-translate-x-2\.8:hover {
    --tw-translate-x: -0.7rem;
  }

  .\32xl-max\:hover\:-translate-x-3\.4:hover {
    --tw-translate-x: -0.85rem;
  }

  .\32xl-max\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .\32xl-max\:hover\:-translate-x-3\.6:hover {
    --tw-translate-x: -0.9rem;
  }

  .\32xl-max\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .\32xl-max\:hover\:-translate-x-4\.8:hover {
    --tw-translate-x: -1.2rem;
  }

  .\32xl-max\:hover\:-translate-x-5\.3:hover {
    --tw-translate-x: -1.3rem;
  }

  .\32xl-max\:hover\:-translate-x-5\.4:hover {
    --tw-translate-x: -1.35rem;
  }

  .\32xl-max\:hover\:-translate-x-5\.5:hover {
    --tw-translate-x: -1.375rem;
  }

  .\32xl-max\:hover\:-translate-x-5\.6:hover {
    --tw-translate-x: -1.4rem;
  }

  .\32xl-max\:hover\:-translate-x-6\.5:hover {
    --tw-translate-x: -1.625rem;
  }

  .\32xl-max\:hover\:-translate-x-70\/100:hover {
    --tw-translate-x: -70%;
  }

  .\32xl-max\:hover\:-translate-x-31\/100:hover {
    --tw-translate-x: -31%;
  }

  .\32xl-max\:hover\:-translate-x-15\/100:hover {
    --tw-translate-x: -15%;
  }

  .\32xl-max\:hover\:-translate-x-1\/100:hover {
    --tw-translate-x: -1%;
  }

  .\32xl-max\:hover\:-translate-x-1\/10:hover {
    --tw-translate-x: -10%;
  }

  .\32xl-max\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .\32xl-max\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .\32xl-max\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .\32xl-max\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .\32xl-max\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .\32xl-max\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .\32xl-max\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .\32xl-max\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .\32xl-max\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .\32xl-max\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .\32xl-max\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .\32xl-max\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .\32xl-max\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .\32xl-max\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl-max\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .\32xl-max\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .\32xl-max\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .\32xl-max\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .\32xl-max\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .\32xl-max\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .\32xl-max\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .\32xl-max\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .\32xl-max\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .\32xl-max\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .\32xl-max\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .\32xl-max\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .\32xl-max\:hover\:translate-y-13:hover {
    --tw-translate-y: 3.25rem;
  }

  .\32xl-max\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .\32xl-max\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .\32xl-max\:hover\:translate-y-19:hover {
    --tw-translate-y: 4.75rem;
  }

  .\32xl-max\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .\32xl-max\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .\32xl-max\:hover\:translate-y-25:hover {
    --tw-translate-y: 6.25rem;
  }

  .\32xl-max\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .\32xl-max\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .\32xl-max\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .\32xl-max\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .\32xl-max\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .\32xl-max\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .\32xl-max\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .\32xl-max\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .\32xl-max\:hover\:translate-y-46:hover {
    --tw-translate-y: 11.5rem;
  }

  .\32xl-max\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .\32xl-max\:hover\:translate-y-50:hover {
    --tw-translate-y: 12.5rem;
  }

  .\32xl-max\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .\32xl-max\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .\32xl-max\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .\32xl-max\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .\32xl-max\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .\32xl-max\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .\32xl-max\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .\32xl-max\:hover\:translate-y-75:hover {
    --tw-translate-y: 18.75rem;
  }

  .\32xl-max\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .\32xl-max\:hover\:translate-y-85:hover {
    --tw-translate-y: 22rem;
  }

  .\32xl-max\:hover\:translate-y-90:hover {
    --tw-translate-y: 22.5rem;
  }

  .\32xl-max\:hover\:translate-y-92:hover {
    --tw-translate-y: 23rem;
  }

  .\32xl-max\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .\32xl-max\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .\32xl-max\:hover\:translate-y-116:hover {
    --tw-translate-y: 29rem;
  }

  .\32xl-max\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .\32xl-max\:hover\:translate-y-125:hover {
    --tw-translate-y: 31.25rem;
  }

  .\32xl-max\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .\32xl-max\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .\32xl-max\:hover\:translate-y-180:hover {
    --tw-translate-y: 45rem;
  }

  .\32xl-max\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .\32xl-max\:hover\:translate-y-285:hover {
    --tw-translate-y: 71.25rem;
  }

  .\32xl-max\:hover\:translate-y-330:hover {
    --tw-translate-y: 82.5rem;
  }

  .\32xl-max\:hover\:translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .\32xl-max\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .\32xl-max\:hover\:translate-y-0\.4:hover {
    --tw-translate-y: 0.1rem;
  }

  .\32xl-max\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .\32xl-max\:hover\:translate-y-0\.6:hover {
    --tw-translate-y: 0.15rem;
  }

  .\32xl-max\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.2rem;
  }

  .\32xl-max\:hover\:translate-y-1\.2:hover {
    --tw-translate-y: 0.3rem;
  }

  .\32xl-max\:hover\:translate-y-1\.25:hover {
    --tw-translate-y: 0.3125rem;
  }

  .\32xl-max\:hover\:translate-y-1\.4:hover {
    --tw-translate-y: 0.35rem;
  }

  .\32xl-max\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .\32xl-max\:hover\:translate-y-1\.6:hover {
    --tw-translate-y: 0.4rem;
  }

  .\32xl-max\:hover\:translate-y-1\.75:hover {
    --tw-translate-y: 0.4375rem;
  }

  .\32xl-max\:hover\:translate-y-1\.8:hover {
    --tw-translate-y: 0.45rem;
  }

  .\32xl-max\:hover\:translate-y-2\.2:hover {
    --tw-translate-y: 0.55rem;
  }

  .\32xl-max\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .\32xl-max\:hover\:translate-y-2\.6:hover {
    --tw-translate-y: 0.65rem;
  }

  .\32xl-max\:hover\:translate-y-2\.7:hover {
    --tw-translate-y: 0.675rem;
  }

  .\32xl-max\:hover\:translate-y-2\.8:hover {
    --tw-translate-y: 0.7rem;
  }

  .\32xl-max\:hover\:translate-y-3\.4:hover {
    --tw-translate-y: 0.85rem;
  }

  .\32xl-max\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .\32xl-max\:hover\:translate-y-3\.6:hover {
    --tw-translate-y: 0.9rem;
  }

  .\32xl-max\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .\32xl-max\:hover\:translate-y-4\.8:hover {
    --tw-translate-y: 1.2rem;
  }

  .\32xl-max\:hover\:translate-y-5\.3:hover {
    --tw-translate-y: 1.3rem;
  }

  .\32xl-max\:hover\:translate-y-5\.4:hover {
    --tw-translate-y: 1.35rem;
  }

  .\32xl-max\:hover\:translate-y-5\.5:hover {
    --tw-translate-y: 1.375rem;
  }

  .\32xl-max\:hover\:translate-y-5\.6:hover {
    --tw-translate-y: 1.4rem;
  }

  .\32xl-max\:hover\:translate-y-6\.5:hover {
    --tw-translate-y: 1.625rem;
  }

  .\32xl-max\:hover\:translate-y-70\/100:hover {
    --tw-translate-y: 70%;
  }

  .\32xl-max\:hover\:translate-y-31\/100:hover {
    --tw-translate-y: 31%;
  }

  .\32xl-max\:hover\:translate-y-15\/100:hover {
    --tw-translate-y: 15%;
  }

  .\32xl-max\:hover\:translate-y-1\/100:hover {
    --tw-translate-y: 1%;
  }

  .\32xl-max\:hover\:translate-y-1\/10:hover {
    --tw-translate-y: 10%;
  }

  .\32xl-max\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .\32xl-max\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl-max\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .\32xl-max\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .\32xl-max\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .\32xl-max\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .\32xl-max\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .\32xl-max\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .\32xl-max\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .\32xl-max\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .\32xl-max\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .\32xl-max\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .\32xl-max\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .\32xl-max\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .\32xl-max\:hover\:-translate-y-13:hover {
    --tw-translate-y: -3.25rem;
  }

  .\32xl-max\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .\32xl-max\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .\32xl-max\:hover\:-translate-y-19:hover {
    --tw-translate-y: -4.75rem;
  }

  .\32xl-max\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .\32xl-max\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .\32xl-max\:hover\:-translate-y-25:hover {
    --tw-translate-y: -6.25rem;
  }

  .\32xl-max\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .\32xl-max\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .\32xl-max\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .\32xl-max\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .\32xl-max\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .\32xl-max\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .\32xl-max\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .\32xl-max\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .\32xl-max\:hover\:-translate-y-46:hover {
    --tw-translate-y: -11.5rem;
  }

  .\32xl-max\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .\32xl-max\:hover\:-translate-y-50:hover {
    --tw-translate-y: -12.5rem;
  }

  .\32xl-max\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .\32xl-max\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .\32xl-max\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .\32xl-max\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .\32xl-max\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .\32xl-max\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .\32xl-max\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .\32xl-max\:hover\:-translate-y-75:hover {
    --tw-translate-y: -18.75rem;
  }

  .\32xl-max\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .\32xl-max\:hover\:-translate-y-85:hover {
    --tw-translate-y: -22rem;
  }

  .\32xl-max\:hover\:-translate-y-90:hover {
    --tw-translate-y: -22.5rem;
  }

  .\32xl-max\:hover\:-translate-y-92:hover {
    --tw-translate-y: -23rem;
  }

  .\32xl-max\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .\32xl-max\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .\32xl-max\:hover\:-translate-y-116:hover {
    --tw-translate-y: -29rem;
  }

  .\32xl-max\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .\32xl-max\:hover\:-translate-y-125:hover {
    --tw-translate-y: -31.25rem;
  }

  .\32xl-max\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .\32xl-max\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .\32xl-max\:hover\:-translate-y-180:hover {
    --tw-translate-y: -45rem;
  }

  .\32xl-max\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .\32xl-max\:hover\:-translate-y-285:hover {
    --tw-translate-y: -71.25rem;
  }

  .\32xl-max\:hover\:-translate-y-330:hover {
    --tw-translate-y: -82.5rem;
  }

  .\32xl-max\:hover\:-translate-y-unset:hover {
    --tw-translate-y: unset;
  }

  .\32xl-max\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .\32xl-max\:hover\:-translate-y-0\.4:hover {
    --tw-translate-y: -0.1rem;
  }

  .\32xl-max\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .\32xl-max\:hover\:-translate-y-0\.6:hover {
    --tw-translate-y: -0.15rem;
  }

  .\32xl-max\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.2rem;
  }

  .\32xl-max\:hover\:-translate-y-1\.2:hover {
    --tw-translate-y: -0.3rem;
  }

  .\32xl-max\:hover\:-translate-y-1\.25:hover {
    --tw-translate-y: -0.3125rem;
  }

  .\32xl-max\:hover\:-translate-y-1\.4:hover {
    --tw-translate-y: -0.35rem;
  }

  .\32xl-max\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .\32xl-max\:hover\:-translate-y-1\.6:hover {
    --tw-translate-y: -0.4rem;
  }

  .\32xl-max\:hover\:-translate-y-1\.75:hover {
    --tw-translate-y: -0.4375rem;
  }

  .\32xl-max\:hover\:-translate-y-1\.8:hover {
    --tw-translate-y: -0.45rem;
  }

  .\32xl-max\:hover\:-translate-y-2\.2:hover {
    --tw-translate-y: -0.55rem;
  }

  .\32xl-max\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .\32xl-max\:hover\:-translate-y-2\.6:hover {
    --tw-translate-y: -0.65rem;
  }

  .\32xl-max\:hover\:-translate-y-2\.7:hover {
    --tw-translate-y: -0.675rem;
  }

  .\32xl-max\:hover\:-translate-y-2\.8:hover {
    --tw-translate-y: -0.7rem;
  }

  .\32xl-max\:hover\:-translate-y-3\.4:hover {
    --tw-translate-y: -0.85rem;
  }

  .\32xl-max\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .\32xl-max\:hover\:-translate-y-3\.6:hover {
    --tw-translate-y: -0.9rem;
  }

  .\32xl-max\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .\32xl-max\:hover\:-translate-y-4\.8:hover {
    --tw-translate-y: -1.2rem;
  }

  .\32xl-max\:hover\:-translate-y-5\.3:hover {
    --tw-translate-y: -1.3rem;
  }

  .\32xl-max\:hover\:-translate-y-5\.4:hover {
    --tw-translate-y: -1.35rem;
  }

  .\32xl-max\:hover\:-translate-y-5\.5:hover {
    --tw-translate-y: -1.375rem;
  }

  .\32xl-max\:hover\:-translate-y-5\.6:hover {
    --tw-translate-y: -1.4rem;
  }

  .\32xl-max\:hover\:-translate-y-6\.5:hover {
    --tw-translate-y: -1.625rem;
  }

  .\32xl-max\:hover\:-translate-y-70\/100:hover {
    --tw-translate-y: -70%;
  }

  .\32xl-max\:hover\:-translate-y-31\/100:hover {
    --tw-translate-y: -31%;
  }

  .\32xl-max\:hover\:-translate-y-15\/100:hover {
    --tw-translate-y: -15%;
  }

  .\32xl-max\:hover\:-translate-y-1\/100:hover {
    --tw-translate-y: -1%;
  }

  .\32xl-max\:hover\:-translate-y-1\/10:hover {
    --tw-translate-y: -10%;
  }

  .\32xl-max\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .\32xl-max\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .\32xl-max\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .\32xl-max\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .\32xl-max\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .\32xl-max\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .\32xl-max\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .\32xl-max\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .\32xl-max\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .\32xl-max\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .\32xl-max\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .\32xl-max\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .\32xl-max\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .\32xl-max\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl-max\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .\32xl-max\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .\32xl-max\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .\32xl-max\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .\32xl-max\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .\32xl-max\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .\32xl-max\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .\32xl-max\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .\32xl-max\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .\32xl-max\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .\32xl-max\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .\32xl-max\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .\32xl-max\:focus\:translate-x-13:focus {
    --tw-translate-x: 3.25rem;
  }

  .\32xl-max\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .\32xl-max\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .\32xl-max\:focus\:translate-x-19:focus {
    --tw-translate-x: 4.75rem;
  }

  .\32xl-max\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .\32xl-max\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .\32xl-max\:focus\:translate-x-25:focus {
    --tw-translate-x: 6.25rem;
  }

  .\32xl-max\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .\32xl-max\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .\32xl-max\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .\32xl-max\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .\32xl-max\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .\32xl-max\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .\32xl-max\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .\32xl-max\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .\32xl-max\:focus\:translate-x-46:focus {
    --tw-translate-x: 11.5rem;
  }

  .\32xl-max\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .\32xl-max\:focus\:translate-x-50:focus {
    --tw-translate-x: 12.5rem;
  }

  .\32xl-max\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .\32xl-max\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .\32xl-max\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .\32xl-max\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .\32xl-max\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .\32xl-max\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .\32xl-max\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .\32xl-max\:focus\:translate-x-75:focus {
    --tw-translate-x: 18.75rem;
  }

  .\32xl-max\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .\32xl-max\:focus\:translate-x-85:focus {
    --tw-translate-x: 22rem;
  }

  .\32xl-max\:focus\:translate-x-90:focus {
    --tw-translate-x: 22.5rem;
  }

  .\32xl-max\:focus\:translate-x-92:focus {
    --tw-translate-x: 23rem;
  }

  .\32xl-max\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .\32xl-max\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .\32xl-max\:focus\:translate-x-116:focus {
    --tw-translate-x: 29rem;
  }

  .\32xl-max\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .\32xl-max\:focus\:translate-x-125:focus {
    --tw-translate-x: 31.25rem;
  }

  .\32xl-max\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .\32xl-max\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .\32xl-max\:focus\:translate-x-180:focus {
    --tw-translate-x: 45rem;
  }

  .\32xl-max\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .\32xl-max\:focus\:translate-x-285:focus {
    --tw-translate-x: 71.25rem;
  }

  .\32xl-max\:focus\:translate-x-330:focus {
    --tw-translate-x: 82.5rem;
  }

  .\32xl-max\:focus\:translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .\32xl-max\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .\32xl-max\:focus\:translate-x-0\.4:focus {
    --tw-translate-x: 0.1rem;
  }

  .\32xl-max\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .\32xl-max\:focus\:translate-x-0\.6:focus {
    --tw-translate-x: 0.15rem;
  }

  .\32xl-max\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.2rem;
  }

  .\32xl-max\:focus\:translate-x-1\.2:focus {
    --tw-translate-x: 0.3rem;
  }

  .\32xl-max\:focus\:translate-x-1\.25:focus {
    --tw-translate-x: 0.3125rem;
  }

  .\32xl-max\:focus\:translate-x-1\.4:focus {
    --tw-translate-x: 0.35rem;
  }

  .\32xl-max\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .\32xl-max\:focus\:translate-x-1\.6:focus {
    --tw-translate-x: 0.4rem;
  }

  .\32xl-max\:focus\:translate-x-1\.75:focus {
    --tw-translate-x: 0.4375rem;
  }

  .\32xl-max\:focus\:translate-x-1\.8:focus {
    --tw-translate-x: 0.45rem;
  }

  .\32xl-max\:focus\:translate-x-2\.2:focus {
    --tw-translate-x: 0.55rem;
  }

  .\32xl-max\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .\32xl-max\:focus\:translate-x-2\.6:focus {
    --tw-translate-x: 0.65rem;
  }

  .\32xl-max\:focus\:translate-x-2\.7:focus {
    --tw-translate-x: 0.675rem;
  }

  .\32xl-max\:focus\:translate-x-2\.8:focus {
    --tw-translate-x: 0.7rem;
  }

  .\32xl-max\:focus\:translate-x-3\.4:focus {
    --tw-translate-x: 0.85rem;
  }

  .\32xl-max\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .\32xl-max\:focus\:translate-x-3\.6:focus {
    --tw-translate-x: 0.9rem;
  }

  .\32xl-max\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .\32xl-max\:focus\:translate-x-4\.8:focus {
    --tw-translate-x: 1.2rem;
  }

  .\32xl-max\:focus\:translate-x-5\.3:focus {
    --tw-translate-x: 1.3rem;
  }

  .\32xl-max\:focus\:translate-x-5\.4:focus {
    --tw-translate-x: 1.35rem;
  }

  .\32xl-max\:focus\:translate-x-5\.5:focus {
    --tw-translate-x: 1.375rem;
  }

  .\32xl-max\:focus\:translate-x-5\.6:focus {
    --tw-translate-x: 1.4rem;
  }

  .\32xl-max\:focus\:translate-x-6\.5:focus {
    --tw-translate-x: 1.625rem;
  }

  .\32xl-max\:focus\:translate-x-70\/100:focus {
    --tw-translate-x: 70%;
  }

  .\32xl-max\:focus\:translate-x-31\/100:focus {
    --tw-translate-x: 31%;
  }

  .\32xl-max\:focus\:translate-x-15\/100:focus {
    --tw-translate-x: 15%;
  }

  .\32xl-max\:focus\:translate-x-1\/100:focus {
    --tw-translate-x: 1%;
  }

  .\32xl-max\:focus\:translate-x-1\/10:focus {
    --tw-translate-x: 10%;
  }

  .\32xl-max\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .\32xl-max\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl-max\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .\32xl-max\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .\32xl-max\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .\32xl-max\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .\32xl-max\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .\32xl-max\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .\32xl-max\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .\32xl-max\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .\32xl-max\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .\32xl-max\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .\32xl-max\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .\32xl-max\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .\32xl-max\:focus\:-translate-x-13:focus {
    --tw-translate-x: -3.25rem;
  }

  .\32xl-max\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .\32xl-max\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .\32xl-max\:focus\:-translate-x-19:focus {
    --tw-translate-x: -4.75rem;
  }

  .\32xl-max\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .\32xl-max\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .\32xl-max\:focus\:-translate-x-25:focus {
    --tw-translate-x: -6.25rem;
  }

  .\32xl-max\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .\32xl-max\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .\32xl-max\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .\32xl-max\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .\32xl-max\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .\32xl-max\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .\32xl-max\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .\32xl-max\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .\32xl-max\:focus\:-translate-x-46:focus {
    --tw-translate-x: -11.5rem;
  }

  .\32xl-max\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .\32xl-max\:focus\:-translate-x-50:focus {
    --tw-translate-x: -12.5rem;
  }

  .\32xl-max\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .\32xl-max\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .\32xl-max\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .\32xl-max\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .\32xl-max\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .\32xl-max\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .\32xl-max\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .\32xl-max\:focus\:-translate-x-75:focus {
    --tw-translate-x: -18.75rem;
  }

  .\32xl-max\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .\32xl-max\:focus\:-translate-x-85:focus {
    --tw-translate-x: -22rem;
  }

  .\32xl-max\:focus\:-translate-x-90:focus {
    --tw-translate-x: -22.5rem;
  }

  .\32xl-max\:focus\:-translate-x-92:focus {
    --tw-translate-x: -23rem;
  }

  .\32xl-max\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .\32xl-max\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .\32xl-max\:focus\:-translate-x-116:focus {
    --tw-translate-x: -29rem;
  }

  .\32xl-max\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .\32xl-max\:focus\:-translate-x-125:focus {
    --tw-translate-x: -31.25rem;
  }

  .\32xl-max\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .\32xl-max\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .\32xl-max\:focus\:-translate-x-180:focus {
    --tw-translate-x: -45rem;
  }

  .\32xl-max\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .\32xl-max\:focus\:-translate-x-285:focus {
    --tw-translate-x: -71.25rem;
  }

  .\32xl-max\:focus\:-translate-x-330:focus {
    --tw-translate-x: -82.5rem;
  }

  .\32xl-max\:focus\:-translate-x-unset:focus {
    --tw-translate-x: unset;
  }

  .\32xl-max\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .\32xl-max\:focus\:-translate-x-0\.4:focus {
    --tw-translate-x: -0.1rem;
  }

  .\32xl-max\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .\32xl-max\:focus\:-translate-x-0\.6:focus {
    --tw-translate-x: -0.15rem;
  }

  .\32xl-max\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.2rem;
  }

  .\32xl-max\:focus\:-translate-x-1\.2:focus {
    --tw-translate-x: -0.3rem;
  }

  .\32xl-max\:focus\:-translate-x-1\.25:focus {
    --tw-translate-x: -0.3125rem;
  }

  .\32xl-max\:focus\:-translate-x-1\.4:focus {
    --tw-translate-x: -0.35rem;
  }

  .\32xl-max\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .\32xl-max\:focus\:-translate-x-1\.6:focus {
    --tw-translate-x: -0.4rem;
  }

  .\32xl-max\:focus\:-translate-x-1\.75:focus {
    --tw-translate-x: -0.4375rem;
  }

  .\32xl-max\:focus\:-translate-x-1\.8:focus {
    --tw-translate-x: -0.45rem;
  }

  .\32xl-max\:focus\:-translate-x-2\.2:focus {
    --tw-translate-x: -0.55rem;
  }

  .\32xl-max\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .\32xl-max\:focus\:-translate-x-2\.6:focus {
    --tw-translate-x: -0.65rem;
  }

  .\32xl-max\:focus\:-translate-x-2\.7:focus {
    --tw-translate-x: -0.675rem;
  }

  .\32xl-max\:focus\:-translate-x-2\.8:focus {
    --tw-translate-x: -0.7rem;
  }

  .\32xl-max\:focus\:-translate-x-3\.4:focus {
    --tw-translate-x: -0.85rem;
  }

  .\32xl-max\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .\32xl-max\:focus\:-translate-x-3\.6:focus {
    --tw-translate-x: -0.9rem;
  }

  .\32xl-max\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .\32xl-max\:focus\:-translate-x-4\.8:focus {
    --tw-translate-x: -1.2rem;
  }

  .\32xl-max\:focus\:-translate-x-5\.3:focus {
    --tw-translate-x: -1.3rem;
  }

  .\32xl-max\:focus\:-translate-x-5\.4:focus {
    --tw-translate-x: -1.35rem;
  }

  .\32xl-max\:focus\:-translate-x-5\.5:focus {
    --tw-translate-x: -1.375rem;
  }

  .\32xl-max\:focus\:-translate-x-5\.6:focus {
    --tw-translate-x: -1.4rem;
  }

  .\32xl-max\:focus\:-translate-x-6\.5:focus {
    --tw-translate-x: -1.625rem;
  }

  .\32xl-max\:focus\:-translate-x-70\/100:focus {
    --tw-translate-x: -70%;
  }

  .\32xl-max\:focus\:-translate-x-31\/100:focus {
    --tw-translate-x: -31%;
  }

  .\32xl-max\:focus\:-translate-x-15\/100:focus {
    --tw-translate-x: -15%;
  }

  .\32xl-max\:focus\:-translate-x-1\/100:focus {
    --tw-translate-x: -1%;
  }

  .\32xl-max\:focus\:-translate-x-1\/10:focus {
    --tw-translate-x: -10%;
  }

  .\32xl-max\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .\32xl-max\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .\32xl-max\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .\32xl-max\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .\32xl-max\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .\32xl-max\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .\32xl-max\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .\32xl-max\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .\32xl-max\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .\32xl-max\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .\32xl-max\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .\32xl-max\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .\32xl-max\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .\32xl-max\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl-max\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .\32xl-max\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .\32xl-max\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .\32xl-max\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .\32xl-max\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .\32xl-max\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .\32xl-max\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .\32xl-max\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .\32xl-max\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .\32xl-max\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .\32xl-max\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .\32xl-max\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .\32xl-max\:focus\:translate-y-13:focus {
    --tw-translate-y: 3.25rem;
  }

  .\32xl-max\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .\32xl-max\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .\32xl-max\:focus\:translate-y-19:focus {
    --tw-translate-y: 4.75rem;
  }

  .\32xl-max\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .\32xl-max\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .\32xl-max\:focus\:translate-y-25:focus {
    --tw-translate-y: 6.25rem;
  }

  .\32xl-max\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .\32xl-max\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .\32xl-max\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .\32xl-max\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .\32xl-max\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .\32xl-max\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .\32xl-max\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .\32xl-max\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .\32xl-max\:focus\:translate-y-46:focus {
    --tw-translate-y: 11.5rem;
  }

  .\32xl-max\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .\32xl-max\:focus\:translate-y-50:focus {
    --tw-translate-y: 12.5rem;
  }

  .\32xl-max\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .\32xl-max\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .\32xl-max\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .\32xl-max\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .\32xl-max\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .\32xl-max\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .\32xl-max\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .\32xl-max\:focus\:translate-y-75:focus {
    --tw-translate-y: 18.75rem;
  }

  .\32xl-max\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .\32xl-max\:focus\:translate-y-85:focus {
    --tw-translate-y: 22rem;
  }

  .\32xl-max\:focus\:translate-y-90:focus {
    --tw-translate-y: 22.5rem;
  }

  .\32xl-max\:focus\:translate-y-92:focus {
    --tw-translate-y: 23rem;
  }

  .\32xl-max\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .\32xl-max\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .\32xl-max\:focus\:translate-y-116:focus {
    --tw-translate-y: 29rem;
  }

  .\32xl-max\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .\32xl-max\:focus\:translate-y-125:focus {
    --tw-translate-y: 31.25rem;
  }

  .\32xl-max\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .\32xl-max\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .\32xl-max\:focus\:translate-y-180:focus {
    --tw-translate-y: 45rem;
  }

  .\32xl-max\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .\32xl-max\:focus\:translate-y-285:focus {
    --tw-translate-y: 71.25rem;
  }

  .\32xl-max\:focus\:translate-y-330:focus {
    --tw-translate-y: 82.5rem;
  }

  .\32xl-max\:focus\:translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .\32xl-max\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .\32xl-max\:focus\:translate-y-0\.4:focus {
    --tw-translate-y: 0.1rem;
  }

  .\32xl-max\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .\32xl-max\:focus\:translate-y-0\.6:focus {
    --tw-translate-y: 0.15rem;
  }

  .\32xl-max\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.2rem;
  }

  .\32xl-max\:focus\:translate-y-1\.2:focus {
    --tw-translate-y: 0.3rem;
  }

  .\32xl-max\:focus\:translate-y-1\.25:focus {
    --tw-translate-y: 0.3125rem;
  }

  .\32xl-max\:focus\:translate-y-1\.4:focus {
    --tw-translate-y: 0.35rem;
  }

  .\32xl-max\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .\32xl-max\:focus\:translate-y-1\.6:focus {
    --tw-translate-y: 0.4rem;
  }

  .\32xl-max\:focus\:translate-y-1\.75:focus {
    --tw-translate-y: 0.4375rem;
  }

  .\32xl-max\:focus\:translate-y-1\.8:focus {
    --tw-translate-y: 0.45rem;
  }

  .\32xl-max\:focus\:translate-y-2\.2:focus {
    --tw-translate-y: 0.55rem;
  }

  .\32xl-max\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .\32xl-max\:focus\:translate-y-2\.6:focus {
    --tw-translate-y: 0.65rem;
  }

  .\32xl-max\:focus\:translate-y-2\.7:focus {
    --tw-translate-y: 0.675rem;
  }

  .\32xl-max\:focus\:translate-y-2\.8:focus {
    --tw-translate-y: 0.7rem;
  }

  .\32xl-max\:focus\:translate-y-3\.4:focus {
    --tw-translate-y: 0.85rem;
  }

  .\32xl-max\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .\32xl-max\:focus\:translate-y-3\.6:focus {
    --tw-translate-y: 0.9rem;
  }

  .\32xl-max\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .\32xl-max\:focus\:translate-y-4\.8:focus {
    --tw-translate-y: 1.2rem;
  }

  .\32xl-max\:focus\:translate-y-5\.3:focus {
    --tw-translate-y: 1.3rem;
  }

  .\32xl-max\:focus\:translate-y-5\.4:focus {
    --tw-translate-y: 1.35rem;
  }

  .\32xl-max\:focus\:translate-y-5\.5:focus {
    --tw-translate-y: 1.375rem;
  }

  .\32xl-max\:focus\:translate-y-5\.6:focus {
    --tw-translate-y: 1.4rem;
  }

  .\32xl-max\:focus\:translate-y-6\.5:focus {
    --tw-translate-y: 1.625rem;
  }

  .\32xl-max\:focus\:translate-y-70\/100:focus {
    --tw-translate-y: 70%;
  }

  .\32xl-max\:focus\:translate-y-31\/100:focus {
    --tw-translate-y: 31%;
  }

  .\32xl-max\:focus\:translate-y-15\/100:focus {
    --tw-translate-y: 15%;
  }

  .\32xl-max\:focus\:translate-y-1\/100:focus {
    --tw-translate-y: 1%;
  }

  .\32xl-max\:focus\:translate-y-1\/10:focus {
    --tw-translate-y: 10%;
  }

  .\32xl-max\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .\32xl-max\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl-max\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .\32xl-max\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .\32xl-max\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .\32xl-max\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .\32xl-max\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .\32xl-max\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .\32xl-max\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .\32xl-max\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .\32xl-max\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .\32xl-max\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .\32xl-max\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .\32xl-max\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .\32xl-max\:focus\:-translate-y-13:focus {
    --tw-translate-y: -3.25rem;
  }

  .\32xl-max\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .\32xl-max\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .\32xl-max\:focus\:-translate-y-19:focus {
    --tw-translate-y: -4.75rem;
  }

  .\32xl-max\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .\32xl-max\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .\32xl-max\:focus\:-translate-y-25:focus {
    --tw-translate-y: -6.25rem;
  }

  .\32xl-max\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .\32xl-max\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .\32xl-max\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .\32xl-max\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .\32xl-max\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .\32xl-max\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .\32xl-max\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .\32xl-max\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .\32xl-max\:focus\:-translate-y-46:focus {
    --tw-translate-y: -11.5rem;
  }

  .\32xl-max\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .\32xl-max\:focus\:-translate-y-50:focus {
    --tw-translate-y: -12.5rem;
  }

  .\32xl-max\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .\32xl-max\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .\32xl-max\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .\32xl-max\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .\32xl-max\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .\32xl-max\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .\32xl-max\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .\32xl-max\:focus\:-translate-y-75:focus {
    --tw-translate-y: -18.75rem;
  }

  .\32xl-max\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .\32xl-max\:focus\:-translate-y-85:focus {
    --tw-translate-y: -22rem;
  }

  .\32xl-max\:focus\:-translate-y-90:focus {
    --tw-translate-y: -22.5rem;
  }

  .\32xl-max\:focus\:-translate-y-92:focus {
    --tw-translate-y: -23rem;
  }

  .\32xl-max\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .\32xl-max\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .\32xl-max\:focus\:-translate-y-116:focus {
    --tw-translate-y: -29rem;
  }

  .\32xl-max\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .\32xl-max\:focus\:-translate-y-125:focus {
    --tw-translate-y: -31.25rem;
  }

  .\32xl-max\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .\32xl-max\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .\32xl-max\:focus\:-translate-y-180:focus {
    --tw-translate-y: -45rem;
  }

  .\32xl-max\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .\32xl-max\:focus\:-translate-y-285:focus {
    --tw-translate-y: -71.25rem;
  }

  .\32xl-max\:focus\:-translate-y-330:focus {
    --tw-translate-y: -82.5rem;
  }

  .\32xl-max\:focus\:-translate-y-unset:focus {
    --tw-translate-y: unset;
  }

  .\32xl-max\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .\32xl-max\:focus\:-translate-y-0\.4:focus {
    --tw-translate-y: -0.1rem;
  }

  .\32xl-max\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .\32xl-max\:focus\:-translate-y-0\.6:focus {
    --tw-translate-y: -0.15rem;
  }

  .\32xl-max\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.2rem;
  }

  .\32xl-max\:focus\:-translate-y-1\.2:focus {
    --tw-translate-y: -0.3rem;
  }

  .\32xl-max\:focus\:-translate-y-1\.25:focus {
    --tw-translate-y: -0.3125rem;
  }

  .\32xl-max\:focus\:-translate-y-1\.4:focus {
    --tw-translate-y: -0.35rem;
  }

  .\32xl-max\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .\32xl-max\:focus\:-translate-y-1\.6:focus {
    --tw-translate-y: -0.4rem;
  }

  .\32xl-max\:focus\:-translate-y-1\.75:focus {
    --tw-translate-y: -0.4375rem;
  }

  .\32xl-max\:focus\:-translate-y-1\.8:focus {
    --tw-translate-y: -0.45rem;
  }

  .\32xl-max\:focus\:-translate-y-2\.2:focus {
    --tw-translate-y: -0.55rem;
  }

  .\32xl-max\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .\32xl-max\:focus\:-translate-y-2\.6:focus {
    --tw-translate-y: -0.65rem;
  }

  .\32xl-max\:focus\:-translate-y-2\.7:focus {
    --tw-translate-y: -0.675rem;
  }

  .\32xl-max\:focus\:-translate-y-2\.8:focus {
    --tw-translate-y: -0.7rem;
  }

  .\32xl-max\:focus\:-translate-y-3\.4:focus {
    --tw-translate-y: -0.85rem;
  }

  .\32xl-max\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .\32xl-max\:focus\:-translate-y-3\.6:focus {
    --tw-translate-y: -0.9rem;
  }

  .\32xl-max\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .\32xl-max\:focus\:-translate-y-4\.8:focus {
    --tw-translate-y: -1.2rem;
  }

  .\32xl-max\:focus\:-translate-y-5\.3:focus {
    --tw-translate-y: -1.3rem;
  }

  .\32xl-max\:focus\:-translate-y-5\.4:focus {
    --tw-translate-y: -1.35rem;
  }

  .\32xl-max\:focus\:-translate-y-5\.5:focus {
    --tw-translate-y: -1.375rem;
  }

  .\32xl-max\:focus\:-translate-y-5\.6:focus {
    --tw-translate-y: -1.4rem;
  }

  .\32xl-max\:focus\:-translate-y-6\.5:focus {
    --tw-translate-y: -1.625rem;
  }

  .\32xl-max\:focus\:-translate-y-70\/100:focus {
    --tw-translate-y: -70%;
  }

  .\32xl-max\:focus\:-translate-y-31\/100:focus {
    --tw-translate-y: -31%;
  }

  .\32xl-max\:focus\:-translate-y-15\/100:focus {
    --tw-translate-y: -15%;
  }

  .\32xl-max\:focus\:-translate-y-1\/100:focus {
    --tw-translate-y: -1%;
  }

  .\32xl-max\:focus\:-translate-y-1\/10:focus {
    --tw-translate-y: -10%;
  }

  .\32xl-max\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .\32xl-max\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .\32xl-max\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .\32xl-max\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .\32xl-max\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .\32xl-max\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .\32xl-max\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .\32xl-max\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .\32xl-max\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .\32xl-max\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .\32xl-max\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .\32xl-max\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .\32xl-max\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .\32xl-max\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .\32xl-max\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .\32xl-max\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .\32xl-max\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .\32xl-max\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .\32xl-max\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .\32xl-max\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .\32xl-max\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .\32xl-max\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .\32xl-max\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .\32xl-max\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .\32xl-max\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .\32xl-max\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .\32xl-max\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .\32xl-max\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .\32xl-max\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .\32xl-max\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .\32xl-max\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .\32xl-max\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .\32xl-max\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .\32xl-max\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .\32xl-max\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .\32xl-max\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .\32xl-max\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .\32xl-max\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .\32xl-max\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .\32xl-max\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .\32xl-max\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .\32xl-max\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .\32xl-max\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .\32xl-max\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .\32xl-max\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .\32xl-max\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .\32xl-max\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .\32xl-max\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .\32xl-max\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .\32xl-max\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .\32xl-max\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .\32xl-max\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .\32xl-max\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .\32xl-max\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .\32xl-max\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .\32xl-max\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .\32xl-max\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .\32xl-max\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .\32xl-max\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .\32xl-max\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .\32xl-max\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .\32xl-max\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .\32xl-max\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .\32xl-max\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .\32xl-max\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .\32xl-max\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .\32xl-max\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .\32xl-max\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .\32xl-max\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .\32xl-max\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .\32xl-max\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .\32xl-max\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .\32xl-max\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .\32xl-max\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .\32xl-max\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .\32xl-max\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .\32xl-max\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .\32xl-max\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .\32xl-max\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .\32xl-max\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .\32xl-max\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .\32xl-max\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .\32xl-max\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .\32xl-max\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .\32xl-max\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .\32xl-max\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .\32xl-max\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .\32xl-max\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .\32xl-max\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .\32xl-max\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .\32xl-max\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .\32xl-max\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .\32xl-max\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .\32xl-max\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .\32xl-max\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .\32xl-max\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .\32xl-max\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .\32xl-max\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .\32xl-max\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .\32xl-max\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .\32xl-max\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .\32xl-max\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .\32xl-max\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .\32xl-max\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .\32xl-max\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .\32xl-max\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .\32xl-max\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .\32xl-max\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .\32xl-max\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .\32xl-max\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .\32xl-max\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .\32xl-max\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .\32xl-max\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .\32xl-max\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .\32xl-max\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .\32xl-max\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .\32xl-max\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .\32xl-max\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .\32xl-max\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .\32xl-max\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .\32xl-max\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .\32xl-max\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .\32xl-max\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .\32xl-max\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .\32xl-max\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .\32xl-max\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .\32xl-max\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .\32xl-max\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .\32xl-max\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .\32xl-max\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .\32xl-max\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl-max\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl-max\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl-max\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl-max\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl-max\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl-max\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl-max\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl-max\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl-max\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl-max\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl-max\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl-max\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl-max\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl-max\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl-max\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl-max\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl-max\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl-max\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl-max\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl-max\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl-max\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl-max\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl-max\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl-max\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl-max\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl-max\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl-max\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl-max\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl-max\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl-max\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .\32xl-max\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .\32xl-max\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .\32xl-max\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .\32xl-max\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .\32xl-max\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .\32xl-max\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .\32xl-max\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .\32xl-max\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .\32xl-max\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .\32xl-max\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .\32xl-max\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .\32xl-max\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .\32xl-max\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .\32xl-max\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .\32xl-max\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .\32xl-max\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .\32xl-max\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .\32xl-max\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .\32xl-max\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .\32xl-max\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .\32xl-max\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .\32xl-max\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .\32xl-max\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .\32xl-max\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .\32xl-max\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .\32xl-max\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .\32xl-max\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .\32xl-max\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .\32xl-max\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .\32xl-max\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .\32xl-max\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .\32xl-max\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .\32xl-max\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .\32xl-max\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .\32xl-max\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .\32xl-max\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .\32xl-max\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .\32xl-max\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .\32xl-max\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .\32xl-max\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .\32xl-max\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .\32xl-max\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .\32xl-max\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .\32xl-max\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .\32xl-max\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .\32xl-max\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .\32xl-max\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .\32xl-max\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .\32xl-max\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .\32xl-max\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .\32xl-max\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .\32xl-max\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .\32xl-max\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .\32xl-max\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .\32xl-max\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .\32xl-max\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .\32xl-max\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .\32xl-max\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .\32xl-max\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .\32xl-max\:animate-none {
    animation: none;
  }

  .\32xl-max\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .\32xl-max\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl-max\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl-max\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .\32xl-max\:cursor-auto {
    cursor: auto;
  }

  .\32xl-max\:cursor-default {
    cursor: default;
  }

  .\32xl-max\:cursor-pointer {
    cursor: pointer;
  }

  .\32xl-max\:cursor-wait {
    cursor: wait;
  }

  .\32xl-max\:cursor-text {
    cursor: text;
  }

  .\32xl-max\:cursor-move {
    cursor: move;
  }

  .\32xl-max\:cursor-help {
    cursor: help;
  }

  .\32xl-max\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .\32xl-max\:cursor-none {
    cursor: none;
  }

  .\32xl-max\:cursor-context-menu {
    cursor: context-menu;
  }

  .\32xl-max\:cursor-progress {
    cursor: progress;
  }

  .\32xl-max\:cursor-cell {
    cursor: cell;
  }

  .\32xl-max\:cursor-crosshair {
    cursor: crosshair;
  }

  .\32xl-max\:cursor-vertical-text {
    cursor: vertical-text;
  }

  .\32xl-max\:cursor-alias {
    cursor: alias;
  }

  .\32xl-max\:cursor-copy {
    cursor: copy;
  }

  .\32xl-max\:cursor-no-drop {
    cursor: no-drop;
  }

  .\32xl-max\:cursor-grab {
    cursor: grab;
  }

  .\32xl-max\:cursor-grabbing {
    cursor: grabbing;
  }

  .\32xl-max\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .\32xl-max\:cursor-col-resize {
    cursor: col-resize;
  }

  .\32xl-max\:cursor-row-resize {
    cursor: row-resize;
  }

  .\32xl-max\:cursor-n-resize {
    cursor: n-resize;
  }

  .\32xl-max\:cursor-e-resize {
    cursor: e-resize;
  }

  .\32xl-max\:cursor-s-resize {
    cursor: s-resize;
  }

  .\32xl-max\:cursor-w-resize {
    cursor: w-resize;
  }

  .\32xl-max\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .\32xl-max\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .\32xl-max\:cursor-se-resize {
    cursor: se-resize;
  }

  .\32xl-max\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .\32xl-max\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .\32xl-max\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .\32xl-max\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .\32xl-max\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .\32xl-max\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .\32xl-max\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .\32xl-max\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .\32xl-max\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .\32xl-max\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl-max\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .\32xl-max\:resize-none {
    resize: none;
  }

  .\32xl-max\:resize-y {
    resize: vertical;
  }

  .\32xl-max\:resize-x {
    resize: horizontal;
  }

  .\32xl-max\:resize {
    resize: both;
  }

  .\32xl-max\:list-inside {
    list-style-position: inside;
  }

  .\32xl-max\:list-outside {
    list-style-position: outside;
  }

  .\32xl-max\:list-none {
    list-style-type: none;
  }

  .\32xl-max\:list-disc {
    list-style-type: disc;
  }

  .\32xl-max\:list-decimal {
    list-style-type: decimal;
  }

  .\32xl-max\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl-max\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .\32xl-max\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .\32xl-max\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .\32xl-max\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl-max\:grid-flow-row {
    grid-auto-flow: row;
  }

  .\32xl-max\:grid-flow-col {
    grid-auto-flow: column;
  }

  .\32xl-max\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .\32xl-max\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .\32xl-max\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .\32xl-max\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .\32xl-max\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .\32xl-max\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl-max\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl-max\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl-max\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl-max\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl-max\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl-max\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl-max\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl-max\:grid-rows-none {
    grid-template-rows: none;
  }

  .\32xl-max\:flex-row {
    flex-direction: row;
  }

  .\32xl-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl-max\:flex-col {
    flex-direction: column;
  }

  .\32xl-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\32xl-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl-max\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\32xl-max\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\32xl-max\:place-content-center {
    place-content: center;
  }

  .\32xl-max\:place-content-start {
    place-content: start;
  }

  .\32xl-max\:place-content-end {
    place-content: end;
  }

  .\32xl-max\:place-content-between {
    place-content: space-between;
  }

  .\32xl-max\:place-content-around {
    place-content: space-around;
  }

  .\32xl-max\:place-content-evenly {
    place-content: space-evenly;
  }

  .\32xl-max\:place-content-stretch {
    place-content: stretch;
  }

  .\32xl-max\:place-items-start {
    place-items: start;
  }

  .\32xl-max\:place-items-end {
    place-items: end;
  }

  .\32xl-max\:place-items-center {
    place-items: center;
  }

  .\32xl-max\:place-items-stretch {
    place-items: stretch;
  }

  .\32xl-max\:content-center {
    align-content: center;
  }

  .\32xl-max\:content-start {
    align-content: flex-start;
  }

  .\32xl-max\:content-end {
    align-content: flex-end;
  }

  .\32xl-max\:content-between {
    align-content: space-between;
  }

  .\32xl-max\:content-around {
    align-content: space-around;
  }

  .\32xl-max\:content-evenly {
    align-content: space-evenly;
  }

  .\32xl-max\:items-start {
    align-items: flex-start;
  }

  .\32xl-max\:items-end {
    align-items: flex-end;
  }

  .\32xl-max\:items-center {
    align-items: center;
  }

  .\32xl-max\:items-baseline {
    align-items: baseline;
  }

  .\32xl-max\:items-stretch {
    align-items: stretch;
  }

  .\32xl-max\:justify-start {
    justify-content: flex-start;
  }

  .\32xl-max\:justify-end {
    justify-content: flex-end;
  }

  .\32xl-max\:justify-center {
    justify-content: center;
  }

  .\32xl-max\:justify-between {
    justify-content: space-between;
  }

  .\32xl-max\:justify-around {
    justify-content: space-around;
  }

  .\32xl-max\:justify-evenly {
    justify-content: space-evenly;
  }

  .\32xl-max\:justify-items-start {
    justify-items: start;
  }

  .\32xl-max\:justify-items-end {
    justify-items: end;
  }

  .\32xl-max\:justify-items-center {
    justify-items: center;
  }

  .\32xl-max\:justify-items-stretch {
    justify-items: stretch;
  }

  .\32xl-max\:gap-0 {
    gap: 0px;
  }

  .\32xl-max\:gap-1 {
    gap: 0.25rem;
  }

  .\32xl-max\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl-max\:gap-3 {
    gap: 0.75rem;
  }

  .\32xl-max\:gap-4 {
    gap: 1rem;
  }

  .\32xl-max\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl-max\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl-max\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl-max\:gap-8 {
    gap: 2rem;
  }

  .\32xl-max\:gap-9 {
    gap: 2.25rem;
  }

  .\32xl-max\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl-max\:gap-11 {
    gap: 2.75rem;
  }

  .\32xl-max\:gap-12 {
    gap: 3rem;
  }

  .\32xl-max\:gap-13 {
    gap: 3.25rem;
  }

  .\32xl-max\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl-max\:gap-16 {
    gap: 4rem;
  }

  .\32xl-max\:gap-19 {
    gap: 4.75rem;
  }

  .\32xl-max\:gap-20 {
    gap: 5rem;
  }

  .\32xl-max\:gap-24 {
    gap: 6rem;
  }

  .\32xl-max\:gap-25 {
    gap: 6.25rem;
  }

  .\32xl-max\:gap-28 {
    gap: 7rem;
  }

  .\32xl-max\:gap-30 {
    gap: 7.5rem;
  }

  .\32xl-max\:gap-32 {
    gap: 8rem;
  }

  .\32xl-max\:gap-34 {
    gap: 8.5rem;
  }

  .\32xl-max\:gap-36 {
    gap: 9rem;
  }

  .\32xl-max\:gap-40 {
    gap: 10rem;
  }

  .\32xl-max\:gap-42 {
    gap: 10.5rem;
  }

  .\32xl-max\:gap-44 {
    gap: 11rem;
  }

  .\32xl-max\:gap-46 {
    gap: 11.5rem;
  }

  .\32xl-max\:gap-48 {
    gap: 12rem;
  }

  .\32xl-max\:gap-50 {
    gap: 12.5rem;
  }

  .\32xl-max\:gap-52 {
    gap: 13rem;
  }

  .\32xl-max\:gap-54 {
    gap: 13.5rem;
  }

  .\32xl-max\:gap-56 {
    gap: 14rem;
  }

  .\32xl-max\:gap-60 {
    gap: 15rem;
  }

  .\32xl-max\:gap-64 {
    gap: 16rem;
  }

  .\32xl-max\:gap-68 {
    gap: 17rem;
  }

  .\32xl-max\:gap-72 {
    gap: 18rem;
  }

  .\32xl-max\:gap-75 {
    gap: 18.75rem;
  }

  .\32xl-max\:gap-80 {
    gap: 20rem;
  }

  .\32xl-max\:gap-85 {
    gap: 22rem;
  }

  .\32xl-max\:gap-90 {
    gap: 22.5rem;
  }

  .\32xl-max\:gap-92 {
    gap: 23rem;
  }

  .\32xl-max\:gap-96 {
    gap: 24rem;
  }

  .\32xl-max\:gap-100 {
    gap: 25rem;
  }

  .\32xl-max\:gap-116 {
    gap: 29rem;
  }

  .\32xl-max\:gap-120 {
    gap: 30rem;
  }

  .\32xl-max\:gap-125 {
    gap: 31.25rem;
  }

  .\32xl-max\:gap-135 {
    gap: 33.75rem;
  }

  .\32xl-max\:gap-160 {
    gap: 40rem;
  }

  .\32xl-max\:gap-180 {
    gap: 45rem;
  }

  .\32xl-max\:gap-240 {
    gap: 60rem;
  }

  .\32xl-max\:gap-285 {
    gap: 71.25rem;
  }

  .\32xl-max\:gap-330 {
    gap: 82.5rem;
  }

  .\32xl-max\:gap-unset {
    gap: unset;
  }

  .\32xl-max\:gap-px {
    gap: 1px;
  }

  .\32xl-max\:gap-0\.4 {
    gap: 0.1rem;
  }

  .\32xl-max\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\32xl-max\:gap-0\.6 {
    gap: 0.15rem;
  }

  .\32xl-max\:gap-0\.75 {
    gap: 0.2rem;
  }

  .\32xl-max\:gap-1\.2 {
    gap: 0.3rem;
  }

  .\32xl-max\:gap-1\.25 {
    gap: 0.3125rem;
  }

  .\32xl-max\:gap-1\.4 {
    gap: 0.35rem;
  }

  .\32xl-max\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\32xl-max\:gap-1\.6 {
    gap: 0.4rem;
  }

  .\32xl-max\:gap-1\.75 {
    gap: 0.4375rem;
  }

  .\32xl-max\:gap-1\.8 {
    gap: 0.45rem;
  }

  .\32xl-max\:gap-2\.2 {
    gap: 0.55rem;
  }

  .\32xl-max\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\32xl-max\:gap-2\.6 {
    gap: 0.65rem;
  }

  .\32xl-max\:gap-2\.7 {
    gap: 0.675rem;
  }

  .\32xl-max\:gap-2\.8 {
    gap: 0.7rem;
  }

  .\32xl-max\:gap-3\.4 {
    gap: 0.85rem;
  }

  .\32xl-max\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl-max\:gap-3\.6 {
    gap: 0.9rem;
  }

  .\32xl-max\:gap-4\.5 {
    gap: 1.125rem;
  }

  .\32xl-max\:gap-4\.8 {
    gap: 1.2rem;
  }

  .\32xl-max\:gap-5\.3 {
    gap: 1.3rem;
  }

  .\32xl-max\:gap-5\.4 {
    gap: 1.35rem;
  }

  .\32xl-max\:gap-5\.5 {
    gap: 1.375rem;
  }

  .\32xl-max\:gap-5\.6 {
    gap: 1.4rem;
  }

  .\32xl-max\:gap-6\.5 {
    gap: 1.625rem;
  }

  .\32xl-max\:gap-70\/100 {
    gap: 70%;
  }

  .\32xl-max\:gap-31\/100 {
    gap: 31%;
  }

  .\32xl-max\:gap-15\/100 {
    gap: 15%;
  }

  .\32xl-max\:gap-1\/100 {
    gap: 1%;
  }

  .\32xl-max\:gap-1\/10 {
    gap: 10%;
  }

  .\32xl-max\:gap-1\/2 {
    gap: 50%;
  }

  .\32xl-max\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl-max\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl-max\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl-max\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl-max\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl-max\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl-max\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl-max\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl-max\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl-max\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl-max\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl-max\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl-max\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl-max\:gap-x-13 {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .\32xl-max\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl-max\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl-max\:gap-x-19 {
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .\32xl-max\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl-max\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl-max\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .\32xl-max\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl-max\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .\32xl-max\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl-max\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .\32xl-max\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl-max\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl-max\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .\32xl-max\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl-max\:gap-x-46 {
    -moz-column-gap: 11.5rem;
         column-gap: 11.5rem;
  }

  .\32xl-max\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl-max\:gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .\32xl-max\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl-max\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .\32xl-max\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl-max\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl-max\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl-max\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .\32xl-max\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl-max\:gap-x-75 {
    -moz-column-gap: 18.75rem;
         column-gap: 18.75rem;
  }

  .\32xl-max\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl-max\:gap-x-85 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .\32xl-max\:gap-x-90 {
    -moz-column-gap: 22.5rem;
         column-gap: 22.5rem;
  }

  .\32xl-max\:gap-x-92 {
    -moz-column-gap: 23rem;
         column-gap: 23rem;
  }

  .\32xl-max\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl-max\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .\32xl-max\:gap-x-116 {
    -moz-column-gap: 29rem;
         column-gap: 29rem;
  }

  .\32xl-max\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .\32xl-max\:gap-x-125 {
    -moz-column-gap: 31.25rem;
         column-gap: 31.25rem;
  }

  .\32xl-max\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .\32xl-max\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .\32xl-max\:gap-x-180 {
    -moz-column-gap: 45rem;
         column-gap: 45rem;
  }

  .\32xl-max\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .\32xl-max\:gap-x-285 {
    -moz-column-gap: 71.25rem;
         column-gap: 71.25rem;
  }

  .\32xl-max\:gap-x-330 {
    -moz-column-gap: 82.5rem;
         column-gap: 82.5rem;
  }

  .\32xl-max\:gap-x-unset {
    -moz-column-gap: unset;
         column-gap: unset;
  }

  .\32xl-max\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl-max\:gap-x-0\.4 {
    -moz-column-gap: 0.1rem;
         column-gap: 0.1rem;
  }

  .\32xl-max\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl-max\:gap-x-0\.6 {
    -moz-column-gap: 0.15rem;
         column-gap: 0.15rem;
  }

  .\32xl-max\:gap-x-0\.75 {
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
  }

  .\32xl-max\:gap-x-1\.2 {
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
  }

  .\32xl-max\:gap-x-1\.25 {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }

  .\32xl-max\:gap-x-1\.4 {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
  }

  .\32xl-max\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl-max\:gap-x-1\.6 {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }

  .\32xl-max\:gap-x-1\.75 {
    -moz-column-gap: 0.4375rem;
         column-gap: 0.4375rem;
  }

  .\32xl-max\:gap-x-1\.8 {
    -moz-column-gap: 0.45rem;
         column-gap: 0.45rem;
  }

  .\32xl-max\:gap-x-2\.2 {
    -moz-column-gap: 0.55rem;
         column-gap: 0.55rem;
  }

  .\32xl-max\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl-max\:gap-x-2\.6 {
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
  }

  .\32xl-max\:gap-x-2\.7 {
    -moz-column-gap: 0.675rem;
         column-gap: 0.675rem;
  }

  .\32xl-max\:gap-x-2\.8 {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }

  .\32xl-max\:gap-x-3\.4 {
    -moz-column-gap: 0.85rem;
         column-gap: 0.85rem;
  }

  .\32xl-max\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl-max\:gap-x-3\.6 {
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }

  .\32xl-max\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .\32xl-max\:gap-x-4\.8 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }

  .\32xl-max\:gap-x-5\.3 {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }

  .\32xl-max\:gap-x-5\.4 {
    -moz-column-gap: 1.35rem;
         column-gap: 1.35rem;
  }

  .\32xl-max\:gap-x-5\.5 {
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .\32xl-max\:gap-x-5\.6 {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }

  .\32xl-max\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .\32xl-max\:gap-x-70\/100 {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .\32xl-max\:gap-x-31\/100 {
    -moz-column-gap: 31%;
         column-gap: 31%;
  }

  .\32xl-max\:gap-x-15\/100 {
    -moz-column-gap: 15%;
         column-gap: 15%;
  }

  .\32xl-max\:gap-x-1\/100 {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .\32xl-max\:gap-x-1\/10 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .\32xl-max\:gap-x-1\/2 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .\32xl-max\:gap-y-0 {
    row-gap: 0px;
  }

  .\32xl-max\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .\32xl-max\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .\32xl-max\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .\32xl-max\:gap-y-4 {
    row-gap: 1rem;
  }

  .\32xl-max\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .\32xl-max\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .\32xl-max\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .\32xl-max\:gap-y-8 {
    row-gap: 2rem;
  }

  .\32xl-max\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .\32xl-max\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .\32xl-max\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .\32xl-max\:gap-y-12 {
    row-gap: 3rem;
  }

  .\32xl-max\:gap-y-13 {
    row-gap: 3.25rem;
  }

  .\32xl-max\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .\32xl-max\:gap-y-16 {
    row-gap: 4rem;
  }

  .\32xl-max\:gap-y-19 {
    row-gap: 4.75rem;
  }

  .\32xl-max\:gap-y-20 {
    row-gap: 5rem;
  }

  .\32xl-max\:gap-y-24 {
    row-gap: 6rem;
  }

  .\32xl-max\:gap-y-25 {
    row-gap: 6.25rem;
  }

  .\32xl-max\:gap-y-28 {
    row-gap: 7rem;
  }

  .\32xl-max\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .\32xl-max\:gap-y-32 {
    row-gap: 8rem;
  }

  .\32xl-max\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .\32xl-max\:gap-y-36 {
    row-gap: 9rem;
  }

  .\32xl-max\:gap-y-40 {
    row-gap: 10rem;
  }

  .\32xl-max\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .\32xl-max\:gap-y-44 {
    row-gap: 11rem;
  }

  .\32xl-max\:gap-y-46 {
    row-gap: 11.5rem;
  }

  .\32xl-max\:gap-y-48 {
    row-gap: 12rem;
  }

  .\32xl-max\:gap-y-50 {
    row-gap: 12.5rem;
  }

  .\32xl-max\:gap-y-52 {
    row-gap: 13rem;
  }

  .\32xl-max\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .\32xl-max\:gap-y-56 {
    row-gap: 14rem;
  }

  .\32xl-max\:gap-y-60 {
    row-gap: 15rem;
  }

  .\32xl-max\:gap-y-64 {
    row-gap: 16rem;
  }

  .\32xl-max\:gap-y-68 {
    row-gap: 17rem;
  }

  .\32xl-max\:gap-y-72 {
    row-gap: 18rem;
  }

  .\32xl-max\:gap-y-75 {
    row-gap: 18.75rem;
  }

  .\32xl-max\:gap-y-80 {
    row-gap: 20rem;
  }

  .\32xl-max\:gap-y-85 {
    row-gap: 22rem;
  }

  .\32xl-max\:gap-y-90 {
    row-gap: 22.5rem;
  }

  .\32xl-max\:gap-y-92 {
    row-gap: 23rem;
  }

  .\32xl-max\:gap-y-96 {
    row-gap: 24rem;
  }

  .\32xl-max\:gap-y-100 {
    row-gap: 25rem;
  }

  .\32xl-max\:gap-y-116 {
    row-gap: 29rem;
  }

  .\32xl-max\:gap-y-120 {
    row-gap: 30rem;
  }

  .\32xl-max\:gap-y-125 {
    row-gap: 31.25rem;
  }

  .\32xl-max\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .\32xl-max\:gap-y-160 {
    row-gap: 40rem;
  }

  .\32xl-max\:gap-y-180 {
    row-gap: 45rem;
  }

  .\32xl-max\:gap-y-240 {
    row-gap: 60rem;
  }

  .\32xl-max\:gap-y-285 {
    row-gap: 71.25rem;
  }

  .\32xl-max\:gap-y-330 {
    row-gap: 82.5rem;
  }

  .\32xl-max\:gap-y-unset {
    row-gap: unset;
  }

  .\32xl-max\:gap-y-px {
    row-gap: 1px;
  }

  .\32xl-max\:gap-y-0\.4 {
    row-gap: 0.1rem;
  }

  .\32xl-max\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .\32xl-max\:gap-y-0\.6 {
    row-gap: 0.15rem;
  }

  .\32xl-max\:gap-y-0\.75 {
    row-gap: 0.2rem;
  }

  .\32xl-max\:gap-y-1\.2 {
    row-gap: 0.3rem;
  }

  .\32xl-max\:gap-y-1\.25 {
    row-gap: 0.3125rem;
  }

  .\32xl-max\:gap-y-1\.4 {
    row-gap: 0.35rem;
  }

  .\32xl-max\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .\32xl-max\:gap-y-1\.6 {
    row-gap: 0.4rem;
  }

  .\32xl-max\:gap-y-1\.75 {
    row-gap: 0.4375rem;
  }

  .\32xl-max\:gap-y-1\.8 {
    row-gap: 0.45rem;
  }

  .\32xl-max\:gap-y-2\.2 {
    row-gap: 0.55rem;
  }

  .\32xl-max\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .\32xl-max\:gap-y-2\.6 {
    row-gap: 0.65rem;
  }

  .\32xl-max\:gap-y-2\.7 {
    row-gap: 0.675rem;
  }

  .\32xl-max\:gap-y-2\.8 {
    row-gap: 0.7rem;
  }

  .\32xl-max\:gap-y-3\.4 {
    row-gap: 0.85rem;
  }

  .\32xl-max\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .\32xl-max\:gap-y-3\.6 {
    row-gap: 0.9rem;
  }

  .\32xl-max\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .\32xl-max\:gap-y-4\.8 {
    row-gap: 1.2rem;
  }

  .\32xl-max\:gap-y-5\.3 {
    row-gap: 1.3rem;
  }

  .\32xl-max\:gap-y-5\.4 {
    row-gap: 1.35rem;
  }

  .\32xl-max\:gap-y-5\.5 {
    row-gap: 1.375rem;
  }

  .\32xl-max\:gap-y-5\.6 {
    row-gap: 1.4rem;
  }

  .\32xl-max\:gap-y-6\.5 {
    row-gap: 1.625rem;
  }

  .\32xl-max\:gap-y-70\/100 {
    row-gap: 70%;
  }

  .\32xl-max\:gap-y-31\/100 {
    row-gap: 31%;
  }

  .\32xl-max\:gap-y-15\/100 {
    row-gap: 15%;
  }

  .\32xl-max\:gap-y-1\/100 {
    row-gap: 1%;
  }

  .\32xl-max\:gap-y-1\/10 {
    row-gap: 10%;
  }

  .\32xl-max\:gap-y-1\/2 {
    row-gap: 50%;
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\: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-max\:space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\: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-max\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\: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-max\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\: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-max\: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-max\:space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23rem * var(--tw-space-x-reverse));
    margin-left: calc(23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29rem * var(--tw-space-x-reverse));
    margin-left: calc(29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45rem * var(--tw-space-x-reverse));
    margin-left: calc(45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\:space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31% * var(--tw-space-x-reverse));
    margin-left: calc(31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15% * var(--tw-space-x-reverse));
    margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-x-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-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-max\:-space-x-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-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-max\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-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-max\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-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-max\:-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-max\:-space-x-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-22.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-22.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23rem * var(--tw-space-x-reverse));
    margin-left: calc(-23rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29rem * var(--tw-space-x-reverse));
    margin-left: calc(-29rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-31.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45rem * var(--tw-space-x-reverse));
    margin-left: calc(-45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-71.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-71.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-82.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.15rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.45rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.45rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.55rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.65rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.65rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.675rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.675rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.7rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.85rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.85rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-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-max\:-space-x-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.9rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.2rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.3rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.35rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-31% * var(--tw-space-x-reverse));
    margin-left: calc(-31% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15% * var(--tw-space-x-reverse));
    margin-left: calc(-15% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\:-space-x-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\: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-max\:space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\: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-max\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\: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-max\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\: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-max\: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-max\:space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.75rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(71.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.15rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.3125rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.35rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.45rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.55rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.65rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.675rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.7rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.85rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\: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-max\:space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.4rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-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-max\:-space-y-13 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-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-max\:-space-y-19 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-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-max\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-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-max\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-46 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-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-max\:-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-max\:-space-y-68 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.75rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-22.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-92 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-116 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-240 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-285 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-71.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-71.25rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-330 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82.5rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-unset > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(unset * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(unset * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-0\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-0\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.15rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.2rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\.25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.3125rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.35rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-1\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.4375rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.45rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.45rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-2\.2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.55rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-2\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.65rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.65rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-2\.7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.675rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.675rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-2\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.7rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-3\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.85rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.85rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-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-max\:-space-y-3\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.9rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-4\.8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.2rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-5\.3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.3rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-5\.4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.35rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-5\.6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.4rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-70\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-31\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-31% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-31% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-15\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\/100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\/10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:-space-y-1\/2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .\32xl-max\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl-max\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl-max\: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-max\: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-max\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .\32xl-max\: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-max\: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-max\: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-max\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl-max\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl-max\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl-max\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl-max\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl-max\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl-max\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl-max\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl-max\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .\32xl-max\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-gray-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-red-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-yellow-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-green-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-indigo-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-purple-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-pink-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-blue-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-250 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-750 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-850 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-slate > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl-max\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-zinc > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl-max\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-neutral > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl-max\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-stone > :not([hidden]) ~ :not([hidden]) {
  }

  .\32xl-max\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-650 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-orange-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-amber-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-lime-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-emerald-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-550 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-teal-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-cyan-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-sky-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-violet-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-fuchsia-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-rose-DEFAULT-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity));
  }

  .\32xl-max\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl-max\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl-max\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl-max\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl-max\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl-max\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl-max\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl-max\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl-max\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl-max\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl-max\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl-max\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl-max\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl-max\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl-max\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl-max\:place-self-auto {
    place-self: auto;
  }

  .\32xl-max\:place-self-start {
    place-self: start;
  }

  .\32xl-max\:place-self-end {
    place-self: end;
  }

  .\32xl-max\:place-self-center {
    place-self: center;
  }

  .\32xl-max\:place-self-stretch {
    place-self: stretch;
  }

  .\32xl-max\:self-auto {
    align-self: auto;
  }

  .\32xl-max\:self-start {
    align-self: flex-start;
  }

  .\32xl-max\:self-end {
    align-self: flex-end;
  }

  .\32xl-max\:self-center {
    align-self: center;
  }

  .\32xl-max\:self-stretch {
    align-self: stretch;
  }

  .\32xl-max\:self-baseline {
    align-self: baseline;
  }

  .\32xl-max\:justify-self-auto {
    justify-self: auto;
  }

  .\32xl-max\:justify-self-start {
    justify-self: start;
  }

  .\32xl-max\:justify-self-end {
    justify-self: end;
  }

  .\32xl-max\:justify-self-center {
    justify-self: center;
  }

  .\32xl-max\:justify-self-stretch {
    justify-self: stretch;
  }

  .\32xl-max\:overflow-auto {
    overflow: auto;
  }

  .\32xl-max\:overflow-hidden {
    overflow: hidden;
  }

  .\32xl-max\:overflow-visible {
    overflow: visible;
  }

  .\32xl-max\:overflow-scroll {
    overflow: scroll;
  }

  .\32xl-max\:overflow-x-auto {
    overflow-x: auto;
  }

  .\32xl-max\:overflow-y-auto {
    overflow-y: auto;
  }

  .\32xl-max\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .\32xl-max\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .\32xl-max\:overflow-x-visible {
    overflow-x: visible;
  }

  .\32xl-max\:overflow-y-visible {
    overflow-y: visible;
  }

  .\32xl-max\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .\32xl-max\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .\32xl-max\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .\32xl-max\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .\32xl-max\:overscroll-none {
    overscroll-behavior: none;
  }

  .\32xl-max\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .\32xl-max\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .\32xl-max\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .\32xl-max\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .\32xl-max\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .\32xl-max\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .\32xl-max\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl-max\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .\32xl-max\:overflow-clip {
    text-overflow: clip;
  }

  .\32xl-max\:whitespace-normal {
    white-space: normal;
  }

  .\32xl-max\:whitespace-nowrap {
    white-space: nowrap;
  }

  .\32xl-max\:whitespace-pre {
    white-space: pre;
  }

  .\32xl-max\:whitespace-pre-line {
    white-space: pre-line;
  }

  .\32xl-max\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .\32xl-max\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl-max\:break-words {
    overflow-wrap: break-word;
  }

  .\32xl-max\:break-all {
    word-break: break-all;
  }

  .\32xl-max\:rounded-none {
    border-radius: 0px;
  }

  .\32xl-max\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\32xl-max\:rounded {
    border-radius: 0.25rem;
  }

  .\32xl-max\:rounded-md {
    border-radius: 0.375rem;
  }

  .\32xl-max\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\32xl-max\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\32xl-max\:rounded-2xl {
    border-radius: 1rem;
  }

  .\32xl-max\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\32xl-max\:rounded-full {
    border-radius: 9999px;
  }

  .\32xl-max\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl-max\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl-max\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl-max\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl-max\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl-max\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl-max\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl-max\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl-max\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl-max\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl-max\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl-max\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl-max\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl-max\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl-max\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl-max\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl-max\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl-max\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl-max\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl-max\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl-max\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl-max\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl-max\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl-max\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl-max\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl-max\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl-max\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl-max\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl-max\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl-max\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl-max\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl-max\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl-max\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl-max\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl-max\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl-max\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl-max\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .\32xl-max\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .\32xl-max\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .\32xl-max\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .\32xl-max\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .\32xl-max\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .\32xl-max\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .\32xl-max\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .\32xl-max\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .\32xl-max\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .\32xl-max\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .\32xl-max\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .\32xl-max\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .\32xl-max\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .\32xl-max\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .\32xl-max\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .\32xl-max\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .\32xl-max\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .\32xl-max\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .\32xl-max\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl-max\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl-max\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl-max\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl-max\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl-max\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .\32xl-max\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl-max\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .\32xl-max\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .\32xl-max\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl-max\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl-max\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl-max\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl-max\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl-max\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .\32xl-max\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl-max\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .\32xl-max\:border-0 {
    border-width: 0px;
  }

  .\32xl-max\:border-2 {
    border-width: 2px;
  }

  .\32xl-max\:border-3 {
    border-width: 3px;
  }

  .\32xl-max\:border-4 {
    border-width: 4px;
  }

  .\32xl-max\:border-8 {
    border-width: 8px;
  }

  .\32xl-max\:border {
    border-width: 1px;
  }

  .\32xl-max\:border-t-0 {
    border-top-width: 0px;
  }

  .\32xl-max\:border-t-2 {
    border-top-width: 2px;
  }

  .\32xl-max\:border-t-3 {
    border-top-width: 3px;
  }

  .\32xl-max\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl-max\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl-max\:border-t {
    border-top-width: 1px;
  }

  .\32xl-max\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl-max\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl-max\:border-r-3 {
    border-right-width: 3px;
  }

  .\32xl-max\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl-max\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl-max\:border-r {
    border-right-width: 1px;
  }

  .\32xl-max\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl-max\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl-max\:border-b-3 {
    border-bottom-width: 3px;
  }

  .\32xl-max\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl-max\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl-max\:border-b {
    border-bottom-width: 1px;
  }

  .\32xl-max\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl-max\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl-max\:border-l-3 {
    border-left-width: 3px;
  }

  .\32xl-max\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl-max\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl-max\:border-l {
    border-left-width: 1px;
  }

  .\32xl-max\:border-solid {
    border-style: solid;
  }

  .\32xl-max\:border-dashed {
    border-style: dashed;
  }

  .\32xl-max\:border-dotted {
    border-style: dotted;
  }

  .\32xl-max\:border-double {
    border-style: double;
  }

  .\32xl-max\:border-none {
    border-style: none;
  }

  .\32xl-max\:border-transparent {
    border-color: transparent;
  }

  .\32xl-max\:border-current {
    border-color: currentColor;
  }

  .\32xl-max\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl-max\:border-slate {
  }

  .\32xl-max\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:border-zinc {
  }

  .\32xl-max\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl-max\:border-neutral {
  }

  .\32xl-max\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl-max\:border-stone {
  }

  .\32xl-max\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl-max\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .\32xl-max\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .\32xl-max\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-850 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-950 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-gray-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-650 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-red-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-yellow-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-green-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-indigo-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-purple-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-pink-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-blue-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-50 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-150 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-250 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-500 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-650 {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-700 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-750 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-800 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-850 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate-950 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-slate {
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-zinc {
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-neutral {
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-100 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-200 {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-400 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-500 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-600 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-700 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-800 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone-900 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-stone {
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-650 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-orange-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-amber-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-lime-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-emerald-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-550 {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-teal-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-cyan-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-200 {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-600 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-900 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-sky-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-violet-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-500 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-700 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-800 {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-fuchsia-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-50 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-300 {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-400 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-500 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-600 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-700 {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-800 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:border-rose-DEFAULT-900 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .\32xl-max\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .\32xl-max\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-gray-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-red-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-yellow-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-green-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-indigo-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-purple-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-pink-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-blue-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-150:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-250:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-750:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-850:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate-950:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-slate:focus-within {
  }

  .\32xl-max\:focus-within\:border-zinc-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-zinc:focus-within {
  }

  .\32xl-max\:focus-within\:border-neutral-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-neutral:focus-within {
  }

  .\32xl-max\:focus-within\:border-stone-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-stone:focus-within {
  }

  .\32xl-max\:focus-within\:border-orange-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-650:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-orange-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-amber-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-lime-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-emerald-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-550:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-teal-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-cyan-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-sky-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-violet-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-fuchsia-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:focus-within\:border-rose-DEFAULT-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl-max\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .\32xl-max\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-gray-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-red-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-yellow-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-green-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-indigo-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-purple-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-pink-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-blue-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-150:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-250:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-750:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-850:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate-950:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-slate:hover {
  }

  .\32xl-max\:hover\:border-zinc-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-zinc:hover {
  }

  .\32xl-max\:hover\:border-neutral-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-neutral:hover {
  }

  .\32xl-max\:hover\:border-stone-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-stone:hover {
  }

  .\32xl-max\:hover\:border-orange-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-650:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-orange-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-amber-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-lime-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-emerald-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-550:hover {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-teal-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-cyan-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-sky-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-violet-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-fuchsia-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:hover\:border-rose-DEFAULT-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl-max\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .\32xl-max\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 239, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 236, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(210, 214, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 212, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 181, 189, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 117, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(73, 80, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 47, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 32, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 39, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 19, 34, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-gray-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 151, 151, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 57, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 6, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 31, 26, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(189, 0, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-red-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 51, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-yellow-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 173, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-green-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-indigo-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(121, 40, 202, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-purple-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 131, 221, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 0, 128, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-pink-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 82, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 78, 134, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 125, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-blue-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(222, 226, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-150:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 211, 218, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 232, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-250:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 211, 222, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 184, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 146, 171, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 116, 142, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(98, 117, 148, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(89, 116, 162, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 71, 103, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-750:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 46, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 65, 111, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-850:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 58, 84, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate-950:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 23, 40, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-slate:focus {
  }

  .\32xl-max\:focus\:border-zinc-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-zinc:focus {
  }

  .\32xl-max\:focus\:border-neutral-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 117, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-neutral:focus {
  }

  .\32xl-max\:focus\:border-stone-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 244, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(231, 229, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 211, 209, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 162, 158, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 113, 108, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 83, 78, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 64, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(41, 37, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(28, 25, 23, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-stone:focus {
  }

  .\32xl-max\:focus\:border-orange-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-650:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 61, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-orange-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 196, 0, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-amber-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(205, 245, 155, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(152, 236, 45, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(130, 214, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 177, 8, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-lime-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-emerald-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-550:focus {
    --tw-border-opacity: 1;
    border-color: rgba(50, 152, 116, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-teal-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(33, 212, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 193, 232, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 161, 196, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-cyan-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(171, 233, 247, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(62, 161, 236, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 69, 109, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-sky-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-violet-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 147, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(203, 12, 159, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 1, 126, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 8, 102, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-fuchsia-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 102, 124, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity));
  }

  .\32xl-max\:focus\:border-rose-DEFAULT-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity));
  }

  .\32xl-max\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .\32xl-max\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .\32xl-max\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .\32xl-max\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .\32xl-max\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .\32xl-max\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .\32xl-max\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .\32xl-max\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .\32xl-max\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .\32xl-max\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .\32xl-max\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .\32xl-max\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .\32xl-max\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .\32xl-max\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .\32xl-max\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .\32xl-max\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .\32xl-max\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .\32xl-max\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .\32xl-max\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .\32xl-max\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .\32xl-max\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .\32xl-max\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .\32xl-max\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .\32xl-max\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .\32xl-max\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .\32xl-max\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .\32xl-max\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .\32xl-max\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .\32xl-max\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .\32xl-max\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .\32xl-max\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .\32xl-max\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .\32xl-max\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .\32xl-max\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .\32xl-max\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .\32xl-max\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .\32xl-max\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .\32xl-max\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .\32xl-max\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .\32xl-max\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .\32xl-max\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .\32xl-max\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .\32xl-max\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .\32xl-max\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .\32xl-max\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .\32xl-max\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .\32xl-max\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .\32xl-max\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .\32xl-max\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .\32xl-max\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .\32xl-max\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .\32xl-max\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .\32xl-max\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .\32xl-max\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .\32xl-max\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .\32xl-max\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .\32xl-max\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .\32xl-max\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .\32xl-max\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .\32xl-max\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .\32xl-max\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .\32xl-max\:bg-transparent {
    background-color: transparent;
  }

  .\32xl-max\:bg-current {
    background-color: currentColor;
  }

  .\32xl-max\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-slate {
  }

  .\32xl-max\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-zinc {
  }

  .\32xl-max\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-neutral {
  }

  .\32xl-max\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-stone {
  }

  .\32xl-max\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .\32xl-max\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .\32xl-max\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-gray-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-red-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-yellow-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-green-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-indigo-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-purple-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-pink-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-blue-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-250 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-850 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-slate {
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-zinc {
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-neutral {
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-stone {
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-650 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-orange-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-amber-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-lime-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-emerald-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-teal-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-cyan-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-sky-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-violet-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-fuchsia-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:bg-rose-DEFAULT-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .\32xl-max\:focus-within\:bg-current:focus-within {
    background-color: currentColor;
  }

  .\32xl-max\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-gray-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-red-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-yellow-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-green-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-indigo-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-purple-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-pink-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-blue-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-150:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-250:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-750:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-850:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate-950:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-slate:focus-within {
  }

  .\32xl-max\:focus-within\:bg-zinc-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-zinc:focus-within {
  }

  .\32xl-max\:focus-within\:bg-neutral-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-neutral:focus-within {
  }

  .\32xl-max\:focus-within\:bg-stone-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-stone:focus-within {
  }

  .\32xl-max\:focus-within\:bg-orange-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-650:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-orange-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-amber-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-lime-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-emerald-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-550:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-teal-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-cyan-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-sky-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-violet-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-fuchsia-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus-within\:bg-rose-DEFAULT-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .\32xl-max\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .\32xl-max\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-gray-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-red-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-yellow-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-green-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-indigo-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-purple-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-pink-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-blue-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-150:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-250:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-750:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-850:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate-950:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-slate:hover {
  }

  .\32xl-max\:hover\:bg-zinc-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-zinc:hover {
  }

  .\32xl-max\:hover\:bg-neutral-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-neutral:hover {
  }

  .\32xl-max\:hover\:bg-stone-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-stone:hover {
  }

  .\32xl-max\:hover\:bg-orange-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-650:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-orange-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-amber-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-lime-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-emerald-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-550:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-teal-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-cyan-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-sky-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-violet-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-fuchsia-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:hover\:bg-rose-DEFAULT-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl-max\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .\32xl-max\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 239, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 236, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 214, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 212, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 181, 189, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(73, 80, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 47, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 32, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 39, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 19, 34, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-gray-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 151, 151, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 57, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 6, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 31, 26, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(189, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-red-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 51, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-yellow-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 173, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-green-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-indigo-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(121, 40, 202, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-purple-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 131, 221, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 0, 128, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-pink-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 82, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 78, 134, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 125, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-blue-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(222, 226, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-150:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 211, 218, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 232, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-250:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 211, 222, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 184, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 146, 171, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 116, 142, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(98, 117, 148, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 116, 162, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 71, 103, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-750:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 46, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 65, 111, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-850:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 58, 84, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate-950:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 23, 40, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-slate:focus {
  }

  .\32xl-max\:focus\:bg-zinc-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-zinc:focus {
  }

  .\32xl-max\:focus\:bg-neutral-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 117, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-neutral:focus {
  }

  .\32xl-max\:focus\:bg-stone-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 244, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 211, 209, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 113, 108, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 83, 78, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 64, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 37, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 25, 23, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-stone:focus {
  }

  .\32xl-max\:focus\:bg-orange-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-650:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 61, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-orange-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 196, 0, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-amber-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(205, 245, 155, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(152, 236, 45, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(130, 214, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 177, 8, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-lime-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-emerald-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-550:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(50, 152, 116, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-teal-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 212, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 193, 232, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 161, 196, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-cyan-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(171, 233, 247, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(62, 161, 236, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 69, 109, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-sky-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-violet-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 147, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 12, 159, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 1, 126, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 8, 102, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-fuchsia-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 102, 124, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity));
  }

  .\32xl-max\:focus\:bg-rose-DEFAULT-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity));
  }

  .\32xl-max\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .\32xl-max\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .\32xl-max\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .\32xl-max\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .\32xl-max\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .\32xl-max\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .\32xl-max\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .\32xl-max\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .\32xl-max\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .\32xl-max\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .\32xl-max\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .\32xl-max\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .\32xl-max\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .\32xl-max\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .\32xl-max\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .\32xl-max\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .\32xl-max\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .\32xl-max\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .\32xl-max\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .\32xl-max\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .\32xl-max\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .\32xl-max\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .\32xl-max\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .\32xl-max\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .\32xl-max\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .\32xl-max\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .\32xl-max\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .\32xl-max\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .\32xl-max\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .\32xl-max\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .\32xl-max\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .\32xl-max\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .\32xl-max\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .\32xl-max\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .\32xl-max\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .\32xl-max\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .\32xl-max\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .\32xl-max\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .\32xl-max\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .\32xl-max\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .\32xl-max\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .\32xl-max\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .\32xl-max\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .\32xl-max\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .\32xl-max\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .\32xl-max\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .\32xl-max\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .\32xl-max\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .\32xl-max\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .\32xl-max\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .\32xl-max\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .\32xl-max\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .\32xl-max\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .\32xl-max\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .\32xl-max\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .\32xl-max\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .\32xl-max\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .\32xl-max\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .\32xl-max\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .\32xl-max\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .\32xl-max\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .\32xl-max\:bg-none {
    background-image: none;
  }

  .\32xl-max\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl-max\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl-max\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl-max\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl-max\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl-max\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl-max\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl-max\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl-max\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl-max\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl-max\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl-max\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl-max\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl-max\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl-max\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl-max\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl-max\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl-max\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl-max\:from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl-max\:from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl-max\:from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl-max\:from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl-max\:from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl-max\:from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl-max\:from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl-max\:from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl-max\:from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl-max\:from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl-max\:from-yellow-50 {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl-max\:from-yellow-100 {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl-max\:from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl-max\:from-yellow-300 {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl-max\:from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl-max\:from-yellow-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl-max\:from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl-max\:from-yellow-700 {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl-max\:from-yellow-800 {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl-max\:from-yellow-900 {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl-max\:from-green-50 {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl-max\:from-green-100 {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl-max\:from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl-max\:from-green-300 {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl-max\:from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl-max\:from-green-500 {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl-max\:from-green-600 {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl-max\:from-green-700 {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl-max\:from-green-800 {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl-max\:from-green-900 {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl-max\:from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl-max\:from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl-max\:from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl-max\:from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl-max\:from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl-max\:from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl-max\:from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl-max\:from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl-max\:from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl-max\:from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl-max\:from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl-max\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl-max\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl-max\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl-max\:from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl-max\:from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl-max\:from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl-max\:from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl-max\:from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl-max\:from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl-max\:from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl-max\:from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl-max\:from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl-max\:from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl-max\:from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl-max\:from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl-max\:from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl-max\:from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl-max\:from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl-max\:from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl-max\:from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl-max\:from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl-max\:from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl-max\:from-pink-300 {
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl-max\:from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl-max\:from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl-max\:from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl-max\:from-pink-700 {
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl-max\:from-pink-800 {
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl-max\:from-pink-900 {
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl-max\: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-max\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\: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-max\: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-max\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl-max\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl-max\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl-max\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl-max\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl-max\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl-max\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl-max\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl-max\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl-max\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-yellow-50:hover {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl-max\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl-max\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl-max\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl-max\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl-max\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl-max\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl-max\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl-max\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl-max\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl-max\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl-max\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl-max\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl-max\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl-max\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl-max\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl-max\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl-max\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl-max\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl-max\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:hover\:from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl-max\:hover\:from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl-max\:hover\:from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl-max\:hover\:from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl-max\:hover\:from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl-max\:hover\:from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl-max\:hover\:from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl-max\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl-max\:hover\:from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl-max\:hover\:from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\: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-max\: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-max\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl-max\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl-max\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl-max\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl-max\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl-max\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl-max\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl-max\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl-max\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl-max\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-yellow-50:focus {
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl-max\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl-max\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl-max\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl-max\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl-max\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl-max\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl-max\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl-max\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl-max\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl-max\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl-max\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl-max\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl-max\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl-max\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl-max\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl-max\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl-max\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl-max\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl-max\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:focus\:from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl-max\:focus\:from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl-max\:focus\:from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl-max\:focus\:from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl-max\:focus\:from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl-max\:focus\:from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl-max\:focus\:from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl-max\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl-max\:focus\:from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl-max\:focus\:from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl-max\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl-max\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl-max\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl-max\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl-max\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl-max\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl-max\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl-max\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl-max\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl-max\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl-max\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl-max\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl-max\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl-max\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl-max\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl-max\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl-max\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl-max\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl-max\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl-max\:via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl-max\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl-max\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl-max\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl-max\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl-max\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl-max\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl-max\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl-max\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl-max\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl-max\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl-max\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl-max\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl-max\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl-max\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl-max\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl-max\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl-max\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl-max\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl-max\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl-max\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl-max\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl-max\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl-max\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl-max\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl-max\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl-max\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl-max\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl-max\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl-max\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl-max\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl-max\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl-max\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl-max\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl-max\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl-max\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl-max\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl-max\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl-max\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl-max\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl-max\:via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl-max\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl-max\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl-max\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl-max\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl-max\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl-max\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl-max\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl-max\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl-max\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl-max\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl-max\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl-max\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl-max\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl-max\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl-max\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl-max\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl-max\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl-max\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl-max\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl-max\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl-max\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl-max\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl-max\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl-max\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl-max\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl-max\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl-max\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl-max\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl-max\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl-max\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl-max\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl-max\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl-max\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl-max\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl-max\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl-max\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl-max\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl-max\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl-max\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl-max\:hover\:via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl-max\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl-max\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl-max\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl-max\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl-max\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl-max\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl-max\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl-max\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl-max\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl-max\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl-max\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl-max\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl-max\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl-max\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl-max\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl-max\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl-max\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl-max\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl-max\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl-max\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl-max\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl-max\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl-max\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl-max\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl-max\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl-max\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl-max\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl-max\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl-max\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl-max\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl-max\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl-max\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl-max\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl-max\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl-max\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl-max\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl-max\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl-max\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl-max\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl-max\:hover\:via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl-max\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl-max\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl-max\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl-max\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl-max\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl-max\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl-max\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl-max\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl-max\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl-max\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl-max\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl-max\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl-max\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl-max\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl-max\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl-max\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl-max\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl-max\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl-max\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl-max\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl-max\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl-max\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl-max\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  .\32xl-max\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  .\32xl-max\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  .\32xl-max\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  .\32xl-max\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  .\32xl-max\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  .\32xl-max\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  .\32xl-max\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  .\32xl-max\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  .\32xl-max\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl-max\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl-max\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .\32xl-max\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .\32xl-max\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .\32xl-max\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .\32xl-max\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .\32xl-max\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .\32xl-max\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .\32xl-max\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .\32xl-max\:focus\:via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl-max\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl-max\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl-max\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl-max\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  .\32xl-max\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl-max\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl-max\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl-max\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl-max\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl-max\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl-max\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl-max\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl-max\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  .\32xl-max\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  .\32xl-max\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  .\32xl-max\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  .\32xl-max\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  .\32xl-max\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl-max\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl-max\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl-max\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl-max\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl-max\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl-max\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .\32xl-max\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl-max\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl-max\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl-max\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl-max\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl-max\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl-max\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl-max\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl-max\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl-max\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl-max\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl-max\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl-max\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl-max\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl-max\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl-max\:focus\:via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl-max\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl-max\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl-max\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl-max\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl-max\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl-max\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl-max\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl-max\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl-max\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl-max\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl-max\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl-max\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl-max\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl-max\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl-max\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl-max\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl-max\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl-max\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl-max\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl-max\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .\32xl-max\:to-current {
    --tw-gradient-to: currentColor;
  }

  .\32xl-max\:to-black {
    --tw-gradient-to: #000;
  }

  .\32xl-max\:to-white {
    --tw-gradient-to: #fff;
  }

  .\32xl-max\:to-gray-50 {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl-max\:to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl-max\:to-gray-200 {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl-max\:to-gray-300 {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl-max\:to-gray-400 {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl-max\:to-gray-500 {
    --tw-gradient-to: #6b7280;
  }

  .\32xl-max\:to-gray-600 {
    --tw-gradient-to: #4b5563;
  }

  .\32xl-max\:to-gray-700 {
    --tw-gradient-to: #374151;
  }

  .\32xl-max\:to-gray-800 {
    --tw-gradient-to: #1f2937;
  }

  .\32xl-max\:to-gray-900 {
    --tw-gradient-to: #111827;
  }

  .\32xl-max\:to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl-max\:to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl-max\:to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .\32xl-max\:to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl-max\:to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .\32xl-max\:to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .\32xl-max\:to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .\32xl-max\:to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl-max\:to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .\32xl-max\:to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl-max\:to-yellow-50 {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl-max\:to-yellow-100 {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl-max\:to-yellow-200 {
    --tw-gradient-to: #fde68a;
  }

  .\32xl-max\:to-yellow-300 {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl-max\:to-yellow-400 {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl-max\:to-yellow-500 {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl-max\:to-yellow-600 {
    --tw-gradient-to: #d97706;
  }

  .\32xl-max\:to-yellow-700 {
    --tw-gradient-to: #b45309;
  }

  .\32xl-max\:to-yellow-800 {
    --tw-gradient-to: #92400e;
  }

  .\32xl-max\:to-yellow-900 {
    --tw-gradient-to: #78350f;
  }

  .\32xl-max\:to-green-50 {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl-max\:to-green-100 {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl-max\:to-green-200 {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl-max\:to-green-300 {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl-max\:to-green-400 {
    --tw-gradient-to: #34d399;
  }

  .\32xl-max\:to-green-500 {
    --tw-gradient-to: #10b981;
  }

  .\32xl-max\:to-green-600 {
    --tw-gradient-to: #059669;
  }

  .\32xl-max\:to-green-700 {
    --tw-gradient-to: #047857;
  }

  .\32xl-max\:to-green-800 {
    --tw-gradient-to: #065f46;
  }

  .\32xl-max\:to-green-900 {
    --tw-gradient-to: #064e3b;
  }

  .\32xl-max\:to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl-max\:to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl-max\:to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl-max\:to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl-max\:to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl-max\:to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl-max\:to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .\32xl-max\:to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl-max\:to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .\32xl-max\:to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl-max\:to-indigo-50 {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl-max\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl-max\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl-max\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl-max\:to-indigo-400 {
    --tw-gradient-to: #818cf8;
  }

  .\32xl-max\:to-indigo-500 {
    --tw-gradient-to: #6366f1;
  }

  .\32xl-max\:to-indigo-600 {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl-max\:to-indigo-700 {
    --tw-gradient-to: #4338ca;
  }

  .\32xl-max\:to-indigo-800 {
    --tw-gradient-to: #3730a3;
  }

  .\32xl-max\:to-indigo-900 {
    --tw-gradient-to: #312e81;
  }

  .\32xl-max\:to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl-max\:to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl-max\:to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl-max\:to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl-max\:to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl-max\:to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl-max\:to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl-max\:to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl-max\:to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl-max\:to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl-max\:to-pink-50 {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl-max\:to-pink-100 {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl-max\:to-pink-200 {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl-max\:to-pink-300 {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl-max\:to-pink-400 {
    --tw-gradient-to: #f472b6;
  }

  .\32xl-max\:to-pink-500 {
    --tw-gradient-to: #ec4899;
  }

  .\32xl-max\:to-pink-600 {
    --tw-gradient-to: #db2777;
  }

  .\32xl-max\:to-pink-700 {
    --tw-gradient-to: #be185d;
  }

  .\32xl-max\:to-pink-800 {
    --tw-gradient-to: #9d174d;
  }

  .\32xl-max\:to-pink-900 {
    --tw-gradient-to: #831843;
  }

  .\32xl-max\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .\32xl-max\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .\32xl-max\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .\32xl-max\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .\32xl-max\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl-max\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl-max\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl-max\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl-max\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl-max\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
  }

  .\32xl-max\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
  }

  .\32xl-max\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
  }

  .\32xl-max\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
  }

  .\32xl-max\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
  }

  .\32xl-max\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl-max\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl-max\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .\32xl-max\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl-max\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .\32xl-max\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .\32xl-max\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .\32xl-max\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl-max\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .\32xl-max\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl-max\:hover\:to-yellow-50:hover {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl-max\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl-max\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fde68a;
  }

  .\32xl-max\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl-max\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl-max\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl-max\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d97706;
  }

  .\32xl-max\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b45309;
  }

  .\32xl-max\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #92400e;
  }

  .\32xl-max\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #78350f;
  }

  .\32xl-max\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl-max\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl-max\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl-max\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl-max\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399;
  }

  .\32xl-max\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981;
  }

  .\32xl-max\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669;
  }

  .\32xl-max\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857;
  }

  .\32xl-max\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46;
  }

  .\32xl-max\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b;
  }

  .\32xl-max\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl-max\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl-max\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl-max\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl-max\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl-max\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl-max\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .\32xl-max\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl-max\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .\32xl-max\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl-max\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl-max\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl-max\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl-max\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl-max\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
  }

  .\32xl-max\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
  }

  .\32xl-max\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl-max\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
  }

  .\32xl-max\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
  }

  .\32xl-max\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
  }

  .\32xl-max\:hover\:to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl-max\:hover\:to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl-max\:hover\:to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl-max\:hover\:to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl-max\:hover\:to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl-max\:hover\:to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl-max\:hover\:to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl-max\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl-max\:hover\:to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl-max\:hover\:to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl-max\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl-max\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl-max\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl-max\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl-max\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6;
  }

  .\32xl-max\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899;
  }

  .\32xl-max\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777;
  }

  .\32xl-max\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d;
  }

  .\32xl-max\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d;
  }

  .\32xl-max\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843;
  }

  .\32xl-max\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .\32xl-max\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .\32xl-max\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .\32xl-max\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .\32xl-max\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
  }

  .\32xl-max\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
  }

  .\32xl-max\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
  }

  .\32xl-max\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
  }

  .\32xl-max\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
  }

  .\32xl-max\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
  }

  .\32xl-max\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
  }

  .\32xl-max\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
  }

  .\32xl-max\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
  }

  .\32xl-max\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
  }

  .\32xl-max\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .\32xl-max\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .\32xl-max\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .\32xl-max\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .\32xl-max\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .\32xl-max\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .\32xl-max\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .\32xl-max\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .\32xl-max\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .\32xl-max\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .\32xl-max\:focus\:to-yellow-50:focus {
    --tw-gradient-to: #fffbeb;
  }

  .\32xl-max\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fef3c7;
  }

  .\32xl-max\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fde68a;
  }

  .\32xl-max\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #fcd34d;
  }

  .\32xl-max\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #fbbf24;
  }

  .\32xl-max\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #f59e0b;
  }

  .\32xl-max\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d97706;
  }

  .\32xl-max\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b45309;
  }

  .\32xl-max\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #92400e;
  }

  .\32xl-max\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #78350f;
  }

  .\32xl-max\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl-max\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5;
  }

  .\32xl-max\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl-max\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7;
  }

  .\32xl-max\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399;
  }

  .\32xl-max\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981;
  }

  .\32xl-max\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669;
  }

  .\32xl-max\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857;
  }

  .\32xl-max\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46;
  }

  .\32xl-max\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b;
  }

  .\32xl-max\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .\32xl-max\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .\32xl-max\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl-max\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .\32xl-max\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .\32xl-max\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .\32xl-max\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .\32xl-max\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl-max\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .\32xl-max\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl-max\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
  }

  .\32xl-max\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl-max\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl-max\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl-max\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
  }

  .\32xl-max\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
  }

  .\32xl-max\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
  }

  .\32xl-max\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
  }

  .\32xl-max\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
  }

  .\32xl-max\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
  }

  .\32xl-max\:focus\:to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl-max\:focus\:to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .\32xl-max\:focus\:to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl-max\:focus\:to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl-max\:focus\:to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .\32xl-max\:focus\:to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl-max\:focus\:to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .\32xl-max\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .\32xl-max\:focus\:to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .\32xl-max\:focus\:to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .\32xl-max\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl-max\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3;
  }

  .\32xl-max\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl-max\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl-max\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6;
  }

  .\32xl-max\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899;
  }

  .\32xl-max\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777;
  }

  .\32xl-max\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d;
  }

  .\32xl-max\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d;
  }

  .\32xl-max\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843;
  }

  .\32xl-max\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .\32xl-max\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .\32xl-max\:bg-150 {
    background-size: 150%;
  }

  .\32xl-max\:bg-auto {
    background-size: auto;
  }

  .\32xl-max\:bg-cover {
    background-size: cover;
  }

  .\32xl-max\:bg-contain {
    background-size: contain;
  }

  .\32xl-max\:bg-fixed {
    background-attachment: fixed;
  }

  .\32xl-max\:bg-local {
    background-attachment: local;
  }

  .\32xl-max\:bg-scroll {
    background-attachment: scroll;
  }

  .\32xl-max\:bg-clip-border {
    background-clip: border-box;
  }

  .\32xl-max\:bg-clip-padding {
    background-clip: padding-box;
  }

  .\32xl-max\:bg-clip-content {
    background-clip: content-box;
  }

  .\32xl-max\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl-max\:bg-bottom {
    background-position: bottom;
  }

  .\32xl-max\:bg-center {
    background-position: center;
  }

  .\32xl-max\:bg-x-25 {
    background-position: 25% 0;
  }

  .\32xl-max\:bg-left {
    background-position: left;
  }

  .\32xl-max\:bg-left-bottom {
    background-position: left bottom;
  }

  .\32xl-max\:bg-left-top {
    background-position: left top;
  }

  .\32xl-max\:bg-right {
    background-position: right;
  }

  .\32xl-max\:bg-right-bottom {
    background-position: right bottom;
  }

  .\32xl-max\:bg-right-top {
    background-position: right top;
  }

  .\32xl-max\:bg-top {
    background-position: top;
  }

  .\32xl-max\:bg-repeat {
    background-repeat: repeat;
  }

  .\32xl-max\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\32xl-max\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .\32xl-max\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .\32xl-max\:bg-repeat-round {
    background-repeat: round;
  }

  .\32xl-max\:bg-repeat-space {
    background-repeat: space;
  }

  .\32xl-max\:bg-origin-border {
    background-origin: border-box;
  }

  .\32xl-max\:bg-origin-padding {
    background-origin: padding-box;
  }

  .\32xl-max\:bg-origin-content {
    background-origin: content-box;
  }

  .\32xl-max\:fill-current {
    fill: currentColor;
  }

  .\32xl-max\:stroke-current {
    stroke: currentColor;
  }

  .\32xl-max\:stroke-0 {
    stroke-width: 0;
  }

  .\32xl-max\:stroke-1 {
    stroke-width: 1;
  }

  .\32xl-max\:stroke-2 {
    stroke-width: 2;
  }

  .\32xl-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl-max\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl-max\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl-max\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl-max\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl-max\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl-max\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl-max\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl-max\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl-max\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl-max\:p-0 {
    padding: 0px;
  }

  .\32xl-max\:p-1 {
    padding: 0.25rem;
  }

  .\32xl-max\:p-2 {
    padding: 0.5rem;
  }

  .\32xl-max\:p-3 {
    padding: 0.75rem;
  }

  .\32xl-max\:p-4 {
    padding: 1rem;
  }

  .\32xl-max\:p-5 {
    padding: 1.25rem;
  }

  .\32xl-max\:p-6 {
    padding: 1.5rem;
  }

  .\32xl-max\:p-7 {
    padding: 1.75rem;
  }

  .\32xl-max\:p-8 {
    padding: 2rem;
  }

  .\32xl-max\:p-9 {
    padding: 2.25rem;
  }

  .\32xl-max\:p-10 {
    padding: 2.5rem;
  }

  .\32xl-max\:p-11 {
    padding: 2.75rem;
  }

  .\32xl-max\:p-12 {
    padding: 3rem;
  }

  .\32xl-max\:p-13 {
    padding: 3.25rem;
  }

  .\32xl-max\:p-14 {
    padding: 3.5rem;
  }

  .\32xl-max\:p-16 {
    padding: 4rem;
  }

  .\32xl-max\:p-19 {
    padding: 4.75rem;
  }

  .\32xl-max\:p-20 {
    padding: 5rem;
  }

  .\32xl-max\:p-24 {
    padding: 6rem;
  }

  .\32xl-max\:p-25 {
    padding: 6.25rem;
  }

  .\32xl-max\:p-28 {
    padding: 7rem;
  }

  .\32xl-max\:p-30 {
    padding: 7.5rem;
  }

  .\32xl-max\:p-32 {
    padding: 8rem;
  }

  .\32xl-max\:p-34 {
    padding: 8.5rem;
  }

  .\32xl-max\:p-36 {
    padding: 9rem;
  }

  .\32xl-max\:p-40 {
    padding: 10rem;
  }

  .\32xl-max\:p-42 {
    padding: 10.5rem;
  }

  .\32xl-max\:p-44 {
    padding: 11rem;
  }

  .\32xl-max\:p-46 {
    padding: 11.5rem;
  }

  .\32xl-max\:p-48 {
    padding: 12rem;
  }

  .\32xl-max\:p-50 {
    padding: 12.5rem;
  }

  .\32xl-max\:p-52 {
    padding: 13rem;
  }

  .\32xl-max\:p-54 {
    padding: 13.5rem;
  }

  .\32xl-max\:p-56 {
    padding: 14rem;
  }

  .\32xl-max\:p-60 {
    padding: 15rem;
  }

  .\32xl-max\:p-64 {
    padding: 16rem;
  }

  .\32xl-max\:p-68 {
    padding: 17rem;
  }

  .\32xl-max\:p-72 {
    padding: 18rem;
  }

  .\32xl-max\:p-75 {
    padding: 18.75rem;
  }

  .\32xl-max\:p-80 {
    padding: 20rem;
  }

  .\32xl-max\:p-85 {
    padding: 22rem;
  }

  .\32xl-max\:p-90 {
    padding: 22.5rem;
  }

  .\32xl-max\:p-92 {
    padding: 23rem;
  }

  .\32xl-max\:p-96 {
    padding: 24rem;
  }

  .\32xl-max\:p-100 {
    padding: 25rem;
  }

  .\32xl-max\:p-116 {
    padding: 29rem;
  }

  .\32xl-max\:p-120 {
    padding: 30rem;
  }

  .\32xl-max\:p-125 {
    padding: 31.25rem;
  }

  .\32xl-max\:p-135 {
    padding: 33.75rem;
  }

  .\32xl-max\:p-160 {
    padding: 40rem;
  }

  .\32xl-max\:p-180 {
    padding: 45rem;
  }

  .\32xl-max\:p-240 {
    padding: 60rem;
  }

  .\32xl-max\:p-285 {
    padding: 71.25rem;
  }

  .\32xl-max\:p-330 {
    padding: 82.5rem;
  }

  .\32xl-max\:p-unset {
    padding: unset;
  }

  .\32xl-max\:p-px {
    padding: 1px;
  }

  .\32xl-max\:p-0\.4 {
    padding: 0.1rem;
  }

  .\32xl-max\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl-max\:p-0\.6 {
    padding: 0.15rem;
  }

  .\32xl-max\:p-0\.75 {
    padding: 0.2rem;
  }

  .\32xl-max\:p-1\.2 {
    padding: 0.3rem;
  }

  .\32xl-max\:p-1\.25 {
    padding: 0.3125rem;
  }

  .\32xl-max\:p-1\.4 {
    padding: 0.35rem;
  }

  .\32xl-max\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl-max\:p-1\.6 {
    padding: 0.4rem;
  }

  .\32xl-max\:p-1\.75 {
    padding: 0.4375rem;
  }

  .\32xl-max\:p-1\.8 {
    padding: 0.45rem;
  }

  .\32xl-max\:p-2\.2 {
    padding: 0.55rem;
  }

  .\32xl-max\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl-max\:p-2\.6 {
    padding: 0.65rem;
  }

  .\32xl-max\:p-2\.7 {
    padding: 0.675rem;
  }

  .\32xl-max\:p-2\.8 {
    padding: 0.7rem;
  }

  .\32xl-max\:p-3\.4 {
    padding: 0.85rem;
  }

  .\32xl-max\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl-max\:p-3\.6 {
    padding: 0.9rem;
  }

  .\32xl-max\:p-4\.5 {
    padding: 1.125rem;
  }

  .\32xl-max\:p-4\.8 {
    padding: 1.2rem;
  }

  .\32xl-max\:p-5\.3 {
    padding: 1.3rem;
  }

  .\32xl-max\:p-5\.4 {
    padding: 1.35rem;
  }

  .\32xl-max\:p-5\.5 {
    padding: 1.375rem;
  }

  .\32xl-max\:p-5\.6 {
    padding: 1.4rem;
  }

  .\32xl-max\:p-6\.5 {
    padding: 1.625rem;
  }

  .\32xl-max\:p-70\/100 {
    padding: 70%;
  }

  .\32xl-max\:p-31\/100 {
    padding: 31%;
  }

  .\32xl-max\:p-15\/100 {
    padding: 15%;
  }

  .\32xl-max\:p-1\/100 {
    padding: 1%;
  }

  .\32xl-max\:p-1\/10 {
    padding: 10%;
  }

  .\32xl-max\:p-1\/2 {
    padding: 50%;
  }

  .\32xl-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl-max\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl-max\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl-max\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl-max\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl-max\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl-max\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl-max\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl-max\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl-max\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl-max\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl-max\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl-max\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl-max\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\32xl-max\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl-max\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl-max\:px-19 {
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .\32xl-max\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl-max\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl-max\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .\32xl-max\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl-max\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .\32xl-max\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl-max\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .\32xl-max\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl-max\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl-max\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .\32xl-max\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl-max\:px-46 {
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  .\32xl-max\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl-max\:px-50 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .\32xl-max\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl-max\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .\32xl-max\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl-max\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl-max\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl-max\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .\32xl-max\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl-max\:px-75 {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .\32xl-max\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl-max\:px-85 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .\32xl-max\:px-90 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .\32xl-max\:px-92 {
    padding-left: 23rem;
    padding-right: 23rem;
  }

  .\32xl-max\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl-max\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .\32xl-max\:px-116 {
    padding-left: 29rem;
    padding-right: 29rem;
  }

  .\32xl-max\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .\32xl-max\:px-125 {
    padding-left: 31.25rem;
    padding-right: 31.25rem;
  }

  .\32xl-max\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .\32xl-max\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .\32xl-max\:px-180 {
    padding-left: 45rem;
    padding-right: 45rem;
  }

  .\32xl-max\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .\32xl-max\:px-285 {
    padding-left: 71.25rem;
    padding-right: 71.25rem;
  }

  .\32xl-max\:px-330 {
    padding-left: 82.5rem;
    padding-right: 82.5rem;
  }

  .\32xl-max\:px-unset {
    padding-left: unset;
    padding-right: unset;
  }

  .\32xl-max\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl-max\:px-0\.4 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .\32xl-max\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl-max\:px-0\.6 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .\32xl-max\:px-0\.75 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .\32xl-max\:px-1\.2 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .\32xl-max\:px-1\.25 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .\32xl-max\:px-1\.4 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .\32xl-max\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl-max\:px-1\.6 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .\32xl-max\:px-1\.75 {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .\32xl-max\:px-1\.8 {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .\32xl-max\:px-2\.2 {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .\32xl-max\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl-max\:px-2\.6 {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .\32xl-max\:px-2\.7 {
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }

  .\32xl-max\:px-2\.8 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .\32xl-max\:px-3\.4 {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .\32xl-max\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl-max\:px-3\.6 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .\32xl-max\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .\32xl-max\:px-4\.8 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .\32xl-max\:px-5\.3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .\32xl-max\:px-5\.4 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .\32xl-max\:px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .\32xl-max\:px-5\.6 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .\32xl-max\:px-6\.5 {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .\32xl-max\:px-70\/100 {
    padding-left: 70%;
    padding-right: 70%;
  }

  .\32xl-max\:px-31\/100 {
    padding-left: 31%;
    padding-right: 31%;
  }

  .\32xl-max\:px-15\/100 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .\32xl-max\:px-1\/100 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .\32xl-max\:px-1\/10 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .\32xl-max\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .\32xl-max\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl-max\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl-max\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl-max\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl-max\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl-max\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl-max\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl-max\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl-max\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl-max\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl-max\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl-max\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl-max\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl-max\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\32xl-max\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl-max\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl-max\:py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .\32xl-max\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl-max\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl-max\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .\32xl-max\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl-max\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .\32xl-max\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl-max\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .\32xl-max\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl-max\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl-max\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .\32xl-max\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl-max\:py-46 {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .\32xl-max\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl-max\:py-50 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .\32xl-max\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl-max\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .\32xl-max\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl-max\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl-max\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl-max\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .\32xl-max\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl-max\:py-75 {
    padding-top: 18.75rem;
    padding-bottom: 18.75rem;
  }

  .\32xl-max\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl-max\:py-85 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .\32xl-max\:py-90 {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }

  .\32xl-max\:py-92 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }

  .\32xl-max\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl-max\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .\32xl-max\:py-116 {
    padding-top: 29rem;
    padding-bottom: 29rem;
  }

  .\32xl-max\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .\32xl-max\:py-125 {
    padding-top: 31.25rem;
    padding-bottom: 31.25rem;
  }

  .\32xl-max\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .\32xl-max\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .\32xl-max\:py-180 {
    padding-top: 45rem;
    padding-bottom: 45rem;
  }

  .\32xl-max\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .\32xl-max\:py-285 {
    padding-top: 71.25rem;
    padding-bottom: 71.25rem;
  }

  .\32xl-max\:py-330 {
    padding-top: 82.5rem;
    padding-bottom: 82.5rem;
  }

  .\32xl-max\:py-unset {
    padding-top: unset;
    padding-bottom: unset;
  }

  .\32xl-max\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl-max\:py-0\.4 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .\32xl-max\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl-max\:py-0\.6 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .\32xl-max\:py-0\.75 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .\32xl-max\:py-1\.2 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .\32xl-max\:py-1\.25 {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .\32xl-max\:py-1\.4 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .\32xl-max\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl-max\:py-1\.6 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .\32xl-max\:py-1\.75 {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .\32xl-max\:py-1\.8 {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .\32xl-max\:py-2\.2 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .\32xl-max\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl-max\:py-2\.6 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .\32xl-max\:py-2\.7 {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
  }

  .\32xl-max\:py-2\.8 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .\32xl-max\:py-3\.4 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .\32xl-max\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl-max\:py-3\.6 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .\32xl-max\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .\32xl-max\:py-4\.8 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .\32xl-max\:py-5\.3 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .\32xl-max\:py-5\.4 {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }

  .\32xl-max\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .\32xl-max\:py-5\.6 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .\32xl-max\:py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .\32xl-max\:py-70\/100 {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .\32xl-max\:py-31\/100 {
    padding-top: 31%;
    padding-bottom: 31%;
  }

  .\32xl-max\:py-15\/100 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .\32xl-max\:py-1\/100 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .\32xl-max\:py-1\/10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .\32xl-max\:py-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .\32xl-max\:pt-0 {
    padding-top: 0px;
  }

  .\32xl-max\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl-max\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl-max\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl-max\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl-max\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl-max\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl-max\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl-max\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl-max\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl-max\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl-max\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl-max\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl-max\:pt-13 {
    padding-top: 3.25rem;
  }

  .\32xl-max\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl-max\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl-max\:pt-19 {
    padding-top: 4.75rem;
  }

  .\32xl-max\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl-max\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl-max\:pt-25 {
    padding-top: 6.25rem;
  }

  .\32xl-max\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl-max\:pt-30 {
    padding-top: 7.5rem;
  }

  .\32xl-max\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl-max\:pt-34 {
    padding-top: 8.5rem;
  }

  .\32xl-max\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl-max\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl-max\:pt-42 {
    padding-top: 10.5rem;
  }

  .\32xl-max\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl-max\:pt-46 {
    padding-top: 11.5rem;
  }

  .\32xl-max\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl-max\:pt-50 {
    padding-top: 12.5rem;
  }

  .\32xl-max\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl-max\:pt-54 {
    padding-top: 13.5rem;
  }

  .\32xl-max\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl-max\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl-max\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl-max\:pt-68 {
    padding-top: 17rem;
  }

  .\32xl-max\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl-max\:pt-75 {
    padding-top: 18.75rem;
  }

  .\32xl-max\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl-max\:pt-85 {
    padding-top: 22rem;
  }

  .\32xl-max\:pt-90 {
    padding-top: 22.5rem;
  }

  .\32xl-max\:pt-92 {
    padding-top: 23rem;
  }

  .\32xl-max\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl-max\:pt-100 {
    padding-top: 25rem;
  }

  .\32xl-max\:pt-116 {
    padding-top: 29rem;
  }

  .\32xl-max\:pt-120 {
    padding-top: 30rem;
  }

  .\32xl-max\:pt-125 {
    padding-top: 31.25rem;
  }

  .\32xl-max\:pt-135 {
    padding-top: 33.75rem;
  }

  .\32xl-max\:pt-160 {
    padding-top: 40rem;
  }

  .\32xl-max\:pt-180 {
    padding-top: 45rem;
  }

  .\32xl-max\:pt-240 {
    padding-top: 60rem;
  }

  .\32xl-max\:pt-285 {
    padding-top: 71.25rem;
  }

  .\32xl-max\:pt-330 {
    padding-top: 82.5rem;
  }

  .\32xl-max\:pt-unset {
    padding-top: unset;
  }

  .\32xl-max\:pt-px {
    padding-top: 1px;
  }

  .\32xl-max\:pt-0\.4 {
    padding-top: 0.1rem;
  }

  .\32xl-max\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl-max\:pt-0\.6 {
    padding-top: 0.15rem;
  }

  .\32xl-max\:pt-0\.75 {
    padding-top: 0.2rem;
  }

  .\32xl-max\:pt-1\.2 {
    padding-top: 0.3rem;
  }

  .\32xl-max\:pt-1\.25 {
    padding-top: 0.3125rem;
  }

  .\32xl-max\:pt-1\.4 {
    padding-top: 0.35rem;
  }

  .\32xl-max\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl-max\:pt-1\.6 {
    padding-top: 0.4rem;
  }

  .\32xl-max\:pt-1\.75 {
    padding-top: 0.4375rem;
  }

  .\32xl-max\:pt-1\.8 {
    padding-top: 0.45rem;
  }

  .\32xl-max\:pt-2\.2 {
    padding-top: 0.55rem;
  }

  .\32xl-max\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl-max\:pt-2\.6 {
    padding-top: 0.65rem;
  }

  .\32xl-max\:pt-2\.7 {
    padding-top: 0.675rem;
  }

  .\32xl-max\:pt-2\.8 {
    padding-top: 0.7rem;
  }

  .\32xl-max\:pt-3\.4 {
    padding-top: 0.85rem;
  }

  .\32xl-max\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl-max\:pt-3\.6 {
    padding-top: 0.9rem;
  }

  .\32xl-max\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .\32xl-max\:pt-4\.8 {
    padding-top: 1.2rem;
  }

  .\32xl-max\:pt-5\.3 {
    padding-top: 1.3rem;
  }

  .\32xl-max\:pt-5\.4 {
    padding-top: 1.35rem;
  }

  .\32xl-max\:pt-5\.5 {
    padding-top: 1.375rem;
  }

  .\32xl-max\:pt-5\.6 {
    padding-top: 1.4rem;
  }

  .\32xl-max\:pt-6\.5 {
    padding-top: 1.625rem;
  }

  .\32xl-max\:pt-70\/100 {
    padding-top: 70%;
  }

  .\32xl-max\:pt-31\/100 {
    padding-top: 31%;
  }

  .\32xl-max\:pt-15\/100 {
    padding-top: 15%;
  }

  .\32xl-max\:pt-1\/100 {
    padding-top: 1%;
  }

  .\32xl-max\:pt-1\/10 {
    padding-top: 10%;
  }

  .\32xl-max\:pt-1\/2 {
    padding-top: 50%;
  }

  .\32xl-max\:pr-0 {
    padding-right: 0px;
  }

  .\32xl-max\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl-max\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl-max\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl-max\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl-max\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl-max\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl-max\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl-max\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl-max\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl-max\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl-max\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl-max\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl-max\:pr-13 {
    padding-right: 3.25rem;
  }

  .\32xl-max\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl-max\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl-max\:pr-19 {
    padding-right: 4.75rem;
  }

  .\32xl-max\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl-max\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl-max\:pr-25 {
    padding-right: 6.25rem;
  }

  .\32xl-max\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl-max\:pr-30 {
    padding-right: 7.5rem;
  }

  .\32xl-max\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl-max\:pr-34 {
    padding-right: 8.5rem;
  }

  .\32xl-max\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl-max\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl-max\:pr-42 {
    padding-right: 10.5rem;
  }

  .\32xl-max\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl-max\:pr-46 {
    padding-right: 11.5rem;
  }

  .\32xl-max\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl-max\:pr-50 {
    padding-right: 12.5rem;
  }

  .\32xl-max\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl-max\:pr-54 {
    padding-right: 13.5rem;
  }

  .\32xl-max\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl-max\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl-max\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl-max\:pr-68 {
    padding-right: 17rem;
  }

  .\32xl-max\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl-max\:pr-75 {
    padding-right: 18.75rem;
  }

  .\32xl-max\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl-max\:pr-85 {
    padding-right: 22rem;
  }

  .\32xl-max\:pr-90 {
    padding-right: 22.5rem;
  }

  .\32xl-max\:pr-92 {
    padding-right: 23rem;
  }

  .\32xl-max\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl-max\:pr-100 {
    padding-right: 25rem;
  }

  .\32xl-max\:pr-116 {
    padding-right: 29rem;
  }

  .\32xl-max\:pr-120 {
    padding-right: 30rem;
  }

  .\32xl-max\:pr-125 {
    padding-right: 31.25rem;
  }

  .\32xl-max\:pr-135 {
    padding-right: 33.75rem;
  }

  .\32xl-max\:pr-160 {
    padding-right: 40rem;
  }

  .\32xl-max\:pr-180 {
    padding-right: 45rem;
  }

  .\32xl-max\:pr-240 {
    padding-right: 60rem;
  }

  .\32xl-max\:pr-285 {
    padding-right: 71.25rem;
  }

  .\32xl-max\:pr-330 {
    padding-right: 82.5rem;
  }

  .\32xl-max\:pr-unset {
    padding-right: unset;
  }

  .\32xl-max\:pr-px {
    padding-right: 1px;
  }

  .\32xl-max\:pr-0\.4 {
    padding-right: 0.1rem;
  }

  .\32xl-max\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl-max\:pr-0\.6 {
    padding-right: 0.15rem;
  }

  .\32xl-max\:pr-0\.75 {
    padding-right: 0.2rem;
  }

  .\32xl-max\:pr-1\.2 {
    padding-right: 0.3rem;
  }

  .\32xl-max\:pr-1\.25 {
    padding-right: 0.3125rem;
  }

  .\32xl-max\:pr-1\.4 {
    padding-right: 0.35rem;
  }

  .\32xl-max\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl-max\:pr-1\.6 {
    padding-right: 0.4rem;
  }

  .\32xl-max\:pr-1\.75 {
    padding-right: 0.4375rem;
  }

  .\32xl-max\:pr-1\.8 {
    padding-right: 0.45rem;
  }

  .\32xl-max\:pr-2\.2 {
    padding-right: 0.55rem;
  }

  .\32xl-max\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl-max\:pr-2\.6 {
    padding-right: 0.65rem;
  }

  .\32xl-max\:pr-2\.7 {
    padding-right: 0.675rem;
  }

  .\32xl-max\:pr-2\.8 {
    padding-right: 0.7rem;
  }

  .\32xl-max\:pr-3\.4 {
    padding-right: 0.85rem;
  }

  .\32xl-max\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl-max\:pr-3\.6 {
    padding-right: 0.9rem;
  }

  .\32xl-max\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .\32xl-max\:pr-4\.8 {
    padding-right: 1.2rem;
  }

  .\32xl-max\:pr-5\.3 {
    padding-right: 1.3rem;
  }

  .\32xl-max\:pr-5\.4 {
    padding-right: 1.35rem;
  }

  .\32xl-max\:pr-5\.5 {
    padding-right: 1.375rem;
  }

  .\32xl-max\:pr-5\.6 {
    padding-right: 1.4rem;
  }

  .\32xl-max\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .\32xl-max\:pr-70\/100 {
    padding-right: 70%;
  }

  .\32xl-max\:pr-31\/100 {
    padding-right: 31%;
  }

  .\32xl-max\:pr-15\/100 {
    padding-right: 15%;
  }

  .\32xl-max\:pr-1\/100 {
    padding-right: 1%;
  }

  .\32xl-max\:pr-1\/10 {
    padding-right: 10%;
  }

  .\32xl-max\:pr-1\/2 {
    padding-right: 50%;
  }

  .\32xl-max\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl-max\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl-max\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl-max\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl-max\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl-max\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl-max\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl-max\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl-max\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl-max\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl-max\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl-max\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl-max\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl-max\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .\32xl-max\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl-max\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl-max\:pb-19 {
    padding-bottom: 4.75rem;
  }

  .\32xl-max\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl-max\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl-max\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .\32xl-max\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl-max\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .\32xl-max\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl-max\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .\32xl-max\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl-max\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl-max\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .\32xl-max\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl-max\:pb-46 {
    padding-bottom: 11.5rem;
  }

  .\32xl-max\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl-max\:pb-50 {
    padding-bottom: 12.5rem;
  }

  .\32xl-max\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl-max\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .\32xl-max\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl-max\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl-max\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl-max\:pb-68 {
    padding-bottom: 17rem;
  }

  .\32xl-max\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl-max\:pb-75 {
    padding-bottom: 18.75rem;
  }

  .\32xl-max\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl-max\:pb-85 {
    padding-bottom: 22rem;
  }

  .\32xl-max\:pb-90 {
    padding-bottom: 22.5rem;
  }

  .\32xl-max\:pb-92 {
    padding-bottom: 23rem;
  }

  .\32xl-max\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl-max\:pb-100 {
    padding-bottom: 25rem;
  }

  .\32xl-max\:pb-116 {
    padding-bottom: 29rem;
  }

  .\32xl-max\:pb-120 {
    padding-bottom: 30rem;
  }

  .\32xl-max\:pb-125 {
    padding-bottom: 31.25rem;
  }

  .\32xl-max\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .\32xl-max\:pb-160 {
    padding-bottom: 40rem;
  }

  .\32xl-max\:pb-180 {
    padding-bottom: 45rem;
  }

  .\32xl-max\:pb-240 {
    padding-bottom: 60rem;
  }

  .\32xl-max\:pb-285 {
    padding-bottom: 71.25rem;
  }

  .\32xl-max\:pb-330 {
    padding-bottom: 82.5rem;
  }

  .\32xl-max\:pb-unset {
    padding-bottom: unset;
  }

  .\32xl-max\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl-max\:pb-0\.4 {
    padding-bottom: 0.1rem;
  }

  .\32xl-max\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl-max\:pb-0\.6 {
    padding-bottom: 0.15rem;
  }

  .\32xl-max\:pb-0\.75 {
    padding-bottom: 0.2rem;
  }

  .\32xl-max\:pb-1\.2 {
    padding-bottom: 0.3rem;
  }

  .\32xl-max\:pb-1\.25 {
    padding-bottom: 0.3125rem;
  }

  .\32xl-max\:pb-1\.4 {
    padding-bottom: 0.35rem;
  }

  .\32xl-max\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl-max\:pb-1\.6 {
    padding-bottom: 0.4rem;
  }

  .\32xl-max\:pb-1\.75 {
    padding-bottom: 0.4375rem;
  }

  .\32xl-max\:pb-1\.8 {
    padding-bottom: 0.45rem;
  }

  .\32xl-max\:pb-2\.2 {
    padding-bottom: 0.55rem;
  }

  .\32xl-max\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl-max\:pb-2\.6 {
    padding-bottom: 0.65rem;
  }

  .\32xl-max\:pb-2\.7 {
    padding-bottom: 0.675rem;
  }

  .\32xl-max\:pb-2\.8 {
    padding-bottom: 0.7rem;
  }

  .\32xl-max\:pb-3\.4 {
    padding-bottom: 0.85rem;
  }

  .\32xl-max\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl-max\:pb-3\.6 {
    padding-bottom: 0.9rem;
  }

  .\32xl-max\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .\32xl-max\:pb-4\.8 {
    padding-bottom: 1.2rem;
  }

  .\32xl-max\:pb-5\.3 {
    padding-bottom: 1.3rem;
  }

  .\32xl-max\:pb-5\.4 {
    padding-bottom: 1.35rem;
  }

  .\32xl-max\:pb-5\.5 {
    padding-bottom: 1.375rem;
  }

  .\32xl-max\:pb-5\.6 {
    padding-bottom: 1.4rem;
  }

  .\32xl-max\:pb-6\.5 {
    padding-bottom: 1.625rem;
  }

  .\32xl-max\:pb-70\/100 {
    padding-bottom: 70%;
  }

  .\32xl-max\:pb-31\/100 {
    padding-bottom: 31%;
  }

  .\32xl-max\:pb-15\/100 {
    padding-bottom: 15%;
  }

  .\32xl-max\:pb-1\/100 {
    padding-bottom: 1%;
  }

  .\32xl-max\:pb-1\/10 {
    padding-bottom: 10%;
  }

  .\32xl-max\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .\32xl-max\:pl-0 {
    padding-left: 0px;
  }

  .\32xl-max\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl-max\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl-max\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl-max\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl-max\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl-max\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl-max\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl-max\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl-max\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl-max\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl-max\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl-max\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl-max\:pl-13 {
    padding-left: 3.25rem;
  }

  .\32xl-max\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl-max\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl-max\:pl-19 {
    padding-left: 4.75rem;
  }

  .\32xl-max\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl-max\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl-max\:pl-25 {
    padding-left: 6.25rem;
  }

  .\32xl-max\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl-max\:pl-30 {
    padding-left: 7.5rem;
  }

  .\32xl-max\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl-max\:pl-34 {
    padding-left: 8.5rem;
  }

  .\32xl-max\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl-max\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl-max\:pl-42 {
    padding-left: 10.5rem;
  }

  .\32xl-max\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl-max\:pl-46 {
    padding-left: 11.5rem;
  }

  .\32xl-max\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl-max\:pl-50 {
    padding-left: 12.5rem;
  }

  .\32xl-max\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl-max\:pl-54 {
    padding-left: 13.5rem;
  }

  .\32xl-max\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl-max\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl-max\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl-max\:pl-68 {
    padding-left: 17rem;
  }

  .\32xl-max\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl-max\:pl-75 {
    padding-left: 18.75rem;
  }

  .\32xl-max\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl-max\:pl-85 {
    padding-left: 22rem;
  }

  .\32xl-max\:pl-90 {
    padding-left: 22.5rem;
  }

  .\32xl-max\:pl-92 {
    padding-left: 23rem;
  }

  .\32xl-max\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl-max\:pl-100 {
    padding-left: 25rem;
  }

  .\32xl-max\:pl-116 {
    padding-left: 29rem;
  }

  .\32xl-max\:pl-120 {
    padding-left: 30rem;
  }

  .\32xl-max\:pl-125 {
    padding-left: 31.25rem;
  }

  .\32xl-max\:pl-135 {
    padding-left: 33.75rem;
  }

  .\32xl-max\:pl-160 {
    padding-left: 40rem;
  }

  .\32xl-max\:pl-180 {
    padding-left: 45rem;
  }

  .\32xl-max\:pl-240 {
    padding-left: 60rem;
  }

  .\32xl-max\:pl-285 {
    padding-left: 71.25rem;
  }

  .\32xl-max\:pl-330 {
    padding-left: 82.5rem;
  }

  .\32xl-max\:pl-unset {
    padding-left: unset;
  }

  .\32xl-max\:pl-px {
    padding-left: 1px;
  }

  .\32xl-max\:pl-0\.4 {
    padding-left: 0.1rem;
  }

  .\32xl-max\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl-max\:pl-0\.6 {
    padding-left: 0.15rem;
  }

  .\32xl-max\:pl-0\.75 {
    padding-left: 0.2rem;
  }

  .\32xl-max\:pl-1\.2 {
    padding-left: 0.3rem;
  }

  .\32xl-max\:pl-1\.25 {
    padding-left: 0.3125rem;
  }

  .\32xl-max\:pl-1\.4 {
    padding-left: 0.35rem;
  }

  .\32xl-max\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl-max\:pl-1\.6 {
    padding-left: 0.4rem;
  }

  .\32xl-max\:pl-1\.75 {
    padding-left: 0.4375rem;
  }

  .\32xl-max\:pl-1\.8 {
    padding-left: 0.45rem;
  }

  .\32xl-max\:pl-2\.2 {
    padding-left: 0.55rem;
  }

  .\32xl-max\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl-max\:pl-2\.6 {
    padding-left: 0.65rem;
  }

  .\32xl-max\:pl-2\.7 {
    padding-left: 0.675rem;
  }

  .\32xl-max\:pl-2\.8 {
    padding-left: 0.7rem;
  }

  .\32xl-max\:pl-3\.4 {
    padding-left: 0.85rem;
  }

  .\32xl-max\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl-max\:pl-3\.6 {
    padding-left: 0.9rem;
  }

  .\32xl-max\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .\32xl-max\:pl-4\.8 {
    padding-left: 1.2rem;
  }

  .\32xl-max\:pl-5\.3 {
    padding-left: 1.3rem;
  }

  .\32xl-max\:pl-5\.4 {
    padding-left: 1.35rem;
  }

  .\32xl-max\:pl-5\.5 {
    padding-left: 1.375rem;
  }

  .\32xl-max\:pl-5\.6 {
    padding-left: 1.4rem;
  }

  .\32xl-max\:pl-6\.5 {
    padding-left: 1.625rem;
  }

  .\32xl-max\:pl-70\/100 {
    padding-left: 70%;
  }

  .\32xl-max\:pl-31\/100 {
    padding-left: 31%;
  }

  .\32xl-max\:pl-15\/100 {
    padding-left: 15%;
  }

  .\32xl-max\:pl-1\/100 {
    padding-left: 1%;
  }

  .\32xl-max\:pl-1\/10 {
    padding-left: 10%;
  }

  .\32xl-max\:pl-1\/2 {
    padding-left: 50%;
  }

  .\32xl-max\:text-left {
    text-align: left;
  }

  .\32xl-max\:text-center {
    text-align: center;
  }

  .\32xl-max\:text-right {
    text-align: right;
  }

  .\32xl-max\:text-justify {
    text-align: justify;
  }

  .\32xl-max\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl-max\:align-top {
    vertical-align: top;
  }

  .\32xl-max\:align-middle {
    vertical-align: middle;
  }

  .\32xl-max\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl-max\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl-max\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .\32xl-max\:font-sans {
    font-family: Nunito, sans-serif;
  }

  .\32xl-max\:font-serif {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, serif;
  }

  .\32xl-max\:font-body {
    font-family: Roboto, sans-serif;
  }

  .\32xl-max\:font-awesome {
    font-family: FontAwesome;
  }

  .\32xl-max\:font-awesome-5-free {
    font-family: Font Awesome\ 5 Free;
  }

  .\32xl-max\:text-inherit {
    font-size: inherit;
  }

  .\32xl-max\:text-3xs {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .\32xl-max\:text-xxs {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .\32xl-max\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl-max\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .\32xl-max\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl-max\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl-max\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl-max\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl-max\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl-max\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl-max\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl-max\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl-max\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl-max\:text-8xl {
    font-size: 5rem;
    line-height: 1;
  }

  .\32xl-max\:text-9xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl-max\:text-10xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl-max\:text-size-banner-calculate {
    font-size: calc(1.625rem+4.5vw);
  }

  .\32xl-max\:font-thin {
    font-weight: 100;
  }

  .\32xl-max\:font-extralight {
    font-weight: 200;
  }

  .\32xl-max\:font-light {
    font-weight: 300;
  }

  .\32xl-max\:font-normal {
    font-weight: 400;
  }

  .\32xl-max\:font-medium {
    font-weight: 500;
  }

  .\32xl-max\:font-semibold {
    font-weight: 600;
  }

  .\32xl-max\:font-bold {
    font-weight: 700;
  }

  .\32xl-max\:font-extrabold {
    font-weight: 800;
  }

  .\32xl-max\:font-black {
    font-weight: 900;
  }

  .\32xl-max\:uppercase {
    text-transform: uppercase;
  }

  .\32xl-max\:lowercase {
    text-transform: lowercase;
  }

  .\32xl-max\:capitalize {
    text-transform: capitalize;
  }

  .\32xl-max\:normal-case {
    text-transform: none;
  }

  .\32xl-max\:italic {
    font-style: italic;
  }

  .\32xl-max\:not-italic {
    font-style: normal;
  }

  .\32xl-max\:ordinal, .\32xl-max\:slashed-zero, .\32xl-max\:lining-nums, .\32xl-max\:oldstyle-nums, .\32xl-max\:proportional-nums, .\32xl-max\:tabular-nums, .\32xl-max\:diagonal-fractions, .\32xl-max\: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-max\:normal-nums {
    font-variant-numeric: normal;
  }

  .\32xl-max\:ordinal {
    --tw-ordinal: ordinal;
  }

  .\32xl-max\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl-max\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl-max\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl-max\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl-max\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl-max\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl-max\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl-max\:leading-3 {
    line-height: .75rem;
  }

  .\32xl-max\:leading-4 {
    line-height: 1rem;
  }

  .\32xl-max\:leading-5 {
    line-height: 1.25rem;
  }

  .\32xl-max\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl-max\:leading-7 {
    line-height: 1.75rem;
  }

  .\32xl-max\:leading-8 {
    line-height: 2rem;
  }

  .\32xl-max\:leading-9 {
    line-height: 2.25rem;
  }

  .\32xl-max\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl-max\:leading-none {
    line-height: 1;
  }

  .\32xl-max\:leading-tight {
    line-height: 1.25;
  }

  .\32xl-max\:leading-snug {
    line-height: 1.375;
  }

  .\32xl-max\:leading-normal {
    line-height: 1.5;
  }

  .\32xl-max\:leading-relaxed {
    line-height: 1.625;
  }

  .\32xl-max\:leading-loose {
    line-height: 2;
  }

  .\32xl-max\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .\32xl-max\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .\32xl-max\:tracking-normal {
    letter-spacing: 0em;
  }

  .\32xl-max\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .\32xl-max\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .\32xl-max\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .\32xl-max\:text-transparent {
    color: transparent;
  }

  .\32xl-max\:text-current {
    color: currentColor;
  }

  .\32xl-max\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl-max\:text-slate {
  }

  .\32xl-max\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:text-zinc {
  }

  .\32xl-max\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl-max\:text-neutral {
  }

  .\32xl-max\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl-max\:text-stone {
  }

  .\32xl-max\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl-max\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .\32xl-max\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .\32xl-max\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-850 {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-gray-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-650 {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-red-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-yellow-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-green-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-indigo-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-purple-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-pink-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-blue-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-150 {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-250 {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-650 {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-750 {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-850 {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate-950 {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-slate {
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-zinc {
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-neutral {
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-100 {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-200 {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-400 {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-500 {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-600 {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-700 {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-800 {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone-900 {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-stone {
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-650 {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-orange-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-amber-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-lime-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-emerald-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-550 {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-teal-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-cyan-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-200 {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-600 {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-900 {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-sky-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-violet-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-fuchsia-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-50 {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-300 {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-500 {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-600 {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-700 {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-800 {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl-max\:group-hover\:text-rose-DEFAULT-900 {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .\32xl-max\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .\32xl-max\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-gray-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-red-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-yellow-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-green-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-indigo-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-purple-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-pink-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-blue-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-150:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-250:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-750:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-850:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate-950:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-slate:focus-within {
  }

  .\32xl-max\:focus-within\:text-zinc-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-zinc:focus-within {
  }

  .\32xl-max\:focus-within\:text-neutral-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-neutral:focus-within {
  }

  .\32xl-max\:focus-within\:text-stone-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-stone:focus-within {
  }

  .\32xl-max\:focus-within\:text-orange-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-650:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-orange-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-amber-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-lime-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-emerald-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-550:focus-within {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-teal-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-cyan-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-sky-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-violet-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-fuchsia-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:focus-within\:text-rose-DEFAULT-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl-max\:hover\:text-current:hover {
    color: currentColor;
  }

  .\32xl-max\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-850:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-950:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-gray-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-650:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-red-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-yellow-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-green-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-indigo-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-purple-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-pink-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-blue-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-50:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-100:hover {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-150:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-250:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-300:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-400:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-500:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-600:hover {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-650:hover {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-700:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-750:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-800:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-850:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate-950:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-slate:hover {
  }

  .\32xl-max\:hover\:text-zinc-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-zinc:hover {
  }

  .\32xl-max\:hover\:text-neutral-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-500:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-700:hover {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-800:hover {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-neutral:hover {
  }

  .\32xl-max\:hover\:text-stone-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-100:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-200:hover {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-400:hover {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-500:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-600:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-700:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-800:hover {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone-900:hover {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-stone:hover {
  }

  .\32xl-max\:hover\:text-orange-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-650:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-orange-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-amber-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-lime-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-emerald-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-550:hover {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-teal-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-cyan-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-200:hover {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-600:hover {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-900:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-sky-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-violet-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-300:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-500:hover {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-700:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-800:hover {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-fuchsia-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-50:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-300:hover {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-400:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-500:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-600:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-700:hover {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-800:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:hover\:text-rose-DEFAULT-900:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl-max\:focus\:text-current:focus {
    color: currentColor;
  }

  .\32xl-max\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-850:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-950:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-gray-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-650:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-red-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-yellow-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-green-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-indigo-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-purple-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-pink-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-blue-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-50:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-100:focus {
    --tw-text-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-150:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-250:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-300:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-400:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-500:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-600:focus {
    --tw-text-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-650:focus {
    --tw-text-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-700:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-750:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-800:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-850:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-900:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate-950:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-slate:focus {
  }

  .\32xl-max\:focus\:text-zinc-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-zinc:focus {
  }

  .\32xl-max\:focus\:text-neutral-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-500:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-700:focus {
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-800:focus {
    --tw-text-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-neutral:focus {
  }

  .\32xl-max\:focus\:text-stone-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-100:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-200:focus {
    --tw-text-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-400:focus {
    --tw-text-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-500:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-600:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-700:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-800:focus {
    --tw-text-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone-900:focus {
    --tw-text-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-stone:focus {
  }

  .\32xl-max\:focus\:text-orange-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-650:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-orange-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-amber-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-lime-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-emerald-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-550:focus {
    --tw-text-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-teal-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-cyan-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-200:focus {
    --tw-text-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-600:focus {
    --tw-text-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-900:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-sky-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-violet-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-300:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-500:focus {
    --tw-text-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-700:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-800:focus {
    --tw-text-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-fuchsia-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-50:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-300:focus {
    --tw-text-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-400:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-500:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-600:focus {
    --tw-text-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-700:focus {
    --tw-text-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-800:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-text-opacity));
  }

  .\32xl-max\:focus\:text-rose-DEFAULT-900:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-text-opacity));
  }

  .\32xl-max\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .\32xl-max\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .\32xl-max\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .\32xl-max\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .\32xl-max\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .\32xl-max\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .\32xl-max\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .\32xl-max\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .\32xl-max\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .\32xl-max\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .\32xl-max\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .\32xl-max\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .\32xl-max\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .\32xl-max\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .\32xl-max\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .\32xl-max\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .\32xl-max\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .\32xl-max\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .\32xl-max\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .\32xl-max\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .\32xl-max\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .\32xl-max\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .\32xl-max\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .\32xl-max\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .\32xl-max\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .\32xl-max\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .\32xl-max\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .\32xl-max\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .\32xl-max\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .\32xl-max\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .\32xl-max\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .\32xl-max\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .\32xl-max\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .\32xl-max\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .\32xl-max\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .\32xl-max\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .\32xl-max\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .\32xl-max\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .\32xl-max\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .\32xl-max\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .\32xl-max\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .\32xl-max\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .\32xl-max\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .\32xl-max\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .\32xl-max\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .\32xl-max\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .\32xl-max\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .\32xl-max\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .\32xl-max\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .\32xl-max\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .\32xl-max\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .\32xl-max\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .\32xl-max\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .\32xl-max\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .\32xl-max\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .\32xl-max\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .\32xl-max\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .\32xl-max\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .\32xl-max\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .\32xl-max\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .\32xl-max\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .\32xl-max\:underline {
    text-decoration: underline;
  }

  .\32xl-max\:line-through {
    text-decoration: line-through;
  }

  .\32xl-max\:no-underline {
    text-decoration: none;
  }

  .group:hover .\32xl-max\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .\32xl-max\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .\32xl-max\:group-hover\:no-underline {
    text-decoration: none;
  }

  .\32xl-max\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .\32xl-max\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .\32xl-max\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .\32xl-max\:hover\:underline:hover {
    text-decoration: underline;
  }

  .\32xl-max\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .\32xl-max\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .\32xl-max\:focus\:underline:focus {
    text-decoration: underline;
  }

  .\32xl-max\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .\32xl-max\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .\32xl-max\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl-max\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl-max\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .\32xl-max\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .\32xl-max\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .\32xl-max\:placeholder-current::placeholder {
    color: currentColor;
  }

  .\32xl-max\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-gray-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-red-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-yellow-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-green-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-indigo-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-purple-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-pink-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-blue-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-150::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-150::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-250::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-250::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-750::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-750::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-850::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-850::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-950::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate-950::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-slate::-moz-placeholder {
  }

  .\32xl-max\:placeholder-slate::placeholder {
  }

  .\32xl-max\:placeholder-zinc-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-zinc::-moz-placeholder {
  }

  .\32xl-max\:placeholder-zinc::placeholder {
  }

  .\32xl-max\:placeholder-neutral-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-neutral::-moz-placeholder {
  }

  .\32xl-max\:placeholder-neutral::placeholder {
  }

  .\32xl-max\:placeholder-stone-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-stone::-moz-placeholder {
  }

  .\32xl-max\:placeholder-stone::placeholder {
  }

  .\32xl-max\:placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-650::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-650::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-orange-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-amber-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-lime-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-emerald-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-550::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-550::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-teal-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-cyan-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-sky-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-violet-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-fuchsia-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-rose-DEFAULT-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .\32xl-max\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .\32xl-max\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .\32xl-max\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .\32xl-max\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 239, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 236, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(210, 214, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 212, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 181, 189, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 117, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(73, 80, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 47, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 32, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 39, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 19, 34, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-gray-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 151, 151, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 57, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 6, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 31, 26, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(189, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-red-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 51, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-yellow-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 173, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-green-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-indigo-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(121, 40, 202, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-purple-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 131, 221, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 0, 128, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-pink-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 82, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 78, 134, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 125, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-blue-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(222, 226, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-150:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-150:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 211, 218, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 232, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-250:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-250:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 211, 222, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 184, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 146, 171, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 116, 142, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(98, 117, 148, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(89, 116, 162, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 71, 103, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-750:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-750:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 46, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 65, 111, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-850:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-850:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 58, 84, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate-950:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 23, 40, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-slate:focus::-moz-placeholder {
  }

  .\32xl-max\:focus\:placeholder-slate:focus::placeholder {
  }

  .\32xl-max\:focus\:placeholder-zinc-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-zinc:focus::-moz-placeholder {
  }

  .\32xl-max\:focus\:placeholder-zinc:focus::placeholder {
  }

  .\32xl-max\:focus\:placeholder-neutral-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 117, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(64, 64, 64, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-neutral:focus::-moz-placeholder {
  }

  .\32xl-max\:focus\:placeholder-neutral:focus::placeholder {
  }

  .\32xl-max\:focus\:placeholder-stone-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 244, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(231, 229, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 211, 209, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 113, 108, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 83, 78, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 64, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(41, 37, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(28, 25, 23, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-stone:focus::-moz-placeholder {
  }

  .\32xl-max\:focus\:placeholder-stone:focus::placeholder {
  }

  .\32xl-max\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-650:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-650:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 61, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-orange-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 196, 0, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-amber-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(205, 245, 155, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(152, 236, 45, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(130, 214, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 177, 8, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-lime-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-emerald-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-550:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-550:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(50, 152, 116, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-teal-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(33, 212, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 193, 232, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 161, 196, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-cyan-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(171, 233, 247, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(62, 161, 236, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 69, 109, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-sky-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-violet-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 147, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(203, 12, 159, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 1, 126, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(131, 8, 102, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-fuchsia-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 102, 124, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:focus\:placeholder-rose-DEFAULT-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity));
  }

  .\32xl-max\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl-max\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl-max\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl-max\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl-max\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl-max\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl-max\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl-max\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl-max\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl-max\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl-max\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl-max\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl-max\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl-max\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl-max\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl-max\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl-max\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl-max\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl-max\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl-max\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl-max\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl-max\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl-max\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl-max\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl-max\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl-max\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl-max\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl-max\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl-max\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl-max\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl-max\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl-max\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl-max\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl-max\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl-max\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl-max\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl-max\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl-max\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl-max\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl-max\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl-max\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl-max\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl-max\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl-max\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl-max\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl-max\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl-max\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl-max\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl-max\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl-max\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl-max\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl-max\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl-max\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl-max\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl-max\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl-max\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl-max\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl-max\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl-max\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl-max\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl-max\:opacity-0 {
    opacity: 0;
  }

  .\32xl-max\:opacity-5 {
    opacity: 0.05;
  }

  .\32xl-max\:opacity-10 {
    opacity: 0.1;
  }

  .\32xl-max\:opacity-20 {
    opacity: 0.2;
  }

  .\32xl-max\:opacity-25 {
    opacity: 0.25;
  }

  .\32xl-max\:opacity-30 {
    opacity: 0.3;
  }

  .\32xl-max\:opacity-40 {
    opacity: 0.4;
  }

  .\32xl-max\:opacity-50 {
    opacity: 0.5;
  }

  .\32xl-max\:opacity-60 {
    opacity: 0.6;
  }

  .\32xl-max\:opacity-70 {
    opacity: 0.7;
  }

  .\32xl-max\:opacity-75 {
    opacity: 0.75;
  }

  .\32xl-max\:opacity-80 {
    opacity: 0.8;
  }

  .\32xl-max\:opacity-90 {
    opacity: 0.9;
  }

  .\32xl-max\:opacity-95 {
    opacity: 0.95;
  }

  .\32xl-max\:opacity-100 {
    opacity: 1;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .\32xl-max\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .\32xl-max\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .\32xl-max\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .\32xl-max\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .\32xl-max\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .\32xl-max\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .\32xl-max\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .\32xl-max\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .\32xl-max\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .\32xl-max\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .\32xl-max\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .\32xl-max\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .\32xl-max\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .\32xl-max\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .\32xl-max\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .\32xl-max\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .\32xl-max\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .\32xl-max\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .\32xl-max\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .\32xl-max\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .\32xl-max\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .\32xl-max\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .\32xl-max\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .\32xl-max\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .\32xl-max\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .\32xl-max\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .\32xl-max\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .\32xl-max\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .\32xl-max\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .\32xl-max\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .\32xl-max\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .\32xl-max\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .\32xl-max\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .\32xl-max\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .\32xl-max\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .\32xl-max\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .\32xl-max\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .\32xl-max\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .\32xl-max\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .\32xl-max\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .\32xl-max\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .\32xl-max\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .\32xl-max\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .\32xl-max\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .\32xl-max\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .\32xl-max\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .\32xl-max\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .\32xl-max\:disabled\:opacity-5:disabled {
    opacity: 0.05;
  }

  .\32xl-max\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .\32xl-max\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .\32xl-max\:disabled\:opacity-25:disabled {
    opacity: 0.25;
  }

  .\32xl-max\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .\32xl-max\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .\32xl-max\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .\32xl-max\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .\32xl-max\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .\32xl-max\:disabled\:opacity-75:disabled {
    opacity: 0.75;
  }

  .\32xl-max\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .\32xl-max\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .\32xl-max\:disabled\:opacity-95:disabled {
    opacity: 0.95;
  }

  .\32xl-max\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .\32xl-max\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .\32xl-max\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .\32xl-max\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .\32xl-max\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .\32xl-max\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .\32xl-max\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .\32xl-max\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .\32xl-max\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .\32xl-max\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .\32xl-max\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .\32xl-max\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .\32xl-max\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .\32xl-max\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .\32xl-max\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .\32xl-max\:bg-blend-color {
    background-blend-mode: color;
  }

  .\32xl-max\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .\32xl-max\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .\32xl-max\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .\32xl-max\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .\32xl-max\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .\32xl-max\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .\32xl-max\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .\32xl-max\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .\32xl-max\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .\32xl-max\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .\32xl-max\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .\32xl-max\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .\32xl-max\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .\32xl-max\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .\32xl-max\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .\32xl-max\:mix-blend-color {
    mix-blend-mode: color;
  }

  .\32xl-max\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .\32xl-max\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:group-hover\:shadow-soft-xxs {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-xs {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-sm {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-md {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-lg {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-xl {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:group-hover\:shadow-soft-dark-xl {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-2xl {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-3xl {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-soft-primary-outline {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:group-hover\:shadow-dark-blur {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-xl {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl-max\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus-within\:shadow-soft-xxs:focus-within {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-xs:focus-within {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-sm:focus-within {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-md:focus-within {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-lg:focus-within {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-xl:focus-within {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus-within\:shadow-soft-dark-xl:focus-within {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-2xl:focus-within {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-3xl:focus-within {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-soft-primary-outline:focus-within {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus-within\:shadow-dark-blur:focus-within {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:hover\:shadow-soft-xxs:hover {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-xs:hover {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-sm:hover {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-md:hover {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-lg:hover {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-xl:hover {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:hover\:shadow-soft-dark-xl:hover {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-2xl:hover {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-3xl:hover {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-soft-primary-outline:hover {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:hover\:shadow-dark-blur:hover {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-xl:hover {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:focus\:shadow-soft-xxs:focus {
    --tw-shadow: 0 1px 5px 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-xs:focus {
    --tw-shadow: 0 3px 5px -1px rgba(0,0,0,.09),0 2px 3px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-sm:focus {
    --tw-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-md:focus {
    --tw-shadow: 0 4px 7px -1px rgba(0,0,0,.11),0 2px 4px -1px rgba(0,0,0,.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-lg:focus {
    --tw-shadow: 0 2px 12px 0 rgba(0,0,0,.16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-xl:focus {
    --tw-shadow: 0 20px 27px 0 rgba(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-max\:focus\:shadow-soft-dark-xl:focus {
    --tw-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-2xl:focus {
    --tw-shadow: 0 .3125rem .625rem 0 rgba(0,0,0,.12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-3xl:focus {
    --tw-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-soft-primary-outline:focus {
    --tw-shadow: 0 0 0 2px #e9aede;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.9),0 20px 27px 0 rgba(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-max\:focus\:shadow-dark-blur:focus {
    --tw-shadow: inset 0 0 1px 1px hsla(0,0%,100%,.4),0 20px 27px 0 rgba(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-max\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 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-max\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgb(0 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-max\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-xl:focus {
    --tw-shadow: 0 23px 45px -11px hsla(0,0%,8%,.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl-max\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgb(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-max\: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-max\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl-max\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl-max\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl-max\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl-max\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl-max\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl-max\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl-max\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl-max\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\: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-max\:ring-inset {
    --tw-ring-inset: inset;
  }

  .\32xl-max\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .\32xl-max\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .\32xl-max\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .\32xl-max\:ring-current {
    --tw-ring-color: currentColor;
  }

  .\32xl-max\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-gray-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-red-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-yellow-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-green-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-indigo-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-purple-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-pink-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-blue-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-150 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-250 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-750 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-850 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-slate {
  }

  .\32xl-max\:ring-zinc-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-zinc {
  }

  .\32xl-max\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-neutral {
  }

  .\32xl-max\:ring-stone-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-stone {
  }

  .\32xl-max\:ring-orange-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-650 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-orange-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-amber-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-lime-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-emerald-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-550 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-teal-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-cyan-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-sky-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-violet-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-fuchsia-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-rose-DEFAULT-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .\32xl-max\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .\32xl-max\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-gray-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-red-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-yellow-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-green-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-indigo-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-purple-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-pink-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-blue-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-150:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-250:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-750:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-850:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate-950:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-slate:focus-within {
  }

  .\32xl-max\:focus-within\:ring-zinc-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-zinc:focus-within {
  }

  .\32xl-max\:focus-within\:ring-neutral-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-neutral:focus-within {
  }

  .\32xl-max\:focus-within\:ring-stone-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-stone:focus-within {
  }

  .\32xl-max\:focus-within\:ring-orange-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-650:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-orange-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-amber-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-lime-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-emerald-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-550:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-teal-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-cyan-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-sky-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-violet-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus-within\:ring-rose-DEFAULT-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .\32xl-max\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .\32xl-max\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 239, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 236, 239, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(210, 214, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 212, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 181, 189, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 117, 125, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(73, 80, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 47, 64, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 32, 53, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 39, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 19, 34, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-gray-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 151, 151, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 57, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 6, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 31, 26, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(189, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-red-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 51, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-yellow-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 173, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-green-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-indigo-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(121, 40, 202, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-purple-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 131, 221, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 0, 128, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-pink-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 82, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 78, 134, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 125, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-blue-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 226, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-150:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 211, 218, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 232, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-250:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 211, 222, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 184, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 146, 171, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 116, 142, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(98, 117, 148, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 116, 162, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 71, 103, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-750:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 46, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 65, 111, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-850:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 58, 84, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate-950:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 23, 40, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-slate:focus {
  }

  .\32xl-max\:focus\:ring-zinc-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-zinc:focus {
  }

  .\32xl-max\:focus\:ring-neutral-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 163, 163, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 117, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(64, 64, 64, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-neutral:focus {
  }

  .\32xl-max\:focus\:ring-stone-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 244, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 229, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 211, 209, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 162, 158, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 113, 108, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 83, 78, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 64, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(41, 37, 36, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(28, 25, 23, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-stone:focus {
  }

  .\32xl-max\:focus\:ring-orange-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-650:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 61, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-orange-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 196, 0, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-amber-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(205, 245, 155, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(152, 236, 45, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(130, 214, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 177, 8, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-lime-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-emerald-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-550:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(50, 152, 116, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-teal-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(33, 212, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 193, 232, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 161, 196, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-cyan-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(171, 233, 247, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 161, 236, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 69, 109, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-sky-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-violet-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 147, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 12, 159, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 1, 126, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 8, 102, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-fuchsia-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 102, 124, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity));
  }

  .\32xl-max\:focus\:ring-rose-DEFAULT-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity));
  }

  .\32xl-max\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .\32xl-max\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .\32xl-max\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .\32xl-max\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .\32xl-max\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .\32xl-max\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .\32xl-max\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .\32xl-max\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .\32xl-max\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .\32xl-max\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .\32xl-max\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .\32xl-max\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .\32xl-max\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .\32xl-max\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .\32xl-max\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .\32xl-max\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .\32xl-max\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .\32xl-max\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .\32xl-max\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .\32xl-max\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .\32xl-max\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .\32xl-max\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .\32xl-max\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .\32xl-max\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .\32xl-max\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .\32xl-max\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .\32xl-max\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .\32xl-max\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .\32xl-max\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .\32xl-max\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .\32xl-max\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .\32xl-max\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .\32xl-max\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .\32xl-max\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .\32xl-max\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .\32xl-max\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .\32xl-max\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .\32xl-max\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .\32xl-max\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .\32xl-max\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .\32xl-max\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .\32xl-max\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .\32xl-max\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .\32xl-max\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .\32xl-max\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .\32xl-max\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .\32xl-max\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .\32xl-max\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .\32xl-max\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .\32xl-max\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .\32xl-max\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .\32xl-max\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .\32xl-max\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .\32xl-max\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .\32xl-max\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .\32xl-max\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .\32xl-max\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .\32xl-max\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .\32xl-max\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .\32xl-max\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .\32xl-max\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .\32xl-max\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl-max\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .\32xl-max\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .\32xl-max\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f8f9fa;
  }

  .\32xl-max\:ring-offset-gray-100 {
    --tw-ring-offset-color: #ebeff4;
  }

  .\32xl-max\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e9ecef;
  }

  .\32xl-max\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d2d6da;
  }

  .\32xl-max\:ring-offset-gray-400 {
    --tw-ring-offset-color: #ced4da;
  }

  .\32xl-max\:ring-offset-gray-500 {
    --tw-ring-offset-color: #adb5bd;
  }

  .\32xl-max\:ring-offset-gray-600 {
    --tw-ring-offset-color: #6c757d;
  }

  .\32xl-max\:ring-offset-gray-700 {
    --tw-ring-offset-color: #495057;
  }

  .\32xl-max\:ring-offset-gray-800 {
    --tw-ring-offset-color: #252f40;
  }

  .\32xl-max\:ring-offset-gray-850 {
    --tw-ring-offset-color: #1a2035;
  }

  .\32xl-max\:ring-offset-gray-900 {
    --tw-ring-offset-color: #141727;
  }

  .\32xl-max\:ring-offset-gray-950 {
    --tw-ring-offset-color: #111322;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-500 {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-600 {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-800 {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl-max\:ring-offset-gray-DEFAULT-900 {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl-max\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl-max\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl-max\:ring-offset-red-200 {
    --tw-ring-offset-color: #fc9797;
  }

  .\32xl-max\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl-max\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl-max\:ring-offset-red-500 {
    --tw-ring-offset-color: #f53939;
  }

  .\32xl-max\:ring-offset-red-600 {
    --tw-ring-offset-color: #ea0606;
  }

  .\32xl-max\:ring-offset-red-650 {
    --tw-ring-offset-color: #d41f1a;
  }

  .\32xl-max\:ring-offset-red-700 {
    --tw-ring-offset-color: #bd0000;
  }

  .\32xl-max\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl-max\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-400 {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl-max\:ring-offset-red-DEFAULT-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl-max\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl-max\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl-max\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl-max\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl-max\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbcf33;
  }

  .\32xl-max\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl-max\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl-max\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl-max\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl-max\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-50 {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-100 {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-200 {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-300 {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-400 {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-500 {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-600 {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-700 {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-800 {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl-max\:ring-offset-yellow-DEFAULT-900 {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl-max\:ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl-max\:ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl-max\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl-max\:ring-offset-green-300 {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl-max\:ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl-max\:ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl-max\:ring-offset-green-600 {
    --tw-ring-offset-color: #17ad37;
  }

  .\32xl-max\:ring-offset-green-700 {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl-max\:ring-offset-green-800 {
    --tw-ring-offset-color: #166534;
  }

  .\32xl-max\:ring-offset-green-900 {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-100 {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-200 {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-300 {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-400 {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-500 {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-600 {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-700 {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-800 {
    --tw-ring-offset-color: #166534;
  }

  .\32xl-max\:ring-offset-green-DEFAULT-900 {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl-max\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl-max\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl-max\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl-max\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl-max\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl-max\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl-max\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl-max\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl-max\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl-max\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-50 {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-100 {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-200 {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-300 {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-400 {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-500 {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-600 {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-700 {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-800 {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl-max\:ring-offset-indigo-DEFAULT-900 {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl-max\:ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl-max\:ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl-max\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl-max\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl-max\:ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl-max\:ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl-max\:ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl-max\:ring-offset-purple-700 {
    --tw-ring-offset-color: #7928ca;
  }

  .\32xl-max\:ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl-max\:ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-50 {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-100 {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-200 {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-300 {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-400 {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-500 {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-600 {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-700 {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-800 {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl-max\:ring-offset-purple-DEFAULT-900 {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl-max\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl-max\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl-max\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl-max\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f883dd;
  }

  .\32xl-max\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl-max\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ff0080;
  }

  .\32xl-max\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl-max\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl-max\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl-max\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-50 {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-100 {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-200 {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-300 {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-400 {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-500 {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-600 {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-700 {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-800 {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl-max\:ring-offset-pink-DEFAULT-900 {
    --tw-ring-offset-color: #831843;
  }

  .\32xl-max\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl-max\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl-max\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl-max\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl-max\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl-max\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl-max\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2152ff;
  }

  .\32xl-max\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl-max\:ring-offset-blue-800 {
    --tw-ring-offset-color: #344e86;
  }

  .\32xl-max\:ring-offset-blue-900 {
    --tw-ring-offset-color: #00007d;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl-max\:ring-offset-blue-DEFAULT-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl-max\:ring-offset-slate-50 {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl-max\:ring-offset-slate-100 {
    --tw-ring-offset-color: #dee2e6;
  }

  .\32xl-max\:ring-offset-slate-150 {
    --tw-ring-offset-color: #cbd3da;
  }

  .\32xl-max\:ring-offset-slate-200 {
    --tw-ring-offset-color: #e4e8ed;
  }

  .\32xl-max\:ring-offset-slate-250 {
    --tw-ring-offset-color: #c7d3de;
  }

  .\32xl-max\:ring-offset-slate-300 {
    --tw-ring-offset-color: #a8b8d8;
  }

  .\32xl-max\:ring-offset-slate-400 {
    --tw-ring-offset-color: #8392ab;
  }

  .\32xl-max\:ring-offset-slate-500 {
    --tw-ring-offset-color: #67748e;
  }

  .\32xl-max\:ring-offset-slate-600 {
    --tw-ring-offset-color: #627594;
  }

  .\32xl-max\:ring-offset-slate-650 {
    --tw-ring-offset-color: #5974a2;
  }

  .\32xl-max\:ring-offset-slate-700 {
    --tw-ring-offset-color: #344767;
  }

  .\32xl-max\:ring-offset-slate-750 {
    --tw-ring-offset-color: #1e2e4a;
  }

  .\32xl-max\:ring-offset-slate-800 {
    --tw-ring-offset-color: #3a416f;
  }

  .\32xl-max\:ring-offset-slate-850 {
    --tw-ring-offset-color: #323a54;
  }

  .\32xl-max\:ring-offset-slate-900 {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl-max\:ring-offset-slate-950 {
    --tw-ring-offset-color: #141728;
  }

  .\32xl-max\:ring-offset-slate {
  }

  .\32xl-max\:ring-offset-zinc-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:ring-offset-zinc-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl-max\:ring-offset-zinc-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl-max\:ring-offset-zinc-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl-max\:ring-offset-zinc-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl-max\:ring-offset-zinc-500 {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl-max\:ring-offset-zinc-600 {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl-max\:ring-offset-zinc-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl-max\:ring-offset-zinc-800 {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl-max\:ring-offset-zinc-900 {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl-max\:ring-offset-zinc {
  }

  .\32xl-max\:ring-offset-neutral-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:ring-offset-neutral-100 {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl-max\:ring-offset-neutral-200 {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl-max\:ring-offset-neutral-300 {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl-max\:ring-offset-neutral-400 {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl-max\:ring-offset-neutral-500 {
    --tw-ring-offset-color: #757575;
  }

  .\32xl-max\:ring-offset-neutral-600 {
    --tw-ring-offset-color: #525252;
  }

  .\32xl-max\:ring-offset-neutral-700 {
    --tw-ring-offset-color: #404040;
  }

  .\32xl-max\:ring-offset-neutral-800 {
    --tw-ring-offset-color: #262626;
  }

  .\32xl-max\:ring-offset-neutral-900 {
    --tw-ring-offset-color: #111111;
  }

  .\32xl-max\:ring-offset-neutral {
  }

  .\32xl-max\:ring-offset-stone-50 {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl-max\:ring-offset-stone-100 {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl-max\:ring-offset-stone-200 {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl-max\:ring-offset-stone-300 {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl-max\:ring-offset-stone-400 {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl-max\:ring-offset-stone-500 {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl-max\:ring-offset-stone-600 {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl-max\:ring-offset-stone-700 {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl-max\:ring-offset-stone-800 {
    --tw-ring-offset-color: #292524;
  }

  .\32xl-max\:ring-offset-stone-900 {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl-max\:ring-offset-stone {
  }

  .\32xl-max\:ring-offset-orange-50 {
    --tw-ring-offset-color: #fef5d3;
  }

  .\32xl-max\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl-max\:ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl-max\:ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl-max\:ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl-max\:ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl-max\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl-max\:ring-offset-orange-650 {
    --tw-ring-offset-color: #e03d00;
  }

  .\32xl-max\:ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl-max\:ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl-max\:ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-50 {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-100 {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-200 {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-300 {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-400 {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-500 {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-600 {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-700 {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-800 {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl-max\:ring-offset-orange-DEFAULT-900 {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl-max\:ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl-max\:ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl-max\:ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl-max\:ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl-max\:ring-offset-amber-400 {
    --tw-ring-offset-color: #fbc400;
  }

  .\32xl-max\:ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl-max\:ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl-max\:ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl-max\:ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl-max\:ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-50 {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-100 {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-200 {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-300 {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-400 {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-500 {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-600 {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-700 {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-800 {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl-max\:ring-offset-amber-DEFAULT-900 {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl-max\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl-max\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl-max\:ring-offset-lime-200 {
    --tw-ring-offset-color: #cdf59b;
  }

  .\32xl-max\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl-max\:ring-offset-lime-400 {
    --tw-ring-offset-color: #98ec2d;
  }

  .\32xl-max\:ring-offset-lime-500 {
    --tw-ring-offset-color: #82d616;
  }

  .\32xl-max\:ring-offset-lime-600 {
    --tw-ring-offset-color: #67b108;
  }

  .\32xl-max\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl-max\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl-max\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-50 {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-100 {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-200 {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-300 {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-400 {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-500 {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-600 {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-700 {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-800 {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl-max\:ring-offset-lime-DEFAULT-900 {
    --tw-ring-offset-color: #365314;
  }

  .\32xl-max\:ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl-max\:ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl-max\:ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl-max\:ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl-max\:ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl-max\:ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl-max\:ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669;
  }

  .\32xl-max\:ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857;
  }

  .\32xl-max\:ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl-max\:ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-50 {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-100 {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-200 {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-300 {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-400 {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-500 {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-600 {
    --tw-ring-offset-color: #059669;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-700 {
    --tw-ring-offset-color: #047857;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-800 {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl-max\:ring-offset-emerald-DEFAULT-900 {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl-max\:ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl-max\:ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl-max\:ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl-max\:ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl-max\:ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl-max\:ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl-max\:ring-offset-teal-550 {
    --tw-ring-offset-color: #329874;
  }

  .\32xl-max\:ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl-max\:ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl-max\:ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl-max\:ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-50 {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-100 {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-200 {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-300 {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-400 {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-500 {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-600 {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-700 {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-800 {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl-max\:ring-offset-teal-DEFAULT-900 {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl-max\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl-max\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl-max\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl-max\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl-max\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #21d4fd;
  }

  .\32xl-max\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #17c1e8;
  }

  .\32xl-max\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #08a1c4;
  }

  .\32xl-max\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl-max\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl-max\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-50 {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-100 {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-200 {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-300 {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-400 {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-500 {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-600 {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-700 {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-800 {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl-max\:ring-offset-cyan-DEFAULT-900 {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl-max\:ring-offset-sky-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl-max\:ring-offset-sky-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl-max\:ring-offset-sky-200 {
    --tw-ring-offset-color: #abe9f7;
  }

  .\32xl-max\:ring-offset-sky-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl-max\:ring-offset-sky-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl-max\:ring-offset-sky-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl-max\:ring-offset-sky-600 {
    --tw-ring-offset-color: #3ea1ec;
  }

  .\32xl-max\:ring-offset-sky-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl-max\:ring-offset-sky-800 {
    --tw-ring-offset-color: #075985;
  }

  .\32xl-max\:ring-offset-sky-900 {
    --tw-ring-offset-color: #0e456d;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-50 {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-100 {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-200 {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-300 {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-400 {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-500 {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-600 {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-700 {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-800 {
    --tw-ring-offset-color: #075985;
  }

  .\32xl-max\:ring-offset-sky-DEFAULT-900 {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl-max\:ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl-max\:ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl-max\:ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl-max\:ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl-max\:ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl-max\:ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl-max\:ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl-max\:ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl-max\:ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl-max\:ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl-max\:ring-offset-violet-DEFAULT-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl-max\:ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl-max\:ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl-max\:ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl-max\:ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #e293d3;
  }

  .\32xl-max\:ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl-max\:ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #cb0c9f;
  }

  .\32xl-max\:ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl-max\:ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a3017e;
  }

  .\32xl-max\:ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #830866;
  }

  .\32xl-max\:ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-50 {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-100 {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-200 {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-300 {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-400 {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-500 {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-600 {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-700 {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-800 {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl-max\:ring-offset-fuchsia-DEFAULT-900 {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl-max\:ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl-max\:ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl-max\:ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl-max\:ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl-max\:ring-offset-rose-400 {
    --tw-ring-offset-color: #ff667c;
  }

  .\32xl-max\:ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl-max\:ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl-max\:ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl-max\:ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl-max\:ring-offset-rose-900 {
    --tw-ring-offset-color: #881337;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-50 {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-100 {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-200 {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-300 {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-400 {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-500 {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-600 {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-700 {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-800 {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl-max\:ring-offset-rose-DEFAULT-900 {
    --tw-ring-offset-color: #881337;
  }

  .\32xl-max\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .\32xl-max\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl-max\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .\32xl-max\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f8f9fa;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #ebeff4;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e9ecef;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d2d6da;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #ced4da;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #adb5bd;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #6c757d;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #495057;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #252f40;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-850:focus-within {
    --tw-ring-offset-color: #1a2035;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #141727;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-950:focus-within {
    --tw-ring-offset-color: #111322;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl-max\:focus-within\:ring-offset-gray-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl-max\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl-max\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl-max\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fc9797;
  }

  .\32xl-max\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl-max\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl-max\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #f53939;
  }

  .\32xl-max\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ea0606;
  }

  .\32xl-max\:focus-within\:ring-offset-red-650:focus-within {
    --tw-ring-offset-color: #d41f1a;
  }

  .\32xl-max\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #bd0000;
  }

  .\32xl-max\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl-max\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl-max\:focus-within\:ring-offset-red-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbcf33;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl-max\:focus-within\:ring-offset-yellow-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl-max\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl-max\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl-max\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl-max\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl-max\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl-max\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl-max\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #17ad37;
  }

  .\32xl-max\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl-max\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .\32xl-max\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #166534;
  }

  .\32xl-max\:focus-within\:ring-offset-green-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl-max\:focus-within\:ring-offset-indigo-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7928ca;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl-max\:focus-within\:ring-offset-purple-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f883dd;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ff0080;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl-max\:focus-within\:ring-offset-pink-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #831843;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2152ff;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #344e86;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #00007d;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl-max\:focus-within\:ring-offset-blue-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-50:focus-within {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-100:focus-within {
    --tw-ring-offset-color: #dee2e6;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-150:focus-within {
    --tw-ring-offset-color: #cbd3da;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-200:focus-within {
    --tw-ring-offset-color: #e4e8ed;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-250:focus-within {
    --tw-ring-offset-color: #c7d3de;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-300:focus-within {
    --tw-ring-offset-color: #a8b8d8;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-400:focus-within {
    --tw-ring-offset-color: #8392ab;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-500:focus-within {
    --tw-ring-offset-color: #67748e;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-600:focus-within {
    --tw-ring-offset-color: #627594;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-650:focus-within {
    --tw-ring-offset-color: #5974a2;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-700:focus-within {
    --tw-ring-offset-color: #344767;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-750:focus-within {
    --tw-ring-offset-color: #1e2e4a;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-800:focus-within {
    --tw-ring-offset-color: #3a416f;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-850:focus-within {
    --tw-ring-offset-color: #323a54;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-900:focus-within {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl-max\:focus-within\:ring-offset-slate-950:focus-within {
    --tw-ring-offset-color: #141728;
  }

  .\32xl-max\:focus-within\:ring-offset-slate:focus-within {
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl-max\:focus-within\:ring-offset-zinc:focus-within {
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-100:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-200:focus-within {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-300:focus-within {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-400:focus-within {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-500:focus-within {
    --tw-ring-offset-color: #757575;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-600:focus-within {
    --tw-ring-offset-color: #525252;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-700:focus-within {
    --tw-ring-offset-color: #404040;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-800:focus-within {
    --tw-ring-offset-color: #262626;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral-900:focus-within {
    --tw-ring-offset-color: #111111;
  }

  .\32xl-max\:focus-within\:ring-offset-neutral:focus-within {
  }

  .\32xl-max\:focus-within\:ring-offset-stone-50:focus-within {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-100:focus-within {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-200:focus-within {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-300:focus-within {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-400:focus-within {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-500:focus-within {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-600:focus-within {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-700:focus-within {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-800:focus-within {
    --tw-ring-offset-color: #292524;
  }

  .\32xl-max\:focus-within\:ring-offset-stone-900:focus-within {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl-max\:focus-within\:ring-offset-stone:focus-within {
  }

  .\32xl-max\:focus-within\:ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fef5d3;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-650:focus-within {
    --tw-ring-offset-color: #e03d00;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl-max\:focus-within\:ring-offset-orange-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbc400;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl-max\:focus-within\:ring-offset-amber-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #cdf59b;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #98ec2d;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #82d616;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #67b108;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl-max\:focus-within\:ring-offset-lime-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #365314;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #059669;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #047857;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl-max\:focus-within\:ring-offset-emerald-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-550:focus-within {
    --tw-ring-offset-color: #329874;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl-max\:focus-within\:ring-offset-teal-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #21d4fd;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #17c1e8;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #08a1c4;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl-max\:focus-within\:ring-offset-cyan-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-200:focus-within {
    --tw-ring-offset-color: #abe9f7;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-600:focus-within {
    --tw-ring-offset-color: #3ea1ec;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-900:focus-within {
    --tw-ring-offset-color: #0e456d;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #075985;
  }

  .\32xl-max\:focus-within\:ring-offset-sky-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl-max\:focus-within\:ring-offset-violet-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #e293d3;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #cb0c9f;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a3017e;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #830866;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl-max\:focus-within\:ring-offset-fuchsia-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #ff667c;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-50:focus-within {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-100:focus-within {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-200:focus-within {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-300:focus-within {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-400:focus-within {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-500:focus-within {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-600:focus-within {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-700:focus-within {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-800:focus-within {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl-max\:focus-within\:ring-offset-rose-DEFAULT-900:focus-within {
    --tw-ring-offset-color: #881337;
  }

  .\32xl-max\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .\32xl-max\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .\32xl-max\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .\32xl-max\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .\32xl-max\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f8f9fa;
  }

  .\32xl-max\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #ebeff4;
  }

  .\32xl-max\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e9ecef;
  }

  .\32xl-max\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d2d6da;
  }

  .\32xl-max\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #ced4da;
  }

  .\32xl-max\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #adb5bd;
  }

  .\32xl-max\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #6c757d;
  }

  .\32xl-max\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #495057;
  }

  .\32xl-max\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #252f40;
  }

  .\32xl-max\:focus\:ring-offset-gray-850:focus {
    --tw-ring-offset-color: #1a2035;
  }

  .\32xl-max\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #141727;
  }

  .\32xl-max\:focus\:ring-offset-gray-950:focus {
    --tw-ring-offset-color: #111322;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl-max\:focus\:ring-offset-gray-DEFAULT-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl-max\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl-max\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl-max\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fc9797;
  }

  .\32xl-max\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl-max\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl-max\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #f53939;
  }

  .\32xl-max\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ea0606;
  }

  .\32xl-max\:focus\:ring-offset-red-650:focus {
    --tw-ring-offset-color: #d41f1a;
  }

  .\32xl-max\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #bd0000;
  }

  .\32xl-max\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl-max\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .\32xl-max\:focus\:ring-offset-red-DEFAULT-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .\32xl-max\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl-max\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl-max\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl-max\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl-max\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbcf33;
  }

  .\32xl-max\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl-max\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl-max\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl-max\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl-max\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-50:focus {
    --tw-ring-offset-color: #fefce8;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef9c3;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-200:focus {
    --tw-ring-offset-color: #fef08a;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-300:focus {
    --tw-ring-offset-color: #fde047;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-400:focus {
    --tw-ring-offset-color: #facc15;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-500:focus {
    --tw-ring-offset-color: #eab308;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-600:focus {
    --tw-ring-offset-color: #ca8a04;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-700:focus {
    --tw-ring-offset-color: #a16207;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-800:focus {
    --tw-ring-offset-color: #854d0e;
  }

  .\32xl-max\:focus\:ring-offset-yellow-DEFAULT-900:focus {
    --tw-ring-offset-color: #713f12;
  }

  .\32xl-max\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl-max\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl-max\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl-max\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl-max\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl-max\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl-max\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #17ad37;
  }

  .\32xl-max\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl-max\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .\32xl-max\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdf4;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-100:focus {
    --tw-ring-offset-color: #dcfce7;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-200:focus {
    --tw-ring-offset-color: #bbf7d0;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-300:focus {
    --tw-ring-offset-color: #86efac;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-400:focus {
    --tw-ring-offset-color: #4ade80;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-500:focus {
    --tw-ring-offset-color: #22c55e;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-600:focus {
    --tw-ring-offset-color: #16a34a;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-700:focus {
    --tw-ring-offset-color: #15803d;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-800:focus {
    --tw-ring-offset-color: #166534;
  }

  .\32xl-max\:focus\:ring-offset-green-DEFAULT-900:focus {
    --tw-ring-offset-color: #14532d;
  }

  .\32xl-max\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl-max\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl-max\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl-max\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl-max\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl-max\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl-max\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl-max\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl-max\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl-max\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-400:focus {
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-500:focus {
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-700:focus {
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-800:focus {
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl-max\:focus\:ring-offset-indigo-DEFAULT-900:focus {
    --tw-ring-offset-color: #312e81;
  }

  .\32xl-max\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl-max\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl-max\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl-max\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl-max\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl-max\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl-max\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl-max\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7928ca;
  }

  .\32xl-max\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl-max\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-50:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-100:focus {
    --tw-ring-offset-color: #f3e8ff;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-200:focus {
    --tw-ring-offset-color: #e9d5ff;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-300:focus {
    --tw-ring-offset-color: #d8b4fe;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-400:focus {
    --tw-ring-offset-color: #c084fc;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-500:focus {
    --tw-ring-offset-color: #a855f7;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-600:focus {
    --tw-ring-offset-color: #9333ea;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-700:focus {
    --tw-ring-offset-color: #7e22ce;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-800:focus {
    --tw-ring-offset-color: #6b21a8;
  }

  .\32xl-max\:focus\:ring-offset-purple-DEFAULT-900:focus {
    --tw-ring-offset-color: #581c87;
  }

  .\32xl-max\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl-max\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl-max\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl-max\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f883dd;
  }

  .\32xl-max\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl-max\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ff0080;
  }

  .\32xl-max\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl-max\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl-max\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl-max\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-400:focus {
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-500:focus {
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-600:focus {
    --tw-ring-offset-color: #db2777;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-700:focus {
    --tw-ring-offset-color: #be185d;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-800:focus {
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl-max\:focus\:ring-offset-pink-DEFAULT-900:focus {
    --tw-ring-offset-color: #831843;
  }

  .\32xl-max\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl-max\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl-max\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl-max\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl-max\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl-max\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl-max\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2152ff;
  }

  .\32xl-max\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl-max\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #344e86;
  }

  .\32xl-max\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #00007d;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl-max\:focus\:ring-offset-blue-DEFAULT-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl-max\:focus\:ring-offset-slate-50:focus {
    --tw-ring-offset-color: #f8fafc;
  }

  .\32xl-max\:focus\:ring-offset-slate-100:focus {
    --tw-ring-offset-color: #dee2e6;
  }

  .\32xl-max\:focus\:ring-offset-slate-150:focus {
    --tw-ring-offset-color: #cbd3da;
  }

  .\32xl-max\:focus\:ring-offset-slate-200:focus {
    --tw-ring-offset-color: #e4e8ed;
  }

  .\32xl-max\:focus\:ring-offset-slate-250:focus {
    --tw-ring-offset-color: #c7d3de;
  }

  .\32xl-max\:focus\:ring-offset-slate-300:focus {
    --tw-ring-offset-color: #a8b8d8;
  }

  .\32xl-max\:focus\:ring-offset-slate-400:focus {
    --tw-ring-offset-color: #8392ab;
  }

  .\32xl-max\:focus\:ring-offset-slate-500:focus {
    --tw-ring-offset-color: #67748e;
  }

  .\32xl-max\:focus\:ring-offset-slate-600:focus {
    --tw-ring-offset-color: #627594;
  }

  .\32xl-max\:focus\:ring-offset-slate-650:focus {
    --tw-ring-offset-color: #5974a2;
  }

  .\32xl-max\:focus\:ring-offset-slate-700:focus {
    --tw-ring-offset-color: #344767;
  }

  .\32xl-max\:focus\:ring-offset-slate-750:focus {
    --tw-ring-offset-color: #1e2e4a;
  }

  .\32xl-max\:focus\:ring-offset-slate-800:focus {
    --tw-ring-offset-color: #3a416f;
  }

  .\32xl-max\:focus\:ring-offset-slate-850:focus {
    --tw-ring-offset-color: #323a54;
  }

  .\32xl-max\:focus\:ring-offset-slate-900:focus {
    --tw-ring-offset-color: #0f172a;
  }

  .\32xl-max\:focus\:ring-offset-slate-950:focus {
    --tw-ring-offset-color: #141728;
  }

  .\32xl-max\:focus\:ring-offset-slate:focus {
  }

  .\32xl-max\:focus\:ring-offset-zinc-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:focus\:ring-offset-zinc-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .\32xl-max\:focus\:ring-offset-zinc-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .\32xl-max\:focus\:ring-offset-zinc-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .\32xl-max\:focus\:ring-offset-zinc-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .\32xl-max\:focus\:ring-offset-zinc-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .\32xl-max\:focus\:ring-offset-zinc-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .\32xl-max\:focus\:ring-offset-zinc-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .\32xl-max\:focus\:ring-offset-zinc-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .\32xl-max\:focus\:ring-offset-zinc-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .\32xl-max\:focus\:ring-offset-zinc:focus {
  }

  .\32xl-max\:focus\:ring-offset-neutral-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .\32xl-max\:focus\:ring-offset-neutral-100:focus {
    --tw-ring-offset-color: #f5f5f5;
  }

  .\32xl-max\:focus\:ring-offset-neutral-200:focus {
    --tw-ring-offset-color: #e5e5e5;
  }

  .\32xl-max\:focus\:ring-offset-neutral-300:focus {
    --tw-ring-offset-color: #d4d4d4;
  }

  .\32xl-max\:focus\:ring-offset-neutral-400:focus {
    --tw-ring-offset-color: #a3a3a3;
  }

  .\32xl-max\:focus\:ring-offset-neutral-500:focus {
    --tw-ring-offset-color: #757575;
  }

  .\32xl-max\:focus\:ring-offset-neutral-600:focus {
    --tw-ring-offset-color: #525252;
  }

  .\32xl-max\:focus\:ring-offset-neutral-700:focus {
    --tw-ring-offset-color: #404040;
  }

  .\32xl-max\:focus\:ring-offset-neutral-800:focus {
    --tw-ring-offset-color: #262626;
  }

  .\32xl-max\:focus\:ring-offset-neutral-900:focus {
    --tw-ring-offset-color: #111111;
  }

  .\32xl-max\:focus\:ring-offset-neutral:focus {
  }

  .\32xl-max\:focus\:ring-offset-stone-50:focus {
    --tw-ring-offset-color: #fafaf9;
  }

  .\32xl-max\:focus\:ring-offset-stone-100:focus {
    --tw-ring-offset-color: #f5f5f4;
  }

  .\32xl-max\:focus\:ring-offset-stone-200:focus {
    --tw-ring-offset-color: #e7e5e4;
  }

  .\32xl-max\:focus\:ring-offset-stone-300:focus {
    --tw-ring-offset-color: #d6d3d1;
  }

  .\32xl-max\:focus\:ring-offset-stone-400:focus {
    --tw-ring-offset-color: #a8a29e;
  }

  .\32xl-max\:focus\:ring-offset-stone-500:focus {
    --tw-ring-offset-color: #78716c;
  }

  .\32xl-max\:focus\:ring-offset-stone-600:focus {
    --tw-ring-offset-color: #57534e;
  }

  .\32xl-max\:focus\:ring-offset-stone-700:focus {
    --tw-ring-offset-color: #44403c;
  }

  .\32xl-max\:focus\:ring-offset-stone-800:focus {
    --tw-ring-offset-color: #292524;
  }

  .\32xl-max\:focus\:ring-offset-stone-900:focus {
    --tw-ring-offset-color: #1c1917;
  }

  .\32xl-max\:focus\:ring-offset-stone:focus {
  }

  .\32xl-max\:focus\:ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fef5d3;
  }

  .\32xl-max\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl-max\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl-max\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl-max\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl-max\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl-max\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl-max\:focus\:ring-offset-orange-650:focus {
    --tw-ring-offset-color: #e03d00;
  }

  .\32xl-max\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl-max\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl-max\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff7ed;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffedd5;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-200:focus {
    --tw-ring-offset-color: #fed7aa;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-300:focus {
    --tw-ring-offset-color: #fdba74;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb923c;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-500:focus {
    --tw-ring-offset-color: #f97316;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-600:focus {
    --tw-ring-offset-color: #ea580c;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-700:focus {
    --tw-ring-offset-color: #c2410c;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-800:focus {
    --tw-ring-offset-color: #9a3412;
  }

  .\32xl-max\:focus\:ring-offset-orange-DEFAULT-900:focus {
    --tw-ring-offset-color: #7c2d12;
  }

  .\32xl-max\:focus\:ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl-max\:focus\:ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl-max\:focus\:ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl-max\:focus\:ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl-max\:focus\:ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbc400;
  }

  .\32xl-max\:focus\:ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl-max\:focus\:ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl-max\:focus\:ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl-max\:focus\:ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl-max\:focus\:ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-200:focus {
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-600:focus {
    --tw-ring-offset-color: #d97706;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-700:focus {
    --tw-ring-offset-color: #b45309;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-800:focus {
    --tw-ring-offset-color: #92400e;
  }

  .\32xl-max\:focus\:ring-offset-amber-DEFAULT-900:focus {
    --tw-ring-offset-color: #78350f;
  }

  .\32xl-max\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl-max\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl-max\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #cdf59b;
  }

  .\32xl-max\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl-max\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #98ec2d;
  }

  .\32xl-max\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #82d616;
  }

  .\32xl-max\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #67b108;
  }

  .\32xl-max\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl-max\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl-max\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-50:focus {
    --tw-ring-offset-color: #f7fee7;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-100:focus {
    --tw-ring-offset-color: #ecfccb;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-200:focus {
    --tw-ring-offset-color: #d9f99d;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-300:focus {
    --tw-ring-offset-color: #bef264;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-400:focus {
    --tw-ring-offset-color: #a3e635;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-500:focus {
    --tw-ring-offset-color: #84cc16;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-600:focus {
    --tw-ring-offset-color: #65a30d;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-700:focus {
    --tw-ring-offset-color: #4d7c0f;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-800:focus {
    --tw-ring-offset-color: #3f6212;
  }

  .\32xl-max\:focus\:ring-offset-lime-DEFAULT-900:focus {
    --tw-ring-offset-color: #365314;
  }

  .\32xl-max\:focus\:ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl-max\:focus\:ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl-max\:focus\:ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl-max\:focus\:ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl-max\:focus\:ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl-max\:focus\:ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl-max\:focus\:ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .\32xl-max\:focus\:ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .\32xl-max\:focus\:ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl-max\:focus\:ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-400:focus {
    --tw-ring-offset-color: #34d399;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-500:focus {
    --tw-ring-offset-color: #10b981;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-600:focus {
    --tw-ring-offset-color: #059669;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-700:focus {
    --tw-ring-offset-color: #047857;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-800:focus {
    --tw-ring-offset-color: #065f46;
  }

  .\32xl-max\:focus\:ring-offset-emerald-DEFAULT-900:focus {
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl-max\:focus\:ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl-max\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl-max\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl-max\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl-max\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl-max\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl-max\:focus\:ring-offset-teal-550:focus {
    --tw-ring-offset-color: #329874;
  }

  .\32xl-max\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl-max\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl-max\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl-max\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0fdfa;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-100:focus {
    --tw-ring-offset-color: #ccfbf1;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-200:focus {
    --tw-ring-offset-color: #99f6e4;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-300:focus {
    --tw-ring-offset-color: #5eead4;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-400:focus {
    --tw-ring-offset-color: #2dd4bf;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-500:focus {
    --tw-ring-offset-color: #14b8a6;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-600:focus {
    --tw-ring-offset-color: #0d9488;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-700:focus {
    --tw-ring-offset-color: #0f766e;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-800:focus {
    --tw-ring-offset-color: #115e59;
  }

  .\32xl-max\:focus\:ring-offset-teal-DEFAULT-900:focus {
    --tw-ring-offset-color: #134e4a;
  }

  .\32xl-max\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl-max\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl-max\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl-max\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl-max\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #21d4fd;
  }

  .\32xl-max\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #17c1e8;
  }

  .\32xl-max\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #08a1c4;
  }

  .\32xl-max\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl-max\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl-max\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-50:focus {
    --tw-ring-offset-color: #ecfeff;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-100:focus {
    --tw-ring-offset-color: #cffafe;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-200:focus {
    --tw-ring-offset-color: #a5f3fc;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-300:focus {
    --tw-ring-offset-color: #67e8f9;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-400:focus {
    --tw-ring-offset-color: #22d3ee;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-500:focus {
    --tw-ring-offset-color: #06b6d4;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-600:focus {
    --tw-ring-offset-color: #0891b2;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-700:focus {
    --tw-ring-offset-color: #0e7490;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-800:focus {
    --tw-ring-offset-color: #155e75;
  }

  .\32xl-max\:focus\:ring-offset-cyan-DEFAULT-900:focus {
    --tw-ring-offset-color: #164e63;
  }

  .\32xl-max\:focus\:ring-offset-sky-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl-max\:focus\:ring-offset-sky-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl-max\:focus\:ring-offset-sky-200:focus {
    --tw-ring-offset-color: #abe9f7;
  }

  .\32xl-max\:focus\:ring-offset-sky-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl-max\:focus\:ring-offset-sky-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl-max\:focus\:ring-offset-sky-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl-max\:focus\:ring-offset-sky-600:focus {
    --tw-ring-offset-color: #3ea1ec;
  }

  .\32xl-max\:focus\:ring-offset-sky-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl-max\:focus\:ring-offset-sky-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .\32xl-max\:focus\:ring-offset-sky-900:focus {
    --tw-ring-offset-color: #0e456d;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-50:focus {
    --tw-ring-offset-color: #f0f9ff;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-100:focus {
    --tw-ring-offset-color: #e0f2fe;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-200:focus {
    --tw-ring-offset-color: #bae6fd;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-300:focus {
    --tw-ring-offset-color: #7dd3fc;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-400:focus {
    --tw-ring-offset-color: #38bdf8;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-500:focus {
    --tw-ring-offset-color: #0ea5e9;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-600:focus {
    --tw-ring-offset-color: #0284c7;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-700:focus {
    --tw-ring-offset-color: #0369a1;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-800:focus {
    --tw-ring-offset-color: #075985;
  }

  .\32xl-max\:focus\:ring-offset-sky-DEFAULT-900:focus {
    --tw-ring-offset-color: #0c4a6e;
  }

  .\32xl-max\:focus\:ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl-max\:focus\:ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl-max\:focus\:ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl-max\:focus\:ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl-max\:focus\:ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl-max\:focus\:ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl-max\:focus\:ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl-max\:focus\:ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl-max\:focus\:ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl-max\:focus\:ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl-max\:focus\:ring-offset-violet-DEFAULT-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #e293d3;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #cb0c9f;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a3017e;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #830866;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-50:focus {
    --tw-ring-offset-color: #fdf4ff;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-100:focus {
    --tw-ring-offset-color: #fae8ff;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-200:focus {
    --tw-ring-offset-color: #f5d0fe;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-300:focus {
    --tw-ring-offset-color: #f0abfc;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-400:focus {
    --tw-ring-offset-color: #e879f9;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-500:focus {
    --tw-ring-offset-color: #d946ef;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-600:focus {
    --tw-ring-offset-color: #c026d3;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-700:focus {
    --tw-ring-offset-color: #a21caf;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-800:focus {
    --tw-ring-offset-color: #86198f;
  }

  .\32xl-max\:focus\:ring-offset-fuchsia-DEFAULT-900:focus {
    --tw-ring-offset-color: #701a75;
  }

  .\32xl-max\:focus\:ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl-max\:focus\:ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl-max\:focus\:ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl-max\:focus\:ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl-max\:focus\:ring-offset-rose-400:focus {
    --tw-ring-offset-color: #ff667c;
  }

  .\32xl-max\:focus\:ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl-max\:focus\:ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl-max\:focus\:ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl-max\:focus\:ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl-max\:focus\:ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-50:focus {
    --tw-ring-offset-color: #fff1f2;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-100:focus {
    --tw-ring-offset-color: #ffe4e6;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-200:focus {
    --tw-ring-offset-color: #fecdd3;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-300:focus {
    --tw-ring-offset-color: #fda4af;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-400:focus {
    --tw-ring-offset-color: #fb7185;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-500:focus {
    --tw-ring-offset-color: #f43f5e;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-600:focus {
    --tw-ring-offset-color: #e11d48;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-700:focus {
    --tw-ring-offset-color: #be123c;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-800:focus {
    --tw-ring-offset-color: #9f1239;
  }

  .\32xl-max\:focus\:ring-offset-rose-DEFAULT-900:focus {
    --tw-ring-offset-color: #881337;
  }

  .\32xl-max\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .\32xl-max\:filter-none {
    filter: none;
  }

  .\32xl-max\:blur-0 {
    --tw-blur: blur(0);
  }

  .\32xl-max\:blur-none {
    --tw-blur: blur(0);
  }

  .\32xl-max\:blur-sm {
    --tw-blur: blur(4px);
  }

  .\32xl-max\:blur {
    --tw-blur: blur(8px);
  }

  .\32xl-max\:blur-md {
    --tw-blur: blur(12px);
  }

  .\32xl-max\:blur-lg {
    --tw-blur: blur(16px);
  }

  .\32xl-max\:blur-xl {
    --tw-blur: blur(24px);
  }

  .\32xl-max\:blur-2xl {
    --tw-blur: blur(30px);
  }

  .\32xl-max\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .\32xl-max\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .\32xl-max\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .\32xl-max\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .\32xl-max\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .\32xl-max\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .\32xl-max\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .\32xl-max\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .\32xl-max\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .\32xl-max\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .\32xl-max\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .\32xl-max\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .\32xl-max\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .\32xl-max\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .\32xl-max\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .\32xl-max\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .\32xl-max\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .\32xl-max\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .\32xl-max\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .\32xl-max\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  }

  .\32xl-max\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  }

  .\32xl-max\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  }

  .\32xl-max\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  }

  .\32xl-max\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  }

  .\32xl-max\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  }

  .\32xl-max\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .\32xl-max\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .\32xl-max\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .\32xl-max\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .\32xl-max\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .\32xl-max\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .\32xl-max\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .\32xl-max\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .\32xl-max\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .\32xl-max\:invert-0 {
    --tw-invert: invert(0);
  }

  .\32xl-max\:invert {
    --tw-invert: invert(100%);
  }

  .\32xl-max\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .\32xl-max\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .\32xl-max\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .\32xl-max\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .\32xl-max\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .\32xl-max\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .\32xl-max\:sepia {
    --tw-sepia: sepia(100%);
  }

  .\32xl-max\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .\32xl-max\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .\32xl-max\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl-max\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl-max\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .\32xl-max\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .\32xl-max\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .\32xl-max\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .\32xl-max\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .\32xl-max\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(30px);
  }

  .\32xl-max\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .\32xl-max\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .\32xl-max\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .\32xl-max\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .\32xl-max\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .\32xl-max\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .\32xl-max\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .\32xl-max\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .\32xl-max\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .\32xl-max\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .\32xl-max\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .\32xl-max\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .\32xl-max\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .\32xl-max\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .\32xl-max\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .\32xl-max\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .\32xl-max\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .\32xl-max\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .\32xl-max\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .\32xl-max\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .\32xl-max\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .\32xl-max\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .\32xl-max\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .\32xl-max\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .\32xl-max\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .\32xl-max\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .\32xl-max\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .\32xl-max\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .\32xl-max\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .\32xl-max\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .\32xl-max\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .\32xl-max\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .\32xl-max\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .\32xl-max\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .\32xl-max\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .\32xl-max\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .\32xl-max\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .\32xl-max\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .\32xl-max\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .\32xl-max\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .\32xl-max\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .\32xl-max\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .\32xl-max\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .\32xl-max\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .\32xl-max\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .\32xl-max\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .\32xl-max\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .\32xl-max\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .\32xl-max\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .\32xl-max\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .\32xl-max\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .\32xl-max\:transition-none {
    transition-property: none;
  }

  .\32xl-max\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl-max\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl-max\: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-max\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl-max\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl-max\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl-max\:delay-75 {
    transition-delay: 75ms;
  }

  .\32xl-max\:delay-100 {
    transition-delay: 100ms;
  }

  .\32xl-max\:delay-150 {
    transition-delay: 150ms;
  }

  .\32xl-max\:delay-200 {
    transition-delay: 200ms;
  }

  .\32xl-max\:delay-300 {
    transition-delay: 300ms;
  }

  .\32xl-max\:delay-500 {
    transition-delay: 500ms;
  }

  .\32xl-max\:delay-700 {
    transition-delay: 700ms;
  }

  .\32xl-max\:delay-1000 {
    transition-delay: 1000ms;
  }

  .\32xl-max\:duration-75 {
    transition-duration: 75ms;
  }

  .\32xl-max\:duration-100 {
    transition-duration: 100ms;
  }

  .\32xl-max\:duration-150 {
    transition-duration: 150ms;
  }

  .\32xl-max\:duration-200 {
    transition-duration: 200ms;
  }

  .\32xl-max\:duration-300 {
    transition-duration: 300ms;
  }

  .\32xl-max\:duration-500 {
    transition-duration: 500ms;
  }

  .\32xl-max\:duration-700 {
    transition-duration: 700ms;
  }

  .\32xl-max\:duration-1000 {
    transition-duration: 1000ms;
  }

  .\32xl-max\:ease-linear {
    transition-timing-function: linear;
  }

  .\32xl-max\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl-max\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl-max\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
